@charset "UTF-8";
/*-------------------*/
/*--- リセット reset ---*/
/*-------------------*/
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, ol, ul, 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;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    vertical-align: bottom;
}
a {
    outline: none;
    transition-duration: .3s;
}
a:hover {
    opacity: .8;
}
hover {
    transition-duration: .3s;
    opacity: .8;
}
body,
article,
header,
footer {
    display: block;
    overflow-x: hidden;
    width: 100vw;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}
article, article *, article ::before, article ::after {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,ol,ul,li,p,a {
    color: #555;
}
ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 28px;
}

ul li {
    font-size: 16px;
    margin-bottom: 16px;
}
ul.name-list li {
    color: #f44bb2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.2em;
}
ul.name-list li > i {
    margin-right: 0.1em;
    vertical-align: 1px;
}
article {
    padding-top: 0;
}
article > div {
    max-width: 1000px;
    margin: 40px auto;
    border: 1px solid #d0d0d8;
}
section > div {
    max-width: calc(100%);
    margin: auto;
}
.minfont {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
}
.formarea {
    margin-top: 40px;
}
.fl-left {
    display: flex;
    background: #fff;
    height: 88px;
    width: 140px;
    font-size: 23px;
    margin-right: 24px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.fl-right {
    font-size: 22px;
    font-weight: bold;
}

h1, p {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif,;
}
h1 {
	font-feature-settings: "palt";
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
h1 span {
    display: block;
    font-size: 1.25em;
    margin-top: 4px;
}
h1 em {
    color: #f44bb2;
    display: inline-block;
}
h1 i {
    display: inline-block;
    margin-left: -12px;
}
h1 .marker {
    display: inline-block;
    padding-right: 16px;
}
strong {
    font-weight: bold;
}
.clip ul {
    margin: 0;
}
.marker {
    background-color: #fff600;
    font-weight: bold;
}
.color-00 {
    color: rgba(80,192,208,1);
}
.color-01 {
    color: red;
}
.color-02 {
    color: #f44bb2;
}
.color-03 {
    color: #fff600;
}
.headline-type1 {
    color: #f44bb2;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    height: 136px;
    margin-top: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.headline-type1 em {
    position: relative;
}
.headline-type1::before,
.headline-type1::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.headline-type1::before {
    background-color: rgba(248,208,224,1);
    width: 100%;
    max-width: 456px;
    height: 136px;
    border-radius: 49%;
}
.headline-type1::after {
    border-right: solid 16px rgba(248,208,224,0);
    border-left: solid 16px rgba(248,208,224,0);
    border-bottom: solid 24px rgba(248,208,224,1);
    top: -16%;
}
.headline-type2,
#operate h2 {
    background-color: rgba(192,232,236,.6);
    color: rgba(0,192,216,1);
    font-size: 24px;	
    font-weight: bold;
    line-height: 1;
    padding: 18px 0 16px 16px;
}
.h-count {
    counter-reset: h-count;
}
.h-count > div {
    counter-increment: h-count;
}
.h-count > div:not(:last-of-type) {
    margin-bottom: 32px;
}
.h-count .headline-type2 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 56px;
    position: relative;
}
.h-count .headline-type2::before,
.h-count .headline-type2::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.h-count .headline-type2::before {
    color: rgba(80,192,208,1);
    content: "" counter(h-count);
    font-weight: bold;
    left: 21px;
    z-index: 1;
}
.h-count .headline-type2::after {
    content: '';
    background-color: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    left: 12px;
}
p {
    line-height: 1.8em;
    margin-bottom: 1.2em;
}
* p:not(:last-of-type) {

}
p span {
    color: red;
}
ol {
    border: dotted 3px rgba(192,232,236,1);
    border-radius: 16px;
    margin-bottom: 24px;
    padding: 40px 56px;
}
ol.li-count {
    counter-reset: li-count;
}
ol li {
    counter-increment: li-count;
    font-size: 20px;
    padding-left: 36px;
    position: relative;
}
ol li::before,
ol li::after {
    position: absolute;
}
ol li::before {
    color: white;
    content: "" counter(li-count);
    font-weight: bold;
    top: 0;
    left: 0;
    z-index: 1;
}
ol li::after {
    content: '';
    background-color: rgba(80,192,208,1);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: -6.4px;
    left: -9.2px;
}
ol li:not(:last-of-type) {
    margin-bottom: 20px;
}
img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.flex {
    display: flex;
    align-items: center;
}
.col2 > * {
    width: calc(100% / 2 - 16px);
}
.harf-size {
    max-width: calc(100% / 2);
}
.full-size {
    width: 100%;
}
.btn img {
    margin: auto;
    width: 100%;
}
.pc-only {
    display: block;
}
.ipad-only,
.sp-only {
    display: none;
}
.txt-link {
    text-align: center;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 14px;
}
.txt-link a,
.txt-link a span {
    color: rgba(80,192,208,1);
    text-decoration: none;
}
.txt-link a:hover {
    text-decoration: underline;
}
.txt-link a span {
    display: inline-block;
    transform: rotate(-90deg) scale(.8);
}
footer {
    background-color: rgba(232,244,248,.92);
    padding: 24px;
}
small {
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}
/*header*/
.head-area {
    background: rgba(232,240,244,.8);
    padding: 32px 0 0;
}
.head-area > div {
    max-width: 73vw;
    min-width: 1267px;
    width: calc(100% - 40px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;
}
.head-area > div > a {
    width: 35%;
}
.header-logo {
    max-width: 360px;
}
.head-line-tel {
    display: flex;
    justify-content: space-between;
    max-width: 629px;
    width: 60%; 
}
.head-line-tel > div > img {
        max-width: 370px;
}
/*1*/
#content01 {
    background: rgba(232,240,244,.8);
}
#content01 .inner {
    margin: auto;
    width: 100%;   
    position: relative;
}
/*2*/

