@charset "utf-8";
body{
    margin:0;
    padding:0;
    font-size:15px;
    font-weight:normal;
    color:#333333;
    line-height: 160%;
    font-family:  "Noto Sans JP",'游ゴシック','Yu Gothic','Roboto',sans-serif;
    width:100%;
    background-color:#FFFFFF;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
h1{
    font-size: .85rem;
}
h2{
    font-size:1rem;
    margin-bottom: -15px;
}
h3{
    margin-bottom:40px;
    letter-spacing: 5px;
    font-size: 30px;
    color: #212121;
    line-height:140%;
}
h4{
    background-color: #DF043A;
    color:white;
    border-radius:30px;
    padding:10px 30px;
    font-weight: bold;
    font-size: 16px;
    line-height:120%
}
a{
    text-decoration: none;
}
p{
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 165%;
}
hr{
    border:none;
    border-top:1px solid #DDDDDD;
}
.blue{
    color:#394C9F;
}
.lightblue{
    color:#82CDE1
}
.bold{
    font-weight:bold;
}
.fs15{
    font-size:15px;
}
img{
    image-rendering: -webkit-optimize-contrast;
}
.bgadd{
    background-color: #ffffff;
}
.main_area_content .mainFlex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.main_area_content .left,
.main_area_content .right{
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: top;
}
@media screen and (max-width: 1230px) {
    .pc-only {
        display: none !important;
    }
}
@media screen and (min-width: 1331px) {
    .sp-only {
        display: none !important;
    }
}


/*----------------fade and fadein-------------*/
html body .fade {
    opacity: 0;
    transition: all 0.75s ease 0.25s;
}
html body .hero .fade:not(.fadein) {
    transform: none;
}
html body .fade:not(.fadein) {
    transform: translateY(20px);
}
html body .fade.fadein {
    opacity: 1;
}

/*-----------------header部分-------------*/
.header-box{
    background: white;
    position: static;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.header_top{
    margin: auto 10%;
    padding-top:32px;
    padding-bottom:32px;
    height: auto;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}
.header_logo_area h1{
    background: url(../images/header-logo.png) no-repeat;
    background-size: contain;
    width:355px;
    height:80px;
    text-indent: -9999px;
    margin:0px;
}
/*--------------header_nav_area---------------*/
.header_nav_area{
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 120%;
}
.header_nav_area ul{
    margin:0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header_nav_area ul li{
    text-align: center;
    list-style: none;
}
.header_nav_area ul li a{
    position: relative;
    display: block;
    margin:0px 60px 0px 0px;
    padding: 0 0 0 18px;
    color: #414151;
    text-decoration: none;
    letter-spacing: 2px;
}
.header_nav_area ul li:last-child a{
    margin-right:0px;
}
.header_nav_area ul li a::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-left: 1px solid #E22150;
    border-bottom: 1px solid #E22150;
    transform: rotate(-45deg);
    left: 1px;
    top: calc(50% - 6px);
}
.header_nav_area ul li a:hover{
    color:#f35869;
    font-weight: bold;
}
.header_nav_area{
    display: none;
    position: absolute;
    margin:0 auto;
    top:77px;
    left:0;
    z-index: 100;
    width:99.999%;
    font-size:0.95rem;
    text-align: center;
    background-color:rgba(255, 255, 255, 0.85);
}
.header_nav_area ul{
    margin-top:0px;
    padding-top: 15px;
}
.header_nav_area ul li{
    margin:10px auto;
    padding:0;
    text-align: left;
    width:75%;
}
.header_nav_area ul li:not(:last-child){
    border-right:0;
}
.header_nav_area ul li a{
    margin:0;
    font-size:0.95rem;
    font-weight: bold;
    color:#414151;
}
.header_nav_area ul li a:hover{
    color: #f35869;
    cursor: pointer;
}
.navToggle {
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: 0px;
    width: 120px;
    height: 120px;
    cursor: pointer;
    z-index: 100;
    background-color: #004896;
    transition: all 0.2s ease-in-out;
}
.navToggle:hover {
    background-color:#C40081;
}
.navToggle > div {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.navToggle span {
    position: relative;
    display: block;
    width: 40%;
    border-bottom: 1px solid white;
    height: 2px;
    background-color: white;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 0px;
    margin: 6.5px 30%;
}
.navToggle span:nth-child(1),
.navToggle span:nth-child(2),
.navToggle span:nth-child(3) {
    top: 0px;
    display: block;
}
.navToggle.active{
    border: none
}


/*--------------firstview---------------*/
main header{
    margin:0 auto;
    width:100%;
    color: #231F20;
}
main .header_img_area{
    position: relative;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    max-height: 645px;
}
main .header_img_area .main{
    position:relative;
    overflow:hidden;
    width:100%;
    max-height: 645px;
}
main .header_img_area .main > img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
main .header_img_area .main > .moviebox{
    position:relative;
    padding-bottom:56.25%; 
    height:0;
    overflow: hidden;
}
main .header_img_area .main > .moviebox iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
main .header_img_area > .header_img_content{
    position:absolute;
    top:77%;
    left:-20px;
    transform:translateY(-77%);
    max-width: 1050px;
    width: 100%;
}
main .header_img_content__sub{
    background-color:rgba(255, 255, 255, 0.9);
    padding:32px 40px 32px 60px;
    margin:0 auto 0 0;
    width:100%;
    max-width:1050px;
    border-radius:8px;
    box-sizing:border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
main .header_img_content__sub.is-animated{
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
main .header_img_content__sub img{
    max-width: 268px;
    width: 100%;
}
main .header_img_content__sub > p{
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
    text-align: left;
    color:#333333;
    font-size:1.25rem;
    font-weight:500;
    letter-spacing:1px;
    line-height: 160%;
    border-left: 1px solid #CCCCCC;
}
main .header_img_area > .header_bottom_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(31, 31, 31, 0.5);
}
main .header_img_area > .header_bottom_content p{
    margin: 0 auto 0 auto;
    padding: 13px 10px 13px 10px;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 4px;
    text-align: center;
}
/*-----------------main部分-------------*/
.main_area{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    min-height: 650px;
}
.main_area_content{
    margin: 0 auto;
    max-width: 1344px;
    width: 100%;
}
.main_outline_area{
    position: relative;
    text-align: left;
}

.main_outline_area img{
    max-width:100%;
}
.main_outline_area .image-txt img{
    float:right;
    padding:0px 0px 0px 50px;
    margin-top: -20px;
}
@media screen and (max-width:1230px){
    .main_outline_area .image-txt img{
        display: block;
        margin: 30px auto;
        padding: 0px;
        float: none;
    }
}
/*-----------------footer部分-------------*/
footer{
    margin:0 auto;
    width:100%;
    color:#ffffff;
    font-size:1rem;
    background-color: #D7002B;
}
.footer_area{
    margin:0 auto;
}
.footer_content_area{
    padding:30px;
    max-width: 1280px;
    margin: 0px auto;
}
.footer_content_area .contactContent{
    max-width:500px;
    width:100%;
    margin:0px auto;
}
.footer_content_area .contactContent,
.footer_content_area .contactContent p,
.footer_content_area .contactContent h3{
    color:white;
    text-align:center;
}
.footer_content_area .contactContent h3{
    display: inline-block;
    margin:0 auto 0 auto;
    vertical-align: middle;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: normal;
}
.footer_content_area .contactContent .contactFlex{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    font-size:0.8125rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: normal;
}
.footer_content_area .contactContent .contactFlex > div{
    border-radius:3px;
    background-color:#C60027;
    padding:2px 10px;
}
.footer_content_area .contactContent .contactFlex > div > i{
    margin-right:8px;
}
.footer_content_area .contactContent .contactFlex > .left{
    margin-right:7px;
}
.footer_copyright_area{
    display: table;
    margin:0 auto;
    width: 100%;
    height:50px;
    text-align: center;
    border-top:1px solid #ffffff;
}
.footer_copyright_area small{
    display: table-cell;
    vertical-align: middle;
}
.topreturn{
    position: fixed;
    z-index: 100;
    width:50px;
    height:50px;
    right: 1px;
    bottom: 1px;
    text-align: center;
    border-radius: 50%;
    background-color: #D7002B;
}
.topreturn a{
    position: relative;
    display: block;
    width:50px;
    height:50px; 
    text-decoration: none;
}
.topreturn a::before{
    margin:auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f102';
    font-size: 1.25rem;
    color:#ffffff;
    position: absolute;
    width:20px;
    height:20px;
    top:0;
    bottom:0;
    right:0;
    left:0;
    text-align: center;
    line-height: 20px;
}
.topreturn a:hover::before{
    color:#ffffff;
    opacity: .7;
}
a:hover {
    transition:0.5s;
}

/*---タブレット対応---*/
@media screen and (min-width:1331px) {
    #first .contentItems{
        position: absolute;
        padding: 0 60px 50px 60px;
        max-width: 560px;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 8px;
    }
    #first .imgItems{
        max-width: 741px;
        width: 100%;
    }
    #second p{
        min-height: 167px;
    }
    #four .main_area_content .left{
        width: calc(50% - 45px);
        margin-right: 60px;
    }
    .footer_content_area .contactContent .footer-title {
        display: inline-block;
        vertical-align: middle;
    }
    .footer_content_area .contactContent .footer-title + p{
        margin-left: 40px;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
}
@media screen and (max-width:1230px){
    #first{
        padding-top: 25px;
        padding-bottom: 70px;
    }
    #second{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #first .main_area_content{
        padding: 30px 30px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    #second .main_area_content{
        max-width: 768px;
        width: 100%;
    }
    #second .therapyFlex{
        flex-direction: column;
    }
    #second .left,
    #second .right{
        display: block;
        margin: 0 auto 0 auto;
        padding: 40px 30px 30px 30px;
        width: calc(100% - 60px);
    }
    #second .right{
        margin-top: 60px;
    }
    #third .main_area_content{
        padding-bottom: 25px;
    }
    #four{
        padding-top: 0;
        padding-bottom: 50px;
    }
    #four .main_area_content .mainFlex{
        flex-direction: column;
    }
    #four .main_area_content .left,
    #four .main_area_content .right{
        display: block;
        width: 100%;
    }
    #four h3{
        margin-bottom: 45px;
    }
    #third .introductionmovieContent{
        padding-bottom: 60px;
    }
    #third .applicationsContent{
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
/*---タブレットおよびデスクトップ---*/
@media screen and (min-width:931px){
    .sp-only{
        display: none;
    }
    header:hover .header_img_area > .header_bottom_content{
        opacity: 0;
        transition: all 0.3s ease;
    }
}
@media screen and (min-width:931px) and (max-width:1230px){
    h2{
        font-size:0.85rem;
    }
    .header_top{
        margin:auto 3%;
    }
    .header_logo_area h1{
        width: 266px;
        height: 60px;
        font-size: 1.2em;
    }
    .header_nav_area ul li a{
        letter-spacing: 1px;
    }
    .header_img_content__sub img{
        max-width: 266px;
        width: 100%;
    }
    .main_area_content{
        max-width:708px;
        width: 100%;
    }
    #first h3{
        display: block;
        max-width: 668px;
        width: 100%;
    }
    #five ul li a,
    #five ul li a img{
        max-width: 310px;
        width: 100%;
    }
    footer{
        font-size: 0.95rem;
    }
    .footer_address p{
        text-align: left;
    }
}
/*---スマートフォン対応---*/
@media screen and (min-width:11px) and (max-width:930px){
    h1{
        font-size: .65rem;
    }
    h2{
        font-size:.75rem;
    }
    h3{
        margin-bottom: 30px;
        font-size: 1.5rem;
        letter-spacing: 5px;
    }
    h4{
        font-size:0.95rem;
    }
    
    /*-------全体-------*/
    .pc-only{
        display:none;
    }
    .header_top{
        padding:15px 0;
        height: 48px;
    }
    .header_logo_area h1{
        width:213px;
        height:48px;
        font-size:.85rem;
    }
    .header_img_area{
        display: block;
    }
    .header_img_area > .header_img_content{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .header_img_content__sub{
        padding: 15px 15px 15px 15px;
        border-radius: 0;
    }
    .header_img_content__sub img{
        max-width: 213px;
        width: 100%;
    }
    .header_img_content__sub > p{
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        font-size: 0.875rem;
    }
    #first{
        padding-left: 0;
        padding-right: 0;
    }
    .main_area_content{
        max-width: 708px;
        width:90%;
    }
    #first .main_area_content{
        padding-left: 0;
        padding-right: 0;
    }
    #first .main_outline_area{
        padding-left: 30px;
        padding-right: 30px;
    }
    #first h3{
        display: block;
        padding-left: 0;
        padding-right: 0;
        max-width: 648px;
        width: 100%;
    }
    #second .main_area_content {
        max-width: 708px;
        width: 100%;
    }
    .footer_area{
        font-size: 0.75rem;
    }
    .footer_contents{
        margin:0;
        width:100%;
    }
    .footer_address{
        margin:0;
        width: 100%;
    }
    .footer_address a{
        width:100%;
    }
    .footer_address a img{
        width:100%;
    }
    .footer_address p{
        text-align: left;
    }
    .footer_content_area .contactContent .contactFlex > div{
        margin-top:5px;
        width:100%;
    }
    .footer_content_area .contactContent .contactFlex > .left{
        margin-right:0px;
    }
    .header_img_area > .header_bottom_content p{
        padding: 15px 15px 15px 15px;
        font-size: 0.875rem;
        text-align: left;
    }
    .header_img_area > .header_bottom_content{
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
    }
    #attention h3{
        font-size: 1.25rem;
    }
}
@media screen and (min-width:768px){
    .sp-only-smt{
        display: none !important;
    }
}
@media screen and (max-width:767px){
    .pc-only-smt{
        display: none !important;
    }
    
    .header_img_area .main > img{
        top: 50%;
        left: 80%;
        transform: translate(-80%,-50%);
    }
    #second h3{
        font-size: 1.125rem;
    }
    #third .main_area_content .left,
    #third .main_area_content .right{
        padding: 0 10px 0 10px;
    }
    #third p{
        text-align: left;
    }
    #third p br{
        display: none;
    }
    #third h4{
        margin-top: 10px;
    }
}
@media screen and (max-width:575px){
    #third .main_area_content .left,
    #third .main_area_content .right{
        margin: 0 auto;
        width: calc(100% - 20px);
    }
    #third .main_area_content .mainFlex{
        flex-direction: column;
    }
}



