@charset "utf-8";

/*
TOP用CSS
*/


/* MV
---------------------------------------------------- */

#mv {
    margin: -100px 0 -80px;
    position: relative;
}

#mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: url('../../assets/img/common/head_bg.png') repeat-x;
    background-size: auto 100%;
    z-index: 10;
}

#mv::after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url('../../assets/img/common/mv_txtbg.png') repeat-x bottom center;
	background-size: auto 100%;
	z-index: 3;
}

@media screen and (max-width:900px) {
    #mv {
        margin: 0 0;
    }

    #mv::after{
		background: url('../../assets/img/common/mv_txtbg_sp.png') repeat-x bottom center;
		background-size: auto 100%;
	}
}

.mv_txtblock {
	position: absolute;
	bottom: 80px;
	width: 100%;
	z-index: 4;
}

.mv_txtblock_inner {
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width:900px) {
	.mv_txtblock {
		bottom: 20px;
	}

	.mv_txtblock_inner {
		max-width: 550px;
		margin: 0 auto;
	}
}


/* TOP お知らせ
---------------------------------------------------- */

#info {
    width: 90%;
    max-width: 1160px;
    margin: 50px auto 50px;
    padding: 20px 0 20px;
    border-bottom: 2px solid #EC8B2D;
    border-top: 2px solid #EC8B2D;
    overflow: hidden;
}

#info a:link {
    display: inline-block;
    color: #EC8B2D;
    text-decoration: underline;
}

#info a:hover,
#info a:visited {
    color: #EC8B2D;
    text-decoration: underline;
}

#info .container {
    width: 100%;
    max-height: 250px;
    overflow: auto;
}

@media screen and (max-width:900px) {
    #info .container {
        max-height: 180px;
    }
}

#info .container dl {
    width: 95%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info .container dt {
    width: 72px;
}

#info .container dt p {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #666666;
    padding: 3px 5px 1px;
    margin: 2px 0 0;
}

#info .container dd p {
    font-size: 2.6rem;
    line-height: 1.4;
    margin: 0 0 0 20px;
}

.info_txtblock {
    width: 95%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
}

.info_txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

@media screen and (max-width:900px) {
    #info {
        margin: 20px auto 20px;
        padding: 15px 0 15px;
    }
    #info .container dt {
        width: 55px;
    }
    #info .container dt p {
        font-size: 1.4rem;
    }
    #info .container dd p {
        font-size: 1.6rem;
    }
    .info_txt {
        font-size: 1.2rem;
    }
}


/* ABOUT
---------------------------------------------------- */

#top_about {
    margin: 70px auto 0;
    padding: 0 0 320px;
}

@media screen and (max-width:900px) {
    #top_about {
        margin: 40px auto 0;
        padding: 0 0 40px;
    }
}

#top_about .container {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    border-bottom: 2px solid #EC8B2D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

@media screen and (max-width:900px) {
    #top_about .container {
        width: 100%;
        display: block;
        border-bottom: 0;
    }
}

.top_about_imgblock {
    width: 100%;
    max-width: 560px;
    position: relative;
    right: -140px;
    bottom: -20px;
}

@media screen and (max-width:1200px) {
    .top_about_imgblock {
        width: 60%;
    }
}

@media screen and (max-width:900px) {
    .top_about_imgblock {
        width: 100%;
        max-width: inherit;
        right: 0;
        bottom: 0;
    }
}

.top_about_imginner01 {
    text-align: right;
}

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

.top_about_imginner02 {
    width: 420px;
    position: absolute;
    left: -350px;
    bottom: -170px;
}

@media screen and (max-width:1200px) {
    .top_about_imginner01 img {
        height: 800px;
    }
    .top_about_imginner02 {
        width: 320px;
        left: -250px;
        bottom: -100px;
    }
}

@media screen and (max-width:900px) {
    .top_about_imginner01 img {
        width: 100%;
        height: auto;
    }
    .top_about_imginner02 {
        width: 48%;
        max-width: 320px;
        right: 0;
        left: inherit;
        bottom: -50px;
    }
}

