@charset "utf-8";
/*
Theme Name: nadeshiko
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.wp-block-image figure, .wp-block-image figcaption {
    display: block;
}
a.nolink, a.nolink:hover {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: "NotoSansCJKjp-Light";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #231815;
    text-decoration: none;
}
a:visited {
    color: #231815;
}
a:hover {
    color: #231815;
}
a:active {
    color: #231815;
}
@font-face {
    font-family: "KozGoPr6N-Regular";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/KozGoPr6N-Regular.otf");
}
@font-face {
    font-family: "NotoSansCJKjp-Light";
    font-weight: 300;
    font-style: normal;
    src: url("fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
    font-family: "NotoSansCJKjp-Medium";
    font-weight: 500;
    font-style: normal;
    src: url("fonts/NotoSansCJKjp-Medium.otf");
}
@font-face {
    font-family: "NotoSansCJKjp-Bold";
    font-weight: 700;
    font-style: normal;
    src: url("fonts/NotoSansCJKjp-Bold.otf");
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #231815;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
    position: relative;
}
#main {
    position: relative;
    border-bottom: 10px solid #FF6590;
}
#main::after {
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: -48px;
    left: 0;
    background: url("img/common/line01.png") repeat-x left center / 100% 38px;
    content: '';
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #main::after {
        height: 38px;
        background: url("img/common/line01.png") repeat-x left center / auto 38px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.headerBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
.headerBox.fixed {
    position: fixed;
    transform: translateY(-100%);
    animation: header .5s forwards;
}
.headerBox.hide {
    position: fixed;
    transform: translateY(-100%);
    animation: hide .5s forwards;
}
body.fixed .headerBox {
    position: fixed;
}
@keyframes header {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes hide {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
#gHeader {
    background: url("img/common/h_bg.png") no-repeat center / cover;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 1000px;
    padding: 33px 0 28px;
    display: flex;
    justify-content: space-between;
}
#gHeader .hBox .naviBox {
    margin-top: 0;
    display: flex;
    align-items: center;
}
#gHeader .hBox .naviBox .link {
    margin-left: 10px;
    width: 104px;
}
#gHeader .hBox .naviBox .link a {
    padding: 4px 0 5px;
    display: block;
    text-align: center;
    background-color: #FCEE21;
    border-radius: 50px;
}
#gHeader .hBox .naviBox .link a:hover {
    opacity: 0.7;
}
#gHeader .hBox .naviBox .time {
    margin-right: 20px;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.051em;
}
#gNavi {
    padding: 32px 0 28px;
}
#gNavi .linkList {
    display: flex;
    justify-content: center;
}
#gNavi .linkList > li {
    margin: 0 25px;
    position: relative;
}
#gNavi .linkList > li > a {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1;
    background: url("img/common/icon01.png") no-repeat left top 6px / 15px;
}
#gNavi .linkList > li a:hover {
    opacity: 0.7;
}
#gNavi .subList {
    padding: 10px;
    display: none;
    width: 100%;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 10;
    background-color: #FFF;
    box-sizing: border-box;
}
#gNavi .subList li a {
    padding: 5px 0;
    display: block;
}
@media all and (max-width: 896px) {
    #gHeader .hBox {
        width: inherit;
        padding: 15px;
        display: block;
    }
    #gHeader .hBox .naviBox {
        display: block;
    }
    #gHeader .hBox .naviBox .link, #gHeader .hBox .naviBox .time, #gHeader .hBox .naviBox .tel, #gNavi {
        display: none;
    }
    .menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 55px;
        height: 55px;
        z-index: 101;
    }
    .menu span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        right: 18px;
        width: 24px;
        height: 2px;
        background-color: #000;
    }
    .menu span:nth-of-type(1) {
        top: 26px;
    }
    .menu span:nth-of-type(2) {
        top: 34px;
    }
    .menu span:nth-of-type(3) {
        top: 42px;
    }
    .menu.on span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    .menuBox {
        padding: 80px 0 80px;
        width: 100%;
        height: 100%;
        position: fixed;
        top: -100%;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        z-index: 51;
        box-sizing: border-box;
        transition: all 0.3s;
        overflow: auto;
    }
    .menuBox.on {
        top: 0;
    }
    .menuBox .linkList > li a {
        padding: 8px 20px;
        display: block;
        font-size: 1.6rem;
    }
    .menuBox .subList > li a {
        padding: 8px 40px;
    }
    .menuBox .snsList {
        margin: 10px 20px 0;
    }
    .menuBox .snsList li:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .menuBox .snsList li a {
        color: #000;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }
    .menuBox .snsList li a span {
        display: block;
        margin-right: 10px;
    }
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
    width: 650px;
}
@media all and (max-width: 896px) {
    #conts {
        margin-bottom: 40px;
        width: auto;
    }
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
    width: 301px;
}
#sideBar .ttl {
    padding: 14px 14px 15px;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    background-color: #00A99D;
}
#sideBar .linkList {
    margin-bottom: 24px;
}
#sideBar .linkList li a {
    padding: 17px 0;
    display: block;
    color: #00A99D;
    font-size: 1.6rem;
    border-bottom: 1px solid #00A99D;
    box-sizing: border-box;
}
#sideBar .linkList li a:hover {
    opacity: 0.7;
}
#sideBar .link {
    position: relative;
}
#sideBar .link a {
    padding: 7px 0 8px;
    width: 160px;
    position: absolute;
    bottom: 12%;
    left: calc(50% - 80px);
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("img/news_article/bg01_.png") no-repeat center / cover;
}
#sideBar .link a:hover {
    opacity: 0.7;
}
#sideBar .linkBox {
    padding: 32px 30px 23px;
    background-color: #00A99D;
}
#sideBar .linkBox .title01 {
    margin-bottom: 13px;
    padding-bottom: 15px;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    border-bottom: 1px solid #FFF;
}
#sideBar .linkBox .linkUl li {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2.25;
}
#sideBar .linkBox .linkUl li a {
    color: #fff;
}
#sideBar .linkBox .linkUl li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #sideBar {
        width: auto;
    }
    #sideBar .ttl {
        padding: 10px;
        color: #FFF;
        font-size: 1.4rem;
    }
    #sideBar .linkList li a {
        padding: 15px 0;
        font-size: 1.4rem;
    }
    #sideBar .link img {
        width: 100%;
    }
    #sideBar .link a {
        width: 50%;
        left: 25%;
        border-radius: 50px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 94px 0 40px;
}
#gFooter .fBox {
    margin: 0 auto;
    width: 1000px;
}
#gFooter .fBox .fNavi {
    margin: 0 4px 39px 0;
    display: flex;
    justify-content: space-between;
}
#gFooter .fBox .linkUl li a:hover, #gFooter .fBox .fNavi li a:hover {
    opacity: 0.7;
}
#gFooter .fBox .fNavi > li > a {
    font-size: 1.4rem;
}
#gFooter .fBox .subList {
    margin-top: 3px;
}
#gFooter .fBox .subList li a {
    padding: 5px 0 5px 12px;
    display: block;
    font-size: 1.2rem;
    background: url("img/common/icon03.png") no-repeat left top 10px / 9px;
}
#gFooter .fBox .linkUl {
    margin-bottom: 26px;
    padding-bottom: 22px;
    display: flex;
    border-bottom: 1px solid #6F6F6F;
}
#gFooter .fBox .linkUl li {
    margin-right: 50px;
}
#gFooter .fBox .linkUl li a {
    font-size: 1.4rem;
}
#gFooter .fBox .txt {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    letter-spacing: -0.058em;
}
#gFooter .fBox .txt .address {
    font-size: 1.4rem;
    vertical-align: 2px;
    letter-spacing: 0;
}
#gFooter address {
    margin-top: -9px;
    font-size: 1.18rem;
    text-align: right;
    font-style: normal;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 84px 0 22%;
    }
    #gFooter .fLogo {
        margin-bottom: 8px;
    }
    #gFooter .fLogo a {
        display: block;
        text-align: center;
    }
    #gFooter .fLogo a img {
        margin: 0 auto;
        display: block;
    }
    #gFooter .fLogo a img:not(:last-of-type) {
        margin-bottom: 10px;
    }
    #gFooter .fBox {
        margin: 0 15px;
        width: auto;
    }
    #gFooter .fBox .fNavi {
        margin: 0 4px 0 0;
        display: block;
    }
    #gFooter .fBox .fNavi > li {
        padding-bottom: 10px;
        ;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    #gFooter .fBox .fNavi > li > a {
        font-size: 1.4rem;
    }
    #gFooter .fBox .fNavi > li:not(:last-of-type) {
        margin-bottom: 12px;
    }
    #gFooter .fBox .subList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #gFooter .fBox .subList li {
        width: 50%;
    }
    #gFooter .fBox .linkUl {
        margin-bottom: 26px;
        padding-bottom: 0;
        display: block;
        border: 0;
    }
    #gFooter .fBox .linkUl li {
        margin-right: 10px;
    }
    #gFooter .fBox .linkUl li a {
        padding: 10px 0;
        display: block;
        font-size: 1.2rem;
    }
    #gFooter .fBox .linkUl li:not(:last-of-type) a {
        border-bottom: 1px solid #000;
    }
    #gFooter .fBox .txt {
        margin-bottom: 10px;
        display: block;
        font-size: 1.1rem;
        text-align: center;
    }
    #gFooter .address {
        text-align: center;
    }
    #gFooter address {
        margin-top: 10px;
        font-size: 1.1rem;
        text-align: center;
    }
    .fixBox {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 50;
    }
    .fixBox a {
        display: block;
    }
    .fixBox img {
        width: 100%;
    }
    .fixBox a:hover {
        opacity: 0.7;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
@media all and (max-width: 896px) {
    .content {
        margin: 0 15px;
        width: auto;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 99px;
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    background: url("img/news/page_title_bg.jpg") no-repeat center / cover;
}
.pageTitle::after {
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: -38px;
    left: 0;
    background: url("img/common/line01.png") repeat-x left center / 100% 38px;
    content: '';
}
.pageTitle .content {
    position: relative;
}
.pageTitle span {
    padding: 2px 8px;
    font-size: 2rem;
    line-height: 2.5;
    background-color: #FFF;
}
.pageTitle .snsList {
    position: fixed;
    top: calc(50% - 48px);
    left: 0;
    z-index: 40;
}
.pageTitle .snsList li {
    width: 50px;
}
.pageTitle .snsList li:not(:last-of-type) {
    margin-bottom: 8px;
}
.pageTitle .link a:hover, .pageTitle .snsList li a:hover {
    opacity: 0.7;
}
.pageTitle .link {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 40;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 80px;
        height: 300px;
    }
    .pageTitle::after {
        height: 38px;
        bottom: -38px;
        background: url("img/common/line01.png") repeat-x left center / auto 38px;
    }
    .pageTitle .content {
        margin: 0 auto;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .pageTitle span {
        padding: 2px;
        font-size: 1.6rem;
        line-height: 2.2;
    }
    .pageTitle .snsList, .pageTitle .link {
        display: none;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 47px;
    color: #00A99D;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 25px;
    }
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
    margin: -59px 0 54px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comNewsList::after {
    width: 300px;
    content: '';
}
.comNewsList li {
    margin-top: 59px;
    width: 300px;
}
.comNewsList li .pho {
    margin-bottom: 20px;
    width: 300px;
    height: 175px;
    background-size: cover;
}
.comNewsList li .tag {
    margin-bottom: 14px;
    padding-bottom: 2px;
    min-width: 105px;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.175em;
    text-align: center;
    border-radius: 50px;
}
.comNewsList li .title {
    margin-bottom: 11px;
    font-size: 1.6rem;
    line-height: 1.42;
}
.comNewsList li .txt {
    margin-bottom: 14px;
    color: #646464;
    font-size: 1.2rem;
    line-height: 1.66;
}
.comNewsList li .link a {
    padding-bottom: 7px;
    display: block;
    font-size: 1.2rem;
    border-bottom: 4px solid #FF6590;
    background: url("img/common/icon02.png") no-repeat right top 5px / 22px;
}
.comNewsList li .link a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comNewsList {
        margin: 0 0 25px;
        display: block;
    }
    .comNewsList::after {
        display: none;
    }
    .comNewsList li {
        margin-top: 0;
        width: auto;
    }
    .comNewsList li:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .comNewsList li .pho {
        width: 100%;
    }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.wp-pagenavi {
    font-size: 0;
    clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #C8C8C8;
    font-size: 1.6rem;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display: none;
}
.wp-pagenavi .extend {}
@media all and (min-width: 897px) {
    .wp-pagenavi a:hover, .wp-pagenavi span.current {
        color: #FF6590;
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news {
    padding-bottom: 43px;
}
.news h3 {
    margin-bottom: 47px;
    color: #FF6590;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.news .pTop {
    margin-bottom: 65px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}
.news .linkList {
    margin-bottom: 59px;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #FF6590;
}
.news .linkList li {
    width: calc(100% / 5);
}
.news .linkList li a {
    padding: 13px 0 9px;
    display: block;
    color: #FF6590;
    font-size: 1.6rem;
    text-align: center;
    border-left: 1px solid #FF6590;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.news .linkList.category li:not(.on) a {
    color: #C8C8C8;
}
.news .linkList.category li:not(.on) span {
    background-color: #C8C8C8 !important;
}
.news .linkList li a:hover {
    opacity: 0.7;
}
.news .linkList li a span {
    margin: 0 auto 10px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.news_category .pTop {
    margin-bottom: 53px;
}
.news_category .linkList li:not(:first-of-type) a {
    color: #C8C8C8;
}
@media all and (max-width: 896px) {
    .news h3 {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    .news .pTop {
        margin-bottom: 65px;
        font-size: 1.4rem;
    }
    .news .linkList {
        margin: -15px 0 30px;
        flex-wrap: wrap;
    }
    .news .linkList li {
        margin-top: 15px;
        width: calc(100% / 2);
    }
    .news .linkList li a {
        padding: 13px 0 9px;
        font-size: 1.4rem;
        border-left-color: transparent;
        border-right: 1px solid #FF6590;
    }
    .news .linkList li:nth-of-type(2n-1) a {
        border-left: 1px solid #FF6590 !important;
    }
}
/*------------------------------------------------------------
	news_article
------------------------------------------------------------*/
.news_article {
    padding-bottom: 43px;
}
.news_article .pageTitle {
    margin-bottom: 114px;
    height: 0;
    border-bottom: 1px solid #C8C8C8;
}
.news_article .headLine01 {
    margin-bottom: 76px;
}
.news_article .title {
    margin-bottom: 28px !important;
    padding: 19px 0 12px;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    border-bottom: 4px solid #FF459D;
}
.news_article .title .tag {
    margin-top: -9px;
    padding-bottom: 2px;
    min-width: 90px;
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    letter-spacing: 0.175em;
    text-align: center;
    border-radius: 50px;
}
.news_article .pho {
    margin-bottom: 30px;
}
.news_article h3 {
    margin-bottom: 18px;
    color: #FF6590;
    font-size: 2rem;
    font-weight: 700;
}
.news_article p {
    color: #646464;
    font-size: 1.6rem;
    line-height: 1.625;
}
.news_article p:not(:last-of-type) {
    margin-bottom: 26px;
}
.news_article p a {
    color: #0071BC;
}
.news_article .pageNavi {
    margin: 67px 0 44px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #FF6590;
}
.news_article .pageNavi a {
    color: #FF6590;
    font-size: 1.4rem;
}
.news_article .pageNavi a:hover {
    opacity: 0.7;
}
.news_article .pageNavi ul {
    display: flex;
}
.news_article .pageNavi ul li:not(:last-of-type) {
    padding-right: 42px;
    position: relative;
}
.news_article .pageNavi ul li:not(:last-of-type)::after {
    width: 1px;
    height: 14px;
    position: absolute;
    top: 4px;
    right: 20px;
    background-color: #FF6590;
    content: '';
}
@media all and (min-width: 897px) {
    .news_article p a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    .news_article .pageTitle {
        margin-bottom: 70px;
    }
    .news_article .headLine01 {
        margin-bottom: 40px;
    }
    .news_article .title {
        margin-bottom: 20px !important;
    }
    .news_article p {
        font-size: 1.4rem;
    }
    .news_article .pageNavi {
        margin: 40px 0;
    }
    .news_article .pageNavi a {
        font-size: 1.2rem;
    }
    .news_article .pageNavi ul li:not(:last-of-type) {
        padding-right: 30px;
    }
    .news_article .pageNavi ul li:not(:last-of-type)::after {
        height: 12px;
        top: 3px;
        right: 15px;
    }
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
    display: flex;
    justify-content: space-between;
}
@media all and (max-width: 896px) {
    .mainBox {
        display: block;
    }
}
/*------------------------------------------------------------
	club
------------------------------------------------------------*/
.club#main {
    padding-bottom: 100px;
}
.club .pageTitle {
    margin-bottom: 85px;
    background-image: url("img/club/page_title_bg.jpg");
}
.club.club01 .pageTitle {
    margin-bottom: 98px;
}
.club h2 {
    margin-bottom: 28px;
    color: #FF6590;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.club .pTop {
    margin-bottom: 51px;
    font-size: 1.6rem;
    text-align: center;
}
.club .linkList {
    margin-bottom: 79px;
    display: flex;
    justify-content: space-between;
}
.club .linkList li {
    width: 300px;
}
.club .linkList li a {
    padding: 31px 0 36px;
    display: block;
    color: #FF6590;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.3em;
    border-radius: 20px;
    border: 1px solid #FF6590;
}
.club .linkList li a:hover {
    opacity: 0.7;
}
.club .headLine01 {
    margin-bottom: 75px;
}
.club .title {
    margin-bottom: 74px;
    padding: 27px 0 32px;
    position: relative;
    color: #FF6590;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    text-align: center;
    border-top: 1px solid #FF6590;
    border-bottom: 1px solid #FF6590;
}
.club .title::after {
    width: 175px;
    height: 130px;
    position: absolute;
    bottom: -1px;
    right: 32px;
    background: url("img/club/img01.png") no-repeat center / 175px;
    content: '';
}
.club .imgBox:not(:last-of-type) {
    margin-bottom: 50px;
}
.club .imgBox h3 {
    padding: 15px 16px;
    color: #FF6590;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    background-color: #FFE3EB;
}
.club .imgBox ul li {
    padding: 16px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #FF6590;
    box-sizing: border-box;
}
.club .imgBox ul li:not(:first-of-type) {
    min-height: 87px;
}
.club .imgBox ul li .ttl {
    margin-right: 40px;
    color: #FF6590;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
}
.club .imgBox ul li .subBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.club .imgBox ul li .subBox .lBox {
    width: 214px;
}
.club .imgBox ul li .subBox .rBox {
    width: calc(100% - 214px);
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.club .imgBox ul li .subBox .rBox::after {
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #FFE3EB;
    content: '';
}
.club .imgBox ul li .subBox .rBox .ttl {
    margin-right: 0;
    width: 150px;
    display: inline-block;
    text-align: center;
}
.club .imgBox ul li .subBox .rBox dl {
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.club .imgBox ul li .subBox .rBox dt {
    color: #FF6590;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
}
.club .imgBox ul li .subBox .rBox dt {
    width: 140px;
}
.club .imgBox ul li .subBox .rBox dd {
    line-height: 2;
    width: calc(100% - 140px);
    box-sizing: border-box;
    text-align: center;
}
.club .imgBox ul li:nth-of-type(2) {
    padding: 12px 0 8px;
}
.club .imgBox ul li .ttl01 {
    margin-bottom: 9px;
}
.club02 .title {
    color: #6252C5;
    border-color: #6252C5;
}
.club02 .imgBox h3, .club02 .imgBox ul li .subBox .rBox dt, .club02 .imgBox ul li .ttl {
    color: #6252C5;
}
.club02 .imgBox h3 {
    background-color: #E3E0F5;
}
.club02 .imgBox ul li {
    border-color: #6252C5;
}
.club .imgBox ul li .subBox .rBox::after {
    background-color: #E3E0F5;
}
.club02 .wp-pagenavi a:hover, .club02 .wp-pagenavi span.current {
    color: #6252C5;
}
@media all and (max-width: 896px) {
    .club#main {
        padding-bottom: 43px;
    }
    .club .pageTitle {
        margin-bottom: 70px;
    }
    .club .pageTitle .link {
        top: 100px;
    }
    .club h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .club .pTop {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
    .club .linkList {
        margin-bottom: 40px;
        display: block;
    }
    .club .linkList li {
        width: auto;
    }
    .club .linkList li:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .club .linkList li a {
        padding: 20px 0;
        font-size: 2rem;
        border-radius: 10px;
    }
    .club .headLine01 {
        margin-bottom: 40px;
    }
    .club .title {
        margin-bottom: 40px;
        padding: 15px 100px 15px 0;
        position: relative;
        color: #FF6590;
        font-size: 1.6rem;
    }
    .club .title::after {
        width: 100px;
        height: 72px;
        bottom: 0;
        right: 0;
        background: url("img/club/img01.png") no-repeat center / 100px;
    }
    .club .imgBox:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .club .imgBox h3 {
        padding: 15px;
        font-size: 1.5rem;
    }
    .club .imgBox ul li {
        padding: 16px 0;
        font-size: 1.4rem;
    }
    .club .imgBox ul li .subBox {
        display: block;
    }
    .club .imgBox ul li .subBox .lBox {
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: auto;
        border-bottom: 1px solid #FF6590;
    }
    .club .imgBox ul li .subBox .rBox {
        width: auto;
    }
    .club .imgBox ul li .subBox .rBox .ttl {
        margin-right: 20px;
        width: auto;
        display: inline-block;
        text-align: center;
    }
    .club .imgBox ul li .subBox .rBox dl {
        width: 100%;
        max-width: 180px;
        display: block;
    }
    .club .imgBox ul li .subBox .rBox dt {
        font-size: 1.4rem;
        width: auto;
    }
    .club .imgBox ul li .subBox .rBox dd {
        width: auto;
        text-align: left;
    }
    .club .imgBox ul li .subBox .rBox::after, .club .imgBox ul li .subBox .rBox::after {
        display: none;
    }
    .club .imgBox ul li .ttl01 {
        margin-right: 0;
        letter-spacing: 0;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index#main {
    padding-bottom: 0;
}
.index .pageTitle {
    margin-bottom: 94px;
    padding-top: 90px;
    height: 650px;
    background-image: url("img/index/page_title_bg.jpg");
    box-sizing: border-box;
}
.index .pageTitle .snsList {
    top: calc(50% - 80px);
}
.index .sec01 {
    padding-bottom: 90px;
    position: relative;
}
.index .sec01::after {
    width: 155px;
    height: 179px;
    position: absolute;
    bottom: 0;
    left: calc(50% + 327px);
    background: url("img/index/bg08.png") no-repeat left center / 155px;
    content: '';
}
.index .sec01 .comNewsList {
    margin-bottom: 86px;
}
.index .sec01 .comNewsList li {
    border-top: 4px solid #FF6590;
}
.index .sec01 .comNewsList li .tag {
    margin-left: 18px;
}
.index .sec01 .comNewsList li .title {
    margin: 0 18px 14px;
}
.index .sec01 .comNewsList li .link a {
    padding: 0 18px 20px;
    background-position: right 14px top 4px;
}
.index .sec02 {
    padding: 73px 0 96px;
    position: relative;
    background: url("img/index/bg01.jpg") no-repeat center top / cover;
}
.index .sec02::after {
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: -38px;
    left: 0;
    background: url("img/common/line01.png") repeat-x left center / 100% 38px;
    content: '';
}
.index .smlTtl {
    margin-bottom: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    text-align: center;
}
.index .smlTtl .line {
    position: relative;
}
.index .smlTtl .line::after {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #CCFFD9;
    content: '';
}
.index .smlTtl .line span {
    position: relative;
    z-index: 1;
}
.index .sec02 .h2Ttl {
    margin-bottom: 44px;
    color: #00A99D;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.index .sec02 .pTop {
    margin-bottom: 61px;
    color: #FF6590;
    font-size: 2rem;
    text-align: center;
}
.index .sec02 .video {
    height: 0;
    padding-bottom: 38%;
    position: relative;
    overflow: hidden;
}
.index .sec02 .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index .sec02 .textArea {
    margin: 58px 140px 0;
}
.index .sec02 .textArea p {
    color: #231815;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.index .sec02 .textArea .name {
    margin-top: 32px;
    text-align: right;
}
.index .sec03 {
    padding: 136px 0 96px;
    position: relative;
}
.index .sec03::after {
    width: 177px;
    height: 185px;
    position: absolute;
    top: -40px;
    left: calc(50% - 585px);
    background: url("img/index/bg09.png") no-repeat center / 177px;
    content: '';
}
.index .sec03 .h2Ttl {
    margin-bottom: 90px;
    padding-top: 47px;
    color: #231815;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("img/index/h2_img01.png") no-repeat center top / 46px;
}
.index .sec03 .linkList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index .sec03 .linkList::after {
    width: 300px;
    content: '';
}
.index .sec03 .linkList li {
    width: 300px;
    position: relative;
}
.index .sec03 .linkList li::after {
    width: 323px;
    height: 328px;
    position: absolute;
    top: 0;
    left: -14px;
    background: url("img/index/bg02.png") no-repeat center / 323px;
    content: '';
}
.index .sec03 .linkList li .title {
    margin: 0 auto 19px;
    padding: 5px 0;
    width: 104px;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
    background-color: #22B573;
}
.index .sec03 .linkList li .pho {
    margin: 0 auto 50px;
    width: 260px;
    height: 260px;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.index .sec03 .linkList li .pho img {
    width: 260px;
    position: relative;
    z-index: 1;
}
.index .sec03 .linkList li .ttl {
    margin-bottom: 25px;
    font-size: 2rem;
    text-align: center;
}
.index .sec03 .linkList li .txt {
    margin-bottom: 45px;
    font-size: 1.4rem;
    line-height: 1.71;
    word-break: break-all;
}
.index .sec04 {
    padding: 185px 0 166px;
    background: url("img/index/bg04.jpg") no-repeat center top / cover;
}
.index .sec04 .content .textArea {
    margin: 0 auto;
    padding: 10px 10px 10px;
    position: relative;
    width: 656px;
    background-color: #FF93B8;
    box-sizing: border-box;
}
.index .sec04 .content .textArea::after {
    width: 656px;
    height: 150px;
    position: absolute;
    top: -66px;
    left: 0;
    background: url("img/index/bg03.png") no-repeat center top / 656px;
    content: '';
}
.index .sec04 .content .textArea h2 {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
}
.index .sec04 .content .textArea h2 .sml {
    margin-bottom: -5px;
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: center;
}
.index .sec04 .content .textArea p {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.625;
}
.index .sec04 .content .textArea .subBox {
    padding: 42px 46px 32px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.index .sec05 {
    padding: 91px 0 213px;
    position: relative;
    background: #FFFF00 url("img/index/bg05.png") no-repeat center bottom / 200px;
}
.index .sec05 .smlTtl {
    margin-bottom: 64px;
}
.index .sec05 .smlTtl .line::after {
    background-color: #FFF;
}
.index .sec05 h2 {
    margin-bottom: 52px;
    color: #00A99D;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.index .sec05 .txt {
    margin: 0 90px;
    color: #231815;
    font-size: 1.6rem;
    line-height: 2;
}
.index .insBox {
    padding: 125px 0;
}
.index .insBox .content {
    padding-right: 50px;
    width: 1100px;
    box-sizing: border-box;
}
.index .insBox .content .imgBox {
    display: flex;
    justify-content: space-between;
}
.index .insBox .content .imgBox .textBox {
    padding-right: 40px;
    width: calc(100% - 580px);
    box-sizing: border-box;
}
.index .insBox .content .imgBox .textBox h2 {
    margin-bottom: 30px;
    padding-top: 120px;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("img/index/ins.png") no-repeat center top / 220px;
}
.index .insBox .content .imgBox .textBox .txt {
    margin-bottom: 42px;
    font-size: 1.6rem;
    line-height: 1.625;
}
.index .insBox .content .imgBox .insList {
    margin-top: -20px;
    width: 580px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index .insBox .content .imgBox .insList li {
    margin-top: 20px;
    width: 180px;
}
.index .insBox .content .imgBox .insList li a {
    display: block;
    height: 180px;
    background-position: center;
    background-size: cover;
}
.index .insBox .content .imgBox .insList li a:hover {
    opacity: 0.7;
}
.index .photoArea {
    height: 306px;
}
.index .photoArea .phoList li {
    margin: 0 3px;
    width: 500px !important;
    height: 306px;
}
.index .photoArea .phoList .slick-prev, .index .photoArea .phoList .slick-next {
    width: 15px;
    height: 38px;
    font-size: 0;
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 500px);
    background: url("img/index/prev.png") no-repeat center / 15px;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    z-index: 1;
}
.index .photoArea .phoList .slick-next {
    left: auto;
    right: calc(50% - 500px);
    background-image: url("img/index/next.png");
}
.index .sec06 {
    margin-bottom: 0;
    padding: 64px 0 63px;
    background-color: #F0F09D;
}
.index .sec06 .textArea {
    display: flex;
    justify-content: space-between;
}
.index .sec06 .textArea .lBox {
    padding-top: 58px;
    width: 400px;
    text-align: center;
}
.index .sec06 .textArea .rBox {
    padding-left: 92px;
    width: calc(100% - 400px);
    box-sizing: border-box;
}
.index .sec06 .textArea .rBox h2 {
    margin-bottom: 38px;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
}
.index .sec06 .textArea .rBox p {
    margin-bottom: 37px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.index .sec06 .textArea .rBox p span {
    color: #22B573;
    font-weight: 700;
}
.index .sec06 .textArea .rBox .link {
    margin: 0 auto;
    width: 253px;
}
.index .sec06 .textArea .rBox .link a {
    padding: 10px 0;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    background-color: #FFF;
    border-radius: 50px;
}
.index .sec06 .textArea .rBox .link a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) {
    .index .photoArea .phoList .slick-prev:hover, .index .photoArea .phoList .slick-next:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .index#main {
        padding-bottom: 0;
    }
    .index .pageTitle {
        margin-bottom: 94px;
        padding-top: 0;
        height: 500px;
        background-position: left -163px center;
    }
    .index .sec01 {
        padding-bottom: 100px;
    }
    .index .sec01::after {
        width: 80px;
        height: 96px;
        left: auto;
        right: 0;
        background: url("img/index/bg08.png") no-repeat left bottom / 80px;
    }
    .index .sec01 .comNewsList {
        margin-bottom: 40px;
    }
    .index .sec02 {
        padding: 40px 0;
    }
    .index .sec02::after {
        background: url("img/common/line01.png") repeat-x left center / auto 38px;
    }
    .index .smlTtl {
        margin-bottom: 25px;
        font-size: 1.2rem;
    }
    .index .sec02 .h2Ttl {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
    .index .sec02 .pTop {
        margin-bottom: 61px;
        font-size: 1.5rem;
    }
    .index .sec02 .textArea {
        margin: 20px auto 0;
    }
    .index .sec02 .textArea p {
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .index .sec02 .textArea .name {
        margin-top: 15px;
    }
    .index .sec03 {
        padding: 80px 0 60px;
    }
    .index .sec03::after {
        width: 177px;
        height: 185px;
        position: absolute;
        top: -60px;
        left: -40px;
        background: url("img/index/bg09.png") no-repeat center / 100px;
    }
    .index .sec03 .h2Ttl {
        margin-bottom: 45px;
        padding-top: 25px;
        font-size: 2rem;
    }
    .index .sec03 .linkList {
        display: block;
    }
    .index .sec03 .linkList::after {
        display: none;
    }
    .index .sec03 .linkList li {
        width: 100%;
    }
    .index .sec03 .linkList li:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .index .sec03 .linkList li::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        background: url("img/index/bg02.png") no-repeat center top / 323px;
        content: '';
    }
    .index .sec03 .linkList li .pho {
        margin: 0 15px 25px;
        width: auto;
    }
    .index .sec03 .linkList li .ttl {
        margin-bottom: 20px;
    }
    .index .sec03 .linkList li .txt {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
    .index .sec04 {
        padding: 80px 0 60px;
    }
    .index .sec04 .content .textArea {
        margin: 0 auto;
        padding: 10px 10px 10px;
        width: auto;
    }
    .index .sec04 .content .textArea::after {
        width: calc(100% - 20px);
        left: 10px;
        background: url("img/index/bg03.png") no-repeat center top / auto 150px;
    }
    .index .sec04 .content .textArea h2 {
        margin-bottom: 16px;
        font-size: 2.6rem;
    }
    .index .sec04 .content .textArea h2 .sml {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .index .sec04 .content .textArea p {
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .index .sec04 .content .textArea .subBox {
        padding: 42px 20px 32px;
    }
    .index .sec05 {
        padding: 60px 0 180px;
    }
    .index .sec05 .smlTtl {
        margin-bottom: 30px;
    }
    .index .sec05 h2 {
        margin-bottom: 25px;
        font-size: 2.6rem;
    }
    .index .sec05 .txt {
        margin: 0 auto;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .index .insBox {
        padding: 40px 0;
    }
    .index .insBox .content {
        padding-right: 0;
        width: auto;
    }
    .index .insBox .content .imgBox {
        display: block;
    }
    .index .insBox .content .imgBox .textBox {
        margin-bottom: 40px;
        padding-right: 0;
        width: auto;
    }
    .index .insBox .content .imgBox .textBox h2 {
        font-size: 2rem;
    }
    .index .insBox .content .imgBox .textBox .txt {
        margin-bottom: 30px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .index .insBox .content .imgBox .insList {
        margin-bottom: 20px;
        width: auto;
    }
    .index .insBox .content .imgBox .insList li {
        width: 48%;
    }
    .index .insBox .content .imgBox .insList li a {
        padding-bottom: 100%;
        height: 0;
    }
    .index .photoArea {
        height: auto;
    }
    .index .photoArea .phoList li {
        margin: 0 3px;
        width: auto !important;
        height: auto;
    }
    .index .photoArea .phoList li img {
        height: calc(100vw - 150px);
        object-fit: cover;
    }
    .index .photoArea .phoList .slick-prev, .index .photoArea .phoList .slick-next {
        top: calc(50% - 19px);
        left: 20px;
        background: url("img/index/prev.png") no-repeat center / 10px;
    }
    .index .photoArea .phoList .slick-next {
        left: auto;
        right: 20px;
        background-image: url("img/index/next.png");
    }
    .index .sec06 {
        margin-top: -3px;
        padding: 60px 0;
    }
    .index .sec06 .textArea {
        display: block;
    }
    .index .sec06 .textArea .lBox {
        margin-bottom: 40px;
        padding-top: 0;
        width: auto;
    }
    .index .sec06 .textArea .rBox {
        padding-left: 0;
        width: auto;
    }
    .index .sec06 .textArea .rBox h2 {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    .index .sec06 .textArea .rBox p {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 60px;
    color: #00A99D;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.headLine02 span {
    position: relative;
}
.headLine02 span::before, .headLine02 span::after {
    width: 10px;
    height: 21px;
    position: absolute;
    top: 14px;
    left: -20px;
    background: url("img/common/icon04.png") no-repeat left center / 10px;
    content: '';
}
.headLine02 span::before {
    left: auto;
    right: -20px;
    transform: rotate(180deg);
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto;
    width: 215px;
}
.comLink a {
    padding: 17px 0;
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    text-align: center;
    background: #FCEE21 url("img/common/icon05.png") no-repeat right 26px top -9px / 38px;
    border-radius: 50px;
}
.comLink a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	commcomLinkListon
------------------------------------------------------------*/
.comLinkList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.comLinkList li {
    padding: 45px 0 41px;
    width: calc(100% / 2);
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
}
.comLinkList li .pho {
    margin-bottom: 33px;
}
.comLinkList li h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.comLinkList li h2 .sml {
    margin-bottom: 14px;
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.comLinkList li .txt {
    margin: 0 auto 37px;
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: left;
	max-width: 345px;
}
.comLinkList li .comLink01 a {
    color: #FFF;
    pointer-events: none;
    background-color: #D7D7D7;
    background-image: url("img/common/icon05_no.png");
}
@media all and (max-width: 896px) {
    .comLinkList {
        display: block;
    }
    .comLinkList li {
        padding: 40px 0;
        width: 100%;
    }
    .comLinkList li .pho {
        margin-bottom: 20px;
    }
    .comLinkList li h2 {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }
    .comLinkList li h2 .sml {
        margin-bottom: 10px;
    }
    .comLinkList li .txt {
        margin: 0 15px 37px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
    padding: 76px 0 81px;
    background: url("img/index/bg06.png") top left / 17px;
}
.comContact .textArea {
    padding: 38px 43px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #FFFED6;
    border: 3px solid #FBB03B;
    box-sizing: border-box;
}
.comContact .textArea::after {
    width: 133px;
    height: 138px;
    position: absolute;
    bottom: -22px;
    right: -16px;
    background: url("img/index/bg07.png") no-repeat center / 133px;
    content: '';
}
.comContact .textArea > div {
    width: 458px;
}
.comContact .textArea h2 {
    margin-bottom: 18px;
    padding-top: 64px;
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    background: url("img/common/qa.png") no-repeat center top / 60px;
}
.comContact .textArea .txt {
    font-size: 1.4rem;
    line-height: 1.71;
}
.comContact .textArea .rBox {
    text-align: center;
}
.comContact .textArea .rBox .ttl {
    margin-bottom: 31px;
    font-size: 1.2rem;
    letter-spacing: -0.1em;
}
.comContact .textArea .rBox .tel {
    margin-bottom: 31px;
}
.comContact .textArea .rBox .tel .sml {
    margin-top: 11px;
    display: block;
    font-size: 1.2rem;
}
.comContact .textArea .rBox .link {
    margin: 0 auto;
    width: 253px;
}
.comContact .textArea .rBox .link a {
    padding: 8px 0;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    background-color: #F7931E;
    border-radius: 50px;
}
.comContact .textArea .rBox .link a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comContact {
        padding: 60px 0;
    }
    .comContact .textArea {
        padding: 38px 15px 130px;
        display: block;
    }
    .comContact .textArea > div {
        width: auto;
    }
    .comContact .textArea h2 {
        font-size: 2.6rem;
    }
    .comContact .textArea .txt {
        margin-bottom: 40px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .comContact .textArea .rBox .ttl {
        margin-bottom: 20px;
    }
    .comContact .textArea::after {
        width: 133px;
        height: 138px;
        position: absolute;
        bottom: -22px;
        right: calc(50% - 66px);
        background: url("img/index/bg07.png") no-repeat center / 133px;
        content: '';
    }
}
/*------------------------------------------------------------
	experience
------------------------------------------------------------*/
.experience#main {
    padding-bottom: 0;
}
.experience .pageTitle {
    margin-bottom: 115px;
    background-image: url("img/experience/page_title_bg.jpg");
}
.experience .sec01 {
    padding-bottom: 86px;
}
.experience .sec01 h2 {
    margin-bottom: 49px;
    padding-top: 72px;
    position: relative;
    color: #FF6590;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
    background: url("img/experience/ttl_img01.png") no-repeat center top / 52px;
}
.experience .sec01 h2::after, .experience .sec01 h2::before {
    width: 96px;
    height: 211px;
    position: absolute;
    top: 0;
    left: calc(50% - 263px);
    background: url("img/experience/ttl_img02.png") no-repeat center / 96px;
    content: '';
}
.experience .sec01 h2::before {
    width: 120px;
    height: 221px;
    left: auto;
    right: calc(50% - 294px);
    background: url("img/experience/ttl_img03.png") no-repeat center / 120px;
}
.experience .sec01 h2 .sml {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0;
}
.experience .sec01 h3 {
    margin-bottom: 45px;
    color: #00A99D;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
}
.experience .sec01 h3 .sml {
    margin-bottom: 37px;
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.experience .sec01 p {
    margin: 0 154px 60px;
    color: #231815;
    font-size: 1.6rem;
    line-height: 2;
}
.experience .sec01 .linkList {
    display: flex;
    justify-content: center;
}
.experience .sec01 .linkList li {
    margin: 0 40px;
    width: 235px !important;
}
.experience .sec02 {
    padding: 80px 0;
    background-color: #FEFEF5;
}
.experience .sec02 .h2Ttl {
    margin-bottom: 60px;
    position: relative;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.experience .sec02 .h2Ttl::after {
    width: 132px;
    height: 114px;
    position: absolute;
    top: -116px;
    right: 110px;
    background: url("img/experience/bg03.png") no-repeat center / 132px;
    content: '';
}
.experience .sec02 .pTop {
    margin: 0 155px 70px;
    font-size: 1.6rem;
    line-height: 2;
}
.experience .sec02 .comLinkList {
    margin-bottom: 100px;
}
.experience .sec02 .comLinkList li {
    padding: 58px 0 49px;
    width: 458px;
}
.experience .sec02 .comLinkList li .pho {
    margin-bottom: 42px;
}
.experience .sec02 .comLinkList li h2 {
    margin-bottom: 22px;
}
.experience .sec02 .comLinkList li .txt {
    margin: 0 20px 28px;
    text-align: center;
}
.experience .sec02 .comLinkList li .comLink {
    width: 188px;
}
.experience .sec02 .comLinkList li .comLink a {
    padding: 12px 0;
    background: #FCEE21 url("img/common/icon05.png") no-repeat right 22px top -9px / 32px;
}
.experience .sec02 .textArea {
    text-align: center;
}
.experience .sec02 .textArea .ttl {
    margin-bottom: 34px;
}
.experience .sec02 .textArea p {
    margin-bottom: 40px;
    font-size: 1.6rem;
}
.experience .sec02 .textArea .link a {
    display: block;
}
.experience .sec02 .textArea .link a:hover {
    opacity: 0.7;
}
.experience .sec03 {
    padding: 106px 0 103px;
    background: url("img/experience/line01.png") repeat-x left 12px top / 32px;
}
.experience .sec03 h2 {
    margin-bottom: 96px;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.experience .sec03 h3 {
    margin-bottom: 38px;
    padding: 26px 0 21px;
    position: relative;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
    background-color: #FF6590;
    border-radius: 100px;
}
.experience .sec03 h3::after {
    width: 115px;
    height: 173px;
    position: absolute;
    top: -118px;
    left: 60px;
    background: url("img/experience/ttl_img05.png") no-repeat center / 115px;
    content: '';
}
.experience .sec03 h3 .sml {
    width: 154px;
    padding: 7px 0;
    position: absolute;
    top: -14px;
    left: calc(50% - 77px);
    color: #FF6590;
    font-size: 1rem;
    letter-spacing: 0.3em;
    background: url("img/experience/ttl_bg01.png") no-repeat center / 154px;
}
.experience .sec03 .txtBox {
    margin-bottom: 62px;
    display: flex;
}
.experience .sec03 .txtBox .txtList {
    width: 220px;
    color: #FF6590;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.25;
}
.experience .sec03 .txtBox .txtList:not(:last-of-type) {
    margin-right: 40px;
}
.experience .sec03 .txtBox .txtList li a {
    font-weight: 300;
}
.experience .sec03 .comLink {
    margin-bottom: 100px;
}
.experience .sec03 .h3Ttl01 {
    background-color: #6252C5;
}
.experience .sec03 .h3Ttl01 .sml {
    color: #6252C5;
    background-image: url("img/experience/ttl_bg02.png");
}
.experience .sec03 .h3Ttl01::after {
    width: 66px;
    height: 172px;
    position: absolute;
    top: -112px;
    left: auto;
    right: 96px;
    background: url("img/experience/ttl_img06.png") no-repeat center / 66px;
    content: '';
}
.experience .sec03 .txtBox01 {
    margin-bottom: 47px;
}
.experience .sec03 .comLink01 {
    margin-bottom: 0;
}
.experience .sec04 {
    padding: 107px 0 0;
    background-color: #22B573;
}
.experience .sec04 .h2Ttl {
    margin-bottom: 48px;
    padding-top: 52px;
    color: #FFF;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("img/experience/ttl_img07.png") no-repeat center top / 45px;
}
.experience .sec04 .pTop {
    margin: 0 156px 85px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2;
}
.experience .sec04 .comContact {
    padding: 74px 0 84px;
    background-image: url("img/experience/bg01.png");
}
.experience .sec04 .comContact .textArea::after {
    width: 146px;
    height: 170px;
    position: absolute;
    bottom: -35px;
    right: -46px;
    background: url("img/experience/bg02.png") no-repeat center / 146px;
    content: '';
}
.pop {
    display: none;
}
.fancybox-bg {
    background-color: transparent;
}
.fancybox-content {
    margin: 0 auto;
    padding: 109px 62px 0;
    width: 930px;
    height: 384px;
    background: url("img/experience/popup_img01.png") no-repeat right 60px top 30px / 74px;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
}
.fancybox-content .title {
    margin-bottom: 28px;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.fancybox-content .txt {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.625;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    left: 15px;
    top: 12px;
}
.fancybox-close-small {
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 1;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
    background: url("img/experience/popup_img03.png") no-repeat center center / 31px;
}
#pop02 .fancybox-close-small {
    background-image: url("img/experience/popup_img04.png");
}
#pop02.fancybox-content {
    background: url("img/experience/popup_img02.png") no-repeat right 60px top 30px / 55px;
    background-color: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 896px) {
    .experience#main {
        overflow: hidden;
    }
    .experience .pageTitle {
        margin-bottom: 80px;
    }
    .experience .sec01 {
        padding-bottom: 40px;
    }
    .experience .sec01 h2 {
        margin-bottom: 25px;
        font-size: 2.6rem;
    }
    .experience .sec01 h2::after, .experience .sec01 h2::before {
        left: calc(50% - 180px);
        background: url("img/experience/ttl_img02.png") no-repeat center / 48px;
    }
    .experience .sec01 h2::before {
        left: auto;
        right: calc(50% - 186px);
        background: url("img/experience/ttl_img03.png") no-repeat center / 60px;
    }
    .experience .sec01 h2 .sml {
        font-size: 1.4rem;
    }
    .experience .sec01 h3 {
        margin-bottom: 20px;
        font-size: 3rem;
    }
    .experience .sec01 h3 .sml {
        margin-bottom: 15px;
    }
    .experience .sec01 p {
        margin: 0 auto 30px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .experience .sec01 .linkList {
        display: block;
    }
    .experience .sec01 .linkList li {
        margin: 0 auto;
        width: 235px !important;
    }
    .experience .sec01 .linkList li:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .experience .sec02 {
        padding: 40px 0;
    }
    .experience .sec02 .h2Ttl {
        margin-bottom: 30px;
        font-size: 2rem;
    }
    .experience .sec02 .h2Ttl::after {
        width: 80px;
        top: -100px;
        right: 0;
        background: url("img/experience/bg03.png") no-repeat center / 80px;
    }
    .experience .sec02 .pTop {
        margin: 0 auto 35px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .experience .sec02 .comLinkList {
        margin-bottom: 50px;
    }
    .experience .sec02 .comLinkList li {
        padding: 30px 0;
        width: auto;
    }
    .experience .sec02 .comLinkList li .pho {
        margin-bottom: 20px;
    }
    .experience .sec02 .comLinkList li h2 {
        margin-bottom: 10px;
    }
    .experience .sec02 .comLinkList li .txt {
        margin: 0 10px 28px;
        font-size: 1.2rem;
        text-align: center;
    }
    .experience .sec02 .textArea p {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .experience .sec03 {
        padding: 60px 0;
    }
    .experience .sec03 h2 {
        font-size: 2rem;
    }
    .experience .sec03 h3 {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .experience .sec03 h3::after {
        width: 60px;
        left: 0;
        background: url("img/experience/ttl_img05.png") no-repeat center / 60px;
    }
    .experience .sec03 .txtBox {
        margin-bottom: 30px;
        display: block;
    }
    .experience .sec03 .txtBox .txtList {
        width: auto;
    }
    .experience .sec03 .txtBox .txtList:not(:last-of-type) {
        margin-right: 0;
    }
    .experience .sec03 .txtBox .txtList li, .experience .sec03 .txtBox .txtList li a {
        display: block;
        text-align: center;
    }
    .experience .sec03 .h3Ttl01::after {
        right: 0;
        background: url("img/experience/ttl_img06.png") no-repeat center / 40px;
    }
    .experience .sec04 {
        padding: 60px 0 0;
    }
    .experience .sec04 .h2Ttl {
        margin-bottom: 25px;
        font-size: 2.6rem;
    }
    .experience .sec04 .pTop {
        margin: 0 auto 40px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .experience .sec04 .comContact {
        padding: 60px 0;
    }
    .experience .sec04 .comContact .textArea::after {
        width: 110px;
        bottom: -40px;
        right: -10px;
        background: url("img/experience/bg02.png") no-repeat center / 110px;
    }
    .fancybox-content {
        margin: 0 auto;
        padding: 60px 25px 25px;
        width: auto;
        height: auto;
        background: url("img/experience/popup_img01.png") no-repeat right 30px top 10px / 50px;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
    }
    .fancybox-content .title {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    .fancybox-content .txt {
        font-size: 1.3rem;
    }
    #pop02.fancybox-content {
        background: url("img/experience/popup_img02.png") no-repeat right 30px top 10px / 50px;
        background-color: rgba(255, 255, 255, 0.9);
    }
}
/*------------------------------------------------------------
	inquiry
------------------------------------------------------------*/
.inquiry#main {
    padding-bottom: 0;
    border: 0;
}
.inquiry#main::after {
    bottom: -38px;
}
.inquiry .pageTitle {
    margin-bottom: 121px;
    padding-top: 14px;
    text-align: center;
    background-image: none;
    background-color: #FBB03B;
    box-sizing: border-box;
}
.inquiry .pageTitle .pho {
    margin-bottom: 20px;
}
.inquiry .pageTitle p {
    color: #FFF;
    font-size: 4rem;
}
.inquiry .pageTitle p .en {
    margin-top: 10px;
    display: block;
    color: #FFF;
    font-size: 1rem;
    letter-spacing: 0.3em;
    background-color: transparent;
}
.inquiry .topBox {
    padding-bottom: 73px;
}
.inquiry .topBox .pTop {
    margin: 0 156px 47px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.inquiry .topBox .ttl {
    margin-bottom: 15px;
    color: #FF6590;
    font-size: 1.6rem;
    text-align: center;
}
.inquiry .topBox .telBox {
    margin: 0 auto;
    padding: 43px 0 35px;
    width: 676px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #FBB03B;
    background-color: #FFFED6;
    box-sizing: border-box;
}
.inquiry .topBox .telBox .lBox {
    width: 240px;
    text-align: center;
}
.inquiry .topBox .telBox .lBox p {
    margin-top: 12px;
    color: #F7931E;
    font-size: 1.2rem;
    letter-spacing: -0.098em;
}
.inquiry .topBox .telBox .rBox {
    padding-right: 30px;
    width: calc(100% - 240px);
    text-align: center;
    box-sizing: border-box;
}
.inquiry .topBox .telBox .rBox a {
    margin-bottom: 20px;
    display: block;
}
.inquiry .topBox .telBox .rBox .sml {
    font-size: 1.2rem;
}
.inquiry .tabArea {
    padding: 66px 0 86px;
    background-color: #FFFCF4;
}
.inquiry .tabArea h2 {
    margin-bottom: 12px;
    color: #00A99D;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
}
.inquiry .tabArea .pTop {
    margin-bottom: 60px;
    font-size: 1.6rem;
    text-align: center;
}
.inquiry .tabArea table {
    margin-bottom: 39px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #00A99D;
    border-bottom: 1px solid #00A99D;
}
.inquiry .tabArea th, .inquiry .tabArea td {
    padding: 34px 0 0;
    width: 65%;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.25;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
}
.inquiry .tabArea th {
    width: 35%;
}
.inquiry .tabArea td input[type="radio"] {
    display: none;
}
.inquiry .tabArea td input[type="radio"] ~ span {
    padding-left: 30px;
    display: inline-block;
    background: url("img/inquiry/radio.png") no-repeat left top 11px / 15px;
}
.inquiry .tabArea td input[type="radio"]:checked ~ span {
    background-image: url("img/inquiry/radio_on.png");
}
.inquiry .tabArea input[type="text"], .inquiry .tabArea input[type="tel"], .inquiry .tabArea input[type="email"], .inquiry .tabArea textarea {
    padding: 8px 12px;
    width: 100%;
    height: 40px;
    /*	color: #00A99D;*/
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
}
.inquiry .tabArea td p {
    color: #00A99D;
}
.inquiry .tabArea textarea {
    height: 259px;
    resize: vertical;
}
.inquiry .tabArea td input[type="checkbox"] {
    display: none;
}
.inquiry .tabArea td input[type="checkbox"] ~ span {
    padding-left: 30px;
    display: inline-block;
    background: url("img/inquiry/checkbox.png") no-repeat left center / 13px;
}
.inquiry .tabArea td input[type="checkbox"]:checked ~ span {
    background-image: url("img/inquiry/checkbox_on.png");
}
.inquiry .tabArea tr:last-of-type td {
    padding-bottom: 33px;
}
.inquiry .tabArea .title {
    margin-bottom: 48px;
    color: #00A99D;
    font-size: 1.6rem;
    text-align: center;
}
.inquiry .tabArea .textArea {
    margin-bottom: 47px;
    padding: 40px 50px 38px;
    background-color: #FFF;
}
.inquiry .tabArea .textArea .ttl {
    margin-bottom: 19px;
    color: #00A99D;
    font-size: 1.6rem;
    text-align: center;
}
.inquiry .tabArea .textArea .txt {
    font-size: 1.6rem;
    line-height: 2;
}
.inquiry .tabArea .text {
    margin-bottom: 44px;
    font-size: 1.6rem;
    text-align: center;
}
.inquiry .tabArea .submit {
    text-align: center;
    display: flex;
    justify-content: center;
}
.inquiry .tabArea .submit li {
    margin: 0 10px;
    width: 217px;
    display: inline-block;
}
.inquiry .tabArea .submit li input {
    height: 70px;
    width: 217px;
    color: #FFF;
    font-size: 2rem;
    background-color: #00A99D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
}
span.wpcf7-list-item {
    margin: 0 !important;
}
@media all and (min-width: 897px) {
    .inquiry .topBox .pTop a:hover {
        opacity: 0.7;
    }
    .inquiry .tabArea .submit li input:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .inquiry .pageTitle {
        margin-bottom: 80px;
        padding-top: 0;
    }
    .inquiry .pageTitle .pho {
        margin-bottom: 20px;
    }
    .inquiry .pageTitle .pho img {
        width: 30px;
    }
    .inquiry .pageTitle p {
        font-size: 3rem;
    }
    .inquiry .pageTitle p .en {
        margin-top: 5px;
    }
    .inquiry .topBox {
        padding-bottom: 73px;
    }
    .inquiry .topBox .pTop {
        margin: 0 auto 25px;
        font-size: 1.3rem;
    }
    .inquiry .topBox .ttl {
        font-size: 1.2rem;
    }
    .inquiry .topBox .telBox {
        margin: 0 auto;
        padding: 30px 0;
        width: auto;
        display: block;
    }
    .inquiry .topBox .telBox .lBox {
        margin-bottom: 20px;
        width: auto;
    }
    .inquiry .topBox .telBox .rBox {
        padding-right: 0;
        width: auto;
    }
    .inquiry .topBox .telBox .rBox a {
        margin: 0 auto 10px;
        max-width: 200px;
    }
    .inquiry .tabArea {
        padding: 60px 0;
    }
    .inquiry .tabArea h2 {
        margin-bottom: 12px;
        font-size: 1.6rem;
    }
    .inquiry .tabArea .pTop {
        margin-bottom: 30px;
        font-size: 1.3rem;
    }
    .inquiry .tabArea table {
        margin-bottom: 20px;
    }
    .inquiry .tabArea th, .inquiry .tabArea td {
        padding: 0 0 0;
        width: 100%;
        display: block;
        font-size: 1.3rem;
    }
    .inquiry .tabArea th {
        padding: 20px 0 0;
        width: 100%;
    }
    .inquiry .tabArea td input[type="radio"] ~ span {
        padding-left: 20px;
        background: url("img/inquiry/radio.png") no-repeat left top 8px / 15px;
    }
    .inquiry .tabArea input[type="text"], .inquiry .tabArea input[type="tel"], .inquiry .tabArea input[type="email"], .inquiry .tabArea textarea {
        font-size: 1.3rem;
    }
    .inquiry .tabArea td input[type="checkbox"] ~ span {
        padding-left: 20px;
    }
    .inquiry .tabArea .title {
        margin-bottom: 25px;
    }
    .inquiry .tabArea .textArea {
        margin-bottom: 25px;
        padding: 20px 15px;
    }
    .inquiry .tabArea .textArea .txt {
        font-size: 1.3rem;
    }
    .inquiry .tabArea .text {
        margin-bottom: 20px;
    }
    .inquiry .tabArea .submit li {
        margin: 0 auto;
        display: block;
    }
    .inquiry .tabArea .submit li:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .inquiry .tabArea .submit li input {
        height: 50px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit#main {
    padding-bottom: 0;
    border: 0;
}
.recruit#main::after {
    bottom: -38px;
}
.recruit .pageTitle {
    margin-bottom: 118px;
    background-image: url("img/recruit/page_title_bg.jpg");
}
.recruit .topBox {
    margin-bottom: 113px;
    text-align: center;
}
.recruit .topBox h2 {
    margin-bottom: 51px;
    color: #00A99D;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.5;
}
.recruit .topBox .smlTtl {
    margin-bottom: 47px;
    color: #FF6590;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.recruit .topBox .txt {
    margin: 0 156px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
}
.recruit .sec01 {
    padding: 163px 0 0;
    position: relative;
    background-color: #6252C5;
}
.recruit .sec01::after {
    width: 100px;
    height: 167px;
    position: absolute;
    top: -59px;
    left: calc(50% - 61px);
    background: url("img/recruit/bg01.png") no-repeat center / 100px;
    content: '';
}
.recruit .sec01 .h2Ttl {
    margin-bottom: 62px;
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.recruit .sec01 .textInner {
    margin-bottom: 52px;
    padding: 57px 100px 49px;
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
}
.recruit .sec01 .textInner .lBox {
    padding-top: 40px;
    width: 254px;
}
.recruit .sec01 .textInner .lBox h3 {
    padding-top: 95px;
    color: #FF6590;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("img/recruit/ttl_img.png") no-repeat center top / 64px;
}
.recruit .sec01 .textInner .rBox p {
    font-size: 1.6rem;
    line-height: 2.25;
}
.recruit .sec01 .pTop {
    margin-bottom: 58px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}
.recruit .sec01 table {
    margin-bottom: 46px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #FFF;
}
.recruit .sec01 th, .recruit .sec01 td {
    padding: 34px 0 31px;
    height: 109px;
    width: 35%;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.25;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
}
.recruit .sec01 td {
    width: 65%;
}
.recruit .sec01 .notes {
    margin-bottom: 86px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2;
}
.recruit .sec01 .comContact {
    background-image: url("img/recruit/bg02.png");
}
.recruit .sec01 .comContact .textArea::after {
    display: none;
}
@media all and (max-width: 896px) {
    .recruit .pageTitle {
        margin-bottom: 80px;
    }
    .recruit .topBox {
        margin-bottom: 80px;
    }
    .recruit .topBox h2 {
        margin-bottom: 25px;
        font-size: 2.6rem;
    }
    .recruit .topBox .smlTtl {
        margin-bottom: 25px;
    }
    .recruit .topBox .txt {
        margin: 0 auto;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .recruit .sec01 {
        padding: 120px 0 0;
    }
    .recruit .sec01 .h2Ttl {
        margin-bottom: 62px;
        color: #fff;
        font-size: 2.4rem;
    }
    .recruit .sec01 .textInner {
        margin-bottom: 25px;
        padding: 30px 15px;
        display: block;
    }
    .recruit .sec01 .textInner .lBox {
        margin-bottom: 20px;
        padding-top: 0;
        width: auto;
    }
    .recruit .sec01 .textInner .rBox p {
        font-size: 1.3rem;
    }
    .recruit .sec01 .pTop {
        margin-bottom: 25px;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .recruit .sec01 table {
        margin-bottom: 20px;
    }
    .recruit .sec01 th, .recruit .sec01 td {
        padding: 20px 0;
        height: auto;
        width: 100%;
        display: block;
        font-size: 1.3rem;
    }
    .recruit .sec01 th {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .recruit .sec01 td {
        padding-top: 0;
        width: 100%;
    }
    .recruit .sec01 .notes {
        margin-bottom: 40px;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .recruit .sec01 .comContact .textArea {
        padding: 38px 15px;
    }
}
/*------------------------------------------------------------
	school
------------------------------------------------------------*/
.school#main {
    border-bottom: 0;
}
.school#main::after {
    bottom: -38px;
}
.school .pageTitle {
    margin-bottom: 125px;
    background-image: url("img/school/page_title_bg.jpg");
}
.school .pageTitle::after {
    display: none;
}
.school .pageTitle .content {
    padding-top: 140px;
}
.school .sec01 {
    padding-bottom: 116px;
    text-align: center;
}
.school .sec02 {
    padding-bottom: 52px;
}
.school .sec02 .h2Ttl {
    margin-bottom: 81px;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    text-align: center;
}
.school .sec02 .h2Ttl span {
    padding: 0 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #FFF;
}
.school .sec02 .h2Ttl::after {
    width: 100%;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #CCFFD9;
    content: '';
}
.school .sec02 h3 {
    margin-bottom: 96px;
    color: #00A99D;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.school .sec02 .imgBox {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.school .sec02 .imgBox .photoBox {
    width: 375px;
    text-align: center;
}
.school .sec02 .imgBox .textBox {
    padding: 0 0 50px 50px;
    width: calc(100% - 375px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.school .sec02 .imgBox .textBox .title {
    margin-bottom: 10px;
    color: #00A99D;
    font-size: 3rem;
    line-height: 2;
}
.school .sec02 .imgBox .textBox .txt {
    font-size: 1.6rem;
    line-height: 2;
}
.school .sec02 .imgBox01 {
    margin: 62px 0 106px;
    flex-direction: row;
}
.school .sec02 .imgBox01 .textBox {
    padding: 0 40px 0 44px;
}
.school .sec02 .imgBox02 {
    margin: 90px 0 116px;
}
.school .sec02 .imgBox02 .textBox {
    padding-top: 70px;
}
.school .sec03 {
    padding: 145px 0 148px;
    position: relative;
    background-color: #6252C5;
}
.school .sec03::after {
    width: 100px;
    height: 167px;
    position: absolute;
    top: -60px;
    left: calc(50% - 60px);
    background: url("img/school/photo08.png") no-repeat center / 100px;
    content: '';
}
.school .sec03 .h2Ttl {
    margin-bottom: 53px;
    color: #FFF;
    font-size: 3rem;
    letter-spacing: 0.3em;
    text-align: center;
}
.school .sec03 .h2Ttl .en {
    margin-bottom: 15px;
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.school .sec03 .pTop {
    margin-bottom: 61px;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
}
.school .sec03 .photoList {
    display: flex;
    justify-content: space-between;
}
.school .sec03 .photoList li {
    width: 217px;
    color: #FFF;
}
.school .sec03 .photoList li .photo {
    margin-bottom: 27px;
}
.school .sec03 .photoList li .name {
    margin-bottom: 18px;
    font-size: 2rem;
    letter-spacing: 0.3em;
    text-align: center;
}
.school .sec03 .photoList li .name .en {
    margin-bottom: 20px;
    display: block;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.school .sec03 .photoList li .ttl {
    margin-bottom: 19px;
    font-size: 1.3rem;
    text-align: center;
}
.school .sec03 .photoList li .txt {
    font-size: 1.4rem;
    line-height: 1.71;
}
.school .sec04 {
    padding: 80px 0 90px;
    background-color: #FEFEF5;
}
.school .sec04 .content {
    max-width: 840px;
}
.school .sec04 .h2Ttl {
    margin-bottom: 72px;
    color: #00A99D;
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: 0.3em;
    text-align: center;
}
.school .sec04 table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #BCBCBC;
}
.school .sec04 th, .school .sec04 td {
    padding: 25px 20px 32px;
    width: 27%;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #BCBCBC;
    overflow: hidden;
}
.school .sec04 td {
    padding: 25px 0;
    width: 73%;
}
.school .sec04 td .link {
    float: right;
}
.school .sec04 td .link a {
    color: #0071BC;
}
@media all and (min-width: 897px) {
    .school .sec04 td .link a:hover {
        text-decoration: underline;
    }
    .school .sec04 td > a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    .school .pageTitle {
        margin-bottom: 80px;
    }
    .school .pageTitle .content {
        padding-top: 0;
    }
    .school .pageTitle .link {
        top: 70px;
    }
    .school .sec01 {
        padding-bottom: 60px;
    }
    .school .sec02 h3 {
        margin-bottom: 96px;
        color: #00A99D;
        font-size: 2.6rem;
    }
    .school .sec02 .imgBox {
        display: block;
    }
    .school .sec02 .imgBox .photoBox {
        width: auto;
    }
    .school .sec02 .imgBox .textBox {
        padding: 0 0 30px;
        width: auto;
        display: block;
    }
    .school .sec02 .imgBox .textBox .title {
        font-size: 2.4rem;
        text-align: center;
    }
    .school .sec02 .imgBox .textBox .txt {
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .school .sec02 .imgBox01 {
        margin: 40px 0;
    }
    .school .sec02 .imgBox01 .textBox {
        padding: 0 0 30px;
    }
    .school .sec02 .imgBox02 {
        margin: 40px 0;
    }
    .school .sec02 .imgBox02 .textBox {
        padding-top: 0;
    }
    .school .sec03 {
        padding: 100px 0 60px;
    }
    .school .sec03::after {
        width: 80px;
        height: 167px;
        position: absolute;
        top: -70px;
        left: calc(50% - 45px);
        background: url("img/school/photo08.png") no-repeat center / 80px;
    }
    .school .sec03 .h2Ttl {
        margin-bottom: 25px;
        font-size: 2.4rem;
    }
    .school .sec03 .pTop {
        margin-bottom: 30px;
        font-size: 1.2rem;
    }
    .school .sec03 .photoList {
        display: block;
    }
    .school .sec03 .photoList li {
        width: auto;
    }
    .school .sec03 .photoList li:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .school .sec03 .photoList li .photo {
        margin-bottom: 27px;
    }
    .school .sec03 .photoList li .photo img {
        width: 100%;
    }
    .school .sec04 {
        padding: 60px 0;
    }
    .school .sec04 .content {
        max-width: inherit;
    }
    .school .sec04 .h2Ttl {
        margin-bottom: 35px;
        font-size: 2.4rem;
    }
    .school .sec04 th, .school .sec04 td {
        padding: 15px 10px 0;
        width: 100%;
        display: block;
        font-size: 1.3rem;
        box-sizing: border-box;
    }
    .school .sec04 th {
        border-bottom: 0;
    }
    .school .sec04 td {
        padding: 5px 10px 15px;
        width: 100%;
    }
    .school .sec04 td .link {
        margin-top: 10px;
        float: none;
        display: block;
    }
}
@media all and (-ms-high-contrast:none) {
    .school .sec02 .imgBox .textBox {
        align-items: stretch;
    }
}
/*------------------------------------------------------------
	selection
------------------------------------------------------------*/
.selection#main {
    border-bottom: 0;
}
.selection#main::after {
    bottom: -36px;
}
.selection .pageTitle {
    margin-bottom: 117px;
    background-image: url("img/selection/page_title_bg.jpg");
}
.selection .sec01 {
    padding-bottom: 85px;
}
.selection .sec01 h2 {
    margin-bottom: 40px;
    color: #FF6590;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.5em;
    text-align: center;
}
.selection .sec01 h2 .sml {
    margin-bottom: 1px;
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0;
}
.selection .sec01 .pho {
    margin-bottom: 27px;
    text-align: center;
}
.selection .sec01 h3 {
    margin-bottom: 53px;
    color: #00A99D;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.selection .sec01 .smlTtl {
    margin-bottom: 51px;
    color: #00A99D;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-align: center;
}
.selection .sec01 .txt {
    margin: 0 154px 72px;
    font-size: 1.6rem;
    line-height: 2;
}
.selection .sec01 .comLink {
    width: 235px;
}
.selection .sec02 {
    padding: 125px 0 140px;
    background: url("img/selection/bg01.png") no-repeat left top / cover;
}
.selection .sec02 .imgBox {
    display: flex;
    justify-content: space-between;
}
.selection .sec02 .imgBox > div {
    width: 50%;
    box-sizing: border-box;
}
.selection .sec02 .imgBox .textBox {
    padding: 0 80px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.selection .sec02 .imgBox .textBox h2 {
    margin-bottom: 19px;
    color: #FF6590;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.6;
}
.selection .sec02 .imgBox .textBox p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
.selection .sec02 .imgBox01 {
    margin-top: 108px;
    flex-direction: row-reverse;
}
.selection .sec02 .imgBox01 .textBox {
    padding: 0 0 0 80px;
}
.selection .sec03 {
    padding: 135px 0 106px;
    position: relative;
    background-color: #FF6590;
}
.selection .sec03::after {
    width: 66px;
    height: 172px;
    position: absolute;
    top: -95px;
    left: calc(50% - 33px);
    background: url("img/selection/photo13.png") no-repeat center / 66px;
    content: '';
}
.selection .sec03 .h2Ttl {
    margin-bottom: 47px;
    color: #FFF;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.selection .sec03 .pTop {
    margin: 0 154px 59px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2;
}
.selection .sec03 .phoList {
    margin: -52px 0 102px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.selection .sec03 .phoList li {
    margin-top: 52px;
    width: 300px;
}
.selection .sec03 .phoList li .pho {
    margin-bottom: 11px;
    height: 185px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.selection .sec03 .phoList li .pho span {
    width: 100%;
}
.selection .sec03 .phoList li p {
    color: #FFF;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}
.selection .sec03 .comLink {
    width: 235px;
}
.selection .sec04 {
    padding: 69px 0 62px;
}
.selection .sec04 .photo {
    margin-bottom: 52px;
    position: relative;
    text-align: center;
}
.selection .sec04 .photo img {
    position: relative;
    z-index: 1;
}
.selection .sec04 .photo::after {
    width: 100%;
    height: 5px;
    position: absolute;
    top: 84px;
    left: 0;
    background-color: #FF6590;
    content: '';
}
.selection .sec04 h2 {
    margin-bottom: 42px;
    color: #FF6590;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
.selection .sec04 .pTop {
    margin: 0 156px 48px;
    font-size: 1.6rem;
    line-height: 2;
}
.selection .sec04 .listBox .subBpx {
    margin-bottom: 40px;
}
.selection .sec04 .listBox .title {
    padding: 10px 37px;
    height: 123px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2.9rem;
    cursor: pointer;
    background: #29ABE2 url("img/selection/bg.png") no-repeat left top/207px auto;
    box-sizing: border-box;
}
.selection .sec04 .listBox .title:after {
    margin-top: -20px;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 40px;
    height: 40px;
    transition: .3s;
    background: url("img/selection/arrow01.png") no-repeat left top/40px auto;
    content: "";
}
.selection .sec04 .listBox .title.on:after {
    transform: rotate(-180deg);
}
.selection .sec04 .listBox ul {
    display: none;
    padding-top: 30px;
    border-bottom: 1px solid #5C5C5C;
}
.selection .sec04 .listBox li {
    position: relative;
    padding: 12px 10px;
    color: #000;
    font-size: 2rem;
    line-height: 1.55;
    border-top: 1px solid #5C5C5C;
}
.selection .sec04 .listBox li a {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%;
    color: #29ABE2;
    font-size: 1.6rem;
}
.selection .sec04 .listBox li a.nolink {
	color: #868686;
}
.selection .sec04 .listBox li a:hover {
    opacity: 0.7;
}
.pupBox {
    display: none;
    margin: 0 auto;
    max-width: 998px;
    width: 100%;
    padding: 62px 75px;
    height: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #FF6590;
    box-sizing: border-box;
}
.pupBox .fancybox-button {
    width: 37px;
    height: 37px;
    left: 19px;
    top: 17px;
    background-image: url("img/selection/close.png");
    background-size: 37px auto;
}
.pupBox .imgBox {
    display: flex;
}
.pupBox .imgBox .photoBox {
    margin-right: 35px;
    width: 426px;
}
.pupBox .imgBox .txtBox {
    margin-top: -4px;
    flex: 1;
    color: #000;
}
.pupBox .imgBox .txtBox .en {
    margin-bottom: 20px;
    color: #29ABE2;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.pupBox .imgBox .txtBox .ttl {
    margin-bottom: 15px;
    font-size: 2rem;
}
.pupBox .imgBox .txtBox dl {
    line-height: 1.875;
    font-size: 1.6rem;
}
.pupBox .imgBox .txtBox dt {
    float: left;
}
.pupBox .imgBox .txtBox dd {
    padding-left: 4.1em;
}
.selection .sec04 .txtList {
    border-bottom: 2px solid rgba(92, 92, 92, 0.5);
}
.selection .sec04 .txtList li {
    padding: 12px 10px;
    font-size: 2rem;
    border-top: 2px solid rgba(92, 92, 92, 0.5);
    overflow: hidden;
}
.selection .sec04 .txtList li .col {
    color: #FF6590;
}
.selection .sec04 .txtList li a {
    float: right;
    color: #29ABE2;
    font-size: 1.6rem;
}
.selection .sec05 {
    padding: 91px 0;
    background-color: #FEFEF5;
}
.selection .sec05 h2 {
    margin-bottom: 62px;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-align: center;
}
.selection .sec05 h2 .sml {
    margin-bottom: 34px;
    display: block;
    color: #00A99D;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
.selection .sec05 .photo {
    margin-bottom: 64px;
    text-align: center;
}
.selection .sec05 .pho {
    text-align: center;
}
.selection .sec05 .pTop {
    margin: 0 156px 73px;
    font-size: 1.6rem;
    line-height: 2;
}
@media all and (min-width: 897px) {
    .selection .sec04 .txtList li a:hover {
        text-decoration: underline;
    }
    .selection .sec04 .listBox .title:hover, .pupBox .fancybox-button:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .selection#main::after {
        bottom: -36px;
    }
    .selection .pageTitle {
        margin-bottom: 80px;
    }
    .selection .sec01 {
        padding-bottom: 60px;
    }
    .selection .sec01 h2 {
        font-size: 2.4rem;
    }
    .selection .sec01 h2 .sml {
        font-size: 1.3rem;
    }
    .selection .sec01 h3 {
        margin-bottom: 25px;
        font-size: 3rem;
    }
    .selection .sec01 .smlTtl {
        margin-bottom: 25px;
    }
    .selection .sec01 .txt {
        margin: 0 auto 35px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .selection .sec02 {
        padding: 60px 0;
    }
    .selection .sec02 .imgBox {
        display: block;
    }
    .selection .sec02 .imgBox > div {
        width: auto;
    }
    .selection .sec02 .imgBox .photoBox img {
        width: 100%;
    }
    .selection .sec02 .imgBox .textBox {
        padding: 0 0 20px;
        display: block;
    }
    .selection .sec02 .imgBox .textBox h2 {
        font-size: 1.8rem;
    }
    .selection .sec02 .imgBox .textBox p {
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .selection .sec02 .imgBox01 {
        margin-top: 50px;
        flex-direction: row-reverse;
    }
    .selection .sec02 .imgBox01 .textBox {
        padding: 0 0 20px;
    }
    .selection .sec03 {
        padding: 60px 0;
    }
    .selection .sec03::after {
        width: 33px;
        left: calc(50% - 16px);
        background: url("img/selection/photo13.png") no-repeat center / 33px;
    }
    .selection .sec03 .h2Ttl {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    .selection .sec03 .pTop {
        margin: 0 auto 30px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .selection .sec03 .phoList {
        margin: 0 0 60px;
        display: block;
    }
    .selection .sec03 .phoList li {
        margin-top: 0;
        width: auto;
    }
    .selection .sec03 .phoList li:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .selection .sec03 .phoList li .pho {
        height: auto;
        display: block;
    }
    .selection .sec03 .phoList li .pho img {
        width: 100%;
    }
    .selection .sec03 .phoList li p {
        font-size: 1.6rem;
    }
    .selection .sec04 {
        padding: 60px 0;
    }
    .selection .sec04 .photo {
        margin-bottom: 30px;
        padding: 0 15px;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .selection .sec04 h2 {
        margin-bottom: 20px;
        font-size: 2.6rem;
    }
    .selection .sec04 .pTop {
        margin: 0 auto 40px;
        font-size: 1.3rem;
    }
    .selection .sec04 .txtList li {
        padding: 8px 5px;
        font-size: 1.3rem;
    }
    .selection .sec04 .txtList li a {
        margin-top: 10px;
        display: block;
        text-align: right;
        float: none;
        font-size: 1.2rem;
    }
    .selection .sec04 .listBox .subBpx {
        margin-bottom: 30px;
    }
    .selection .sec04 .listBox .title {
        padding: 5px 45px 5px 20px;
        height: 90px;
        font-size: 2rem;
        background-size: 150px auto;
    }
    .selection .sec04 .listBox .title:after {
        margin-top: -13px;
        right: 15px;
        width: 26px;
        height: 26px;
        background-size: 26px auto;
    }
    .selection .sec04 .listBox ul {
        padding-top: 20px;
    }
    .selection .sec04 .listBox li {
        padding: 10px 5px;
        font-size: 1.6rem;
        overflow: hidden;
    }
    .selection .sec04 .listBox li a {
        margin-top: 5px;
        display: inline-block;
        position: static;
        right: auto;
        top: auto;
        font-size: 1.4rem;
        float: right;
    }
    .pupBox {
        padding: 50px 35px;
    }
    .pupBox .fancybox-button {
        left: 10px;
        top: 10px;
        background-size: 30px auto;
    }
    .pupBox .imgBox {
        display: block;
    }
    .pupBox .imgBox .photoBox {
        margin: 0 0 30px;
        width: auto;
    }
    .pupBox .imgBox .txtBox {
        margin-top: 0;
        flex: 1;
    }
    .pupBox .imgBox .txtBox .en {
        margin-bottom: 15px;
    }
    .pupBox .imgBox .txtBox .ttl {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .pupBox .imgBox .txtBox dl {
        font-size: 1.4rem;
    }
    .selection .sec05 {
        padding: 60px 0;
    }
    .selection .sec05 h2 {
        margin-bottom: 30px;
        font-size: 2.6rem;
    }
    .selection .sec05 .photo {
        margin-bottom: 30px;
    }
    .selection .sec05 .pho {
        overflow: auto;
    }
    .selection .sec05 .pTop {
        margin: 0 auto 30px;
        font-size: 1.3rem;
        text-align: justify;
        text-justify: distribute-all-lines;
    }
}
@media all and (max-width: 896px) {
    .selection .pageTitle .link {
        top: -50px;
    }
}
@media all and (min-width: 897px) {
	.index .linkBox.style02 {
		padding: 50px 0;
		background-color: #FFFDE9;
	}
	.index .linkBox.style02 ul {
		max-width: 1000px;
		margin: 0 auto;
	}
	.index .linkBox.style02 li {
		width: calc((100% - 50px) / 2);
	}
}
@media all and (max-width: 896px) {
	.grecaptcha-badge {
		bottom: 20vw !important;
		z-index: 50;
	}
}