@charset "UTF-8";

.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pcNone,
.pcNone2,
.pcNone3{
	display:none;
}

/* color */
.c1,.c1 a{
    color: var(--c1);
}
.c2,.c2 a{
    color: var(--c2);
}
.c3,.c3 a{
    color: var(--c3);
}
.cw,.cw a{
    color: #ffffff;
}

/* bg */
.bg1{
    background-color: var(--c1);
}
.bg2{
    background-color: var(--c2);
}
.bg3{
    background-color: var(--c3);
}
.bgw{
    background-color: #fff;
}


.bgp1{
    background-image: url(../img/cmn_bgp1.png);
}
/* .9 */
.bgp2{
    background-image: url(../img/cmn_bgp2.png);
}
/* .8 */
.bgp3{
    background-image: url(../img/cmn_bgp3.png);
}
/* .3 */
.bgp4{
    background-image: url(../img/cmn_bgp4.png);
}
/* .7 */
.bgp5{
    background-image: url(../img/cmn_bgp5.png);
}


/* font-family */
.ffnsan{
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}

.ffnser{
    font-family: 'Noto Serif JP', serif;
}

.ffab{
    font-family: 'Abel', sans-serif;
}

.ffgm{
    font-family: 'EB Garamond', serif;
}

/* font-size */

.fs10{
    font-size: 1.0rem;
}
.fs12{
    font-size: 1.2rem;
}
.fs13{
    font-size: 1.3rem;
}
.fs14{
    font-size: 1.4rem;
}
.fs15{
    font-size: 1.5rem;
}
.fs16{
    font-size: 1.6rem;
}
.fs18{
    font-size: 1.8rem;
}
.fs20{
    font-size: 2.0rem;
}
.fs22{
    font-size: 2.2rem;
}
.fs24{
    font-size: 2.4rem;
}
.fs26{
    font-size: 2.6rem;
}
.fs28{
    font-size: 2.8rem;
    line-height: 1;
}
.fs30{
    font-size: 3.0rem;
    line-height: 1;
}
.fs32{
    font-size: 3.2rem;
    line-height: 1;
}
.fs34{
    font-size: 3.4rem;
    line-height: 1;
}
.fs36{
    font-size: 3.6rem;
    line-height: 1;
}
.fs42{
    font-size: 4.2rem;
    line-height: 1;
}
.fs45{
    font-size: 4.5rem;
    line-height: 1;
}
.fs48{
    font-size: 4.8rem;
    line-height: 1;
}
.fs50{
    font-size: 5.0rem;
    line-height: 1;
}
.fs54{
    font-size: 5.4rem;
    line-height: 1;
}
.fs60{
    font-size: 6.0rem;
    line-height: 1;
}


/* font-weight */

.fwl{
    font-weight: 300;
}
.fwr{
    font-weight: 400;
}
.fwm{
    font-weight: 500;
}
.fwsb{
    font-weight: 600;
}
.fwb{
    font-weight: 700;
}
.fweb{
    font-weight: 800;
}
.fwbk{
    font-weight: 900;
}

/* letter_spacing */

.ls0{
    letter-spacing: 0;
}
.ls50{
    letter-spacing: 0.05em;
}
.ls100{
    letter-spacing: 0.1em;
}
.ls150{
    letter-spacing: 0.15em;
}
.ls200{
    letter-spacing: 0.2em;
}

/* line_height */

.lh100{
    line-height: 1;
}
.lh120{
    line-height: 1.2;
}
.lh130{
    line-height: 1.3;
}
.lh140{
    line-height: 1.4;
}
.lh150{
    line-height: 1.5;
}
.lh160{
    line-height: 1.6;
}
.lh170{
    line-height: 1.7;
}

/* maxbox */

.cmn_maxbox_600 {
	width:100%; max-width: 600px; margin: 0 auto;
}
.cmn_maxbox_700 {
	width:100%; max-width: 700px; margin: 0 auto;
}
.cmn_maxbox_800 {
	width:100%; max-width: 800px; margin: 0 auto;
}
.cmn_maxbox {
	width:100%; max-width: 1000px; margin: 0 auto;
}
.cmn_maxbox_1200 {
	width:100%; max-width: 1200px; margin: 0 auto;
}
.cmn_maxbox_1300 {
	width:100%; max-width: 1300px; margin: 0 auto;
}
.cmn_maxbox_1400 {
	width:100%; max-width: 1400px; margin: 0 auto;
}

/* others */

.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}

.ma{
    margin: 0 auto;
}

.db{
    display: block;
}

.dib{
    display: inline-block;
}

.fit{
    width: 100%;
    height: 100%;
}

.fit img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* padding */