.top_about_txtblock {
    width: 80%;
    max-width: 600px;
    padding: 0 0 60px;
    position: absolute;
    left: 0;
}

@media screen and (max-width:900px) {
    .top_about_txtblock {
        width: 90%;
        max-width: 600px;
        padding: 40px 0 60px;
        position: static;
        left: 0;
        margin: 0 auto;
    }
}

.top_about_ttlblock {
    width: 50%;
    margin: 0 0 40px auto;
    position: relative;
}

.top_about_ttlblock:after {
    content: "";
    display: block;
    width: 200%;
    height: 2px;
    background: #999999;
    position: absolute;
    bottom: 45px;
    left: 60px;
    z-index: -1;
}

.top_about_txtblock h3 {
    font-size: 4.2rem;
    font-weight: 500;
    color: #EC8B2D;
    margin: 0 0 30px;
}

.top_about_txtblock p {
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width:1200px) {
    .top_about_ttlblock {
        width: 80%;
        margin: 0 0 30px auto;
    }
    .top_about_txtblock h3 {
        font-size: 3.2rem;
        margin: 0 0 50px;
    }
    .top_about_txtblock p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:900px) {
    .top_about_ttlblock {
        width: 100%;
        margin: 0 0;
    }
    .top_about_ttlblock:after {
        bottom: 32px;
        left: 45px;
    }
    .top_about_txtblock h3 {
        font-size: 2.2rem;
        margin: 0 0 15px;
    }
    .top_about_txtblock p {
        font-size: 1.4rem;
    }
}


/* Reason
---------------------------------------------------- */

#top_reason {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 110px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 223, 197, 0.4) 100%);
}

@media screen and (max-width:900px) {
    #top_reason {
        padding: 0 0 50px;
        background: none;
    }
}

@media screen and (max-width:900px) {
    #top_reason .point_block01,
    #top_reason .point_block02 {
        margin: 0 auto;
    }
    #top_reason .ttl_style03 {
        margin: 10px auto 25px;
        text-align: center;
    }
}

.top_reason_blocktxt01 {
    width: 100%;
    margin: 0 auto 130px;
    text-align: center;
    position: relative;
}

@media screen and (max-width:900px) {
    .top_reason_blocktxt01 {
        width: 100%;
        padding: 0 0 90px;
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 223, 197, 0.4) 100%);
    }
}

#top_reason .ttl_style02 {
    font-size: 5.3rem;
    padding: 0 50px;
}

@media screen and (max-width:900px) {
    #top_reason .ttl_style02 {
        font-size: 2.3rem;
        padding: 0 10px 10px;
        margin: 0 auto 10px;
    }
}

.top_reason_pointtxt01 {
    font-size: 16.5rem;
    line-height: 1;
    color: #EC8B2D;
    opacity: 0.12;
    position: absolute;
    z-index: 20;
    width: 100%;
    left: 0;
    bottom: -260px;
    text-align: left;
}

.top_reason_pointtxt01:first-letter {
    font-size: 29.0rem;
}

@media screen and (max-width:900px) {
    .top_reason_pointtxt01 {
        font-size: 8.7rem;
        left: 0;
        bottom: 0px;
        text-align: center;
    }
    .top_reason_pointtxt01:first-letter {
        font-size: 15.4rem;
    }
}

.top_reason_txt01 {
    margin: 40px 0 0;
    font-size: 1.8rem;
    line-height: 2;
}

@media screen and (max-width:900px) {
    .top_reason_txt01 {
        margin: 0 10px 0;
        font-size: 1.4rem;
    }
    .top_reason_txt01 br.sp_block {
        display: none;
    }
}

.top_reason_block01 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 3;
    display: flex;
    /*align-items: flex-end;*/
    flex-direction: row-reverse;
}

@media screen and (max-width:900px) {
    .top_reason_block01 {
        margin: 0 auto;
        padding: 0 0 20px;
        flex-direction: column-reverse;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 223, 197, 0.4) 100%);
    }
}

.top_reason_block01::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 188px;
    left: -40%;
    z-index: 1;
}