/*------------- 20250616 content size ----------------*/
.main_area_content {
    max-width: 1364px;
    padding: 0px 10px;
    box-sizing: border-box;
}
/*------------- 20250616 header ----------------*/
html .header_top {
    margin: 0px 0px 0px 25px;
    padding: 0px;
    height: auto;
}
html .header-box {
    height: 120px;
    background-color: transparent;
    position: absolute;
}
html .header_logo_area {
    width: 405px;
    max-width: calc(100% - 100px);
    height: 90px;
    align-items: center;
    align-content: center;
}
html .header_logo_area h1 {
    width: auto;
    height: 100% !important;
}
html .navToggle.active {
    border: none;
}
.navToggle span {
    box-sizing: border-box;
}
.navToggle.active span:nth-child(1) {
    -webkit-transform: translate(0%,750%) rotate(-45deg);
    -moz-transform: translate(0%,750%) rotate(-45deg);
    transform: translate(0%,750%) rotate(-45deg);
} 
.navToggle.active span:nth-child(2) {
    -webkit-transform: translate(25%,0%) rotate(0deg);
    -moz-transform: translate(25%,0%) rotate(0deg);
    transform: translate(25%,0%) rotate(0deg);
    opacity: 0;
} 
.navToggle.active span:nth-child(3) {
    -webkit-transform: translate(0%,-750%) rotate(45deg);
    -moz-transform: translate(0%,-750%) rotate(45deg);
    transform: translate(0%,-750%) rotate(45deg);
}
.header_nav_area {
    position: fixed;
    top: 0px;
    left: auto;
    right: -100%;
    width: 375px;
    max-width: 85%;
    height: 100%;
    padding-top: 120px;
    background-color: white;
    display: block;
    transition: all 0.3s ease-in-out;
}
.header_nav_area.active {
    right: 0px;
}
.header_nav_area nav > ul > li {
    margin: 20px 0px;
    width: 100%;
}
.header_nav_area nav > ul > li > a {
    font-size: 18px;
}
body:has(.header_nav_area.active) {
    overflow:hidden;
}
header.header-box:has(.active) .header_overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: black;
    opacity: 0.7;
}
.header_overlay {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
html body .header-box {
    background-color: white;
}
html body .header_top {
    max-width: 1510px;
    padding: 0px 10px;
    margin: 0px auto;
    box-sizing: border-box;
}
html .header_logo_area {
    width: 316px;
    max-width: calc(100% - 100px);
    height: 90px;
}
@media only screen and (min-width:931px) {
    html .header_nav_area {
        display: block;
        opacity: 1;
        position: static;
        width: calc(100% - 340px);
        margin: 0px 0px 0px auto;
        padding-top: 0px;
    }
}
@media screen and (min-width: 11px) and (max-width: 930px) {
    .header_logo_area h1 {
        background-position: left center;
    }
    html .navToggle {
        width: 80px;
        height: 80px;
    }
    html .navToggle span {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    html .header_logo_area {
        height: 65px; 
    }
    html .header-box {
        height: 80px;
    }
    html .header_top {
        margin-left: 15px;
        width: calc(100% - 15px);
    }
    .navToggle.active span:nth-child(1) {
        -webkit-transform: translate(0%,350%) rotate(-45deg);
        -moz-transform: translate(0%,350%) rotate(-45deg);
        transform: translate(0%,350%) rotate(-45deg);
    } 
    .navToggle.active span:nth-child(2) {
        -webkit-transform: translate(25%,0%) rotate(0deg);
        -moz-transform: translate(25%,0%) rotate(0deg);
        transform: translate(25%,0%) rotate(0deg);
        opacity: 0;
    } 
    .navToggle.active span:nth-child(3) {
        -webkit-transform: translate(0%,-350%) rotate(45deg);
        -moz-transform: translate(0%,-350%) rotate(45deg);
        transform: translate(0%,-350%) rotate(45deg);
    }
}
@media only screen and (min-width:931px) {
    html body .header_nav_area {
        background-color: transparent;
    }
    .header_nav_area nav > ul {
        display: flex;
        padding: 0px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        align-items: center;
    }
    .header_nav_area nav,
    .header_nav_area nav ul {
        height: 100%;
    }
    .header_nav_area nav > ul > li {
        width: auto;
        display: inline-block;
    }
    .header_nav_area nav > ul > li > a::before {
        border: none;
        font-family: "Material Symbols Outlined";
        content: "\ead0";
        transform: translateY(-50%);
        color: #F29DA7;
        left: 12px;
    }
    .header_nav_area nav > ul > li > a {
        padding: 0px 15px 0px 30px;
        font-size: 16px;
        color: #F29DA7;
        border-left: 1px solid #E8DAAB;
        font-weight: 500;
    }
    .header_nav_area nav > ul > li:last-child > a {
        border-right: 1px solid #E8DAAB;
    }
    html .navToggle {
        display: none;
    }
}
@media screen and (min-width:931px) and (max-width:1230px){
    html .header_logo_area {
        height: 60px;
        width: 200px;
    }
    html .header_nav_area {
        width: calc(100% - 200px);
    }
}


/*------------- 20250616 hero ----------------*/
header.hero .main_outline_area,
header.hero .main_area_content,
header.hero {
    height: 697px;
    position: relative;
}
header.hero .texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 815px;
}
@media screen and (max-width:767px){
    header.hero .texts {
        transform: translateY(50%);
    }
}
.hero .main_area_content {
    z-index: 2;
}
.hero .contents h2 span  {
    transition: opacity 1s ease 1s;
}
.hero .contents h2 span:nth-of-type(2) {
    transition: opacity 1s ease 1.2s;
}
.hero figure {
    transition: opacity 1s ease 0.3s;
}
.hero figure:not(.fadein),
.hero .view-more:not(.fadein),
.hero .images:not(.fadein),
.hero .contents h2 span:not(.fadein) {
    opacity: 0;
}
.hero figure.fadein,
.hero .view-more.fadein,
.hero .images.fadein,
.hero .contents h2 span.fadein {
    opacity: 1;
}
.hero .view-more,
.hero .images,
.hero .contents h2 span  {
    opacity: 1;
}
.hero .hero_img_area {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero .contents {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 11px) and (max-width: 930px) {
    .hero .contents {
        top: 80px;
    }
}
.hero figure {
    margin: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero h2 span {
    display: inline-block;
    color: white;
    font-size: 42px;
    line-height: 130%;
    margin: 3px 0px;
    letter-spacing: 3px;
}
header.hero .texts {
    top: 43%;
}
@media screen and (min-width: 11px) and (max-width: 930px) {
    header.hero .main_outline_area, header.hero .main_area_content, header.hero {
        height: 100vh;
        min-height: 500px;
        max-height: 500px;
    }
}
@media screen and (max-width:930px) {
    .hero h2 span {
        font-size: 24px;
        font-size: 4.75vw;
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 399px) {
    header.hero .main_outline_area, header.hero .main_area_content, header.hero {
        height: 100vh;
        min-height: 500px;
        max-height: 500px;
    }
}


/*------------- 20250621 section1 ----------------*/
.hero-attention {
    position: relative;
}
.hero-attention #section1 {
    position: absolute;
    bottom: 0px;
    transform: translateY(50%);
    width: 100%;
}
.hero-attention #section1 .main_outline_area {
    max-width: 690px;
    width: 100%;
    background-color: white;
    margin: 0px auto;
    border-radius: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.hero-attention #section1 .main_outline_area * {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.hero-attention #section1 .main_outline_area h2 {
    color: #F29DA7;
    font-size: 28px;
    margin: 23px 0px 10px 0px;
    letter-spacing: 1px;
    font-weight: bold;
}
.hero-attention #section1 .main_outline_area p {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    margin-bottom: 25px;
}


/*------------- 20250622 section2 ----------------*/
#section2 {
    position: relative;
}
.main_area_content {
    max-width: 1200px;
}
.hero_img_area .main_area_content {
    max-width: 1540px;
}
#section2 .moa1 {
    padding: 190px 0px 290px 0px;
    position: relative;
}
#section2:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%), url(../images/about-bg.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}
#section2 .moa1 header {
    position: relative;
    transform: translateY(50%);
    z-index: 4;
    line-height: 100%;
    width: 100%;
    display: block;
}
#section2 .moa1 header h2 {
    font-size: 80px;
    color:#fff;
    padding: 20px 15px;
    background-color: #F9BEBF;
    display: inline-block;
    margin: 0px;
    line-height: 140%;
    border-radius: 6px;
    font-weight: 500;
}
#section2 .moa1 .txt {
    position:relative;
    max-width: 100%;
    width: 100%;
    padding: 130px 70px 40px 70px;
    box-sizing: border-box;
}    
#section2 .moa1 .txt > .txt-bg {
    left: 0px;
    top: 0px;
}
#section2 .moa1 .txt > .txt-bg:after,
#section2 .moa1 .txt > .txt-bg:before,
#section2 .moa1 .txt > .txt-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
    border-radius: 6px;
}
#section2 .moa1 .txt > .txt-bg:before {
    content: "";
    background-color: #F9BEBF;
    left: 15px;
    top: 15px;
    z-index: 0;
}
#section2 .moa1 .txt > .txt-bg:after {
    content: "";
    background-color: white;
    left: 0px;
    top: 0px;
    z-index: 1;
}
#section2 .moa1 .txt > p {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    color: #543930;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.7;
}
#section2 .moa1 .txt > p.ex-txt {
    font-size: 32px;
    color: #F29DA7
}
#section2 .main_outline_area {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#section2 .moa1 figure {
    margin: 0px;
    position: relative;
    margin-left: -70px;
    margin-top: 50px;
    z-index: 5;
}
#section2 .moa2 {
    margin-bottom: 220px;
}
#section2 .moa2 div.insta-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#section2 .moa2 figure {
    width: calc(50% - 2px);
    margin: 0px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#section2 .moa2 figure > a:has(img) {
    order: 2;
    transition: all 0.2s ease;
}
#section2 .moa2 figure > a:has(img):hover {
    opacity: 0.7;
}
#section2 .moa1.main_outline_area {
    padding-bottom: 100px;
}
#section2 .moa2 figure a {
    font-size: 27px;
    color: #F29DA7;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 40px;
}
.insta-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/Instagram_Glyph_Gradient.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
#section2 .moa2 figure a {
    transition: color 0.2s ease;
}
#section2 .moa2 figure a:hover {
    color: #f35869;
}
@media screen and (max-width: 930px) {
    #section2 .moa1.main_outline_area {
        padding-bottom: 70px;
    }
    #section2 .moa2 figure {
        width: 100%;
        max-width: 500px;
        margin: 0px auto 30px auto;
    }
    #section2 .moa2 figure a {
        margin-bottom: 15px;
    }
    #section2 .moa2 {
        margin-bottom: 100px;
    }
    #section2:before {
        background-size: cover;
    }
}
@media screen and (max-width:1230px) {
    #section2 .moa1.main_outline_area > * {
        width: 100%;
    }
    #section2 .moa1.main_outline_area {
        max-width: 690px;
        margin: 0px auto;
    }
    #section2 .moa1.main_outline_area > header {
        transform: none;
        margin-bottom: 20px;
        order: 0;
        z-index: 2;
    }
    #section2 .moa1.main_outline_area > .image-txt {
        order: 3;
        z-index: 0;
    }
    #section2 .moa1 {
        padding-top: 120px;
        padding-bottom: 130px;
    }
    #section2 .moa1.main_outline_area > header h2 {
        font-size: 50px;
    }
    #section2 .moa1.main_outline_area > figure {
        margin: 0px;
        top: 100px;
        left: auto;
        right: -15px;
        text-align: right;
        order: 1;
        position: absolute;
        width: auto;
        z-index: 1;
        transform: none;
    }
    #section2 .moa1.main_outline_area > figure img {
        max-width: 125px;
    }
    #section2 .moa1.main_outline_area header {
        position: static;
        transform: translateY(50%);
    }
    #section2 .moa1 .txt {
        padding: 30px 25px 5px 25px;
    }
    #section2 .moa1 .txt > p.ex-txt {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0px;
    }
    #section2 .moa1.main_outline_area {
        padding-bottom: 70px;
    }
    #section2 .moa2 {
        margin-bottom: 180px;
    }
}
@media screen and (max-width:767px) {
    #section2 .moa1.main_outline_area > header h2 {
        font-size: 30px;
    }
    #section2 .moa1 .txt > p {
        font-size:16px;
    }
}

