@charset "UTF-8";
/* ===================================================================
  2019 
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP&display=swap");
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*----------------------------------------------------
	全体
----------------------------------------------------*/
html, body {
  padding: 0;
  margin: 0; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.0em;
  color: #101010;
  position: relative;
  -webkit-text-size-adjust: none; }
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

body * {
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem; }

.tC {
  text-align: center; }

.tL {
  text-align: left; }

.tR {
  text-align: right; }

.m-left {
  margin-right: auto; }

.m-right {
  margin-left: auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

/* link
----------------------------------------------------*/
a, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6); }

a {
  color: #00AAA3;
  transition: all .3s; }
  a:hover {
    color: #101010;
    text-decoration: none; }

img.link {
  opacity: 1;
  transition: all .3s; }
  img.link:hover {
    opacity: 0.6; }

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/
h1 {
  padding: 0.5em;
  margin: 0; }
  h1 img {
    width: 100%;
    max-width: 200px; }

h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 1.5em 0;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 21px; } }

h3 {
  font-size: 35px;
  font-weight: bold;
  width: 100%; }
  h3 img {
    width: 70%;
    max-width: 480px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 24px;
  margin: 0.5em 0;
  font-weight: bold; }
  h4 img {
    width: 100%;
    max-width: 300px; }
  @media (max-width: 768px) {
    h4 {
      font-size: 21px; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 21px;
  margin: 1em 0; }
  @media (max-width: 768px) {
    h5 {
      font-size: 21px; } }
  @media (max-width: 480px) {
    h5 {
      font-size: 15px; } }
  h5.line {
    padding: 0.25em 0.75em;
    background: transparent;
    border-left: solid 5px #187FC3; }

h6 {
  font-size: 18px;
  margin: 0 0 1em 0; }
  @media (max-width: 768px) {
    h6 {
      font-size: 17px; } }
  @media (max-width: 480px) {
    h6 {
      font-size: 14px; } }

p {
  margin: 0;
  margin-bottom: 1em; }

.sp-br {
  display: none; }
  @media (max-width: 480px) {
    .sp-br {
      display: block; } }

.pc-br {
  display: block; }
  @media (max-width: 480px) {
    .pc-br {
      display: none; } }

@media (max-width: 768px) {
  body {
    font-size: 15px; } }
@media (max-width: 480px) {
  body {
    font-size: 13px; } }
.row {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between; }

.row .col-2 {
  width: calc((100% - 4%) / 2); }
.row .col-3 {
  width: calc((100% - 8%) / 3); }
.row .col-4 {
  width: calc((100% - 12%) / 4); }

@media (max-width: 768px) {
  .row .col-2 {
    width: calc((100% - 4%) / 2); }
  .row .col-3 {
    width: calc((100% - 4%) / 2); }
  .row .col-4 {
    width: calc((100% - 4%) / 2); } }
@media (max-width: 480px) {
  .row .col-2 {
    width: calc((100% - 0%) / 1); }
  .row .col-3 {
    width: calc((100% - 0%) / 1); }
  .row .col-4 {
    width: calc((100% - 0%) / 1); } }
.order1 {
  order: 1; }
  @media (max-width: 480px) {
    .order1 {
      order: 2; } }

.order2 {
  order: 2; }
  @media (max-width: 480px) {
    .order2 {
      order: 1; } }

/*	余白
----------------------------------------------------*/
.m10 {
  margin: 1em; }

.m10t {
  margin-top: 1em; }

.m15t {
  margin-top: 1.5em; }

.m20t {
  margin-top: 2em; }

.m05b {
  margin-bottom: 0.5em; }

.m10b {
  margin-bottom: 1em; }

.m15b {
  margin-bottom: 1.5em; }

.m20b {
  margin-bottom: 2em; }

.p10 {
  padding: 1em; }

.p15t {
  padding-top: 1.5em; }

.p20tb {
  padding: 2em 0; }

.p20b {
  padding-bottom: 2em; }

/*	アニメーション用
----------------------------------------------------*/
.delighter {
  transition: all 1.2s ease-out;
  transform: translateY(15%);
  opacity: 0;
  /* slide Up */
  /* slide left */
  /* slide right */ }
  .delighter.started {
    transform: none;
    opacity: 1; }
  .delighter.ani-su {
    transition: all .8s ease-out;
    transform: translateY(10%);
    opacity: 0; }
    .delighter.ani-su.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-su1 {
    transition: all .6s ease-out;
    transform: translateY(15%);
    opacity: 0; }
    .delighter.ani-su1.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-su2 {
    transition: all .7s ease-out;
    transform: translateY(18%);
    opacity: 0; }
    .delighter.ani-su2.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-su3 {
    transition: all .8s ease-out;
    transform: translateY(20%);
    opacity: 0; }
    .delighter.ani-su3.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-l {
    transition: all .8s ease-out;
    transform: translatex(55%);
    opacity: 0; }
    .delighter.ani-l.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-l1 {
    transition: all .6s ease-out;
    transform: translatex(25%);
    opacity: 0; }
    .delighter.ani-l1.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-l2 {
    transition: all .7s ease-out;
    transform: translatex(30%);
    opacity: 0; }
    .delighter.ani-l2.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-l3 {
    transition: all 1.2s ease-out;
    transform: translatex(50%);
    opacity: 0; }
    .delighter.ani-l3.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-r {
    transition: all .8s ease-out;
    transform: translatex(-55%);
    opacity: 0; }
    .delighter.ani-r.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-r1 {
    transition: all .6s ease-out;
    transform: translatex(-25%);
    opacity: 0; }
    .delighter.ani-r1.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-r2 {
    transition: all .7s ease-out;
    transform: translatex(-30%);
    opacity: 0; }
    .delighter.ani-r2.started {
      transform: none;
      opacity: 1; }
  .delighter.ani-r3 {
    transition: all 1.2s ease-out;
    transform: translatex(-50%);
    opacity: 0; }
    .delighter.ani-r3.started {
      transform: none;
      opacity: 1; }

/*----------------------------------------------------
	リスト
----------------------------------------------------*/
ul.def-type {
  margin-left: 20px; }
  ul.def-type li {
    margin: 5px 0 10px 0;
    padding-left: 5px;
    list-style-type: disc;
    border: none;
    line-height: 1.4; }

ol.def-type {
  margin-left: 20px; }
  ol.def-type li {
    margin: 5px 0;
    padding-left: 5px;
    list-style-type: decimal;
    border: none; }

/*----------------------------------------------------
	table
----------------------------------------------------*/
.table-block {
  border-collapse: collapse;
  width: 100%; }
  @media (max-width: 768px) {
    .table-block {
      width: 100%;
      min-width: 100%; } }
  .table-block table {
    width: 100%; }
  .table-block th {
    padding: 1em 1.5em;
    line-height: 1.5;
    border: 1px solid #D5D5D5;
    border-collapse: collapse;
    text-align: center;
    width: 25%;
    background: #F5F5F5; }
    @media (max-width: 768px) {
      .table-block th {
        display: block;
        width: 100%;
        border: none; } }
  .table-block td {
    padding: 1em 1.5em;
    line-height: 1.5;
    border: 1px solid #D5D5D5;
    border-collapse: collapse; }
    @media (max-width: 768px) {
      .table-block td {
        display: block;
        border: none;
        padding: 1em 1.5em; } }
  .table-block tr td:first-child {
    background: #F5F5F5; }

.table-block2 {
  border-collapse: collapse;
  width: 100%;
  font-size: 90%; }
  .table-block2 table {
    width: 100%; }
  .table-block2 th {
    padding: 1em .5em;
    line-height: 1.5;
    border: 1px solid #D5D5D5;
    border-collapse: collapse;
    text-align: center;
    width: 25%;
    background: #F5F5F5; }
  .table-block2 td {
    padding: 1em;
    line-height: 1.5;
    border: 1px solid #D5D5D5;
    border-collapse: collapse; }
  .table-block2 tr td:first-child {
    background: #F5F5F5; }

/*----------------------------------------------------
	共通
----------------------------------------------------*/
#wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0; }

#container {
  padding: 0;
  padding-top: 80px; }

.contents_w {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

.contents {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px; }

section {
  width: 100%;
  margin: 0 auto; }

article {
  margin-bottom: 3em; }

.sp-text, .sp-img {
  display: none !important; }

.pc-text, .pc-img {
  display: inherit !important; }

@media (max-width: 768px) {
  .sp-text, .sp-img {
    display: none !important; }

  .pc-text, .pc-img {
    display: inherit !important; } }
@media (max-width: 480px) {
  .sp-text, .sp-img {
    display: inherit !important; }

  .pc-text, .pc-img {
    display: none !important; }

  .contents {
    padding: 10px; } }
.btn {
  width: 100%;
  max-width: 340px;
  text-align: center;
  margin: 2em auto;
  transition: 0.2s linear;
  font-size: 120%;
  letter-spacing: 1.5px; }
  .btn a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #547db5;
    box-shadow: 3px 3px 3px #999; }
    .btn a:hover {
      background-color: #000; }

.more-bn {
  width: 100%;
  max-width: 160px;
  text-align: center;
  margin: .5em 0;
  transition: 0.2s linear;
  padding-right: 20px;
  overflow: hidden;
  background-color: #101010;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
  .more-bn:hover {
    background-color: #187FC3; }
  .more-bn a:hover {
    background-color: #187FC3;
    padding-left: 10px; }
  .more-bn.tC {
    margin: .5em auto; }
  @media (max-width: 480px) {
    .more-bn {
      max-width: 130px; } }

hr {
  height: 0;
  margin: 2em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #bbb; }

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 0 auto;
  height: 80px;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  header .logo {
    padding: 5px 10px;
    text-align: left;
    width: 40%;
    max-width: 200px; }
    header .logo img {
      width: 100%; }
  header .h-nav {
    margin-left: auto;
    padding-right: 10px;
    display: block; }
    @media (max-width: 960px) {
      header .h-nav {
        font-size: 80%; } }
    @media (max-width: 768px) {
      header .h-nav {
        display: none; } }
    header .h-nav ul li {
      display: inline-block;
      margin: 0 .5em; }
    header .h-nav .insta img {
      width: 45px; }
    header .h-nav a {
      text-decoration: none;
      color: #000; }
      header .h-nav a:hover {
        color: #547db5; }

/*menu*/
.menu-nav {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  transition: all .3s;
  display: none; }
  @media (max-width: 768px) {
    .menu-nav {
      display: flex; } }
  .menu-nav:hover {
    cursor: pointer; }

.menu {
  height: 20px;
  position: absolute;
  right: 18px;
  top: 30px;
  width: 25px;
  z-index: 99; }

.menu__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%; }

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg); }

.menu__line--center {
  top: 9px; }
  .menu__line--center.active {
    transform: scaleX(0); }

.menu__line--bottom {
  bottom: 0; }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg); }

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  width: 100%;
  padding: 2em;
  padding-bottom: 0;
  margin: 0;
  background: #efefef; }
  footer .f-contents {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around; }
    footer .f-contents .col-2 {
      padding: 1em; }
      footer .f-contents .col-2.f-insta {
        text-align: center; }
    footer .f-contents img {
      width: 200px; }
  footer .copyright {
    width: 100%;
    font-size: 80%;
    text-align: center;
    padding: 2em 1em; }
    footer .copyright .f-logo img {
      width: 120px; }
    @media (max-width: 480px) {
      footer .copyright {
        font-size: 70%; } }

/* page-top */
#page-top {
  text-align: center;
  padding: 2em; }
  #page-top .pagetop {
    margin-top: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px; }
    #page-top .pagetop a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      text-decoration: none;
      border: 2px solid #FFF;
      border-radius: 50px;
      transition: all .5s;
      background: #000; }
      #page-top .pagetop a:hover {
        background: #547db5;
        opacity: 0.7; }

/*----------------------------------------------------
	nav
----------------------------------------------------*/
.gnav {
  background: #FFF;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  overflow-y: scroll; }
  .gnav .row {
    height: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1180px; }
  .gnav section {
    padding: 1em 1.5em;
    padding-top: 70px;
    padding-bottom: 0;
    line-height: 1;
    width: 100%; }
  .gnav h3 {
    text-align: left; }

.gnav-list {
  padding: 0.5em 0;
  margin-bottom: 1em;
  width: 100%; }

.gnav-list li {
  margin: 0;
  padding: 1em 5px;
  text-align: left; }
  .gnav-list li.no-link {
    padding: 1.5em 0; }
  .gnav-list li a {
    color: #101010;
    text-decoration: none;
    transition: transform .3s; }
    .gnav-list li a:hover {
      color: #187FC3;
      text-decoration: none; }

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*----------------------------------------------------
	main-img
----------------------------------------------------*/
.mainvisual .slide-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 0; }

.mainvisual .swiper-slide {
  margin: 0;
  padding: 0; }

/*----------------------------------------------------
　　intro
----------------------------------------------------*/
#intro {
  font-size: 120%;
  line-height: 2.4em;
  padding: 3em 2em; }
  @media (max-width: 768px) {
    #intro {
      padding: 2em 1.5em; } }
  @media (max-width: 480px) {
    #intro {
      padding: 1.5em 1em; } }
  #intro .catch {
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 1.5em; }

/*----------------------------------------------------
　　c01
----------------------------------------------------*/
#c01 {
  padding-top: 80px; }

.bn-senkyo {
  width: 60%;
  max-width: 450px;
  margin: 2em auto; }
  .bn-senkyo img {
    width: 100%; }

/*----------------------------------------------------
　　c02
----------------------------------------------------*/
#c02 {
  padding-top: 80px; }

.bg-gray {
  background: #EFEFEF; }

.flow {
  padding: 2em;
  overflow: hidden; }
  @media (max-width: 768px) {
    .flow {
      padding: 1em; } }
  @media (max-width: 480px) {
    .flow {
      padding: 1em 0.5em; } }
  .flow li {
    paadding-bottom: 2em;
    margin-bottom: 2em; }
  .flow h4 {
    position: relative; }
    .flow h4:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: inline-block;
      width: 98%;
      height: 1px;
      background-color: black; }
    .flow h4 img {
      position: relative;
      width: 35%;
      max-width: 200px;
      z-index: 2; }
  .flow h5 {
    padding-left: 20px;
    margin-bottom: 0.5em; }
  .flow p {
    padding-left: 20px; }

.bn-contact {
  width: 60%;
  max-width: 400px;
  margin: 2em auto; }
  .bn-contact img {
    width: 100%; }

