@charset "utf-8";
/* mv */
.mv {
  position: relative;
  padding: 35px 0 80px;
  overflow: hidden;
}
.mv .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv_ttl {
  width: 41%;
  min-width: 455px;
}
.mv_ttl h2 {
  font-size: 38px;
  color: #fff;
  background-color: #eb8f0c;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 10px;
  margin-bottom: 12px;
}
.mv_ttl h2:nth-of-type(2) {
  display: inline-block;
}
.mv figure {
  width: 56%;
}
.mv span {
  display: block;
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
}
.mv span img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%
}
.mv span:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 52vw;
  height: 75%;
}
.mv span:nth-of-type(1) img {
border-bottom-left-radius: 54px;
}
.mv span:nth-of-type(2) {
  bottom: 0;
  right: 22%;
  width: 38vw;
  height: 40%;
}
.mv span:nth-of-type(2) img {
  border-radius: 54px 54px 0 0;
}
.mv span:nth-of-type(3) {
  top: 0;
  left: 3%;
 width: 56vw;
 height: 26%;
}
.mv span:nth-of-type(3) img {
  border-radius: 0 0 54px 54px;
}
.mv span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 62vw;
  height: 86%;
}
.mv span:nth-of-type(4) img {
  border-radius: 0 54px 54px 0;
}
.fadeInn {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: fadeInn;
          animation-name: fadeInn;
}
@-webkit-keyframes fadeInn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
@keyframes fadeInn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.fadeUp {
-webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
opacity: 0;
}
.fadeTop {
-webkit-animation-name: fadeTopAnime;
        animation-name: fadeTopAnime;
-webkit-animation-delay: .1s;
        animation-delay: .1s;
}
@-webkit-keyframes fadeTopAnime {
from {
opacity: 0;
-webkit-transform: translateY(-20vw);
        transform: translateY(-20vw);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
        transform: translateY(0);
}
}
@keyframes fadeTopAnime {
from {
opacity: 0;
-webkit-transform: translateY(-20vw);
        transform: translateY(-20vw);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
        transform: translateY(0);
}
}
.fadeLeft {
-webkit-animation-name: fadeLeftAnime;
        animation-name: fadeLeftAnime;
-webkit-animation-delay: .6s;
        animation-delay: .6s;
}
@-webkit-keyframes fadeLeftAnime {
from {
opacity: 0;
-webkit-transform: translateX(-56vw);
        transform: translateX(-56vw);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
        transform: translateX(0);
}
}
@keyframes fadeLeftAnime {
from {
opacity: 0;
-webkit-transform: translateX(-56vw);
        transform: translateX(-56vw);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
        transform: translateX(0);
}
}
.fadeRight {
-webkit-animation-name: fadeRightAnime;
        animation-name: fadeRightAnime;
-webkit-animation-delay: .2s;
        animation-delay: .2s;
}
@-webkit-keyframes fadeRightAnime {
from {
opacity: 0;
-webkit-transform: translateX(52vw);
        transform: translateX(52vw);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
        transform: translateX(0);
}
}
@keyframes fadeRightAnime {
from {
opacity: 0;
-webkit-transform: translateX(52vw);
        transform: translateX(52vw);
}
to {
opacity: 1;
-webkit-transform: translateX(0);
        transform: translateX(0);
}
}
.fadeBtm {
-webkit-animation-name: fadeBtmAnime;
        animation-name: fadeBtmAnime;
-webkit-animation-delay: .4s;
        animation-delay: .4s;
}
@-webkit-keyframes fadeBtmAnime {
from {
opacity: 0;
-webkit-transform: translateY(40vw);
        transform: translateY(40vw);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
        transform: translateY(0);
}
}
@keyframes fadeBtmAnime {
from {
opacity: 0;
-webkit-transform: translateY(40vw);
        transform: translateY(40vw);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
        transform: translateY(0);
}
}
/* news */
.news {
  margin: -60px auto 40px;
}
.news .inner {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background-color: #fff;
    padding: 80px 0;
}
.news_inner {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
}
.news_ttl {
  max-width: 230px;
width: 26%;
text-align: center;
}
.news_ttl .btn {
  max-width: 230px;
  margin-top: 30px;
}
.news_ttl h2 {
  font-size: 34px;
  font-weight: normal;
}
.news_inner ul {
  max-width: 675px;
  width: 70%;
}
.news_inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px 15px;
  border-bottom: 1px dotted #1977b5;
}
.news_inner ul li:not(:last-child) {
  margin-bottom: 15px;
}
.news_inner ul li a span {
  display: block;
  font-weight: bold;
  margin-right: 35px;
}
/* worry */
.worry {
  background-color: #e7ecf4;
  padding: 55px 0 70px;
}
.worry h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.worry h2 span {
  font-size: 48px;
}
.worry ul {
  margin: 0 auto 80px;
}
.worry ul li {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 子要素を縦並べ */
}
.worry ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 0;
  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;
   -webkit-box-flex: 1;
       -ms-flex-positive: 1;
           flex-grow: 1; /* 余白の割り当て */
   position: relative;
   z-index: 1;
}
.worry ul li p::before {
      content: '';
    display: inline-block;
    background: url(../images/top/worry_txtIll.png) no-repeat top center / 100% auto;
    width: 36px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 32px;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
}
.worry ul li figure {
  max-width: 166px;
  margin: 15px auto 0;
}
.worry h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
}
.worry h3 span {
  font-size: 48px;
  color: #eb8f0c;
}
/* about */
.about {
  padding: 80px 0 120px;
  text-align: center;
}
.about h2 {
  font-size: 42px;
  font-weight: 500;
  margin: 0 auto 20px;
}
.about .about_top {
  font-weight: bold;
  font-size: 20px;
}
.about_cont {
  margin: 50px auto 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_cont ul {
  width: 49%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_cont ul li {
  width: 48%;
  background-color: #fff;
  border-top-left-radius: 15px;
  border: 2px solid #b8d0dc;
  padding: 20px 10px 30px;
  margin-bottom: 23px;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(20, 98, 139, .3);
          box-shadow: 10px 10px 0px 0px rgba(20, 98, 139, .3);
}
.about_cont ul li p {
  line-height: 1.6;
  font-weight: bold;
}
.about_cont ul li figure {
  max-width: 158px;
  margin: 5px auto 0;
}
.about_contIll {
  width: 49%;
  position: relative;
}
.about_contIll::after {
  content: '';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
display: inline-block;
width: 460px;
height: 460px;
background-color: #fcfaf5;
border-radius: 30px;
z-index: -1;
}
.about .btn {
  max-width: 440px;
  margin: 0 auto;
}
.about_txt {
  margin: 65px auto 0;
  background-color: #e5f0f5;
  border-radius: 15px;
  padding: 35px 30px;
}
.about_txt h3 {
  font-size: 22px;
  margin: 0 auto 25px;
}
/* flow */
.flow {
  background-color: #fcfaf5;
  padding: 80px 0 70px;
  text-align: center;
}
.flow h2 {
  font-size: 42px;
}
.flowList {
  margin: 45px auto 70px;
}
.flowList li {
  width: 30%;
  background-color: #14628b;
  border-radius: 15px;
  padding: 20px 30px;
  position: relative;
}
.flowList li:not(:last-child)::after {
     content: '';
    display: inline-block;
 width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 29px solid #06b6d4;
  border-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -13%;
}
.flowList li figure {
  max-width: 170px;
  margin: 0 auto 10px;
}
.flowList li p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.flow .btn {
  max-width: 230px;
  margin: 0 auto;
}
.flowCompany {
  background-color: #fff;
  padding: 80px 40px 60px;
  border-radius: 20px;
  margin: 60px auto 0;
}
.flowCompany h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin: 0 auto 40px;
}
.flowCompany_logo {
  margin: 0 auto 70px;
}
.flowCompany_logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flowCompany_logo ul li {
  width: 19%;
}
.flowCompany_voice ul li {
  width: 31%;
}
.flowCompany_voice ul li a figure img {
  border-radius: 20px 20px 0 0;
}
.flowCompany_voiceTxt {
  background-color: #14628b;
  border-radius: 0 0 20px 20px;
  color: #fff;
  padding: 15px 10px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.flowCompany_voiceTxt span {
  display: block;
  margin-bottom: 10px;
}
/* blog */
.blog {
  padding: 55px 0 50px;
}
.blog h2 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}
.blog ul {
  max-width: 730px;
  margin: 30px auto 45px;
}
.blog ul li:not(:last-child) {
  margin-bottom: 15px;
}
.blog ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 15px;
  border-bottom: 1px dotted #1977b5;
}
.blog ul li a span {
  display: block;
  font-weight: bold;
  margin-right: 35px;
}
.blog .btn {
  max-width: 230px;
  margin: 0 auto;
}
/* btnArea */
.btnArea {
  background-color: #e7ecf4;
  padding: 70px 0 60px;
}
.btnArea ul li {
  width: 48%;
}
.btnArea ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-top-left-radius: 15px;
  border: 2px solid #b8d0dc;
  padding: 15px 25px;
  margin-bottom: 23px;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(20, 98, 139, .3);
          box-shadow: 10px 10px 0px 0px rgba(20, 98, 139, .3);
}
.btnArea ul li a figure {
  max-width: 77px;
  margin-right: 15px;
}
.btnArea ul li a p {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  /* mv */
.mv {
  padding: 30px 0 60px;
}
.mv_ttl {
  width: 100%;
  min-width: unset;
  max-width: 305px;
}
.mv_ttl h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.mv figure {
  width: 100%;
  margin: 20px auto 0;
}
.mv span:nth-of-type(1) {
  height: 55%;
}
.mv span:nth-of-type(1) img {
border-bottom-left-radius: 30px;
}
.mv span:nth-of-type(2) {
  right: 20%;
  height: 40%;
}
.mv span:nth-of-type(2) img {
  border-radius: 30px 30px 0 0;
}
.mv span:nth-of-type(3) {
  left: 5%;
 width: 56vw;
 height: 26%;
}
.mv span:nth-of-type(3) img {
  border-radius: 0 0 30px 30px;
}
.mv span:nth-of-type(4) {
  width: 62vw;
  height: 70%;
}
.mv span:nth-of-type(4) img {
  border-radius: 0 30px 30px 0;
}
/* news */
.news {
  margin: -30px auto 30px;
}
.news .inner {
    padding: 20px 0;
}
.news_ttl {
  max-width: 100%;
width: 100%;
}
.news_ttl .btn {
  margin: 10px auto 0;
  max-width: 200px;
}
.news_ttl h2 {
  font-size: 22px;
}
.news_inner ul {
  width: 100%;
  margin: 20px auto 0;
}
.news_inner ul li a {
  display: block;
  padding: 0 10px 10px;
}
.news_inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
.news_inner ul li a span {
  margin-right: 0;
}
.news_inner ul li a h3 {
  line-height: 1.5;
}
/* worry */
.worry {
  padding: 30px 0 40px;
}
.worry h2 {
  font-size: 18px;
  margin: 0 auto 30px;
}
.worry h2 span {
  font-size: 24px;
}
.worry ul {
  margin: 0 auto 40px;
  max-width: 380px;
}
.worry ul li {
  width: 100%;
}
.worry ul li:not(:last-child) {
  margin-bottom: 20px;
}
.worry ul li p {
  font-size: 16px;
  padding: 15px 0;
}
.worry ul li p::before {
    width: 30px;
    height: 27px;
}
.worry ul li figure {
  max-width: 140px;
  margin: 5px auto 0;
}
.worry h3 {
  font-size: 18px;
}
.worry h3 span {
  font-size: 26px;
}
/* about */
.about {
  padding: 30px 0 40px;
}
.about h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 15px;
}
.about .about_top {
  font-size: 16px;
}
.about_cont {
  margin: 30px auto;
}
.about_cont ul {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.about_cont ul li {
  width: 100%;
  padding: 15px 5%;
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(20, 98, 139, .3);
          box-shadow: 6px 6px 0px 0px rgba(20, 98, 139, .3);
}
.about_cont ul li p {
  line-height: 1.6;
  font-weight: bold;
}
.about_contIll {
  width: 100%;
  max-width: 380px;
  margin: 50px auto 0;
}
.about_contIll::after {
width: 270px;
height: 270px;
}
.about .btn {
  max-width: 320px;
}
.about_txt {
  margin: 40px auto 0;
  padding: 20px 5%;
}
.about_txt h3 {
  font-size: 18px;
  margin: 0 auto 10px;
}
/* flow */
.flow {
  padding: 30px 0 40px;
}
.flow h2 {
  font-size: 24px;
}
.flowList {
  margin: 20px auto 30px;
  max-width: 380px;
}
.flowList li {
  width: 100%;
  padding: 15px 5%;
}
.flowList li:not(:last-child) {
  margin-bottom: 40px;
}
.flowList li:not(:last-child)::after {
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 24px solid #06b6d4;
  border-bottom: none;
  top: unset;
  bottom: -33px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  right: unset;
  left: 50%;
}
.flowList li figure {
  max-width: 150px;
}
.flowList li p {
  font-size: 18px;
}
.flowCompany {
  padding: 30px 5% 40px;
  margin: 40px auto 0;
}
.flowCompany h3 {
  font-size: 20px;
  margin: 0 auto 15px;
}
.flowCompany_logo {
  margin: 0 auto 30px;
}
.flowCompany_logo ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 380px;
  margin: 0 auto;
}
.flowCompany_logo ul li {
  width: 47%;
  margin-bottom: 15px;
}
.flowCompany_voice ul {
  max-width: 380px;
  margin: 0 auto;
}
.flowCompany_voice ul li {
  width: 100%;
}
.flowCompany_voice ul li:not(:last-child) {
margin-bottom: 20px;
}
.flowCompany_voiceTxt span {
  margin-bottom: 5px;
}
/* blog */
.blog {
  padding: 30px 0 40px;
}
.blog h2 {
  font-size: 24px;
}
.blog ul {
  margin: 20px auto 30px;
}
.blog ul li a {
  display: block;
  padding: 0 10px 10px;
}
.blog ul li a span {
  margin-right: 0;
}
/* btnArea */
.btnArea {
  padding: 50px 0;
}
.btnArea ul {
  max-width: 380px;
  margin: 0 auto;
}
.btnArea ul li {
  width: 100%;
}
.btnArea ul li a {
  padding: 10px 15px;
  margin-bottom: 25px;
}
.btnArea ul li a figure {
  max-width: 65px;
}
.btnArea ul li a p {
  font-size: 18px;
}
}