@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
body {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","YuGothic","Yu Gothic","メイリオ","Meiryo","ＭＳ ゴシック","sans-serif";
	font-weight: 500;
	color: #231815;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	line-height: 180%;
}
a {
    color: #231815;
    text-decoration: none;
    display: block;
}
svg {
	width: 100%;
    margin: auto;
}
img {
	width: 100% !important;
    height: auto;
}
/* バックグラウンド処理 */
header {
	background: url("../img/SP_back.jpg") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
	height: 54vh;
}
/* ロゴアニメーション */
@keyframes logo-a1 {
   0% {
     opacity: 0;
     transform: translateY(100%);
     stroke: #fff;
     fill: #fff;
  }
   10% {
     opacity: 1;
     transform: translateY(0);
     stroke: #fff;
     fill: #fff;
  }
   25% {
     opacity: 1;
     transform: translateY(0);
     stroke: #fff;
     fill: #fff;
  }
   50% {
     opacity: 1;
     transform: translateY(0);
     stroke: #2ef0c9;
     fill: #2ef0c9;
  }
   75% {
     opacity: 1;
     transform: translateY(0);
     stroke: #fff;
     fill: #fff;
  }
   92% {
     opacity: 1;
     transform: translateY(0);
     stroke: #28CBAB;
     fill: #28CBAB;
  }
   100% {
     opacity: 1;
     transform: translateY(100%);
     stroke: #fff;
     fill: #fff;
  }
}

.title-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin: 0 auto;
}
.title-02 {
  width: 90%;
  margin: 0 auto;
}

#logo,#logo-sub {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.mainlogo-P,.mainlogo-r,.mainlogo-o,.mainlogo-f,.mainlogo-e,.mainlogo-s01,.mainlogo-s02,.mainlogo-i,.mainlogo-o01,.mainlogo-n,.mainlogo-a,.mainlogo-l {
  fill:  #fff;
  stroke: #fff;
  stroke-dasharray: 3194;
  stroke-dashoffset: 0;
  transition: all .3s;
  transform: translateY(100%);
  stroke-width: 1;
  opacity: 0;
}
.mainlogo-P {
  animation: logo-a1 5s ease 0.2s infinite forwards;
}
.mainlogo-r {
  animation: logo-a1 5s ease 0.4s infinite forwards;
}
.mainlogo-o {
  animation: logo-a1 5s ease 0.6s infinite forwards;
}
.mainlogo-f {
  animation: logo-a1 5s ease 0.8s infinite forwards;
}
.mainlogo-e {
  animation: logo-a1 5s ease 1s infinite forwards;
}
.mainlogo-s01 {
  animation: logo-a1 5s ease 1.2s infinite forwards;
}
.mainlogo-s02 {
  animation: logo-a1 5s ease 1.4s infinite forwards;
}
.mainlogo-i {
  animation: logo-a1 5s ease 1.6s infinite forwards;
}
.mainlogo-o01 {
  animation: logo-a1 5s ease 1.8s infinite forwards;
}
.mainlogo-n {
  animation: logo-a1 5s ease 2s infinite forwards;
}
.mainlogo-a {
  animation: logo-a1 5s ease 2.2s infinite forwards;
}
.mainlogo-l {
  animation: logo-a1 5s ease 2.4s infinite forwards;
}


.sp-t {
	display: none;
}


/*navi*/

nav {
	display: none;
}

#sec-03 {
    margin-top: -180px;
    padding-top: 180px;
}

/* main-box */

.main-box {
    width: 90%;
    margin: 40px auto 80px;
    padding: 30px 0;
}
.lead-text {
	    line-height: 240%;
    letter-spacing: 0.154em;
}

h2 {
    background: url(../img/underline.svg) center bottom no-repeat;
    background-size: 50%;
    text-align: center;
    padding-bottom: 30px;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.4em;
	margin: 0 auto 24px;
}
.list-3 {
    width: 90%;
    margin: 40px auto 0;
}
.list-3 li {
    margin: 10px auto 50px;
}
.list-3 li dl dt p {
	text-align: center;
    font-size: 1.22em;
    letter-spacing: 0.23em;
    margin: 14px auto 10px;
    color: #00A7D7;
}
.btn-01 {
	background: #00A7D7;
    color: #fff;
    padding: 3px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    letter-spacing: 0.2em;
	font-weight: bold;
	border: solid 2px #00a7d7;
}
.btn-01::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 24%;
    font-size: 1.2em;
    right: 12px;
}
.b-01 {
	background: url(../img/back-01.jpg) top center no-repeat;
}
.title-banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.title-banner .nuber-tub {
	    padding: 8% 4%;
    font-size: 3em;
    font-weight: bold;
    color: #00a7d7;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 4%;
}