/*------------- 20250622 section3 ----------------*/
#section3 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100%), url(../images/movie-bg.png);
    background-size: cover;
}
#section3 header {
    display: block;
    max-width: 736px;
    width: 100%;
    margin: 0px auto;
    transform: translateY(-50%);
    background-image: url(../images/mt-bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    padding: 40px 10px 50px 10px;
    box-sizing: border-box;
}
#section3 header * {
    text-align: center;
    color: white;
    line-height: 100%;
}
#section3 header h2 {
    font-size: 80px;
    margin: 0px;
}
#section3 header p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto 0px auto;
}
#section3 header p:after,
#section3 header p:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(40% - 100px);
    background-color: white;
    height: 1px;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}
#section3 header p:after {
    left: auto;
    right: 7%;
}
.movie-content {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    height: auto;
    overflow: hidden;
    margin-top:20px;
    margin-bottom:100px;
}
.movie-content iframe {
    width: 100%;
    height: 100%;
}
#section3 {
    background-repeat: no-repeat;
}
#section3 .text-contents {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #F29DA7;
    border-bottom: 1px solid #F29DA7;
    margin: 150px 0px;
    padding: 60px 30px;
}
#section3 .text-contents > * {
    width: 50%;
    margin: 0px;
}
#section3 .text-contents img {
    width: 100%;
    max-width: 501px;
    margin: 0px 0px 0px auto;
    display: block;
}
#section3 .app h2 {
    font-size: 50px;
    color: #F29DA7;
    font-weight: 500;
    margin: 0px;
}
#section3 .app p.sub-title {
    font-size: 26px;
    color: #543930;
}
#section3 .app p:not(.sub-title) {
    font-size: 16px;
    margin: 0px;
}
#section3-2 a:has(img) {
    transition: all 0.2s ease;
}
#section3-2 a:has(img):hover {
    opacity: 0.7;
}
@media screen and (max-width: 930px) {
    #section3 .text-contents > * {
        width: 100%;
        margin: 0px;
    }
    #section3 .app h2 {
        font-size: 40px;
        text-align: center;
    }
    #section3 .app p.sub-title {
        text-align: center;
    }
    #section3 .app p:not(.sub-title) {
        text-align: center;
    }
    #section3 .text-contents img {
        margin: 40px auto 0px;
    }
    #section3 header {
        padding: 20px 15px 25px 15px;
    }
    #section3 header h2 {
        font-size: 36px;
    }
    #section3 header p {
        font-size: 16px;
        margin-top: 15px;
    }
    #section3 .text-contents {
        margin: 40px 0px 60px 0px;
    }
}
@media (max-width: 748px) {
  .movie-content {
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16 / 9;
    height: auto;
  }
}
/*------------- 20250623 section4 ----------------*/
#section4 h2 {
    font-size: 50px;
    color: #F29DA7;
    margin: 0px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 120%;
    font-weight: 500;
}
#section4 header + p {
    display: inline-block;
    width: auto;
    margin: 30px 0px 70px;
    font-size: 18px;
    color: #543930;
    letter-spacing: 1px;
}
#section4 .main_outline_area {
    text-align: center;
    padding-bottom: 150px;
}
#section4 .main_outline_area > div {
    text-align: left;
    display: flex;
    align-items: flex-start;
}
#section4 .access h3 {
    font-size: 18px;
    color: white;
    background-color: #F9BEBF;
    padding: 10px 10px 10px 40px;
    border-radius: 6px;
    letter-spacing: 1px;
    margin: 0px 0px 15px 0px;
    box-sizing: border-box;
    text-align: left;
}
#section4 .access > .texts {
    width: 464px;
}
#section4 .access > .texts > h3:not(:first-child) {
    margin-top: 40px;
}
#section4 .access {
    font-size: 16px;
}
#section4 .access .map {
    margin: 0px 0px 0px auto;
}
#section4 .access ul {
    padding-left: 30px;
}
#section4 .access ul li::marker {
  color: #F29DA7;
  font-size: 12px;
}
#section4 .access .att {
    position: relative;
    padding-left: 1.2em;
    display: inline-block;
}
#section4 .access .att:before {
    position: absolute;
    content: "※";
    left: 0px;
    top: auto;
}
#section4 h4 {
    font-size: 18px;
    color: #F29DA7;
    background-color: transparent;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #F29DA7;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}