/*3*/
#content03 {
    padding: 0;
    background-image: url(../images/contents03_bg_pc.png); 
    background-repeat: repeat;
    margin-bottom: -120px;
}
#content03 .inner {
    margin: auto;
    width: 100%;
    max-width: 1230px;
    position: relative;
    top: -80px;
}
.con03_column {
    max-width: 1104px;
    width: calc(100% - 48px);
    margin: 0 auto 120px;
}
/*4*/
#content04 {
    padding: 0;
    background-image: url(../images/contents04_bg_pc.png); 
    background-repeat: repeat;
}
#content04 .inner {
    margin: auto;
    width: 100%;
    max-width: 1110px;
    position: relative;
    bottom: -138px;
}
/*5*/
#content05 {
    padding: 116px 0;
    background: #f4fbfc;
}
#content05 .inner {
    margin: auto;
    width: 100%;
    max-width: 1217px;
}
/*6*/
#content06 {
    padding: 120px 0;
    background-image: url(../images/contents06_bg_pc.png); 
    background-repeat: repeat;
}
#content06 .inner {
    margin: auto;
    width: 100%;
    max-width: 1108px;
}
/*7*/
#content07 {
    padding: 0;
    background-image: url(../images/contents07_bg_pc.png); 
    background-repeat: repeat;
}
#content07 .inner {
    margin: auto;
    width: 100%;
    max-width: 1150px;
    position: relative;
    top: -80px;
}
#content02 {
    padding: 72px 0 80px;
    background-image: url(../images/contents02_bg_pc.png); 
    background-repeat: repeat;
    background-size: contain;
}
#content02 .inner {
    background-color: #2a3c3f;
    margin: auto;
    padding: 3.2% 6% 0;
    width: 100%;
    max-width: 960px;
}
#content02 .inner > div:first-of-type {

}
#content02 .inner > div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: -120px;
}
#content02 .inner > div:last-of-type .c2_img {
    width: 100%;
}
#content02 .inner > div:last-of-type .c2_img:first-child {
    max-width: 400px;
    position: relative;
    left: -56px;
    bottom: -80px;
    z-index: 1;
}
#content02 .inner > div:last-of-type .c2_img:not(:first-child) {
    position: absolute;
    z-index: 0;
}
#content02 .inner > div:last-of-type .c2_img.pc-only {
    max-width: 480px;
    top: 50%;
    transform: translateY(-35%);
    right: -8px;
}
/*8*/
#content08 {
    padding: 120px 0;
    background-image: url(../images/contents08_bg_pc.jpg); 
    background-repeat: repeat;
    background-size: cover;
}
#content08 .inner {
    padding: 80px 16px 40px;
    margin: auto;
    width: 100%;
    max-width: 1105px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.15);
}
.ct08_zoomarea {
    padding-left: 56px;
    padding-right: 56px;
}
.ct08_steparea {
    display: flex;
    justify-content: space-between;
    padding-left: 56px;
}
.step_flex img {
    width: auto;
}
.step_flex {
    display: flex;
    justify-content: flex-start;
}
.step_bg {
   width: 320px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .step_bg {
    flex-shrink: 0;
    width: 220px;
    height: 564px;
  }
  *::-ms-backdrop, .ct08_steparea {
    padding-left: 16px;
  }
}
/*9*/
#content09 {
    padding: 120px 0;
    background: rgba(148,216,232,.36);
}
#content09 .inner {
    margin: auto;
    width: 100%;
    max-width: 1104px;
}
.ct09_inq {
    background: #fff;
    border-radius: 0 0 32px 32px;
    padding: 32px 0px 12px;
}
.ct09_inq ul {
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1062px;
    margin-left: 24px;
}
/*copyright*/
#copyright {
    background: #ffd634;
    color: #5a4343;
    font-size: 18px;
    line-height: 1.4;
    padding: 32px 0 28px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1410px) {
.head-area > div {
    max-width: 90vw; 
    min-width: unset;
}
.head-line-tel a > img {
    width: 100%;
    height: auto;
    margin-left: 10px;
}
}
@media all and (max-width: 1410px) and (-ms-high-contrast: none) {
*::-ms-backdrop, .head-area > div {
    min-width: auto;
}   
}

@media screen and (max-width: 1104px) {
.head-line-tel a > img {
    width: 20vw;
}
.head-line-tel > div > img {
    width: 31vw;
}
.ct09_inq ul li img {
    width: calc(100% - 16px);
    margin: auto;
}
}
@media screen and (max-width: 900px) {
.step_bg {
   display: none;
}
#content02 .inner,
#content04 .inner,
#content06 .inner,
#content07 .inner,
#content08 .inner,
#content09 .inner {
    width: calc(100% - 48px);
}
}
@media screen and (max-width: 768px) {
.ipad-only {
    display: block;
}
.pc-dis768 {
    display: none;
}
.head-line-tel > div > img {
    width: 100%;
    max-width: 240px;
}
}
/* ▼768からSP */
@media screen and (max-width: 767px) {
.pc-only,
.ipad-only {
    display: none;
}
.sp-only {
    display: block;
}
/*header*/
.head-area {
    padding: 16px 0 0;
    background-color: rgba(232,240,244,.8);
}
.head-area > div {
    max-width: 100%;
    width: calc(100% - 32px);
}
.head-line-tel {
    flex-direction: row-reverse;   
}
.head-area > div > a {
    width: 52%;
}
.head-line-tel {
    width: 25%;
}
.head-line-tel a > img {
    width: 100%;
    max-width: 80px;
    margin-left: 0;
}
.telbtn {
    margin-left: 8px;
}
#content02 .inner, #content04 .inner, #content06 .inner, #content07 .inner, #content08 .inner, #content09 .inner {
    width: calc(100% - 32px); 
}
#content03 .inner {
    top: -50px;
}
.con03_column {
    width: 100%;
}
#content04 {
    background-size: 8%;
}
#content04 .inner {
    bottom: -32px;
}
#content04 .inner {
    bottom: -32px;
}
#content05 {
    padding: 40px 0 48px;
}
#content06 {
    padding: 48px 0;
    background-size: 200%;
}
#content07 {
    background-size: cover;
}
#content07 .inner {
    top: -30px;
}
#content02 {
    background-size: 115%;
    height: auto;
    padding: 32px 0 36px;
}
#content02 .inner > div:first-of-type {

}
#content02 .inner > div:last-of-type {
    margin-top: -56px;
}
#content02 .inner > div:first-of-type .schedule {
    background-color: white;
    padding: 3%;
    border-radius: 16px;
}
#content02 .inner > div:last-of-type .c2_img:first-child {
    width:42vw;
    left: -32px;
    bottom: -36px;
}
#content02 .inner > div:last-of-type .c2_img.sp-only {
    width: 52vw;
    right: 0px;
    top: 56%;
    transform: translateY(-37%);
}
#content08 {
    padding: 32px 0;
    background-size: 150%;
}
.ct08_steparea {
    display: none;
}
#content08 .inner {
    padding: 0;
    background: none;
    box-shadow: none;
}
.ct08_zoomarea {
    padding-left: 0;
    padding-right: 0;
}
#content09 {
    padding: 32px 0 56px;
}
.ct09_inq {
    padding: 35px 0 16px;   
}
.ct09_inq ul {
    flex-direction: column;
}
.ct09_inq ul li img {
    width: 75%;
}
.ct09_inq ul li:not(:last-child) img {
    margin-bottom: 16px;
}
#copyright {
    padding: 16px 0;   
}
small {
    font-size: 14px;
    line-height: 1.8;
}
}
@media screen and (max-width: 480px) {
small {
    font-size: 2.8vw;
}
}