@media screen and (max-width:1240px) {
    .top_reason_block01::after {
        left: -34%;
    }
}

@media screen and (max-width:900px) {
    .top_reason_block01::after {
        display: none;
    }
}

.top_reason_txtblock01 {
    width: 570px;
    margin: 0 0 0 auto;
    padding: 110px 100px 40px 0;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

@media screen and (max-width:1240px) {
    .top_reason_txtblock01 {
        padding: 110px 40px 40px 20px;
    }
}

@media screen and (max-width:900px) {
    .top_reason_txtblock01 {
        width: 90%;
        max-width: 570px;
        margin: -50px auto 0;
        padding: 20px 0 40px 0;
    }
}

.top_reason_imgblock01 {
    position: relative;
    z-index: 4;
}

.top_reason_imginnerblock01 {
    margin: 0 0 75px;
}

.top_reason_imginnerblock01 img {
    width: auto;
    height: 662px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.top_reason_imginnerblock01_2 {
    display: none;
}

.top_reason_imginnerblock01_2 img {
    object-fit: cover;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    .top_reason_imginnerblock01 {
        margin: 0 0;
        text-align: right;
    }
    .top_reason_imginnerblock01 img {
        width: 80%;
        height: auto;
        max-height: 400px;
    }
    .top_reason_imginnerblock01_2 {
        display: block;
    }
    .top_reason_imginnerblock01_2 img {
        width: 50%;
        height: auto;
        max-height: 220px;
        top: -30px;
    }
}

.top_reason_block02 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 110px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width:900px) {
    .top_reason_block02 {
        margin: 0 auto;
        padding: 0 0 60px;
        flex-direction: column-reverse;
        align-items: flex-start;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 223, 197, 0.4) 100%);
    }
}

.top_reason_block02::after {
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    background: #fff;
    position: absolute;
    top: 115px;
    right: -40%;
    z-index: 1;
}

@media screen and (max-width:900px) {
    .top_reason_block02::after {
        display: none;
    }
}

.top_reason_txtblock02 {
    width: 570px;
    padding: 0 0 40px 100px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:1240px) {
    .top_reason_txtblock02 {
        padding: 0 20px 40px 40px;
    }
}

@media screen and (max-width:900px) {
    .top_reason_txtblock02 {
        width: 90%;
        max-width: 570px;
        margin: -50px auto 0;
        padding: 20px 0 40px 0;
    }
}

.top_reason_imgblock02 {
    position: relative;
    z-index: 4;
}

.top_reason_imginnerblock02 img {
    width: auto;
    height: 600px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.top_reason_imgblock02_1 {
    width: 328px;
    position: absolute;
    right: -120px;
    top: -120px;
    z-index: 4;
}

@media screen and (max-width:900px) {
    .top_reason_imgblock02 {
        width: 100%;
    }
    .top_reason_imginnerblock02 img {
        width: 90%;
        height: auto;
        max-height: 400px;
    }
    .top_reason_imgblock02_1 {
        display: none;
    }
}

.top_reason_block03 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 140px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width:900px) {
    .top_reason_block03 {
        margin: 0 auto;
        padding: 0 0 60px;
        flex-direction: column-reverse;
        /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,223,197,0.4) 100%);*/
    }
}

.top_reason_block03::after {
    content: "";
    display: block;
    width: 100%;
    height: 82%;
    background: #fff;
    position: absolute;
    bottom: 40px;
    left: -50%;
    z-index: 1;
}

@media screen and (max-width:1240px) {
    .top_reason_block03::after {
        left: -34%;
    }
}

@media screen and (max-width:900px) {
    .top_reason_block03::after {
        display: none;
    }
}

.top_reason_txtblock03 {
    max-width: 570px;
    margin: 0 0 0 auto;
    padding: 0 80px 40px 20px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:1240px) {
    .top_reason_txtblock03 {
        max-width: 600px;
        padding: 0 40px 40px 20px;
    }
}

@media screen and (max-width:900px) {
    .top_reason_txtblock03 {
        width: 90%;
        max-width: 570px;
        margin: -50px auto 0;
        padding: 20px 0 10px 0;
    }
}