#section4 .access h3 {
    position: relative;
}
#section4 .access h3:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 100%;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width:1230px) {
    #section4 {
        max-width: 800px;
        margin: 0px auto;
    }
    #section4 header + p {
        margin-bottom: 30px;
    }
    #section4 .main_outline_area > div {
        flex-wrap: wrap;
    }
    #section4 .access > .texts {
        width: 100%;
    }
    #section4 .access .map {
        margin: 20px auto;
        width: 100%;
        overflow: hidden;
    }
    #section4 .access .map iframe {
        height: 450px;
        width: 100%;
    }
}
@media screen and (max-width: 930px) {
    #section4 .main_outline_area {
        padding-bottom: 40px;
    }
    #section2 .moa2 {
        margin-bottom: 80px;
    }
    #section4 h2 {
        margin-bottom: 10px;
        font-size:36px;
    }
}

/*------------- 20250623 footer ----------------*/
footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 30px 0px;
    background-color: #EEEEEE
}
footer {
    background-color:#543930;
}
footer .links > figure {
    width: 100%;
    max-width: 360px;
    margin: 5px 25px;
}
footer .links > figure img {
    width: 100%;
    max-width: 360px;
}
footer section {
    margin: 0px auto;
    width: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer_content_area {
    padding-top: 45px;
    box-sizing: border-box;
}
footer section * {
    margin: 0px;
}
footer section header {
    padding-right: 25px;
    box-sizing: border-box;
}
footer section header h2 {
    font-size: 20px;
    font-weight: 500;
}
footer section header p {
    font-size: 12px;
}
footer section > div {
    padding-left: 25px;
    box-sizing: border-box;
    border-left: 1px solid rgb(255 255 255 / 0.3);
}
footer section > div p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
footer section > div a {
    font-size: 12px;
    color: white;
    border: 1px solid white;
    margin-right: 15px;
    border-radius: 4px;
    padding: 5px 10px 7px 10px;
}
footer section > div a,
footer .links > figure a {
    transition: all 0.2s ease;
}
footer section > div a:hover {
    background-color: rgb(255 255 255 / 0.15);
}
footer .links > figure a:hover {
    opacity: 0.7;
}
footer section > div a .icon {
    vertical-align: top;
    font-size: 18px;
    margin: 6px 3px 0px 0px;
    line-height: 100%;
}
.footer_copyright_area p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 35px;
}
.footer_copyright_area {
    border-top: 0px;
}
@media screen and (max-width: 930px) {
    footer section > * {
        width: 100%;
        
    }
    footer section > div {
        padding: 10px 0px;
        border: 0px;
    }
    footer section.footer_content_area {
        width: 100%;
        padding-bottom: 0px;
    }
    footer section > div a {
        display: block;
        margin: 10px 0px;
    }
}