/*----------------------------------------------------
　　c03
----------------------------------------------------*/
#c03 {
  padding-top: 80px; }

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
.page-img {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../img/page-bg.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 2em; }
  @media (max-width: 480px) {
    .page-img {
      height: 100px;
      background-size: auto 100%; } }
  .page-img h2 img {
    width: 90%;
    max-width: 420px;
    margin: 0 auto; }

.works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em; }
  @media (max-width: 768px) {
    .works-list {
      padding: 0 1em; } }
  @media (max-width: 480px) {
    .works-list {
      grid-template-columns: 1fr 1fr; } }
  .works-list li {
    background: #efefef;
    aspect-ratio: 1 / 1;
    overflow: hidden; }

.col-2a {
  width: 30%; }
  @media (max-width: 480px) {
    .col-2a {
      width: 100%;
      text-align: center; } }
  @media (max-width: 480px) {
    .col-2a img {
      width: 60%; } }

.col-2b {
  width: 65%; }
  @media (max-width: 480px) {
    .col-2b {
      width: 100%; } }

input,
textarea {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  max-width: 100%; }

.w100 {
  width: 100%;
  max-width: 100%; }

.bn-submit {
  display: block;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  width: 80%;
  max-width: 300px;
  margin: 2em auto; }
  @media (max-width: 480px) {
    .bn-submit {
      max-width: 300px; } }
  .bn-submit:hover {
    opacity: 0.5; }

.bn-submit {
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  color: #FFF;
  font-size: 120%;
  letter-spacing: 1.5px;
  background-color: #547db5;
  box-shadow: 3px 3px 3px #999;
  transition: all .3s;
  cursor: pointer; }
  .bn-submit:hover {
    background-color: #000; }