.top_reason_imgblock03 {
    padding: 40px 0 0;
    position: relative;
    z-index: 4;
}

.top_reason_imginnerblock03 img {
    width: auto;
    height: 596px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    .top_reason_imginnerblock03 {
        padding: 0;
        text-align: right;
    }
    .top_reason_imginnerblock03 img {
        width: 90%;
        height: auto;
        max-height: 400px;
    }
}

.top_reason_block04 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 140px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:900px) {
    .top_reason_block04 {
        margin: 0 auto 30px;
    }
}

.top_reason_txtblock04 {
    width: 762px;
    background: #EC8B2D;
    position: absolute;
    right: 0;
    bottom: -45px;
    z-index: 6;
}

.top_reason_txtblock04_inner {
    padding: 60px 40px;
    position: relative;
}

.top_reason_txtblock04_inner::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-top: 35px solid #D36B12;
    position: absolute;
    top: 0;
    left: 0;
}

.top_reason_txtblock04 p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.25em;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .top_reason_txtblock04 {
        width: 60%;
        max-width: 762px;
    }
    .top_reason_txtblock04_inner {
        padding: 40px 10px;
    }
    .top_reason_txtblock04 p {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:900px) {
    .top_reason_txtblock04 {
        width: 100%;
        max-width: inherit;
        position: static;
    }
    .top_reason_txtblock04_inner {
        padding: 20px 10px;
    }
    .top_reason_txtblock04 p {
        font-size: 1.6rem;
    }
}

.top_reason_imgblock04 {
    position: relative;
    z-index: 4;
}

.top_reason_imginnerblock04 img {
    width: auto;
    height: 340px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    .top_reason_imginnerblock04 img {
        width: 100%;
        height: 300px;
    }
}

.top_reason_btnblock {
    position: relative;
    z-index: 5;
}

.top_reason_btnblock .btn_style02 {
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
}


/* 診療内容
---------------------------------------------------- */

#top_treatment {
    width: 100%;
    margin: 0 auto 140px;
    background: url('../../assets/img/common/bg02.png') no-repeat top center;
    background-size: cover;
}

@media screen and (max-width:900px) {
    #top_treatment {
        margin: 0 auto 50px;
    }
}

#top_treatment .btn_style02 a {
    padding: 20px 0;
}

@media screen and (max-width:900px) {
    #top_treatment .btn_style02 a {
        padding: 10px 0;
    }
}

.top_treatment_header {
    width: 50%;
}

