/* base CSS */
body,html{-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,img,main,menu,nav,section{display:block}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-style:normal;font-size:100%;vertical-align:baseline}img,svg{vertical-align:middle}html{font-family:sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{min-height:100vh;line-height:1.5;-ms-text-size-adjust:100%;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;}dl,ol,p,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd{margin-left:0}img{max-width:100%;border-style:none}canvas,img,svg,video{height:auto}svg{overflow:hidden}table{border-collapse:collapse;border-spacing:0;width:100%}a{text-decoration:none}:focus{outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}.clearfix:after{content:"";clear:both;display:block}


/*
body {
animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {
  opacity: 0
}
100% {
  opacity: 1
}
}
*/


/*::::::::::::::::::::::::::::::::::::::
  COMMON
:::::::::::::::::::::::::::::::::::::::*/
img {
/*
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
*/
}

/* LAYOUT */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
.l-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    max-width: 100%
}
.l-inner--small {
     width:1000px;
    max-width: 100%
}
.u-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.u-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*img*/
picture img {
    width: auto;
}


/*::::::::::::::::::::::::::::::::::::::
  TEXT
:::::::::::::::::::::::::::::::::::::::*/
body {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    letter-spacing: .02em;
    line-height: 1.75;
    font-family:
        "Noto Sans JP",
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        YuGothic, "Yu Gothic Medium", "Yu Gothic",
        Meiryo,
        sans-serif;
    -webkit-font-smoothing: antialiased;
}
b, strong {
    font-weight: 700 !important;
}

.c-heading {
    text-align: center;
}
.c-ttl-en,
.en {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
}
.c-ttl-en {
    color: #12B3A8;
    font-size: 20px;
}
.c-ttl-jp {
    font-size: 40px;
}
h1,h2,h3,h4 {
    font-weight: 700;
    margin-bottom: 1em;
}
h2,h3,h4 {
    line-height: 1.5em;
}
h2 {font-size: 32px;}
h3 {font-size: 24px;}

.num-box__num {
  font-family: "Krona One", sans-serif;
    font-weight: 400;
}

.breadcrumbs__item {
    margin-left: 1em;
}
.breadcrumbs__item:before {
    margin-right: 1em;
}
.breadcrumbs {
    border-top: solid 1px #eee;
    padding-top: 8px;
}
.breadcrumbs__list {
    font-size: 0.9em;
}
.breadcrumbs__list a {
    font-weight: normal;
    text-transform: uppercase;
}


/*::::::::::::::::::::::::::::::::::::::::::::
/* BTN AND LINKS
:::::::::::::::::::::::::::::::::::::::::::::*/
a {
    color: #12B3A8;
    word-break: break-all;
}
a,a:hover img , a:hover{
    transition: all .3s;
}
:active,:hover,:link,:visited{
    outline:0;
    text-decoration:none;
}
.c-btn:active,.c-btn:hover,.c-btn:link,.c-btn:visited {
    color: #fff;
}
.c-btn--w:active,.c-btn--w:hover,.c-btn--w:link,.c-btn--w:visited {
    color: #12B3A8;
}
/*a:hover {color: inherit;}*/
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

.c-btn {
    width: fit-content;
    min-width: 260px;
    cursor: pointer;
    position: relative;
    padding: 0.65em 2em;
    transition: .5s;
    border: none;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    border-radius: 100vh;
    line-height: inherit;
    background: #F93B69;
    color: #fff;
    margin: auto;
    box-shadow: 1px 6px 0px #0B3D3A;
}
.c-btn:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/ico_arrow.svg) no-repeat 0 center;
    background-size: contain;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    transition: .5s;
}
.c-btn.c-btn--right:after {
    transform: translateY(-50%) rotate(-90deg); /*右矢印用*/
}
.c-btn:hover {
    text-decoration: none;
    cursor: pointer;
    transform: translateY(-6px);
}
.c-btn--l {
    font-size: 26px;
    margin-top: 10px;
}
.c-btn--w {
    background: #fff;
    color: #12B3A8;
    font-size: 26px;
}
.c-btn.c-btn--right:after {
    transform: translateY(-50%) rotate(-90deg); /*右矢印用*/
}
.c-btn.c-btn-back {
    background: #fff;
    color: #111;
}
.c-btn.c-btn-back:after {
    transform: translateY(-50%) rotate(90deg);
    right: unset;
    left: 1em;
}