/*------------- 20250618 top retrun button ----------------*/
.topreturn {
    right: 5px;
    bottom: 5px;
    background-color: #F29DA7;
}
.topreturn a:before {
    font-family: 'Material Symbols Outlined';
    content: "\e316";
}


/*------------- 20250619 最終調整 ----------------*/
.header_nav_area ul li a::before {
    transform: rotate(-135deg) translateY(-50%);
    border-color: #F29DA7;
}
.header_nav_area nav > ul > li > a {
    padding: 0px 25px 0px 40px
}
.header_nav_area nav > ul > li > a::before {
    left: 20px;
}
@media screen and (max-width: 1230px) {
    #section2 .moa1.main_outline_area > figure {
        position:relative;
        top: 0px;
        margin: 40px auto 20px auto;
        order: 3;
    }
    #section2 .moa1.main_outline_area > figure img {
        max-width: 491px;
        width: 100%;
    }
    html #section3 > div > div > header {
        margin-top: 0px;
    }
    #section3 {
        padding-top: 0px;
    }
    #section2 .moa1 {
        padding-bottom: 120px;
    }
    .ot-about.ot-about1 {
        margin-top: 70px;
    }
}
@media screen and (max-width:930px) {
    html .header_logo_area {
        max-width: calc(100% - 75px);
    }
    #section2 .moa1 {
        padding-bottom: 80px;
    }
    .ot-about.ot-about1 {
        margin-top: 40px;
    }
}
/*------------- 20250620 スマホメニュー調整 ----------------*/
@media screen and (min-width: 11px) and (max-width: 930px) {
    .navToggle {
        background-color: #F29DA7;
    }
    .navToggle:hover {
        background-color: #f35869;
    }
    .header_nav_area {
        background-color: #F29DA7;
        overflow-y: auto;
    }
    .header_nav_area ul li a:before {
        border-color: white;
        border-width: 2px;
        left: 25px;
    }
    .header_nav_area nav > ul > li > a {
        color: white;
        border-top: 1px solid rgb(255 255 255 / 0.2);
        padding: 25px 0px 25px 45px;
        box-sizing:border-box;
        font-weight: 500;
        font-size: 16px;
        text-shadow:-1px -1px 20px #f35869;
    }
    .header_nav_area nav > ul > li > a:hover {
        color: rgb(255 255 255 / 1);
        background-color: #f35869;
        font-weight: 500;
    }
    .header_nav_area nav > ul > li {
        margin: 0px;
    }
    .header_nav_area nav > ul > li:last-child > a {
        border-bottom: 1px solid rgb(255 255 255 / 0.2);
    }
    .header_nav_area ul {
        padding: 0px;
    }
    .navToggle.active span:nth-child(3) {
        -webkit-transform: translate(0%, -400%) rotate(45deg);
        -moz-transform: translate(0%,-400%) rotate(45deg);
        transform: translate(0%, -400%) rotate(45deg);
    }
    .navToggle.active span:nth-child(1) {
        -webkit-transform: translate(0%, 350%) rotate(-45deg);
        -moz-transform: translate(0%,350%) rotate(-45deg);
        transform: translate(0%, 550%) rotate(-45deg);
    }
}