.top_treatment_ttlblock {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.top_treatment_ttlblock:after {
    content: "";
    display: block;
    width: 200%;
    height: 2px;
    background: #EEEEEE;
    position: absolute;
    bottom: 25px;
    left: 85px;
    z-index: -1;
}

.top_treatment_ttlblock .ttl_style01 {
    font-size: 7.4rem;
    line-height: 1;
    color: #333333;
}

.top_treatment_ttlblock .ttl_style01:first-letter {
    font-size: 13.0rem;
    color: #EC8B2D;
}

.top_treatment_ttlblock p {
    font-size: 3.7rem;
    font-weight: 500;
    color: #666666;
    padding: 0 0 40px;
    white-space: nowrap
}

@media screen and (max-width:900px) {
    .top_treatment_ttlblock {
        margin: 0 auto 30px;
    }
    .top_treatment_ttlblock:after {
        bottom: 10px;
    }
    .top_treatment_ttlblock .ttl_style01 {
        font-size: 3.7rem;
    }
    .top_treatment_ttlblock .ttl_style01:first-letter {
        font-size: 6.5rem;
    }
    .top_treatment_ttlblock p {
        font-size: 1.8rem;
        padding: 0 0 10px;
    }
}

.top_treatment_block01 {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 140px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width:900px) {
    .top_treatment_block01 {
        margin: 0 auto 50px;
        flex-direction: column;
    }
}

.top_treatment_block02 {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 140px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}

@media screen and (max-width:900px) {
    .top_treatment_block02 {
        margin: 0 auto 50px;
        flex-direction: column;
    }
}

.top_treatment_block03 {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 140px;
    padding: 60px 60px 40px;
    background: #fff;
    border: 1px solid #CCCCCC;
    position: relative;
}

@media screen and (max-width:900px) {
    .top_treatment_block03 {
        margin: 0 auto 60px;
        padding: 20px 30px 10px;
    }
}

.top_treatment_block03 h3 {
    font-size: 4.2rem;
    font-weight: 500;
    margin: 0 0 30px;
}

@media screen and (max-width:1200px) {
    .top_treatment_block03 h3 {
        font-size: 3.2rem;
    }
}

@media screen and (max-width:900px) {
    .top_treatment_block03 h3 {
        font-size: 2.5rem;
        text-align: center;
    }
    .top_treatment_block03 h3 br.sp_block {
        display: block;
    }
}

.top_treatment_block03_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media screen and (max-width:900px) {
    .top_treatment_block03_inner {
        flex-direction: column;
    }
}

.top_treatment_imgblock01 {}

.top_treatment_imgblock01 img {
    width: auto;
    height: 380px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    .top_treatment_imgblock01 img {
        width: 100%;
        height: auto;
        max-height: 300px;
    }
}

.top_treatment_imgblock02 {}

.top_treatment_imgblock02 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.top_treatment_imgblock01 h3,
.top_treatment_imgblock02 h3 {
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 20px 5px 26px;
}

@media screen and (max-width:900px) {
    .top_treatment_imgblock01 h3,
    .top_treatment_imgblock02 h3 {
        font-size: 2rem;
        padding: 10px 5px 10px;
    }
}

.top_treatment_imgblock03 {
    margin: -50px 0 0;
}

.top_treatment_imgblock03 img {
    width: auto;
    height: 230px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    .top_treatment_imgblock03 {
        margin: -10px 0 20px;
        text-align: center;
    }
}

.top_treatment_box_bg01 {
    background: #EC8B2D;
}

.top_treatment_box_bg02 {
    background: #444444;
}

.top_treatment_txtblock01 {
    max-width: 410px;
    margin: 40px 0 0 60px;
}

.top_treatment_txtblock02 {
    max-width: 410px;
    margin: 40px 60px 0 0;
}

@media screen and (max-width:900px) {
    .top_treatment_txtblock01,
    .top_treatment_txtblock02 {
        max-width: 410px;
        margin: 20px auto 0px;
    }
}

.top_treatment_txtblock03 {
    max-width: 660px;
    margin: 0 60px 0 0;
}

@media screen and (max-width:900px) {
    .top_treatment_txtblock03 {
        max-width: 660px;
        margin: 0 auto 0;
    }
    .top_treatment_txtblock03 br.sp_blocknone {
        display: none;
    }
}

.top_treatment_txtblock01_inner {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 35px 12px;
    border: 1px solid #707070;
    background: #F6F8F9;
    margin: 0 0 45px;
}

@media screen and (max-width:900px) {
    .top_treatment_txtblock01_inner {
        font-size: 1.4rem;
        padding: 10px 35px 12px;
        margin: 0 0 25px;
        text-align: center;
    }
    .top_treatment_txtblock01_inner br.sp_block {
        display: block;
    }
}

.top_treatment_btnblock01 {
    margin: 0 0 20px;
}

.top_treatment_btnblock02 {
    max-width: 520px;
    margin: 20px 0 20px;
}

@media screen and (max-width:900px) {
    .top_treatment_btnblock02 {
        margin: 20px auto 20px;
    }
}

.top_treatment_linkblock01 {
    margin: 0 0 45px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:900px) {
    .top_treatment_linkblock01 {
        margin: 0 0 10px;
    }
}

.top_treatment_linkblock01 li {
    width: calc((100% - (30px * 1)) / 2);
    margin: 0 30px 20px 0;
}

@media screen and (max-width:900px) {
    .top_treatment_linkblock01 li {
        width: calc((100% - (10px * 1)) / 2);
        margin: 0 10px 20px 0;
    }
}

.top_treatment_linkblock01 li:nth-child(2n) {
    margin: 0 0 20px;
}

.top_treatment_linkblock01 li.linkblock_s01 {
    width: 60%;
    margin: 0 0 20px;
}

@media screen and (max-width:900px) {
    .top_treatment_linkblock01 li.linkblock_s01 {
        width: 60%;
        margin: 0 auto 20px;
    }
}


/* Commitment
---------------------------------------------------- */

#top_commitment {
    width: 100%;
    margin: 0 auto 140px;
}