.pt30{
    padding-top: 30px;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
.pt100{
    padding-top: 100px;
}

.pb30{
    padding-bottom: 30px;
}
.pb50{
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.pb70{
    padding-bottom: 70px;
}
.pb80{
    padding-bottom: 80px;
}
.pb100{
    padding-bottom: 100px;
}

.plr30{
    padding-left: 30px;
    padding-right: 30px;
}

/* margin */

.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}
.mt100{
    margin-top: 100px;
}

.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb100{
    margin-bottom: 100px;
}

.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml20{
    margin-left: 20px;
}
.ml25{
    margin-left: 25px;
}
.ml30  {
    margin-left: 30px;
}

/* common /////////////////////////////////////////////////////////////////////////////////////////// */


#wrapper {
	overflow: hidden;
}


header {
	width:100%;
    position: relative;
    z-index: 10;
}

main {
    width:100%;
    position: relative;
    z-index: 0;
}

footer {
	width:100%;
    position: relative;
    z-index: 0;
}


/* cmn_cms_editor */
.cmn_cms_editor {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cmn_cms_editor > *:nth-child(1) {
    margin-top: 0;
}

.cmn_cms_editor h3,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    border-color: var(--c1);
    margin: .6em 0 .8em;
    line-height: 1.6;
	/* letter-spacing: -0.0415625em; */
	letter-spacing: -0.0015625em;
}

.cmn_cms_editor h3 {
    font-size: 2.2rem;
    border-width: 0 0 1px 0;
    border-style: double;
}

.cmn_cms_editor h4 {
    font-size: 2.0rem;
    border-width: 0 0 1px 0;
    border-style: dashed;
}

.cmn_cms_editor h5 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.cmn_cms_editor h6 {
    font-size: 1.6rem;
    border-width: 0 0 1px 0;
    border-style: dotted;
}


.cmn_cms_editor p {
    padding: 8px 0 10px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}

.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    /* display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px; */

    display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="google"][src*="map"] {
    display: inline-block;
    max-width: 100%;
    max-height: 600px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #1673C7;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: var(--c1);
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 8px;
    border: 1px solid var(--c1);
}

/* .cmn_cms_editor td:nth-of-type(1) {
    border-left: 1px solid #FFFFFF;
}

.cmn_cms_editor td:nth-last-of-type(1) {
    border-right: 1px solid #FFFFFF;
}

.cmn_cms_editor th {
    color: #FFFFFF;
    border: 1px solid #ffffff;
    background-color: #1C4365;
}

.cmn_cms_editor td {
    color: #1C4365;
    border: 1px solid #1C4365;
    background-color: #ffffff;
}
 */

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
    padding-left: 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    color: #333333;
    background-color: #F3F3F3;
    margin-inline-start:8px;
    margin-inline-end:8px;
    padding: 15px;
}


/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}


/* modalmenu */

#header_modalmenu_check {
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
	display: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
	z-index: 90000;
    position: fixed;
    top: 0;
    right: 0;
}

.header_modalmenu_btn .box {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;

    transition: all .3s;
}

.header_modalmenu_btn .top {
    transform: translateY(-5px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(5px);
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .top {
    transform: rotate(-135deg);
}

#header_modalmenu_check:checked ~ .header_modalmenu_btn .bottom {
    transform: rotate(135deg);
}

#header_modalmenu_area {
    position: fixed;
    top: 60px;
    right: -350px;
    width: 350px;
    height: auto;
    opacity: 1;
    transition: opacity .15s;
    pointer-events: none;
	z-index: 80000;

    height: calc(100% - 60px);
    overflow: auto;

    transition: all .3s;

    display: none;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    right: 0;
    pointer-events: all;
}

.header_modalmenu_areainner {
}

.header_modalmenu_nav ul {
    padding: 30px 25px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.header_modalmenu_nav ul li{
    width: 100%;
    height: 100px;
    border: solid 1px #fff;
}

.header_modalmenu_nav ul li:last-of-type{
    grid-row: 4/5;
    grid-column: 1 / 3;
}

.header_modalmenu_nav a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    text-align: center;
}

.header_modalmenu_nav a:hover figure img{
    transform: scale(1.4);
}

/* scrollanime */

.scrollanime,
.scrollanime2{
    opacity: 0;
}

.fadein{
    animation: fadein 1s forwards;
}

@keyframes fadein{
    0%{opacity: 0;}
    100%{opacity: 1;transform: translate(0) scale(1);}
}

.toup{transform: translateY(30px);}
.todown{transform: translateY(-30px);}
.toright{transform: translate(-30px);}
.toleft{transform: translateX(30px);}
.expansion{transform: scale(.7);}
.shrink{transform: scale(1.2);}

/* scrollbar */
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: rgba(166,83,83,1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(90,4,2,1);
}

/* cmn ///////////////////////////////////// */

/* header */
header{
    position: relative;
    box-sizing: border-box;
}