/* 2025-08-22 */
.main_outline_area .texts span.pink-line {
    background-color: #F29DA7;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding:3px 10px 4px;
    border-radius: 2px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.main_outline_area .texts span.pink-line::after {
  content: "";
  flex: 1;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
}

.main_outline_area.moa2 h2 {
    font-size: 80px;
    color: #F9BEBF;
    text-align: center;
    margin: 30px auto;
    line-height: 140%;
    letter-spacing: 1px;
    font-weight: 500;
}
@media screen and (max-width: 930px) {
    .main_outline_area.moa2 h2 {
        font-size: 36px;
    }
}
.main_outline_area.moa2 div.learn-title {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
}
.main_outline_area.moa2 div.learn-title::before,
.main_outline_area.moa2 div.learn-title::after {
  content: "";
  flex: 1;
  border-top: 16px solid #f5b6b6; /* ピンクの線 */
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .main_outline_area.moa2 div.learn-title::before,
    .main_outline_area.moa2 div.learn-title::after {
        border-top: 8px solid #f5b6b6; /* ピンクの線 */
        border-radius: 3px;
    }
}

.main_outline_area.moa2 div.learn-title::before {
  margin-right: 32px;
}

.main_outline_area.moa2 div.learn-title::after {
  margin-left: 32px;
}
.link-access {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.link-access a {
    margin:40px 20px;
    transition: 0.5s;
}
@media screen and (max-width: 1230px) {
    .link-access a {
        margin:10px auto;
    }
}
.link-access a:hover {
    opacity: 0.7;
}
#section4 hr {
    border: none;
    height: 1px;
    background-color: #F29DA7;
}
#section4 h3 {
    font-size: 36px;
    color: #F29DA7;
    margin: 0px;
    text-align: center;
    margin-top:60px;
    margin-bottom: 20px;
    line-height: 120%;
    font-weight: 500;
}
#section4 h3 span {
    font-size:12px;
    color:#543930;
    display: block;
    letter-spacing: 0;
    margin-top:-8px;
}
#section4 .gamagori-leed {
    display: block;
    max-width:770px;
    margin:30px auto 60px;
    font-size:18px;
    letter-spacing: 1px;
    color:#543930;
}