@media screen and (max-width:900px) {
    #top_commitment {
        margin: 0 auto 50px;
    }
}

#top_commitment .container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 80px;
    display: flex;
    position: relative;
}

.top_commitment_block01 {
    width: calc((100% - (20px * 2)) / 3);
    margin: 0 20px 25px 0;
    background: #F8F8F8;
}

.top_commitment_block01:nth-child(3n) {
    margin: 0 0 25px 0;
}

@media screen and (max-width:900px) {
    #top_commitment .container {
        margin: 0 auto 30px;
        flex-direction: column;
    }
    .top_commitment_block01 {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 5px;
        padding: 15px 20px 15px;
        background: #F8F8F8;
    }
    .top_commitment_block01:nth-child(2n) {
        background: #fff;
    }
    .top_commitment_block01:nth-child(3n) {
        margin: 0 auto 5px;
    }
}

.top_commitment_imgblock01 {
    margin: 0 auto;
}

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

@media screen and (max-width:400px) {
    .top_commitment_imgblock01 img {
        height: 180px;
    }
}

.top_commitment_imgblock02 {
    margin: 0 auto 60px;
}

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

@media screen and (max-width:900px) {
    .top_commitment_imgblock02 {
        margin: 0 auto;
    }
    .top_commitment_imgblock02 img {
        height: 180px;
    }
}

.top_commitment_txtblock01 {
    margin: 0 auto;
    padding: 90px 20px 40px;
    position: relative;
}

@media screen and (max-width:900px) {
    .top_commitment_txtblock01 {
        padding: 60px 20px 20px;
    }
}

.top_commitment_txtblock01 .point_block01,
.top_commitment_txtblock01 .point_block02 {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:900px) {
    .top_commitment_txtblock01 .point_block01,
    .top_commitment_txtblock01 .point_block02 {
        top: -50px;
    }
}

.top_commitment_txt01 {
    width: 100%;
    min-height: 120px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1200px) {
    .top_commitment_txt01 {
        font-size: 2.0rem;
    }
}

@media screen and (max-width:900px) {
    .top_commitment_txt01 {
        min-height: inherit;
        font-size: 2.0rem;
    }
}

.top_commitment_txt02 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: center;
}

.top_commitment_txt02 br.sp_block {
    display: none;
}

@media screen and (max-width:1200px) {
    .top_commitment_txt02 {
        font-size: 2.0rem;
    }
}

@media screen and (max-width:900px) {
    .top_commitment_txt02 {
        font-size: 1.5rem;
        letter-spacing: 0.025em;
        background: #F8F8F8;
        padding: 20px 0;
    }
    .top_commitment_txt02 br.sp_block {
        display: block;
    }
}

.top_commitment_ttlblock01 {
    width: 95%;
    max-width: 1160px;
    margin: 0 auto 50px;
    text-align: center;
}

.top_commitment_ttlblock01 h2 {
    font-size: 4.2rem;
    font-weight: 500;
}

.top_commitment_ttlblock01 p {
    font-size: 3.2rem;
    color: #999999;
}

@media screen and (max-width:900px) {
    .top_commitment_ttlblock01 {
        margin: 0 auto 30px;
    }
    .top_commitment_ttlblock01 h2 {
        font-size: 2.5rem;
    }
    .top_commitment_ttlblock01 p {
        font-size: 2.5rem;
    }
}


/* Message
---------------------------------------------------- */

#top_msg {
    width: 100%;
    padding: 135px 0 90px;
    background: url('../../assets/img/common/bg_msg01.png') no-repeat top center;
    background-size: 100% auto;
    position: relative;
}

