@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #232323;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  word-break: break-word;
  width: 100%;
  min-height: 100vh;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #232323;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

img[src$=".svg"] {
  width: 100%;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  color: #535252;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  min-width: 1250px;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

a:hover {
  opacity: 0.8;
}

.blue_txt {
  color: #4CB7C6;
}

.orange_txt {
  color: #FF6A50;
}

.cmn_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cmn_ttl::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  background: #4CB7C6;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 0 10px;
}
header .head_in {
  width: 94%;
  max-width: 1340px;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
header .head_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .head_r p:first-child {
  width: 50px;
  margin-right: 20px;
}
header .head_r p:last-child {
  width: 189px;
}
header.active {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.kv_wrap {
  background: #4CB7C6;
  margin-bottom: 100px;
  width: 102%;
  position: relative;
  margin-left: -1%;
  margin-top: 76px;
}
.kv_wrap .kv {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.kv_wrap .kv .image {
  position: absolute;
  left: 50%;
  margin-left: -177px;
  bottom: -10px;
  opacity: 0;
}
.kv_wrap .kv::before {
  content: "";
  display: block;
  background: url(../img/kv_sankaku.png);
  width: 213px;
  height: 84px;
  position: absolute;
  left: 50%;
  margin-left: -106px;
  bottom: -83px;
}

.start .kv_wrap .kv .image {
  -webkit-animation: kurukuru 1s ease-out;
          animation: kurukuru 1s ease-out;
  opacity: 1;
}

@-webkit-keyframes kurukuru {
  0% {
    -webkit-transform: rotateY(0) translateY(40px);
            transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg) translateY(0);
            transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

@keyframes kurukuru {
  0% {
    -webkit-transform: rotateY(0) translateY(40px);
            transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg) translateY(0);
            transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.ct_01 {
  padding-top: 40px;
  width: 100%;
  max-width: 1206px;
  margin: 0 auto;
}
.ct_01 h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.6;
}
.ct_01 h2 .l_txt {
  font-size: 2.5rem;
  font-weight: bold;
}
.ct_01 h2 .lead_01 {
  font-size: 2.2rem;
  font-weight: 400;
}
.ct_01 p.image {
  margin: 30px auto 10px auto;
}

.ct_02 {
  padding-top: 0px;
}
.ct_02 .ct_02_lead {
  background: #FFF9C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 40px;
  margin-bottom: 40px;
}
.ct_02 .ct_02_lead p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.ct_02 .ct_02_lead p span {
  color: #FF6A50;
  font-size: 3.5rem;
}
.ct_02 .ct_02_lead p.ct_02_lead_logo {
  margin-top: 20px;
}
.ct_02 h4 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.ct_02 h4 .l_txt {
  font-size: 4.5rem;
}
.ct_02 p.image {
  text-align: center;
}

.ct_03 {
  margin: 40px 0;
  background: #4CB7C6;
}
.ct_03 p {
  width: 100%;
  max-width: 1366px;
  margin: 0px auto;
}

.ct_04 {
  margin: 120px 0;
}

.ct_05 {
  background: #E9F6F8;
  padding: 50px 0;
}
.ct_05 .cmn_ttl img {
  position: relative;
  margin-top: -15px;
  margin-left: 5px;
}
.ct_05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}
.ct_05 ul li {
  width: 240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #4CB7C6;
  border-radius: 20px;
  background: #fff;
  margin-top: 70px;
}
.ct_05 ul li p.num {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: -70px;
}
.ct_05 ul li dl {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}
.ct_05 ul li dl dt {
  color: #4CB7C6;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.ct_05 ul li dl dt i {
  width: 100%;
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.ct_05 ul li dl dd {
  font-size: 1.3rem;
}

.ct_06 {
  padding: 80px 0;
}
.ct_06 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.ct_06 .flex .l_ct {
  margin-left: 50px;
}
.ct_06 .flex .r_ct {
  margin-right: 50px;
}
.ct_06 .flex::after {
  content: "";
  display: block;
  background: url(../img/plus.png) no-repeat;
  background-size: contain;
  width: 52px;
  height: 101px;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -50px;
}

.ct_07 {
  background: #80C2D0 url(../img/sc_07_back.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 130px 0 60px 0;
}
.ct_07::before {
  content: "";
  display: none;
  background: url(../img/sc_sankaku.png);
  background-size: contain;
  width: 183px;
  height: 62px;
  position: absolute;
  left: 50%;
  margin-left: -92px;
  top: -1px;
}
.ct_07 dl.ct07_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ct_07 dl.ct07_ttl dt {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  width: 4em;
  text-align: right;
  margin-right: 30px;
}
.ct_07 dl.ct07_ttl dd {
  width: 688px;
  height: 62px;
  background: #fff;
  border-radius: 24px;
  color: #1E828F;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
}
.ct_07 .hosyu_naiyou {
  display: block;
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  background: #fff;
  border-radius: 30px;
}
.ct_07 .ribon_ttl {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  margin: 0 0 0 -40px;
  width: calc(100% + 80px);
  font-size: 2.9rem;
  color: #4CB7C6;
  background: #fff;
  box-sizing: border-box;
  border: 4px solid #4CB7C6;
  text-align: center;
  line-height: 1.4;
}
.ct_07 .ribon_ttl:before {
  position: absolute;
  content: "";
  bottom: calc(100% + 4px);
  left: -4px;
  border: none;
  border-top: solid 15px transparent;
  border-right: solid 40px #1E828F;
}
.ct_07 .ribon_ttl:after {
  position: absolute;
  content: "";
  bottom: calc(100% + 4px);
  right: -4px;
  border: none;
  border-top: solid 15px transparent;
  border-left: solid 40px #1E828F;
}
.ct_07 ul {
  width: 90%;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ct_07 ul li {
  width: 33.333%;
  border-right: 1px dashed #535252;
  padding: 10px 0;
}
.ct_07 ul li:last-child {
  border-right: none;
}
.ct_07 ul li dl {
  width: 77%;
  margin: 0 auto;
  text-align: center;
}
.ct_07 ul li dl dt {
  font-size: 2rem;
  font-weight: bold;
}
.ct_07 ul li dl dt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 107px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.ct_07 ul li dl dd {
  text-align: left;
  font-size: 1.5rem;
}

.ct_08 {
  padding: 80px 0;
}
.ct_08 .cmn_ttl {
  display: block;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;
}
.ct_08 ul {
  width: 750px;
  margin: 40px auto;
}
.ct_08 ul li {
  margin-bottom: 30px;
}
.ct_08 ul li dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #4CB7C6;
  border-radius: 70px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #4CB7C6;
  padding: 10px 40px 10px 80px;
  position: relative;
  min-height: 68px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ct_08 ul li dl dt span {
  position: relative;
}
.ct_08 ul li dl dt span::before {
  content: "";
  display: block;
  background: url(../img/sc_08_02.png);
  background-size: contain;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -67px;
  top: 50%;
  margin-top: -22px;
}
.ct_08 ul li dl dt::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 26px;
  height: 3px;
  background: #4CB7C6;
}
.ct_08 ul li dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 26px;
  height: 3px;
  background: #4CB7C6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ct_08 ul li dl dt.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ct_08 ul li dl dt:hover {
  background: #E9F6F8;
}
.ct_08 ul li dl dd {
  display: none;
  width: 690px;
  padding-left: 86px;
  position: relative;
  margin: 20px 0;
}
.ct_08 ul li dl dd::before {
  content: "";
  display: block;
  background: url(../img/sc_08_03.png);
  background-size: contain;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 16px;
  top: 0%;
}

.ct_dl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.ct_dl h3 span.ct_dl_ttl {
  position: relative;
}
.ct_dl h3 span.ct_dl_ttl::before {
  content: "";
  display: block;
  background: url(../img/fuki_s_l.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 46px;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -28px;
}
.ct_dl h3 span.ct_dl_ttl::after {
  content: "";
  display: block;
  background: url(../img/fuki_s_r.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 46px;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -28px;
}
.ct_dl p {
  padding: 40px 0;
  text-align: center;
  background: #E9F6F8;
}

.ct_company {
  padding: 80px 0 50px 0;
}
.ct_company .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ct_company .flex .l_ct, .ct_company .flex .r_ct {
  width: 443px;
  margin-left: 30px;
}
.ct_company .flex .l_ct h4, .ct_company .flex .r_ct h4 {
  font-size: 2.9rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ct_company .flex .l_ct h4 i, .ct_company .flex .r_ct h4 i {
  margin: 0 6px 0 20px;
  line-height: 1;
  position: relative;
  margin-top: -5px;
}
.ct_company .flex .l_ct .blue_back, .ct_company .flex .r_ct .blue_back {
  background: #E9F6F8;
  border-radius: 24px;
  margin-top: 10px;
}
.ct_company .flex .l_ct .blue_back ul, .ct_company .flex .r_ct .blue_back ul {
  width: 86%;
  margin: 0 auto;
  padding: 30px 0;
}
.ct_company .flex .l_ct .blue_back ul li, .ct_company .flex .r_ct .blue_back ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 5em;
  font-size: 1.4rem;
}
.ct_company .flex .l_ct .blue_back ul li span, .ct_company .flex .r_ct .blue_back ul li span {
  position: absolute;
  left: 0;
}
.ct_company .flex .l_ct .blue_back ul li i, .ct_company .flex .r_ct .blue_back ul li i {
  width: 54px;
  height: 64px;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -26px;
}
.ct_company .flex .r_ct {
  margin-right: 30px;
}
.ct_company .flex .r_ct .blue_back ul li {
  padding-left: 0;
}

.ct_09 h3.ct09_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.ct_09 h3.ct09_ttl span.ct09_ttl_in {
  text-align: center;
  position: relative;
}
.ct_09 h3.ct09_ttl span.ct09_ttl_in .s_txt {
  font-size: 2.2rem;
}
.ct_09 h3.ct09_ttl span.ct09_ttl_in::before {
  content: "";
  display: block;
  background: url(../img/fuki_l_l.png) no-repeat;
  background-size: contain;
  width: 53px;
  height: 68px;
  position: absolute;
  left: -65px;
  top: 50%;
  margin-top: -30px;
}
.ct_09 h3.ct09_ttl span.ct09_ttl_in::after {
  content: "";
  display: block;
  background: url(../img/fuki_l_r.png) no-repeat;
  background-size: contain;
  width: 53px;
  height: 68px;
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -30px;
}

.check_ct {
  border: 5px solid #4CB7C6;
  border-radius: 48px;
  padding: 40px 0;
}
.check_ct .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 660px;
  margin: 0 auto;
}
.check_ct ul {
  width: 660px;
  height: 61px;
  border-radius: 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E9F6F8;
  margin-top: 30px;
}
.check_ct ul li {
  width: 50%;
  font-size: 2.7rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 30px;
}
.check_ct ul li span {
  font-size: 1.5rem;
  font-weight: 400;
}
.check_ct ul li:last-child {
  margin-right: 0;
  margin-left: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer {
  padding-top: 140px;
}
footer .foot_01 {
  position: relative;
}
footer .foot_01::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #4CB7C6;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid #fff;
}
footer .foot_01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
footer .foot_01 .wrap .l_ct {
  width: 700px;
}
footer .foot_01 .wrap .l_ct p {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
footer .foot_01 .wrap .l_ct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 35px;
}
footer .foot_01 .wrap .r_ct {
  position: absolute;
  right: -10px;
  bottom: -11px;
}
footer .foot_02 {
  background: #4CB7C6;
  padding: 30px 0;
}
footer .foot_02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .foot_02 .wrap .foot_link {
  width: 520px;
}
footer .foot_02 .wrap .foot_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .foot_02 .wrap .foot_link ul li {
  width: 145px;
}
footer .foot_02 .wrap .foot_link ul li:last-child {
  width: 286px;
}
footer .foot_02 .wrap .foot_syozai {
  width: 423px;
}
footer .foot_02 .wrap .foot_syozai ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .foot_02 .wrap .foot_syozai ul li, footer .foot_02 .wrap .foot_syozai ul a, footer .foot_02 .wrap .foot_syozai ul span {
  color: #fff;
}
footer .foot_02 .wrap .foot_syozai p {
  background: #fff;
  color: #4CB7C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  border-radius: 14px;
  margin-top: 8px;
}
footer .copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 6px 0;
}

/* フェードインアニメーション */
.scroll_event {
  overflow: hidden;
}

.scroll_event .in_ct {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.f_up_list {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}

.f_up {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.f_down_list {
  opacity: 0;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
}

.f_down {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.f_list_left {
  opacity: 0;
  transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
}

.f_left {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.f_list_right {
  opacity: 0;
  transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
}

.f_right {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.f_list_in {
  opacity: 0;
}

.f_in {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */