@charset "UTF-8";

/*-- ALL ------------------------------
------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  color: #0e1b20;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
  letter-spacing: 1px
}

.imgr {
  display: block;
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.font_m {
  font-size: 14px;
}

.font30 {
  font-size: 30px;
}

.font24 {
  font-size: 24px;
}

.font16 {
  font-size: 16px;
}

.mb0 {
  margin-bottom: 0 !important
}

.mb5 {
  margin-bottom: 5px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.mb137{
  margin-bottom: 137px !important
}

.mb208{
  margin-bottom: 208px !important
}

.lh_img {
  line-height: 0;
}

a:hover {
  opacity: .85
}

.hover:hover {
  opacity: .85
}

.sp {
  display: none;
}

.break_pc {
  display: block;
}

.break_sp {
  display: contents;
}

.txt_shadow {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.txt_blue {
  color: #009ba9;
}

.txt_blue.blue03 {
  color: #47b5bf;
}

.txt_blue02 {
  color: #3462af;
}

.bg_blue {
  background: #009ba9
}

.bg_w {
  background: #fff;
  color: #027752;
  padding: 0px 2px 2px 2px;
  margin: 0 3px;
}

p {
  margin: 0 0 40px 0;
  font-size: 18px;
}

.mb0 {
  margin-bottom: 0;
}

.lh_none {
  line-height: 0
}

.bold {
  font-weight: 700;
}

.txt-cl1 {
  color: #333333;
}

.purple {
  color: #90668b;
}

.cl_w {
  color: #fff
}

.noto400 {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto500 {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto700 {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: normal;
}

.highlight {
  background: -webkit-linear-gradient(transparent 50%, #ffec5c 50%, #ffec5c 80%, transparent 80%);
  background: -o-linear-gradient(transparent 50%, #ffec5c 50%, #ffec5c 80%, transparent 80%);
  background: linear-gradient(transparent 50%, #ffec5c 50%, #ffec5c 80%, transparent 80%);
  padding-bottom: 5px;
}

/*-- header -----------------------------------
------------------------------------------*/
header {
  width: 100%;
  height: 80px;
  background-color: #fff;
}

header a {
  display: inline-block;
  height: 100%;
  padding: 1em 0;
  margin-left: 3em;
}

header img {
  width: 100%;
  height: 100%;
}

/*-- mv -----------------------------------
------------------------------------------*/
.mv {
  background: url(../images/pc_mv_bg.png) no-repeat center top;
  background-size: cover;
  /*--
  min-height: 853px;
  --*/
}

.index2 .mv {
  background: url(../images/pc_mv_bg2.png) no-repeat center top;
  background-size: cover;
  min-height: 853px;
}

.mv .img_mv {
  padding: 50px 0;
}

.mv .catch_copy {
  width: calc(50% + 600px);
  background: #000;
  position: absolute;
  bottom: -29px;
  right: 0;
  background: url(../images/pc_catch_copy_bg.png) no-repeat left top;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  float: right;
}

.mv .catch_copy .inner {
  margin: 0;
  width: 1200px;
  position: relative;
  padding: 60px 0 64px 0;
}

.mv .catch_copy .catch_copy_txt {
  color: #fff;
}

.mv .catch_copy .inner:before {
  width: 4px;
  height: 30px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: "";
}

.mv .catch_copy .inner:after {
  width: 4px;
  height: 30px;
  background: #26af79;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: "";
}

/*-- /mv ----------------------------------
------------------------------------------*/

/*-- sec00 --------------------------------
------------------------------------------*/
.index2 .sec00 {
  padding: 392px 0 100px 0;
}

.index2 .sec00 .white_box {
  padding: 45px;
  background: url(../images/pc_sec01_bg.png) no-repeat center center/cover;
}

.index2 .sec00 .check {
  background: #027752;
  position: relative;
  padding: 3px 3px 3px 55px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 44px;
  line-height: 0;
  margin-bottom: 18px;
}

.index2 .sec00 .check:before {
  background: url(../images/ic_check.png) no-repeat left;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
}

/*-- /sec00 -------------------------------
------------------------------------------*/

/*-- sec00 --------------------------------
------------------------------------------*/
.index2 .sec001 {
  padding: 100px 0 100px 0;
  background: url(../images/pc_sec001_bg.png) no-repeat center center/cover;
  color: #fff;
}

/*-- /sec00 -------------------------------
------------------------------------------*/
/*-- sec01_add --------------------------------
------------------------------------------*/
.sec01_add {
  padding:80px 0;
}

/*-- /sec01_add -------------------------------
------------------------------------------*/


/*-- sec01 --------------------------------
------------------------------------------*/
.sec01 {
  padding:100px 0;
  background: #ecf1ef;
}

.index2 .sec01 {
  padding: 100px 0 100px 0;
}

/*-- /sec01 -------------------------------
------------------------------------------*/

/*-- sec02 --------------------------------
------------------------------------------*/
.sec02 {
  padding: 100px 0 100px 0;
  background: #fff;
}