#top_msg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
    background: url('../../assets/img/common/bg03.png') no-repeat bottom center;
    background-size: 100% auto;
    z-index: -1;
}

#top_msg .container {
    width: 98%;
    max-width: 1160px;
    margin: 0 auto 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}

@media screen and (max-width:900px) {
    #top_msg .container {
        width: 100%;
        margin: 0 auto 40px;
        flex-direction: column;
    }
}

.top_msg_img {
    margin: 0 -140px 0 0;
}

.top_msg_img img {
    width: auto;
    height: 565px;
    object-fit: cover;
}

.top_msg_txtimg {
    position: absolute;
    width: 178px;
    top: -245px;
    right: -90px;
}

@media screen and (max-width:1280px) {
    .top_msg_img {
        margin: 0 auto 20px;
    }
    .top_msg_img img {
        width: 100%;
        height: 565px;
        object-fit: cover;
    }
    .top_msg_txtimg {
        position: absolute;
        width: 178px;
        top: -105px;
        right: 0px;
    }
}

@media screen and (max-width:680px) {
    .top_msg_img {
        margin: 0 auto 20px;
    }
    .top_msg_img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    .top_msg_txtimg {
        position: absolute;
        width: 85px;
        top: -5px;
        right: 0px;
    }
    .top_msg_txtimg img {
        width: 85px;
    }
    .top_msg_img .sp_block {
        display: block;
    }
    .top_msg_img .sp_blocknone {
        display: none;
    }
}

.top_msg_txtblock {
    width: 48%;
    max-width: 476px;
    margin: 0 80px 0 0;
}

@media screen and (max-width:1280px) {
    .top_msg_txtblock {
        width: 100%;
        max-width: 476px;
        margin: 0 40px 0 0;
    }
}

@media screen and (max-width:900px) {
    .top_msg_txtblock {
        width: 90%;
        max-width: 740px;
        margin: 0 auto;
    }
}

.top_msg_txtblock h3 {
    font-size: 6.2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #EC8B2D;
    margin: 0 0 65px;
}

.top_msg_txt01 {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 35px;
}

@media screen and (max-width:900px) {
    .top_msg_txtblock h3 {
        font-size: 2.8rem;
        margin: 0 0 25px;
        font-feature-settings: "palt";
    }
    .top_msg_txtblock h3 br.sp_blocknone {
        display: none;
    }
    .top_msg_txt01 {
        font-size: 1.4rem;
        margin: 0 0 5px;
    }
}

.top_msg_nametxt01 {
    font-size: 3.4rem;
    line-height: 2;
    color: #444444;
}

.top_msg_nametxt02 {
    font-size: 2.4rem;
}

@media screen and (max-width:900px) {
    .top_msg_nametxt01 {
        font-size: 2.8rem;
        text-align: right;
    }
    .top_msg_nametxt02 {
        font-size: 1.8rem;
    }
}

.top_msg_imgblock {
    margin: 0 auto 110px;
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: end;
}

.top_msg_imgblock_inner {
    width: 505px;
    margin: 0 0 0 30px;
}

@media screen and (max-width:900px) {
    .top_msg_imgblock {
        margin: 0 auto 30px;
    }
    .top_msg_imgblock_inner {
        width: calc((100% - 10px) / 2);
        margin: 0 10px 0 0;
    }
    .top_msg_imgblock_inner:nth-child(2n) {
        margin: 0 0 0;
    }
}


/* ボタンエリア
---------------------------------------------------- */

.top_msg_btnblock {
    margin: 0 auto 110px;
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: center;
}

.top_msg_btnblock .btn_style02 {
    width: 412px;
    margin: 0 20px 20px;
}

@media screen and (max-width:900px) {
    .top_msg_btnblock {
        margin: 0 auto;
        flex-direction: column;
    }
    .top_msg_btnblock .btn_style02 {
        width: 90%;
        max-width: 412px;
        margin: 0 auto 25px;
    }
}


/* 採用サイトバナー
---------------------------------------------------- */

.recruit_bnr {
    width: 90%;
    max-width: 685px;
    margin: 0 auto;
}