.header_infobar{
    width: 1100px;
    height: 100px;
    padding: 0 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100000;
    background-color: rgba(255,255,255,.9);

    position: absolute;
    top: 0px;
    right: 0px;
}

.header_nav ul{
    display: flex;
}

.header_nav ul > li > a{
    display: block;
    width: 120px;
    height: 100px;
    padding: 10px 0;

    transition: none;
}

.header_nav ul > li > a > figure{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_nav ul > li > a:hover{
    color: var(--c1);
}

.header_nav ul > li.cw > a:hover{
    color: var(--c2);
}

.header_nav ul > li > a > figure > img:nth-of-type(2){
    display: none;
}

.header_nav ul > li > a:hover figure img:nth-of-type(1){
    display: none;
}

.header_nav ul > li > a:hover figure img:nth-of-type(2){
    display: block;
}

/* cmn_maintitle */

.cmn_mainimg{
    height: 300px;
    background-image: url(../img/news_mainimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
    z-index: 0;
}

.cmn_mainimg::before{
    content: "";
    width: 100%;
    height: 180px;

    background-image: url(../img/cmn_mainimg_deco.png);

    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.cmn_maintitle{
    height: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cmn_maintitle > p{
    text-transform: capitalize;
}


/* footer */
footer{
    box-sizing: border-box;
}

.footer_top ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer_top ul li{
    margin-left: 35px;
}

.footer_top ul li:first-of-type{
    margin-left: 0px;
}

.footer_top ul a::before{
    content: "-";
    margin-right: 5px;
}

.footer_bottom{
    padding-top: 13px;
    padding-bottom: 13px;
}

.footer_gotop {
    position: fixed;
    left: 40px;
    bottom: 0px;
    display: none;
    z-index: 90000;
}

.footer_gotop a{
    display: block;
    width: 30px;
    height: 100px;
    padding-bottom: 5px;
    background-image: url(../img/footer_gotop_icon.svg);
    background-repeat: no-repeat;
    background-position: right top 20px;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer_gotop a:hover{
    opacity: 1;
    background-position: right top;
}

/* cmn_tit */

.cmn_tit_1st{
    min-height: 100px;
    background-image: url(../img/cmn_tit_bg.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* cmn_btn */

.cmn_btn a,
.contact_form .contact_btn_area button{
    display: block;
    width: 250px;
    height: 60px;
    border: none;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.cmn_btn a::before,
.contact_form .contact_btn_area button::before{
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    border-bottom: solid 1px var(--c2);
    border-left: solid 1px var(--c2);

    position: absolute;
    left: 0px;
    bottom: 0px;

    pointer-events: none;
}

.cmn_btn a::after,
.contact_form .contact_btn_area button::after{
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    border-right: solid 1px var(--c2);
    border-top: solid 1px var(--c2);

    position: absolute;
    right: 0px;
    top: 0px;

    pointer-events: none;
}

.cmn_btn a:hover::before,
.contact_form .contact_btn_area button:hover::before,
.cmn_btn a:hover::after,
.contact_form .contact_btn_area button:hover::after{

    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

/* cmn_dl */

.cmn_dl > div {
    display: flex;
    line-height: 20px;
}

.cmn_dl > div dt{
    width: 250px;
    flex-shrink: 0;

    color: #fff;
    font-weight: bold;
    border-bottom: solid 1px #fff;

    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.cmn_dl > div:last-of-type dt{
    border-bottom: none;
}

.cmn_dl > div dd{
    width: 100%;

    background-color: #fff;
    border-bottom: solid 1px var(--c2);

    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.cmn_dl > div:first-of-type dd{
    border-top: solid 1px var(--c2);
}

/* cmn_flow */

.cmn_flow > ul li{
    padding: 15px 50px;
    line-height: 20px;
    margin-bottom: 40px;

    display: flex;
    align-items: center;

    position: relative;
}

.cmn_flow > ul li:last-of-type{
    margin-bottom: 0;
}

.cmn_flow > ul li::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--c2) transparent transparent transparent;

    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.cmn_flow > ul li:last-of-type:after{
    content: none;
}

.cmn_flow > ul li > strong{
    flex-shrink: 0;
}

.cmn_flow > ul li > span{
    width: 150px;
    margin-left: 50px;
    flex-shrink: 0;
}

.cmn_flow > ul li > p{
    margin-left: 30px;
    padding: 5px 0;
}

/* cmn_frame */
.cmn_frame,
.cmn_frame_white{
    position: relative;
}

.cmn_frame::before,
.cmn_frame::after,
.cmn_frame > div::before,
.cmn_frame > div::after,
.cmn_frame_white::before,
.cmn_frame_white::after,
.cmn_frame_white > div::before,
.cmn_frame_white > div::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;

    transition: all .2s;
}

.cmn_frame::before{
    border-left: solid 1px var(--c2);
    border-top: solid 1px var(--c2);
    left: 10px;
    top: 10px;
}

.cmn_frame::after{
    border-right: solid 1px var(--c2);
    border-top: solid 1px var(--c2);
    right: 10px;
    top: 10px;
}

.cmn_frame > div::before{
    border-right: solid 1px var(--c2);
    border-bottom: solid 1px var(--c2);
    right: 10px;
    bottom: 10px;
}

.cmn_frame > div::after{
    border-left: solid 1px var(--c2);
    border-bottom: solid 1px var(--c2);
    left: 10px;
    bottom: 10px;
}

.cmn_frame_white::before{
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    left: 10px;
    top: 10px;
}

.cmn_frame_white::after{
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    right: 10px;
    top: 10px;
}

.cmn_frame_white > div::before{
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    right: 10px;
    bottom: 10px;
}

.cmn_frame_white > div::after{
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    left: 10px;
    bottom: 10px;
}

/* cmn_link */

.cmn_link > div{
    display: flex;
}

.cmn_link > div figure{
    width: 50%;
    height: 200px;
}

.cmn_link > div .cmn_link_arr{
    width: 50%;
    background-color: #f0f0f0;
}

.cmn_link > div .cmn_link_arr .home_about_link_content{
    border-bottom: none;
    background-image: url(../img/home_about_about_link_content_bg_02_04.png);
    background-size: auto 128px;
    background-position: right 30px bottom 20px;
}

.cmn_link  a:hover .cmn_frame::before,
.cmn_link  a:hover .cmn_frame::after,
.cmn_link  a:hover .cmn_frame > div::before,
.cmn_link  a:hover .cmn_frame > div::after {
    width: 50%;
    height: 50%;
}

/* cmn_link_arr */
.cmn_link_arr,
.cmn_link_arr_white{
    display: block;

    background-image: url(../img/cmn_link_arr.svg);
    background-repeat: no-repeat;
    background-position: right 30px center;
}

.cmn_link_arr_white{
    background-image: url(../img/cmn_link_arr_white.svg);
}

.cmn_link_arr:hover,
.cmn_link_arr_white:hover{
    background-position: right 20px center;
}

.cmn_link_arr_2,
.cmn_link_arr_2_white{
    padding-right: 30px;

    background-image: url(../img/cmn_link_arr.svg);
    background-repeat: no-repeat;
    background-size: 20px 5px;
    background-position: right 7px bottom 4px;
}

.cmn_link_arr_2_white{
    background-image: url(../img/cmn_link_arr_white.svg);
}

.cmn_link_arr_2:hover,
.cmn_link_arr_2_white:hover{
    background-position: right 0px bottom 4px;
}

/* home ///////////////////////////////////// */

/* header */

.home_body .header_infobar{
    top: 80px;
}

.home_header_phone{
    display: flex;
    align-items: center;

    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 2;
}

.home_header_phone > a{
    height: 22px;
}

.home_header_phone > a > img{
    height: 100%;
}

.home_header_phone > a > img:nth-of-type(1){
    margin-top: -8px;
}

.home_header_phone > a > img:nth-of-type(2){
    display: none;
}

.home_header_phone > a:hover > img:nth-of-type(1){
    display: none;
}

.home_header_phone > a:hover > img:nth-of-type(2){
    display: block;
}

.home_body .header_modalmenu_btn{
    position: absolute;
}

.home_body #header_modalmenu_area{
    top: 140px;
    height: calc(100% - 140px);
}

/* home_mainimg */

.home_mainimg .swiper-slide{
    height: calc(var(--vh, .5vh) * 100);
}

.home_mainimg .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 350px;
    left: auto;
    right: 10px;
}

.home_mainimg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}

.home_mainimg .swiper-pagination-bullet{
    width: 50px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}

.home_mainimg .swiper-pagination-bullet-active{
    background: var(--c1);
}

.home_mainimg_copy {
    position: absolute;
    right: 60px;
    bottom: 70px;
    z-index: 15;

    pointer-events: none;
}

.home_mainimg_copy > p{
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.home_mainimg_copy span{
    opacity: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.home_mainimg_copy span.loaded{
    animation:animation_twinkle 1s ease-out forwards;
}

@keyframes animation_twinkle{
    0% {
        opacity:0;
        text-shadow: 0 0 0 #fff,0 0 0 #fff;
    }
    50% {
        opacity:1;
        text-shadow: 0 0 10px #fff,0 0 15px #fff;
    }
    100% {
        opacity:1;
        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    }
}

.home_mainimg_copy figure{
    opacity: 0;
    animation-delay: 3s;
    animation-duration: 2s;
}

.home_encourage_scroll{
    position: absolute;
    bottom: 10px;
    left: 40px;
    z-index: 15;
    transform: translateY(-5px);
    animation: encourage 1s infinite ease-in-out;
}

@keyframes encourage {
    0%{
        transform: translateY(-5px);
    }
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(-5px);
    }
}

/* home_news */

.home_news > .cmn_content{
    display: flex;
    justify-content: space-between;
}

.home_news_left{
    margin-left: 50px;
    flex-shrink: 0;
}

.home_news_left > h2{
    margin-bottom: 40px;
}

.home_news_right{
    width: 65%;
    height: 100px;
    overflow-y: scroll;
    overflow-x: auto;
}

.home_news_right > ul > li > a{
    max-width: 650px;
    display: flex;
    padding-right: 80px;
    margin-left: 20px;
}

.home_news_right > ul > li > a > span{
    display: block;
    width: 120px;
    flex-shrink: 0;
}

/* home_strengths */

.home_strengths .cmn_content_top{
    height: 660px;
    background-color: #f0f0f0;
    position: relative;
}

.home_strengths .cmn_content_top_left{
    width: 400px;
}

.home_strengths .slider2{
    position: absolute;
    top: 0px;
    left: 50%;
    width: calc(100vw / 2);
}

.home_strengths .slider2 .swiper-slide{
    height: 660px;
}

.home_strengths .slider2 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn_content_bottom > ul{
    margin-top: -150px;

    display: flex;

    position: relative;
    z-index: 5;
}

.cmn_content_bottom > ul > li{
    width: 33.3334%;
    border-right: solid 1px #fff;
}

.cmn_content_bottom > ul > li:last-of-type{
    border: none;
}

.cmn_content_bottom > ul > li > div,
.cmn_content_bottom > ul > li > div > div{
    height: 100%;
}

.cmn_content_bottom > ul > li > div > div{
    padding: 45px;
}

.cmn_content_bottom > ul > li > div > div figure{
    max-width: 200px;
    margin: 25px auto 0;
}

/* home_case */

.home_case > div{
    position: relative;
}

.home_case .cmn_title{
    width: 50%;
    padding: 20px 30px;

    display: flex;
    justify-content: space-between;
    align-items: baseline;

    position: absolute;
    z-index: 1;
}

.home_case .cmn_title .cmn_link_arr_2_white{
    background-position: right 7px bottom 7px;
}

.home_case .cmn_title .cmn_link_arr_2_white:hover{
    background-position: right 0px bottom 7px;
}

.home_case .cmn_content > ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home_case .cmn_content > ul > li{
    height: 250px;
}

.home_case .cmn_content > ul > li:first-of-type{
    grid-row: 1/3;
    grid-column: 1/3;

    height: 500px;
}

.home_case .cmn_content > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;

    overflow: hidden;
}

.home_case .cmn_content > ul > li > a figure{
    width: 100%;
    height: 100%;
}

.home_case .cmn_content > ul > li > a h3{
    line-height: 20px;
    width: 100%;
    padding: 10px 30px;

    position: absolute;
    left: 0px;
    bottom: 0px;
}

.home_case .cmn_content > ul > li > a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    background-image: url(../img/cmn_bgp3.png);

    position: absolute;
    bottom: -100%;
    left: 0px;
}

.home_case .cmn_content > ul > li > a:hover::before{
    bottom: 0;
    left: 0px;
}

/* home_about */

.home_about .cmn_tit_1st{
    min-height: 200px;
    background-size: auto 200px;
}

.home_about_about{
    display: flex;
}

.home_about_img{
    width: 50%;
    height: 400px;

    background-image: url(../img/home_about_about_img_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
}

.home_about_link{
    width: 50%;
}

.home_about_link a{
    display: block;
    width: 100%;

    background-color: #f0f0f0;
}

.home_about_link > a:hover .cmn_frame::before,
.home_about_link > a:hover .cmn_frame::after,
.home_about_link > a:hover .cmn_frame > div::before,
.home_about_link > a:hover .cmn_frame > div::after{
    width: 50%;
    height: 50%;
}

.home_about_link_content{
    height: 200px;
    padding: 40px 60px;
    border-bottom: solid 1px var(--c2);

    background-image: url(../img/home_about_about_link_content_bg_01.png), url(../img/home_about_about_link_content_bg_02_01.png);
    background-repeat: no-repeat;
    background-size: auto 150px, 128px auto;
    background-position: 30px center, right 30px bottom 20px;
}

#home_about_service .home_about_link_content{
    border-bottom: none;
    background-image: url(../img/home_about_about_link_content_bg_01.png), url(../img/home_about_about_link_content_bg_02_02.png);
}

.home_about_link_content p{
    margin-left: 50px;
}

.home_about_recruit{
    display: flex;
    flex-direction: row-reverse;
}

#home_about_recruit .home_about_link_content{
    background-image: url(../img/home_about_about_link_content_bg_01.png), url(../img/home_about_about_link_content_bg_02_03.png);
}

.home_about_recruit_sub_link{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home_about_recruit_sub_link a{
    display: block;
    width: 100%;
    height: 100px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_about_recruit_sub_link a:nth-of-type(1){
    border-right: solid 1px var(--c2);
    border-bottom: solid 1px var(--c2);
}

.home_about_recruit_sub_link a:nth-of-type(2){
    border-bottom: solid 1px var(--c2);
}

.home_about_recruit_sub_link a:nth-of-type(3){
    border-right: solid 1px var(--c2);
}

.home_about_recruit .home_about_img{
    background-image: url(../img/home_about_recruit_img_01.jpg);
}

/* news ///////////////////////////////////// */

.news_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 50px;
}

.news_img_container{
    height: 200px;

    position: relative;
}

.news_img_container::before,
.news_img_container::after{
    content: "";
    display: block;
    width: 40px;
    height: 30px;

    position: absolute;
    pointer-events: none;

    transition: all .2s;
}

.news_img_container::before{
    border-left: solid 1px var(--c2);
    border-bottom: solid 1px var(--c2);
    left: 0px;
    bottom: 0px;
}

.news_img_container::after{
    border-right: solid 1px var(--c2);
    border-top: solid 1px var(--c2);
    right: 0px;
    top: 0px;
}

.category_case .news_img_container::before{
    border-left: solid 1px var(--c1);
    border-bottom: solid 1px var(--c1);
}

.category_case .news_img_container::after{
    border-right: solid 1px var(--c1);
    border-top: solid 1px var(--c1);
}

.news_img_container figure{
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.news_img_container span{
    width: 80px;
    height: 40px;
    background-color: var(--c2);

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0px;
    right: 0px;
}

.category_case .news_img_container span{
    background-color: var(--c1);
}

.category_case > a > span{
    color: var(--c1);
}

.news_list li > a:hover .news_img_container::before,
.news_list li > a:hover .news_img_container::after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

/* cmn_pagenation */

.cmn_pagenation{
    display: flex;
    justify-content: center;
}

.cmn_pagenation > div{
    margin-right: 10px;
    position: relative;
}

.cmn_pagenation > div::before,
.cmn_pagenation > div::after{
    content: "";
    display: block;
    width: 12px;
    height: 10px;

    position: absolute;
    pointer-events: none;
}

.cmn_pagenation > div::before{
    border-left: solid 1px var(--c2);
    border-bottom: solid 1px var(--c2);
    left: 0px;
    bottom: 0px;
}

.cmn_pagenation > div::after{
    border-right: solid 1px var(--c2);
    border-top: solid 1px var(--c2);
    right: 0px;
    top: 0px;
}

.cmn_pagenation > div:last-of-type{
    margin-right: 0px;
}

.cmn_pagenation a{
    display: block;
    padding: 0 10px;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
}

.cmn_pagenation a:hover,
.cmn_pagenation .current{
    background-color: var(--c2);
    color: #fff;
}

/* news_detail */

.news_catdate{
    display: flex;
    align-items: baseline;
}

.news_catdate span{
    display: block;
    width: 80px;
    height: 40px;
    background-color: var(--c2);

    display: flex;
    justify-content: center;
    align-items: center;
}

.category_detail .news_catdate span{
    background-color: var(--c1);
}

.category_detail .news_catdate strong{
    color: var(--c1);
}

.news_catdate strong{
    margin-left: 20px;
}


/* point ///////////////////////////////////// */

.point_body .cmn_mainimg{
    background-image: url(../img/point_mainimg.jpg);
}

.point_copy > div{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(../img/point_copy_deco.svg);
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position: center;
}

.point_copy > div > p >span{
    opacity: 0;
}

.point_copy > div > p >span.loaded{
    animation:animation_twinkle 1s ease-out forwards;
}

.point_description{
    background-image: url(../img/point_copy_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.point_description > div > p{
    background-color: rgba(0,0,0,.7);
    padding: 20px 3%;
    min-height: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.point_point_item .point_point_title{
    height: 350px;
    position: relative;
}

.point_point_item .point_point_title h2{
    width: 430px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 50%;
    top: 200px;
}

.point_point_item:nth-of-type(2n) .point_point_title h2{
    right: auto;
    left: 50%;
}

.point_point_item > .cmn_content{
    position: relative;
}

.point_point_item > .cmn_content > figure{
    width: 50%;
    height: 600px;

    position: absolute;
    right: 0px;
    bottom: 100px;
}

.point_point_item:nth-of-type(2n) > .cmn_content > figure{
    right: auto;
    left: 0px;
}

.point_point_item:last-of-type > .cmn_content > figure{
    bottom: 0;
}

.point_point_item > .cmn_content > div{
    max-width: 600px;
    min-height: 450px;
    margin-left: auto;
    margin-right: 43%;
    padding: 65px 70px;

    position: relative;
}

.point_point_item:nth-of-type(2n) > .cmn_content > div{
    margin-left: 43%;
    margin-right: auto;
}

.point_point_item > .cmn_content > div a{
    background-position: right 7px bottom 7px;
}

.point_point_item > .cmn_content > div a:hover{
    background-position: right 0px bottom 7px;
}

.point_body .cmn_link > div{
    padding-top: 150px;
}

.point_body .cmn_link > div .cmn_link_arr .home_about_link_content{
    background-image: url(../img/home_about_about_link_content_bg_02_02.png);
    background-size: 128px auto;
}

/* company ///////////////////////////////////// */

.company_body .cmn_mainimg{
    background-image: url(../img/company_mainimg.jpg);
}

.company_greeting{
    position: relative;
}

.company_greeting .cmn_content > p{
    width: 50%;

    position: relative;
    z-index: 1;
}

.company_greeting .cmn_content > p > span{
    animation-duration: 1.8s;
}

.company_greeting .cmn_content > p > span:nth-of-type(2){
    animation-delay: .6s !important;
}

.company_greeting .cmn_content > p > span:nth-of-type(3){
    animation-delay: 1.2s !important;
}

.company_greeting .cmn_content > figure{
    width: 50%;
    height: 620px;

    position: absolute;
    top: 0px;
    right: 0px;
}

.company_greeting .cmn_content > div{
    width: 65%;
    padding: 50px 50px 50px 0;

    position: relative;
    z-index: 1;
}

.company_greeting .cmn_content > div::before{
    content: "";
    display: inline-block;
    width: calc( (100vw - 1000px) / 2 );
    height: 100%;

    background-image: url(../img/cmn_bgp1.png);

    position: absolute;
    top: 0px;
    right: 100%;
}

.company_greeting .cmn_content > span{
    position: absolute;
    top: 650px;
    right: calc( (100vw - 1000px) / 2 );
}

.company_body .cmn_flow > ul li > strong{
    width: 140px;
}

.company_access_branchImg{
    width: 100%;
    height: 400px;

    background-image: url(../img/company_access_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
}

.company_access_branchImg > p{
    width: 100%;
    max-width: 400px;
    padding: 25px;

    position: absolute;
    top: 30px;
    left: 30px;
}

.company_access_branches{
    display: flex;
    justify-content: center;
}

.company_access_branches > .company_access_branch{
    max-width: 210px;
    margin-left: 30px;

    cursor: pointer;
}

.company_access_branches > .company_access_branch:first-of-type{
    margin-left: 0;
}

.company_access_branches > .company_access_branch > figure{
    width: 100%;
    height: 150px;
    padding: 5px;
    box-sizing: border-box;

    position: relative;
}

.company_access_branches > .company_access_branch > figure::before,
.company_access_branches > .company_access_branch > figure::after{
    content: "";
    width: 40px;
    height: 40px;

    transition: all .2s;
    position: absolute;
}

.company_access_branches > .company_access_branch > figure::before{
    border-top: solid 1px #3d3d3d;
    border-right: solid 1px #3d3d3d;
    top: 0px;
    right: 0px;
}

.company_access_branches > .company_access_branch > figure::after{
    border-bottom: solid 1px #3d3d3d;
    border-left: solid 1px #3d3d3d;
    bottom: 0px;
    left: 0px;
}

.company_access_branches > .company_access_branch.current > figure::before,
.company_access_branches > .company_access_branch.current > figure::after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.i4ewOd-pzNkMb-haAclf{
    display: none !important;
    opacity: 0;
}

.company_group .cmn_content{
    display: flex;
    justify-content: space-between;
}

.company_group .cmn_content > figure{
    width: 42%;
    height: 280px;
}

.company_group .cmn_content > div{
    width: 53%;
}

.company_group .cmn_content > div > dl > div{
    margin-top: 15px;
    display: flex;
}

.company_group .cmn_content > div > dl > div > dt{
    width: 60px;
    height: 24px;

    background-color: #3d3d3d;

    display: flex;
    justify-content: center;
    align-items: center;
}

.company_group .cmn_content > div > dl > div > dd{
    margin-left: 10px;
    line-height: 24px;
}



/* service ///////////////////////////////////// */

.service_body .cmn_mainimg{
    background-image: url(../img/service_mainimg.jpg);
}

.service_content_top{
    position: relative;
}

.service_content_top > div{
    width: 42%;
    min-height: 570px;
    padding-bottom: 130px;
}

.service_content_top > div > figure{
    width: calc(100vw / 2);
    height: 100%;

    position: absolute;
    top: 0px;
    left: 50%;
}

.service_content:nth-of-type(3) > div{
    background-color: #f0f0f0;
}

.service_content:nth-of-type(2) .service_content_top > div{
    min-height: 670px;
}

.service_content:nth-of-type(3) .service_content_top > div{
    min-height: 540px;
    padding-bottom: 50px;
}

.service_content:nth-of-type(2n) .service_content_top > div{
    margin-left: auto;
}

.service_content:nth-of-type(2n) .service_content_top > div > figure{
    left: auto;
    right: 50%;
}

.service_content_bottom ul{
    margin-top: -100px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;

    position: relative;
}

.service_content_bottom ul > li > figure{
    height: 200px;
}

.service_cmn_list ul{
    padding: 30px 50px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px 20px;
}

.service_cmn_list ul li{
    padding-left:0.5em;
	text-indent:-0.5em;
}

/* recruit ///////////////////////////////////// */

.recruit_body .cmn_mainimg{
    background-image: url(../img/recruit_mainimg.jpg);
}

.recruit_subImg ul{
    margin-top: -90px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 280px);
    grid-gap: 40px;
}

.recruit_subImg ul > li > figure{
    width: 100%;
    height: 100%;
}

.recruit_messageImg ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
}

.recruit_messageImg > ul > li:first-of-type{
    grid-column: 1/3;
    grid-row: 1/3;
}

.recruit_messageImg > ul > li > figure{
    width: 100%;
    height: 100%;
}

.recruit_voice .cmn_tit_1st{
    height: 340px;
    background-size: auto 200px;
}

.recruit_voice .cmn_content > ul > li{
    display: flex;
}

.recruit_voice .cmn_content > ul > li:nth-of-type(2n){
    flex-direction: row-reverse;
}

.recruit_voice .cmn_content > ul > li > figure{
    width: 50%;
    height: 400px;
}

.recruit_voice .cmn_content > ul > li > div{
    width: 50%;
    padding: 30px 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit_voice .cmn_content > ul > li > div > p{
    max-width: 410px;
}

/* contact ///////////////////////////////////// */
.contact_body .cmn_mainimg{
    background-image: url(../img/contact_mainimg.jpg);
}

.contact_phone a{
    padding-left: 35px;
    background-image: url(../img/cmn_icon_phone_white.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
}


/* contact_form */

div.mfp_ok{
    display: none !important;
}

.contact_body .cmn_dl > div dt{
    width: 300px;
    flex-shrink: 0;
    position: relative;
    background-image: url(../img/cmn_bgp1.png);
}

.attention{
    color: var(--cr);
}

.required{
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: var(--cr);
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.reenter{
    display: inline-block;
    color: var(--cr);
    padding-left: 10px;
}

.contact_body .cmn_dl > div dd{
    display: block;
    width: 700px;
}

.contact_form .cmn_dl .select_box{
    width: 300px;
    position: relative;
}

.contact_form .cmn_dl .select_box select{
    width: 100%;
    height: 40px;
}

.contact_form .cmn_dl .select_box::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #808080 transparent transparent transparent;
    content: "";
    display: inline-block;
    pointer-events: none;
    position: absolute;
    top: 14px;
    right: 10px;
}

.contact_form .cmn_dl select{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: solid 1px var(--cf);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
}

.contact_form .cmn_dl input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: solid 1px var(--cf);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

.contact_form .cmn_dl .input01{
    width: 300px
}

.contact_form .cmn_dl .input02{
    width: calc(100% - 70px);
    margin-bottom: 10px;
}

.contact_form .cmn_dl .input03{
    width: calc(100% - 70px);
}

.contact_form .cmn_dl .input04{
    width: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.contact_form .cmn_dl textarea{
    width: 100% !important;
    height: 210px !important;
    padding: 10px 20px;
    border: solid 1px var(--cf);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}

.contact_privacy > div{
    height: 200px;
    padding: 40px 30px;
    overflow-y: scroll;
    border: solid 1px var(--cf);
}

.contact_privacy_content > div{
    padding: 20px 30px;
}

.privacy_check{
    max-width: 500px;
    margin: 0 auto;
}

.contact_form .privacy_check input{
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 10px;
}

.privacy_check label{
    width: 100%;
    height: 80px;
    background-image: url(../img/cmn_bgp1.png);
    color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

.contact_form .contact_btn_area{
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.contact_form .contact_btn_area button{
    background-color: #ffffff;
    letter-spacing: 0.15em;
}

.contact_form .contact_btn_area button:nth-of-type(2){
    margin-left: 20px;
    color: var(--c1);
}

.contact_form .contact_btn_area button:nth-of-type(2)::before{
    border-bottom: solid 1px var(--c1);
    border-left: solid 1px var(--c1);
}

.contact_form .contact_btn_area button:nth-of-type(2)::after{
    border-top: solid 1px var(--c1);
    border-right: solid 1px var(--c1);
}