/*::::::::::::::::::::::::::::::::::::::::::::
/* PARTS
:::::::::::::::::::::::::::::::::::::::::::::*/

/* BG */
body {
    background-color: #F8F8F8 !important;
}
/* 固定背景画像 */
/*
.bgfix {
    height: 100vh;
    position: relative;
    visibility: hidden;
}
.bgfix:after {
    background-image: url(../images/bg_about_ph.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bgfix.bgfix_on {
    visibility: visible;
}
.bgfix.bgfix_on:after {
    position: fixed;
}
.bgfix + section {
    position: relative;
    z-index: 1;
}
*/

/* LISTS */
.lists > li{
    text-indent: -2em;
    margin-left: 2em;
}
.c-list-circle {
    display: flex;
    align-items: baseline;
}
.c-list-circle:before {
     content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 100vh;
    border: solid 1px;
    display: inline-block;
    margin: 0 0.5em 0 0;
    flex-shrink: 0;
}
.c-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #1cb57b;
    border-right: 0;
    align-items: center;
    display: block;
    align-self: center;
    margin: 14px;
}


/*::::::::::::::::::::::::::::::::::::::::::::
/* TOP
:::::::::::::::::::::::::::::::::::::::::::::*/

.l-content--index ul,
.l-content--index ol {
    list-style: none;
}

.bg_ph_blue {
    background: url(../images/bg_cta.png) no-repeat center 0;
}

/*MV*/
.p-index-mv {
    background: url(../images/mv_bg_01.png) no-repeat 0 0 #12B3A8;
    background-size: cover;
    width: 100%;
    padding: 70px 3% 50px;
}

@media screen and (min-width: 1201px) {
    .p-index-mv {height: 684px;}
}

.p-index-mv .p-index-mv__content {
    position: relative;
    align-self: center;
     justify-items: center;
     margin: auto;
    max-width: 500px;
    flex-shrink: 0;
}
.p-index-mv__inner {
     max-width: 1200px;
     /*    display: flex;*/
     gap: 30px;
     align-items: center;
     margin: auto;
}
.p-index-mv .mv-ttl-sub {
    margin: 10px auto 1em;
    color: #fff;
    text-align: center;
    border-bottom: solid 1px;
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
}
.p-index-mv .mv-ttl {
    position: relative;
}

.p-index-mv .mv-ttl img {
    margin: auto;
}
.p-index-mv .mv_illst_01 {
    position: absolute;
    right: -10px;
    top: 0;
}
.mv-btn-area__txt {
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: 10px auto 5px;
}
.mv-btn-area {
    position: relative;
}
.mv-btn-area .mv_illst_02 {
    position: absolute;
    left: 60px;
    top: -15px;
}

/* ::::::::::::::::::::::::::::::: */

/*point*/
.p-index-point {
    background: url(../images/mv_bg_02.png) no-repeat center bottom;
    background-size: cover;
     padding: 0 0 100px;
}
.p-index-point__list {
    gap: 20px;
    transform: translateY(-30px);
}
.p-index-point__list li {
    color: #fff;
    font-size: 20px;
    flex: 1;
    padding: 10px;
    text-align: center;
    position: relative;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    /*    background-color: rgb(255 255 255 / 34%);*/
    background-color: rgba(255,255,255,0.06);
    border-radius: 4px;
}
.p-index-point__list .list-num {
    color: #0F766E;
    position: absolute;
    top: 0;
    left: 5px;
}
.point__list__item .ttl {font-weight: 400;margin: 1em auto 0;}
.point__list__item.item_01 .txt-img {
    margin: 20px auto 0;
}
.point__list__item .txt-large {
    font-weight: 700;
}
.point__list__item.item_02 .txt-large {
    font-size: 80px;
    line-height: 1;
}
.point__list__item.item_02 .txt-large-en {
    font-size: 0.4em;
}
.point__list__item.item_03 .txt-large {
    margin-top: 0.5em;
    font-size: 50px;
}
.p-index-point__list__note {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 2px 8px #111;
}
/* ::::::::::::::::::::::::::::::: */

