@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
/*
$size01: 1093.2;
$size_sp: 767.5;

$size01_px: 1093.2px;
$size_sp_px: 767.5px;
*/
/*--------------------
common.scss
--------------------*/
/*==================================================
1.layout
==================================================*/
/*--------------------
html,body,wrapper
--------------------*/
html {
  font-family: 'Noto Sans JP' ,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 10px;
  letter-spacing: 0;
  color: #222222;
  -webkit-font-smoothing:subpixel-antialiased;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
/*@media all and (max-width: 1920.5px) {
  html {
    font-size: 0.52vw;
  }
}*/
@media all and (max-width: 1200.5px) {
  html {
    font-size: 0.832vw;
  }
}
@media all and (max-width: 767.5px) {
  html {
    font-size: 1.33vw;
  }
}


body {
  width: 100%;
  opacity: 1;
}
body.active {
  animation: fadeIn 1.0s linear 0s forwards;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0.01} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

body * {
  box-sizing: border-box; }

/*a[href^="tel:"] {
  pointer-events: none;
}*/

@media all and (max-width: 767.5px) {
  body {
    width: 100%; }

  /*a[href^="tel:"] {
    pointer-events: auto;
  }*/
}
a {
  transition: 0.3s;
  color: #222222;
   }

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

:focus {
  outline: none; }

b {
  font-weight: bold; }

picture{
  line-height:1;
}

img{
  height:auto;
  image-rendering: -webkit-optimize-contrast;
}


/*--------------------
l-header
--------------------*/

/*
background: url("../images/common/header-icon01_pc.png") left center no-repeat transparent;
background-size: 3.0rem auto;
min-height:3.0rem;
*/

header{
  width:100%;
  height:10.0rem;
  position: fixed;
  z-index: 100;
  padding:0 3.0rem;
  top:0;
  background:#FFFFFF;
}
.l-header-table{
  max-width:1860px;
  width:100%;
  height:100%;
  display:table;
  margin:0 auto;
  padding:0 0;
}
.l-header-table > div{
  display:table-cell;
  vertical-align: top;
}
.l-header-table-left{
  width:38.5rem;
  padding-top:1.8rem;
}
.l-header-table-left h1,
.l-header-table-left > div{
  text-align: left;
}
.l-header-table-left h1 p,
.l-header-table-left > div p{
  padding-bottom: 0.5rem;
  color:#15c9b1;
  text-align: left;

  font-size:1.4rem;
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.05em;
}
.l-header-table-left a:hover{
  opacity:0.7;
}
.l-header-table-left picture{
  display:block;
  text-align: left;
}
.l-header-table-left picture img{
  width:38.5rem;
}
.l-header-table-center{
  width:auto;
  text-align: right;
  padding-top:1.8rem;
}
.l-header-table-center-wrapper{
  font-size:0;
}
.l-header-table-center-wrapper > p{
  display:inline-block;
  vertical-align: middle;
}
.l-header-table-center-tel{
  padding-right:2.5rem;
  background: url("../images/common/header-icon01_pc.png") left top 0.7rem no-repeat transparent;
  background-size: 2.8rem auto;
  min-height:2.8rem;
  padding-left:4.0rem;
  color:#222222;
  text-align: center;

  font-size:3.0rem;
  font-weight:900;
  line-height:1.2;
  letter-spacing: 0.05em;
}
.l-header-table-center-tel a{
  color:#222222;
  text-align: center;

  font-size:3.0rem;
  font-weight:900;
  line-height:1.2;
  letter-spacing: 0.05em;
}
.l-header-table-center-tel span{
  display:block;
  color:#222222;
  text-align: center;

  font-size:1.5rem;
  font-weight:900;
  line-height:1;
  letter-spacing: 0.05em;
}
.l-header-table-center-btn{

}
.l-header-table-center-btn a{
  display:inline-block;
  border-radius:3.5rem;
  background: #f2d503;
}
.l-header-table-center-btn a span{
  background: url("../images/common/header-icon02_pc.png") left 4.0rem center no-repeat transparent;
  background-size: 1.9rem auto;
  min-height:1.5rem;
  display:block;
  padding:1.5rem 4.0rem 1.5rem 6.5rem;
  color:#FFFFFF;
  text-align: center;

  font-size:2.0rem;
  font-weight:700;
  line-height:1.5;
  letter-spacing: 0.05em;
}
.l-header-table-right{
  display:none !important;
}


@media all and (max-width: 767.5px) {
  header{
    width:100%;
    height:8.0rem;
    position: fixed;
    z-index: 100;
    padding:0 3.0rem;
    top:0;
    background:#FFFFFF;
  }
  .l-header-table{
    max-width:1860px;
    width:100%;
    height:100%;
    display:table;
    margin:0 auto;
    padding:0 0;
  }
  .l-header-table > div{
    display:table-cell;
    vertical-align: top;
  }
  .l-header-table-left{
    width:38.5rem;
    padding-top:1.0rem;
  }
  .l-header-table-left h1,
  .l-header-table-left > div{
    text-align: left;
  }
  .l-header-table-left h1 p,
  .l-header-table-left > div p{
    padding-bottom: 0.5rem;
    color:#15c9b1;
    text-align: left;

    font-size:1.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.05em;
  }
  .l-header-table-left a:hover{
    opacity:0.7;
  }
  .l-header-table-left picture{
    display:block;
    text-align: left;
  }
  .l-header-table-left picture img{
    width:38.5rem;
  }
  .l-header-table-center{
    display:none !important;
  }
  .l-header-table-right{
    text-align: right;
    display:table-cell !important;
    vertical-align: middle;
    padding-top:0.5rem;
  }
  .l-header-table-right a{
    display:inline-block;
    vertical-align: middle;
    margin-left:2.0rem;
  }
  .l-header-table-right a img{
    width:4.2rem;
  }
  .l-header-table-right a:last-of-type img{
    width:4.8rem;
  }
}



footer{
  
}
.l-footer01{
  padding:9.0rem 3.0rem 7.5rem;
  background:#eef8fa;
}
.l-footer01-inner{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  text-align: center;
}
.l-footer01-inner > a{
  display:inline-block;
  text-align: center;
}
.l-footer01-inner > a > p{
  color: #15c9b1;
  text-align: center;
  
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.l-footer01-inner > a > picture{
  display:inline-block;
  text-align: center;
}
.l-footer01-inner > a > picture img{
  width:53.5rem;
}
.l-footer01-inner > ul{
  display:block;
  padding-top:3.5rem;
  text-align: center;
  font-size:0;
}
.l-footer01-inner > ul li{
  display:inline-block;
  vertical-align: top;
  padding:0 2.0rem;
}
.l-footer01-inner > ul li a{
  color: #222222;
  text-align: center;
  
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}


@media all and (max-width: 767.5px) {
  footer{

  }
  .l-footer01{
    padding:9.0rem 3.0rem 7.5rem;
    background:#eef8fa;
  }
  .l-footer01-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    text-align: center;
  }
  .l-footer01-inner > a{
    display:inline-block;
    text-align: center;
  }
  .l-footer01-inner > a > p{
    color: #15c9b1;
    text-align: center;

    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-footer01-inner > a > picture{
    display:inline-block;
    text-align: center;
  }
  .l-footer01-inner > a > picture img{
    width:56.5rem;
  }
  .l-footer01-inner > ul{
    display:block;
    padding-top:3.5rem;
    text-align: center;
    font-size:0;
  }
  .l-footer01-inner > ul li{
    display:inline-block;
    vertical-align: top;
    padding:0 2.0rem;
  }
  .l-footer01-inner > ul li a{
    color: #222222;
    text-align: center;

    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}


.l-footer02{
  padding:3.0rem 3.0rem;
  background:#037acb;
}
.l-footer02-inner{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  text-align: center;
}
.l-footer02 ul{
  display:block;
  text-align: center;
  font-size:0;
}
.l-footer02 ul li{
  display:inline-block;
  vertical-align: top;
  padding:0 2.0rem;
}
.l-footer02 ul li a{
  display:inline-block;
  vertical-align: top;
  color: #FFFFFF;
  text-align: center;
  
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.l-footer02 p{
  padding-top:1.0rem;
  color: #FFFFFF;
  text-align: center;
  
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}


@media all and (max-width: 767.5px) {
  .l-footer02{
    padding:6.0rem 3.0rem;
    background:#037acb;
  }
  .l-footer02-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    text-align: center;
  }
  .l-footer02 ul{
    display:block;
    text-align: center;
    font-size:0;
  }
  .l-footer02 ul li{
    display:inline-block;
    vertical-align: top;
    padding:0 2.0rem;
  }
  .l-footer02 ul li a{
    display:inline-block;
    vertical-align: top;
    color: #FFFFFF;
    text-align: center;

    font-size: 3.0rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-footer02 p{
    padding-top:2.0rem;
    color: #FFFFFF;
    text-align: center;

    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}


/*==================================================
2.sp pc
==================================================*/
.pc-only {
  display: block !important;
}
.pc-inline {
  display: inline !important;
}
.sp-only {
  display: none !important;
}
.sp-inline {
  display: none !important;
}
@media all and (max-width: 767.5px) {
  .pc-only {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
}


.pc-text-left {
  text-align: left !important;
}
.pc-text-center {
  text-align: center !important;
}
.pc-text-right {
  text-align: right !important;
}
@media all and (max-width: 767.5px) {
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

main{
  display: block;
  padding-top:10.0rem;
}
@media all and (max-width: 767.5px) {
  main{
    padding-top:8.0rem;
  }
}

.animation02{
  opacity: 0;
}
.animation03{
  opacity: 0;
}
.js-active02{
  /*opacity: 0;*/
  animation-duration: 1.2s;
  /*アニメーション時間*/
  animation-delay: 0s;
  /*変化開始の時間*/
  animation-name: fadeInUpMin;
  /*アニメーション名*/
  /*animation-name: fadeIn;*/
  /*アニメーション名*/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*これで値を保持*/
}
.js-active03{
  /*opacity: 0;*/
  animation-duration: 1.2s;
  /*アニメーション時間*/
  animation-delay: 0.5s;
  /*変化開始の時間*/
  animation-name: fadeInUpMin;
  /*アニメーション名*/
  /*animation-name: fadeIn;*/
  /*アニメーション名*/
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*これで値を保持*/
}