.sec02_wrap {
  background: url(../images/pc_sec02_bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 14px;
}

.index2 .sec02 {
  padding: 100px 0 0 0;
}

/*-- /sec02 -------------------------------
------------------------------------------*/

/*-- sec03 --------------------------------
------------------------------------------*/
.sec03 {
  padding: 100px 0 100px 0;
  background: url(../images/pc_sec03_bg.png) no-repeat center top;
  background-size: cover;
}

.sec03 .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec03 .d-flex .item-flex {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px;
}

.sec03 .d-flex .item-flex .txt {
  padding: 30px;
}

.sec03 .d-flex .item-flex .txt p {
  text-align: left;
}

@media (min-width:769px) and (max-width:809px) {
  .sec03 .d-flex .item-flex .txt p {
    font-size: 16px;
  }

  .sec03 .d-flex .item-flex .txt {
    padding: 20px;
  }

  .sec03 .d-flex .item-flex {
    width: 30%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
  }

}

/*-- /sec03 -------------------------------
------------------------------------------*/

/*-- sec04 --------------------------------
------------------------------------------*/
.sec04 {
  padding: 100px 0 100px 0;
  background: #fff;
}

.sec03_wrap {
  padding: 72px 60px 60px 60px;
  background: #ecf1ef;
}

.sec03_wrap h3 {
  font-size: 32px;
  color: #027752;
}

/*-- /sec04 -------------------------------
------------------------------------------*/

/*-- sec05 --------------------------------
------------------------------------------*/
.sec05 {
  padding: 0 0 93px 0;
  background: #fff;
}

.sec05 .wrap_sec05_left,
.sec05 .wrap_sec05_right {
  width: calc(50% + 600px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  float: right;
}

.sec05 .wrap_sec05_right {
  margin-bottom: 100px;
}

.sec05 .wrap_sec05_left {
  float: left;
}

.sec05 .wrap_sec05_left .txt,
.sec05 .wrap_sec05_right .txt {
  width: 576px;
  padding-right: 0;
}

.sec05 .wrap_sec05_left .thumb,
.sec05 .wrap_sec05_right .thumb {
  width: calc(100% - 632px);
}

.sec05 .wrap_sec05_left .txt {
  order: 2;
  padding-right: 0;
  padding-left: 58px;
}

.sec05 .wrap_sec05_right .thumb {
  background: url(../images/pc_sec05_img01.png) no-repeat left;
  margin-left: 53px;
}

.sec05 .wrap_sec05_left .thumb {
  order: 1;
  background: url(../images/pc_sec05_img02.png) no-repeat right;
}

.sec05 .check {
  background: #027752;
  position: relative;
  padding: 3px 3px 3px 55px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 44px;
  line-height: 0;
  margin-bottom: 18px;
}

.sec05 .check:before {
  background: url(../images/ic_check.png) no-repeat left;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
}

.sec05 .btn_cta {
  float: left;
  width: 100%;
}

/*-- /sec05 -------------------------------
------------------------------------------*/

/*-- sec06 --------------------------------
------------------------------------------*/
.sec06 {
  clear: both;
  padding: 100px 0 97px 0;
  background: url(../images/pc_sec06_bg.png) no-repeat center bottom;
  background-size: cover;
}

.yt-wrapper {
  position: relative;
  width: 100%;
  color: #5D5D5C;
}

.yt-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- /sec06 -------------------------------
------------------------------------------*/

/*-- /footer -------------------------------
------------------------------------------*/
.sec_footer {
  background: url(../images/pc_footer_bg.png) no-repeat center;
  background-size: cover;
  padding: 105px 0 50px 0;
}

.sec_footer .flex_foo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.social_foo ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_foo ul li {
  margin: 0 10px;
  line-height: 0;
}

.policy {
  margin-bottom: 104px;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #fff;
  position: relative;
}

.copyright p {
  font-size: 12px;
  color: #53565a;
}

.copyright img {
  width: 3em;
  position: absolute;
  right: 20%;
}

.fixed_bottom {
  background: rgba(7, 22, 21, .9);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}

.policy_box {
  background-color: #53565a;
}

/*-- /footer -------------------------------
------------------------------------------*/
.pp_box {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.pp {
  padding: 10px;
  margin-bottom: 0;
}

.pp a {
  font-size: 12px;
  color: #fff;
}

.footer-logo-link {
    display: inline-flex; /* 親要素として画像を中央揃えするために使用 */
    align-items: center; /* 垂直方向に中央揃え */
    justify-content: center; /* 水平方向も必要に応じて中央揃え */
}

/* 画像自体のスタイル */
.footer-logo-link img {
    vertical-align: middle; /* テキストや他の要素と高さを揃える */
}

/*-- /pagetop ------------------------------
------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 9999;
}

.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #027752;
  border-radius: 4px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagetop a:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  top: 50%;
  right: 50%;
  transform: translateX(50%)translateY(-60%);
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop a:link,
.pagetop a:visited {
  color: #fff;
}

/*-- /pagetop ------------------------------
------------------------------------------*/