.p-index-media-list {
  width: 100%;
  transform: translateY(-90px);
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.scroll-infinity__wrap {
  display: flex;
    gap: 10px;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear;
}

.scroll-infinity__list li {
  width: calc(100vw / 8);
}

.scroll-infinity li > img {
  max-width: 100%;
  margin: auto;
}

/* ::::::::::::::::::::::::::::::: */


.p-index-intro-case {
        padding-bottom: 100px;
}
.p-index-intro-case .l-inner {
    width: 1200px;
}
.p-index-intro-case__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.p-index-intro-case .intro-case__list__item {
    width: 386px;
    flex-shrink: 0;
}
.intro-case__list__item .num {
    color: #DFE1F3;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
}
.intro-case__list__item .num span {
    font-size: 1.2em;
}
.p-index-intro-case .ttl {
    border-radius: 30px;
    background: #12B3A8;
    color: #fff;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 1em;
    font-size: 15px;
    margin: 5px 10px;
}
.intro-case__list__item .inner {
        border-radius: 8px;
        background: #fff;
        box-shadow: 0px 3px 11px #d5d5d5;
        padding: 1em;
}
.intro-case__list__item .heading-unit {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.intro-case__list__item .heading-unit__ico {
    flex-shrink: 0;
}
.intro-case__list__item .heading-unit__lead .lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.intro-case__list__item .heading-unit__lead .sub {
    font-size: 13px;
    color: #12B3A8;
}
.intro-case__list__item .detail p {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px
}
.txt-hide{
    display: none;
}
.btn-more {
    margin: 20px auto;
    color: #111;
    border: none;
    outline: 0;
    transition: .3s;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0.5em 1em;
    width: 56%;
    border-radius: 2em;
    font-size: 0.9em;
    background: url(../images/ico_arrow_u.svg) no-repeat right 15px center #F3F3E8;
}
.btn-more:before {
    content: "障害状況を詳しく";
    transition: .1s;
}
.btn-more.on-click {
    background-image: none;
}
.btn-more.on-click:before{
    content: "閉じる";
}

/* ::::::::::::::::::::::::::::::: */

/*service*/
.p-index-service {
    padding: 50px 0;
}
.p-index-service .p-index-service__list {
     gap: 40px 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.p-index-service .service__list__item {
    width: 49%;
}
.p-index-service .service__list__item {
    width: 48%;
    background: #fff;
    box-shadow: 0px 1px 10px #d5d5d5a8;
    border-radius: 8px;
}
.service__list__item .photo {
    position: relative;
}
.service__list__item .photo img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.service__list__item .photo .photo__ttl {
    font-size: 40px;
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1.2;
    text-shadow: 3px 3px 10px #55545466;
}
.service__list__item .detail .ttl {
    background: #12B3A8;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 15px;
    margin: -1em auto 1em;
    position: relative;
    letter-spacing: 0;
}
.service__list__item .detail {
    background: #fff;
    padding: 0 20px 30px;
}
.p-index-service .detail p {
    margin-top: 1em;
    line-height: 1.5;
    padding: 0 1em;
}
.p-index-service .c-check-list {
    font-weight: 700;
    padding: 0 1em;
}


/* ::::::::::::::::::::::::::::::: */

.cta {
    padding: 100px 0 0;
    color: #fff;
    text-align: center;
}
.cta .l-inner {
    background: url(../images/logo_big.svg) no-repeat center bottom;
    padding-bottom: 100px;
    width: 1200px;
}
.cta .ttl {
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.cta h3 {margin-top: 1em;margin-bottom: 1em;}


/* ::::::::::::::::::::::::::::::: */
.p-index-case {
    padding: 80px 0;
    background: #fff;
}
.p-index-case .p-index-case__list__item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
}
.p-index-case__list {
    list-style: none;
}
.p-index-case__list__item:nth-child(odd) {
    border: 8px solid #0F766E;
}

.p-index-case__list__item:nth-child(even) {
    border: 8px solid #12B3A8;
}
.p-index-case__list__item .heading-unit {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}
.p-index-case__list__item:nth-child(even) .heading-unit {
    flex-direction: row-reverse;
}
.p-index-case .inner {
    padding: 5% 8%;
}
.p-index-case .heading-unit__ico p {
    text-align: center;
    padding-top: 8px;
}
.p-index-case .num {
    color: #12B3A8;
    padding-bottom: 8px;
}
.p-index-case .lead {
    display: flex;
    gap: 15px;
}
.p-index-case .lead:before {
    content: "";
    background: #12B3A8;
    width: 8px;
    display: block;
    border-radius: 4px;
}
.p-index-case .detail__item {
    display: flex;
    margin-top: 4px;
}
.detail__item * {
    padding: 6px;
}
.p-index-case dt {
    background: #F3F3E8;
    width: 25%;
    text-align: center;
    font-weight: 700;
    flex-shrink: 0;
}
.p-index-case dd {
    font-weight: 700;
    padding-left: 1em;
}

/* ::::::::::::::::::::::::::::::: */

.p-index-flow {
    background: #F8F8F8;
    padding: 100px 0;
}
.p-index-flow .ttl-box {
    background: #fff;
    padding: 0.5em;
    text-align: center;
    position: relative;
}
.p-index-flow .ttl-box h3 {
    margin-bottom: 0;
    font-size: 28px;
    border-radius: 4px;
}
.p-index-flow .ttl .num {
    color: #12B3A8;
    position: absolute;
    left: 1em;
}
.flow-list__item .txt {
    background: #F3F3E8;
    padding: 5% 15%;
    border-radius: 0 0 8px 8px;
}
.flow-list__item + .flow-list__item:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #12B3A8 transparent transparent transparent;
    margin: 5px auto 15px;
}
.payment-img {
    width: 300px;
    margin-top: 20px;
}

/*:::::::::::::::::::::::::::::::::::::::::
HEADER
::::::::::::::::::::::::::::::::::::::::::*/

.l-header .logo {
    /* margin: 10px 10px 10px 15px; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 25px 40px 25px 25px;
    border-radius: 0 0 50px 0;
    /* height: 72px; */
}

/* drawer_menu */
header .menu_list li a {
    width: fit-content;
    display: inline-block;
    letter-spacing: 0.2em;
}
.drawer_btn {
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background: #00414B;
    border-radius: 100vh;
    z-index: 102;
    color: #00414B;
}
.drawer_btn_line  {
    height: 1px;
}
.drawer_btn .top {
    top: 12px;
}
.drawer_btn .bottom {
    top: 18px;
}
.drawer_btn_ttl {
    display: block;
    font-size: 10px;
    margin-top: 34px;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.drawer_btn.active .top {
    transform: rotate(45deg);
    top: 15px;
}
.drawer_btn.active .bottom {
    transform: rotate(-45deg);
    top: 15px;
}
.drawer_btn_line {
    background: #fff;
    border: none;
    height: 1px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.menu_overlay {
    position: fixed;
    background: #FEF9F4;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 100;
}
.menu_overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
   transition: opacity .35s, visibility .35s, height .35s;
}

.menu_overlay.open li {
    animation-name: menu_fadeInRight;
/*    animation-delay: .3s;*/
    animation-fill-mode: both;
    animation-duration: 0.5s;
    opacity: 0;
}
.menu_overlay.open li:nth-of-type(1) {
    animation-delay: .3s;
}
.menu_overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}
.menu_overlay.open li:nth-of-type(3) {
    animation-delay: .5s;
}
.menu_overlay.open li:nth-of-type(4) {
    animation-delay: .6s;
}
.menu_overlay.open li:nth-of-type(5) {
    animation-delay: .7s;
}
.menu_overlay.open li:nth-of-type(6) {
    animation-delay: .8s;
}
.menu_overlay.open li:nth-of-type(7) {
    animation-delay: .9s;
}
.menu_overlay.open li:nth-of-type(8) {
    animation-delay: 1s;
}
.menu_overlay .overlay-menu {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.menu_overlay nav {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 80%;
    background: #fff;
    border-radius: 30px;
    border: solid 1px #9FE3DE;
    padding: 10%;
}

.menu_overlay ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

@keyframes menu_fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
/* //drawer_menu */


.l-header .btn-show {
    display: none;
}

.l-header .btn-show.js-scrollin {
    position: fixed;
    display: block;
    top: 20px;
    right: 10px;
    z-index: 1;
    animation-duration: 1s;
    animation-name: fadeIn;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}
.fadeIn {
/*
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeIn;
*/
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
button {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: none;
    font-family: inherit;
    color: inherit;
}

/* ::::::::::::::::::::::::::::::: */



/*:::::::::::::::::::::::::::::::::::::::::
FAQ
::::::::::::::::::::::::::::::::::::::::::*/
.p-index-faq{
    padding: 100px 0;
}
.c-accordion__item {
    /* border: 1px solid #ddd; */
    border-radius: 8px;
}
.c-accordion__item +.c-accordion__item {
    margin-top: 1em;
}
.c-accordion-content {
    display: none;
    border-top: 1px solid #ddd;
}
.c-accordion-header {
    padding: 1em 1.5em;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.c-accordion-header::before,
.c-accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 3%;
    bottom: 0;
    width: 18px;
    height: 3px;
    margin: auto;
    background: #12B3A8;
}
.c-accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.1s;
}
.c-accordion-header.active::after {
    transform: rotate(0deg);
}
.c-accordion-header span {
    vertical-align: middle;
    display: flex;
    gap: 1em;
    align-items: center;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 700;
}
.c-accordion-header span::before,
.c-accordion-content div::before {
    color: #12B3A8;
    font-size: 30px;
    font-family: "Krona One", sans-serif;
    font-weight: 500;
}
.c-accordion-header span::before {
    content: "Q.";
}
.c-accordion-content div::before {
    content: "A.";
    position: absolute;
    left: 1em;
    line-height: 1;
}
.c-accordion-content div{
    padding-left: 55px;
}
.c-accordion-content p + p {
    margin-top: 1em;
}
.c-accordion-header.active,
.c-accordion-header:hover {
    background-color: #F3F3E8;
}
.c-accordion-content {
    background-color: #FFF;
    padding: 2em;
    position: relative;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
FORM
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.contact-form {
    margin: 50px auto 0;
    padding: 100px 6% 0;
    /* background: #fff; */
}
.mw_wp_form {
    padding-top: 30px;
    border-top: solid 1px #D5D5D5;
    margin-top: 50px;
    max-width: 800px;
    margin: 30px auto 0;
}
.contact-form .logo-small {
    margin: 10px auto 0px;
}
.contact-form .l-inner {
    background: #fff;
    padding: 30px 30px 100px;
    border-radius: 8px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
}

.contact-form__logo {
    margin: 10px auto 20px;
}
.contact-form__head {
    position: relative;
    max-width: 630px;
    margin: auto;
}
.contact-form__head .ttl{
    text-align: center;
    color: #12B3A8;
    font-size: 50px;
    width: fit-content;
    margin: 0 auto 50px;
}
.contact-form .ttl_sub {font-size: 24px;font-weight: 700;}


.contact-form__head .illst {
        position: absolute;
        /* left: 0; */
        width: 75px;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: none;
}
input:focus, button:focus, select:focus, textarea:focus {
    outline: 2px solid #12B3A8;
}

button[type=submit],input[type=email], input[type=search], input[type=text], input[type=url], textarea {
     -webkit-appearance: none;
     /* display: block; */
     /* width: 100%; */
     /* font-weight: 700; */
}

/* form */
.contact-form .terms_check {
    margin-top: 30px;
}
.contact-form .terms_check + .mwform-checkbox-field-text {
    font-weight: 700;
}

 select {
    -webkit-appearance: auto;
}
input[type='file'] {
    color: rgb(31, 41, 55);
    cursor: pointer;
    border: 1px solid rgb(191, 194, 199);
    border-radius: 0.375rem;
    padding-right: 0.5rem;
    width: 350px;
    font-size: 14px;
}

.contact-form button[type=submit] {
    border: none;
}
::file-selector-button,
::-webkit-file-upload-button {
    background-color: rgb(209, 213, 219);
    color: rgb(31, 41, 55);
    border: none;
    cursor: pointer;
    border-right: 1px solid rgb(191, 194, 199);
    padding: 0.25rem 1rem;
    margin-right: 1rem;
    font-size: 15px;
}

.form_col {
    display: flex;
    align-items: baseline;
}
.form_col * + *{
    margin-left: 10px;
}
.contact-form dl + dl {
    border-top: none;
    margin-top: 1em;
}
.contact-form dl {
    max-width: 800px;
    margin: auto;
    padding: 50px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.contact-form dt {
    font-weight: 700;
    width: 250px;
    padding-left: 0;
    margin-bottom: 0.5em;
    align-content: center;
    position: relative;
    font-size: 18px;
}
.contact-form dd {width: calc(100% - 250px);}
.contact-form .list_item .mwform-radio-field {
    display: block; 
    margin-bottom: 10px;
}
.form-required {
    position: absolute;
    right: 18px;
    padding: 0 5px;
    display: inline-block;
    margin-left: 8px;
    background-color: #F0F0F0;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #F93B69;
}
.contact-form .list_item .mwform-radio-field-text {
    font-weight: bold;
}
.contact-form .list_item dd {
    background: #fff;
    padding: 2em;
    border: 1px solid rgba(56, 56, 38, 0.25);
}
input[type=text],
button, input, select, textarea {
    padding: 10px;
    border: 1px solid rgba(56, 56, 38, 0.25);
    border-radius: 3px;
    background-color:#fff;
    font-size: 1em;
    max-width: 100%;
}
input[type=email], input[type=search], input[type=text], input[type=url], select, textarea {
    width: 100%;
    max-width: 100%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #rgba(56, 56, 38, 0.50);
    font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #rgba(56, 56, 38, 0.50);
    font-size: 14px;
}
::placeholder{ /* Others */
    color: #rgba(56, 56, 38, 0.50);
    font-size: 14px;
}
.contact-form .error {
    color: #F44336;
}
.contact-form .entry_form_note {
    font-size: 14px;
}

.mwform-tel-field input[type="text"]{
    max-width: 23%;
}
.contact-form .back-btn {
    background: #fff !important;
    margin-top: 30px;
    border: solid 1px #9FE3DE;
}
.p-contact-policy-box {
    overflow-y: scroll;
    height: 120px;
    border: solid 1px #ccc;
    padding: 1em;
    margin-bottom: 10px;
    background: #fff;
}
.p-contact-policy-box p {
     font-size: 14px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .contact-form dl {
        flex-direction: column;
    }
    .contact-form dt,.contact-form dd {
        width: 100%;
    }

    table.table_01 {
        border-collapse: separate;
        font-size: 13px;
    }
    .table_01 th, .table_01 td {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 650px) {
    .contact-form-lead {
        text-align: left;
    }
    .form-contact-cate {
        padding-left: 10px;
        padding-top: 1em;
    }
    .mwform-radio-field.horizontal-item {
        padding-left: 1em;
    }
    .mw_wp_form .horizontal-item {
        padding-top: 0.5em;
    }
    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0;
    }
}

/* ::::::::::::::::::::::::::::::: */


/*column*/
.p-index-column {
    padding-bottom: 100px;
    margin-top: 50px;
    background-size: 100% 500px;
    background-position: center bottom;
}
.p-index-column .l-inner {
    padding: 50px 5%;
    border-radius: 8px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
    background: #fff;
}
.updated {
    color: #12B3A8;
}
/*
.ys-posts__item .ratio .ratio__item {
    width: 100px;
    height: 100px;
}
*/
.ys-posts .ys-posts__thumbnail {
    flex: 0 0 100px;
}
.ys-posts__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}
.ys-posts.is-list .ys-posts__meta>* {
    font-size: 14px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::
FOOTER
:::::::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
    width: 100%;
    position: relative;
    padding: 100px 0 0;
    background: url(../images/bg_footer.png) no-repeat center 0;
    background-size: 100%;
}

#footer {}

#footer.footer {}

#footer .l-inner {
    width: 1200px;
}

#footer .footer__lead > span {
    font-size: 40px;
    padding: 0 0.5em;
    display: inline-block;
}
#footer .footer__lead--01 {
    background: #0F766E;
}
#footer .footer__lead--02 {
    background: #12B3A8;
    color: #fff;
    margin-top: 10px;
}
#footer .footer__lead--03 {
    transform: translateX(-0.5em);
    padding-left: 0 !important;
}
#footer .footer__content {
    padding-top: 50px;
    padding-bottom: 100px;
    gap: 50px;
}
#footer .footer__logo {
    /* width: 245px; */
    border-right: dotted 1px #111;
    padding-right: 30px;
    flex-shrink: 0;
}
#footer .footer__logo a {
    display: block;
    margin-bottom: 10px;
}

#footer .footer__logo img {
     width: 245px;
}
#footer .c-check-list {
    list-style: none;
    justify-content: center;
    padding-bottom: 20px;
    gap: 10px;
}

#footer .footer-nav {
    background: #12B3A8;
    /* padding: 5px 3%; */
}
.footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background: #fff; */
    padding: 1.5em 3%;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.footer-nav ul li {
    display: flex;
    align-items: center;
}

.footer-nav ul li a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 15px;
    padding: 0.5em;
}
.footer-nav ul li + li:before {
    content: "";
    width: 1px;
    height: 1em;
    background-color: #fff;
    display: flex;
    margin: 0 0.8em;
}

.footer-nav .menu-item {
    padding: 0;
}
.footer__copyright {
    text-align: center;
    background: #F8F8F8;
    margin-top: 50px;
    padding: 10px 3%;
}

.footer .outro-txt {
    font-size: 14px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::
UNDER
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.sidebar {
    margin-top: 150px;
}
#back-to-top {
     width: 30px;
    height: 30px;
    border-radius: 100vh;
}

.site-main .l-inner {
    width: 1000px;
}
.entry-header {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 7%;
}
/*
.entry-header__ttl-en {
    color: #1cb57b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
*/
.entry-header__ttl .c-ttl-jp {
    font-size: 32px;
}

/*wp管理画面table*/
.wp-block-table td, .wp-block-table th {
    border: none;
    padding: 0;
}
.wp-block-table table tr {
    border-top: 1px solid #DDDDDD;
}
.wp-block-table table td:first-child,
.wp-block-table table th {
    font-weight: bold;
    padding: 1em;
    position: relative;
    width: 33%;
    background-color: #f1f1f3
}
.wp-block-table table td:first-child:after,
.wp-block-table table th:after {
    background-color: #DDDDDD;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
}
.wp-block-table table td {
    padding: 1.5em;
}
.container +#footer,
.site-main + #footer {
    margin-top: 100px;
}
.wp-block-heading {
    margin-top: 1em;
}

/*コラム*/
.content__main {
    background-color: transparent;
}
.singular-header__title {
    font-size: 2.5em;
}

.entry-content h2.wp-block-heading {
    margin-top: 2em;
    color: #fff;
    background: #12B3A8;
    padding: 0.5em;
}

.entry-content h3.wp-block-heading {
    margin-top: 1em;
    background: #fff;
    border-left: solid 8px #12B3A8;
    padding: 0.5em;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 0;
    padding-left: 3em !important;
    padding-right: 3% !important;
}

.entry-content p,
.entry-content h4,
.entry-content div {
    padding-left: 3%;
    padding-right: 3%;
}
.entry-content h4 {
    background: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