h3 {
	text-align: center;
    position: absolute;
    bottom: 20%;
    right: 0;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
    line-height: 140%;
    text-shadow: 2px 1px 4px rgba(0,0,0,0.3), 0px 0px 8px rgba(162,162,162,0.9), 0px 0px 9px rgba(255,255,255,0.4);
}

h3 span {
    display: inline-block;
    border-bottom: solid 4px;
    margin-bottom: 10px;
}

h4 {
	text-align: center;
    border-bottom: solid 4px #000;
    padding-bottom: 8px;
    font-size: 2em;
    font-weight: bold;
    display: inline-flex;
}

.sec02-box {
	    text-align: center;
    padding: 20px 0 60px;
    width: 90%;
    margin: 0 auto;
}

.sec02-box p.lead-text {
	margin: 18px auto 100px;
}
.sec03-box1 {
	text-align: center;
    margin: 20px auto 40px;
    width: 90%;
}

.sec03-box1 dl.list-txt dt {
    margin: 8px auto 24px;
}

.sec03-box1 dl.list-txt dt h5 {
border-bottom: solid 2px #C7C7C7;
    margin-bottom: 12px;
    padding-bottom: 4px;
    letter-spacing: 0.2em;
    font-size: 1.3em;
    font-weight: 600;
}
.sec03-box1 dl.list-txt span {
    line-height: 200%;
    display: block;
    font-weight: 500;
    font-size: 0.93em;
}

.last-copy {
	    text-align: center;
    font-size: 0.8em;
    margin: 30px auto 14px;
}

.fadein {
	opacity: 0;
    transform: translateY(100px);
    transition: all 2s;
}
body{transition: all 2s;}


.tnav {
    text-align: center;
    margin: 30px auto;
    padding: 0;
}
.tnav li{
    width: auto;
    margin: 8px auto;
}
.btn-02 {
	background: #00A7D7;
    color: #fff;
    padding: 3px;
    border-radius: 30px;
    position: relative;
    text-align: center;
	font-weight: bold;
	border: solid 2px #00a7d7;
	font-size: 0.8em;
}
.btn-02::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 24%;
    font-size: 1.2em;
    right: 12px;
}

.title-hub2 h3 {
	    bottom: 26%;
    right: 36%;
}
.title-h {
	font-size: 1.2em;
    margin: 18px auto 30px;
}
p.lead-text2 {
    margin: 18px auto 100px;
	line-height: 240%;
    letter-spacing: 0.154em;
    text-align: left;
    font-size: 0.9em;
}
.question-01 {
	    margin: 45px auto 60px;
}
.sec4-image {
    position: relative;
    margin: 0 auto 50px;
}
.sec4-image figcaption {
    position: absolute;
    z-index: 1;
    top: 50px;
}
.person-r {
    right: 0;
}
.person-name {
    background: rgb(0 206 211 / 0.9);
    color: #fff;
    padding: 12px 8px;
}
.person-name dt {
font-size: 2em;
    font-weight: 500;
    padding-bottom: 8px;
}
.person-name dd {
    line-height: 140%;
    padding-top: 4px;
    font-size: 0.8em;
}
.qa01 {
	    width: 94%;
    margin: 0 auto;
}
.qa01 dl dt span,.qa01 dl dd span {
    background: #00CED3;
    color: #fff;
    font-size: 2.2em;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    margin: 23px 0 10px 0;
    vertical-align: middle;
    display: block;
}
.qa01 dl dt {
    font-weight: 500;
}

.qa01 dl dd {
    margin: 36px auto;
}
.qa01 li {
border-bottom: solid 2px #C7C7C7;
}
.question-image {
    margin: 24px auto;
}
.b-02 {
	background: url(../img/back-02.jpg) center center no-repeat;
}
.b-03 {
	background: url(../img/back-03.jpg) center center no-repeat;
}
.b-04 {
	background: url(../img/back-04.jpg) center center no-repeat;
}
.b-05 {
	background: url(../img/back-05.jpg) center center no-repeat;
}
.b-06 {
	background: url(../img/back-06.jpg) center center no-repeat;
}
.b-07 {
	background: url(../img/back-07.jpg) center center no-repeat;
}
.b-08 {
	background: url(../img/back-08.jpg) center center no-repeat;
}
.s_logo {
width: 165px;
    padding: 15px 0 11px 18px;
    }
.s_bn {
width: 90%;
    margin: 20px auto;
    }
.bb-1 {
    width: 280px;
    margin: 0 auto 50px;
    background: #ffffff;
    border: solid 2px #a2a2a2;
    color: #828282;
}