@charset "utf-8";
/* CSS Document */

.f_color_w { color:#fff !important;}
.f_color_r { color:#e2231a !important;}
.f_color_b { color:#003891 !important;}
.bg_gray { background:#cecece;}

.img_640_block { display:block;}
.img_640_none { display:none;}
.b_blue {
    border:3px solid #003891;
    box-sizing:border-box;
}
.line_b {
    border-bottom:1px solid;
}

/*スライダー部分*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;    
    padding-bottom:46px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../img/next.png) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    border-radius:50%;
    -webkit-border-radius:50%;
    background: #003891;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/*ハンバーガー*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both;}
/* .clearfix {*zoom: 1;} */

html, body {
  height: auto;
  margin: 0;
  background: none !important;
  color: #fff;
  overflow-x: hidden;
}
 
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
/* overflow: hidden; */

    min-height: 100vh;
    color: #fff;
}

body.recruit,
.content-item__subtitle,
.floating-panel__subtitle,
.faq-question__label {
    font-family: 'Roboto', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

h2,.section-title__en,
.mv__subtext,.philosophy__en {
    font-family: 'Bellefair', Georgia, 'Times New Roman', serif;
}

.section-title__jp,
h3.content-item__title,
.content-item__keywords,
.content-detail,.contact-container,
.faq-list,.interview-message-text,
.content-panel__text {
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}

.logo-text,.badge,
.corporate-link span,
.copyright p {
    font-family: 'Open Sans', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
}

.menu-title__jp,.philosophy__jp {
  font-family: 'Noto Serif JP', serif;
}



.bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none; /* 背景がクリックを邪魔しないように */
    background: linear-gradient(
    135deg,
    #3b3d42 0%,
    #3b3d42 45%,
    #2e3034 50%,
    #25272c 55%,
    #25272c 100%
  );
}

main, #content {
  position: relative;
  z-index: 1;
  padding-top:70px;
}
 
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    z-index: 999;
}
header {
/*    position:fixed;*/
    top:0;
    left:0;
    width:100%;
    /* background: rgba(255,255,255,0.9); */
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
header .inner {
    position:relative;
    top:0;
    left:0;
    margin:0 auto;
    padding:10px 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
header h1 {
    width:100%;
    text-align:center;
    padding:20px 0;
}

header h1 img {
    display:block;
    width:100%;
    max-width:380px;
    margin:0 auto;
}
header .seach {
    width:100%;
    height:100%;
    zoom:1;
    border-bottom: 30px solid transparent;
    -webkit-border-bottom: 30px solid transparent;
    -moz-border-image:url("../img/line1.png") 36 0 repeat; /* Old firefox */
    -webkit-border-image:url("../img/line1.png") 36 0 repeat; /* Safari */
    -o-border-image:url("../img/line1.png") 36 0 repeat; /* Opera */
    border-image:url("../img/line1.png") 36 0 repeat;
}
header .seach:after,
header .seach:before {
    display:block;
    content:"";
    clear:both;
}

/*スクロール時ついてくるよ*/
#float-sns-box {
    position: absolute;
    width:100%;
    display: block;
    z-index:9999;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}
/*ここまで*/
header nav {
/*    position:fixed;*/
    width: 100%;
    max-width:1000px;
    top:0;
    right:0;
    margin:0 auto;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
header.navOpen nav {
    opacity: 1;
    right: 0;
    top:0;
}
header nav ul {
    width: 100%;
    padding-top: 15px;
}
header nav ul>li {
    float:left;
    width: 24.5%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    list-style:none;
}
header nav ul>li>a {
    position:relative;
    top:0;
    left:0;
    margin:0 auto;
    display:block;
    padding:10px 5px 22px 5px;
    color:#003891;
    text-decoration:none;
    font-size:130%;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width:100%;
    font-weight:bold;
}
header nav ul>li>a:hover {
    text-decoration: none;
    color:#e2231a;
}
header nav ul>li>a>span {
    position: relative;
    display: inline-block;
}
header nav ul>li>a>span:before,
header nav ul>li>a>span:after{
    position: absolute;
    top: 1.5em;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px; 
    background: #e2231a;
    transition: .3s;
}
header nav ul>li>a>span:before{ left: 50%;}
header nav ul>li>a>span:after{ right: 50%;}
header nav ul>li>a>span:hover:before,
header nav ul>li>a>span:hover:after{ width: 50%;}

/*sub menu*/

header nav ul>li ul{
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
header nav ul>li:not(:first-child) ul{
    left: 0;
    width: 100%;
    margin:0 auto;
    background: rgba(0,0,0,0.5);
}
header nav ul>li:not(:first-child) ul li{
    overflow: hidden;
    width:100%;
    top:0;
    left:0;
    margin:0 auto;
    height: 0;
    color: #fff;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header nav ul>li:not(:first-child) ul li>p{
    display: table;
    table-layout:fixed;
    width:100%;
    max-width:1000px;
    margin:0 auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    position:relative;
}

/*吹き出し一旦保留
header nav ul>li:not(:first-child) ul li>p:before {
    content: "";
	position: absolute;
	top: -30px;
	left: 30.5%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #000;
    opacity:0.5;
}*/
header nav ul>li:nth-child(2) ul li>p>span,
header nav ul>li:nth-child(3) ul li>p>span,
header nav ul>li:nth-child(4) ul li>p>span {
    margin:0 auto;
    text-align:center;
    display: inline-block;
    vertical-align:top;
    height:38px;
}
header nav ul>li:nth-child(2) ul li>p>span {
    width: 16%;
}
header nav ul>li:nth-child(3) ul li>p>span {
    width: 16.3%;
}
header nav ul>li:nth-child(4) ul li>p>span {
    width: 32.3%;
}
header nav ul>li ul li>p>span a {
    color:#fff;
    display:block;
    text-decoration:none;
    padding:10px 5px;
}
header nav ul>li ul li>p>span a:hover {
    text-decoration:none;
    background:rgba(226,35,26,0.5);
}
header nav ul>li:nth-child(2):hover ul li,
header nav ul>li:nth-child(3):hover ul li,
header nav ul>li:nth-child(4):hover ul li {
    overflow: visible;
    height: 40px;
}
/*ここまで*/
 
header .button {
    display: none;
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
header .button span {
    display: block;
    height: 4px;
    width: 100%;
    background: #003891;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header .button span:nth-of-type(2),
header .button span:nth-of-type(3) {
    margin-top: 5px;
}
 
header.navOpen .button span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .button span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header.navOpen .button span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}

#contents {
    width:100%;
    margin:61px auto 0;
    line-height:1.5;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#contents1,
#contents2,
#contents3,
#contents4,
#contents5,
#contents6 {
    width:100%;
    padding:53px 30px 43px 30px;
    line-height:1.5;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#contents2,
#contents4 {
    background:#003891;
    color:#fff;
}
#contents5{
 padding-right: 0;
 padding-left: 0;
}

/*見出しタイトル*/
h2.title1,
h2.title2,
h2.title3,
h2.title3_1,
.title4_2 {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    position:relative;
    top:0;
    left:0;
}
.title4_2>p{
    font-size:120%;
}
h2.title1>p,
h2.title2>p,
h2.title3>p,
h2.title3_1>p,
h3.title4 {
    font-size:210% ;
}

h2.title1{ color:#003891;}
h2.title2,
h2.title3{
    color:#fff;
}
h2.title1>p,
h2.title2>p,
.title4_2>p {
    display: table;
    table-layout:fixed;
    box-sizing:border-box;    
    margin:0 auto;
}

h2.title1>p span,
h2.title2>p span {
    display: inline-block;
    vertical-align:middle;
    zoom: 1;
}
h2.title1>p span:last-child,
h2.title2>p span:last-child {
    padding-left:14px;
}
h2.title1>p span:first-child img,
h2.title2>p span:first-child img {
    width:100%;
    max-width:56px;
    display:block;
}

h2.title3>p,
h2.title3_1>p {
    margin:0;
    padding:0;
    border-left:0;
    text-align:left;
}
h2.title3>p {
    background:url(../img/titilewaku1.png) no-repeat left top;
    background-size:342px;
    line-height:71px;
}
h2.title3_1>p {
    background:url(../img/titilewaku2.png) no-repeat left top;
    background-size:376px;
    line-height:64px;
    color:#ffe200;
}
h3.title4 {
    width: 100%;
    max-width:1000px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.title4_1 .heading {
    color: #ff9100;
    text-align: center;
    display: inline-block;
    position: relative;
    width:100%;
}
.title4_1 .heading span:before,
.title4_1 .heading span:after {
    content: "";
    border-bottom: 2px solid #ff9100;
    -webkit-border-bottom: 2px solid #ff9100;
    width: 40%;
    position: absolute;
    bottom: 20px;
}
.title4_1 .heading span:before {
    left: 0;
}
.title4_1 .heading span:after {
    right: 0;
}



/*テーブル*/

.table_1,
.table_2,
.table_3,
.table_4,
.table_6 {
    display:table;
    table-layout:fixed;
    width:100%;
    max-width:1000px;
    margin:0 auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.table_1,
.table_2,
.table_3 {
    padding-top:30px;
}
.table_4 { padding-top:40px;}

.table_1>div,
.table_2 li,
.table_4>ul li,
.table_6 ul>li {
    display:table-cell;
    vertical-align:top;
}
.table_1>div:first-child {
    width:75%;
    text-align:left;
    font-size:150%;
}
.table_1>div:last-child {
    width:25%;
    padding-left:30px;
    font-size:130%;
}
.table_2 img,
.table_3 img,
.table_4 img {
    width:100%;
    display:block;
    transition: 0.3s;
}

.photo2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0% !important;
    display: block;
    cursor:pointer;
}
.table_2 img:hover,
.table_3 img:hover,
.table_4 img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
.table_2>li:first-child {
    width:33.3%;
}
.table_2>li:first-child p {
    padding-right:13px;
}

.table_2>li:last-child {
    width:66.6%;
}
.table_2>li ol.lay_1,
.table_2>li ol.lay_2 {
    width:100%;
    margin:0 auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.table_2>li ol.lay_1 {
    display:table;
    table-layout:fixed;
    max-width:800px;
}
.table_2>li ol.lay_2 {
    display:block;
    padding-right:13px;
}
.table_2>li ol.lay_1:first-child {
    padding-bottom:13px;
}
.table_2>li ol.lay_1>li:first-child {
    padding-right:6.5px;
}
.table_2>li ol.lay_1>li:last-child {
    padding-left:6.5px;
}
.table_2>li ol.lay_2>li {
    display:block;
    width:100%;
}
.table_2>li ol.lay_2>li:first-child {
    padding-bottom:7px;
}
.table_2>li ol.lay_2>li:last-child {
    padding-top:7px;
}
.table_3 *, .table_3 *:before, .table_3 *:after,
.table_4 li,
.table_6 *, .table_6 *:before, .table_6 *:after,
.table_8 *, .table_8 *:before, .table_8 *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.table_3 ul,
.table_6>ul,
.table_8>ul {
    zoom:1;
}
.table_3 ul:before,.table_3 ul:after,
.table_6>ul:before,.table_6 ul:after,
.table_8>ul:before,.table_8 ul:after {
    display:block;
    clear:both;
    content:"";
}
.table_3 ul,
.table_6>ul>li,
.table_8>ul>li {
	overflow: hidden;
}
.table_3 li,
.table_6>ul>li,
.table_8>ul>li {
/*    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;*/
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    text-align:left;
}
.table_3 li{
	float:left;
	width: 32.2%;
	width: calc((100% - 27px) / 3);
	width: -webkit-calc((100% - 27px) / 3);
	width: -moz-calc((100% - 27px) / 3);
}
.table_3 ul li:first-child {
	margin-right:9px;
}
.table_3 ul li:nth-child(2) {
	margin-left:4.5px;
	margin-right:4.5px;
}
.table_3 ul li:last-child {
	margin-left:9px;
}

.table_4>ul>li:first-child {
    width:18%;
    font-size:180%;
    font-weight:bold;
    color:#003891;
    padding-top:15px;
    letter-spacing:0.2em;
}
.table_4>ul>li:nth-child(2) {
    width:30%;
    padding-right:10px
}
.table_4>ul>li:last-child { width:52%;}

.table_4 ol {
    display:table;
    table-layout:fixed;
    width:100%;
}
.table_4 ol>li {
    display:table-cell;
    vertical-align:middle;
    width:50%;
    height:52.5px;
}

.table_4 ol>li:first-child {
    border-left:1px solid #003891;
    -webkit-border-left:1px solid #003891;
    border-right:1px solid #003891;
    -webkit-border-right:1px solid #003891;
    border-top:1px solid #003891;
    -webkit-border-top:1px solid #003891;
}
.table_4 ol>li:last-child {
    border-top:1px solid #003891;
    -webkit-border-top:1px solid #003891;
    border-right:1px solid #003891;
    -webkit-border-right:1px solid #003891;
}
.table_4 ol:last-child>li {
    border-bottom:1px solid #003891;
    -webkit-border-bottom:1px solid #003891;
}
.table_4 ol>li a {
    /* -webkit-border:1px solid #003891; */
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display:block;
    width:100%;
    color:#003891;
    font-size:120%;
}

.table_4 ol>li:hover {
    background:#003891;
}
.table_4 ol>li:hover a {
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}

.table_6>ul>li{
	float:left;
	width: 49%;
/*	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -moz-calc((100% - 20px) / 2);*/
	width: calc((100% - 0px) / 2);
	width: -webkit-calc((100% - 0px) / 2);
	width: -moz-calc((100% - 0px) / 2);

}
.table_6>ul>li:first-child { padding-right:10px;}
.table_6>ul>li:last-child { padding-left:10px;}

.table_8>ul>li{
	float:left;
	width: 24.3%;
	width: calc((100% - 36px) / 4);
	width: -webkit-calc((100% - 36px) / 4);
	width: -moz-calc((100% - 36px) / 4);
}
.table_8>ul>li:first-child { padding-right:9px;}
.table_8>ul>li:nth-child(2) {
    padding-left:3px;
    padding-right:6px;
}
.table_8>ul>li:nth-child(3) {
    padding-left:6px;
    padding-right:3px;
}
.table_8>ul>li:last-child { padding-left:9px;}



@media all and (-ms-high-contrast:none){
	ul.column3 li{
		width: calc((100% - 28px) / 3);
	}
	ul.column6>li{
		width: calc((100% - 21px) / 2);

	}
	ul.column4>li{
		width: calc((100% - 37px) / 4);
	}

}


/*ボタン*/
.square_btn {
    display:table;
    table-layout:fixed;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%;
    max-width:160px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 3px;
    transition: .4s;
    margin-left:auto;
}
.square_btn:hover {
    background: #fff;
    color: #003891;
    text-decoration: none;
} 
.square_btn>span {
    display:inline-block;
    vertical-align:middle;
}
.square_btn>span:last-child {
    padding-left:10px;
}
.square_btn>span img {
    max-width:13px;
}

.btn_1{
    position: relative;
    display: inline-block;
    padding: 10px 0 0 25px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 130%;
}
.btn_1:hover{
    text-decoration:none;
}
.btn_1::before,
.btn_1::after{
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_1_1::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.btn_1_1::after{
    left: 5px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #003891;
    -webkit-border-top: 3px solid #003891;
    border-right: 3px solid #003891;
    -webkit-border-right: 3px solid #003891;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_2,
.btn_3,
.btn_4 {
    display: block;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn_2,
.btn_3 {
    position: absolute;
    max-width: 90px;
    right: 0;
    font-weight:normal;
    border-radius:25px;
    font-size:110%;
    _padding-top:10px;
}
.btn_2 {
    top: 20px;
    color:#003891;
    border: 1px solid #003891;
    -webkit-border: 1px solid #003891;
}
.btn_3 {
    border: 1px solid #ff9100;
    -webkit-border: 1px solid #ff9100;
    color:#ff9100;
    top: 0;
    padding:0.1%;
}
.btn_4 {
    max-width:160px;
    font-size:110%;
    padding:10px;
    background:#fff;
    color:#003891;
    font-weight:bold;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-collapse:collapse;
    border:1px solid #fff;
    -webkit-border:1px solid #fff;
}

.btn_2:hover,
.btn_3:hover,
.btn_4:hover {
    color:#fff;
    text-decoration:none;
    cursor:pointer;
}
.btn_2:hover { background:#003891;}
.btn_3:hover { background:#ff9100;}
.btn_4:hover { background:#003891;border:1px solid #fff;}

footer {
    width:100%;
    /* background:#003891; */
}

footer>div {
    width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    margin:0 auto;
}
footer>div:first-child {
    padding:35px 30px;
    width:100%;
}
footer>div:first-child>ul {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:table;
    table-layout:fixed;
    color:#ffffff;
}
footer>div:first-child>ul li {
    display:table-cell;
    vertical-align:middle;
}
footer>div:first-child>ul li:first-child {
    width:60%;
    text-align:left;
}
footer>div:first-child>ul li:last-child {
    width:40%;
    padding-left:20px;
}
footer div:first-child>ul li:first-child>p:first-child {
    font-size:170%;
    width:100%;
    padding-bottom:15px;
    border-bottom:2px solid #e2231a;
    -webkit-border-bottom:2px solid #e2231a;
    font-weight:bold;
}
footer>div:first-child>ul li:first-child>p:nth-child(2) {
    padding-top:15px;
}
footer>div:first-child>ul li:first-child>p:not(:first-child) {
    font-size:125%;
}
footer>div:first-child>ul li:first-child>p:nth-child(n+3){
    padding-top:5px;
}
footer>div:first-child>ul li:first-child>p:last-child{
    padding-top:20px;
}

footer>div:last-child {
    /* background:#fff; */
    color:#f5f5f7;
    padding:10px;
    text-align: center;
}
footer>div:last-child>p {
    max-width:1000px;
    margin:0 auto;
}

/*google map*/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index:0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*トップへ戻る*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#pageTop a {
    display: block;
    padding: 8px 0 0 8px;
    width: 100px;
    height: 105px;
    background:url(../img/TopBtn_img.png) no-repeat;
    background-size:100px 105px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* 20210415 Certification */
#certification{
    background: #003891;
    color: #fff;
}
#certification ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
    padding: 30px 25px;
    margin: 53px auto 30px;
}
#certification ul li{
   width: 17%;
   background: #FFF;
   border-radius: 50%;
   overflow: hidden;
}
#certification .certification_btn{
   background: none;
   border-radius: 0;
   overflow: inherit;
   text-align: left;
}
#certification .certification_btn p{
   font-size: 130%;
   font-weight: bold;
   padding-bottom: 10px;
}
#certification .certification_btn a{
   color: #fff;
   font-size: 130%;
   display: inline-block;
   padding: 5px 15px;
   border: solid 2px #fff;
   border-radius: 3px;
   transition: .4s;
   margin-top: 20px;
   margin-left: auto;
}
#certification .certification_btn a:hover {
   background: #fff;
   color: #003891;
   text-decoration: none;
}
#certification .certification_btn a span{
   display: inline-block;
   vertical-align: middle;
}
#certification .certification_btn a span:last-child{
   padding-left: 10px;
}
#certification ul li img{
   max-width: 100%;
   vertical-align: middle;
   transition: 0.3s;
}
#certification ul li img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width:1024px){
.table_2.top_saiyou{
 padding-right: 20px;
 padding-left: 20px;
}
}
@media screen and (max-width:1000px){
    header nav ul>li>a {font-size:100%;}
    #contents1,
    #contents2,
    #contents3,
    #contents4,
    #contents5,
    #contents6 {
        padding: 50px 30px 40px 30px;
    }

    .btn_1 { font-size:115%;}
    .table_4>ul>li:first-child { padding-top:10px;}
    .table_4 ol>li { height:48.4px;}

}
@media screen and (max-width:850px){
    .table_4>ul>li:first-child {
        padding-top:5px;
        font-size:160%;
        letter-spacing:0;
    }
    .table_4 ol>li { height:40.4px;}
    footer>div:first-child>ul li:first-child { width:55%; }
    footer>div:first-child>ul li:last-child { width:45%;}
   
    /* 20210415 Certification */
   #certification ul{
      padding: 30px 25px 40px;
   }
   #certification ul li{
      width: 23%;
   }
   #certification .certification_btn{
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
   }
   #certification .certification_btn p{
      display: inline-block;
      padding-right: 25px;
  }
 
   #certification .certification_btn br{
      display: none;
   }
}
@media screen and (max-width:768px){
    header .seach>dl {
        display:none;
        border-left:none;
        -webkit-border-left:none;
    }
    header nav ul {
        padding-top:10px;
    }
    header nav ul>li {
        width: 32.3%;
    }
    header nav ul>li:nth-child(3) ul li>p>span {
        height:38px;
    }
    header nav ul>li:nth-child(3):hover ul li {
        height: 78px;
    }
    header nav ul>li:nth-child(3) ul li>p>span {
        width: 32.6%;
    }
    
    header nav ul>li>a { padding:10px 5px 15px 5px;}
    header nav>ul li:nth-child(n+4) { padding-top:10px;}
    header nav>ul li:nth-child(4) {
        border-left:none;
        -webkit-border-left:none;
    }
    .pagination a{
        width:12px;
        height:12px;
    }
    #contents { margin:98px auto 0;}
    #contents1,
    #contents2,
    #contents3,
    #contents4,
    #contents5,
    #contents6 {
        padding: 40px 25px;
    }

    h2.title1>p,
    h2.title2>p,
    h2.title3>p,
    h2.title3_1>p,
    h3.title4 {
        font-size:180%;
    }
    
    h2.title3>p {
        background-size: 295px;
        line-height: 59px;
    }
    h2.title3_1>p {
        background-size: 325px;
        line-height: 55px;
    }
    .table_1,
    .table_2,
    .table_3 {
        padding-top: 20px;
    }
    .table_1>div {
        display:block;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .table_1>div:first-child,
    .table_1>div:last-child {
        width:100%;
    }
    .table_1>div:first-child{ font-size:130%;}
    .table_1>div:last-child {
        padding-left:0;
        padding-top:30px;
        font-size:120%;
    }
    .table_2>li:first-child p { padding-right:10px;}
    .table_2>li ol.lay_1:first-child { padding-bottom: 10px;}
    .table_2>li ol.lay_1>li:first-child { padding-right: 5px;}
    .table_2>li ol.lay_1>li:last-child { padding-left: 5px;}
    .table_3 li{
        margin-top:10px;
    }
    .table_3>ul>li{
        width: 32.3%;
        width: calc((100% - 27px) / 3);
        width: -webkit-calc((100% - 27px) / 3);
        width: -moz-calc((100% - 27px) / 3);
    }
    .table_3 ul li:first-child { margin-right:9px;}
    .table_3 ul li:nth-child(2) {
        margin-left:4.5px;
        margin-right:4.5px;
    }
    .table_3 ul li:last-child { margin-left:9px;}

    .table_4 ol>li a { font-size:110%;}
    .table_8>ul>li{
        width: 49.3%;
        width: calc((100% - 12px) / 2);
        width: -webkit-calc((100% - 12px) / 2);
        width: -moz-calc((100% - 12px) / 2);
    }
    .table_8>ul>li:first-child { padding-right:6px;}
    .table_8>ul>li:nth-child(2) {
        padding-left:6px;
        padding-right:0;
    }
    .table_8>ul>li:nth-child(3) {
        padding-left:0;
        padding-right:6px;
    }
    .table_8>ul>li:last-child { padding-left:6px;}
    .table_8>ul>li:nth-child(3),
    .table_8>ul>li:last-child {
        margin-top:12px;
    }

    .btn_1 { font-size:97%;}
    .btn_4 {
        max-width: 130px;
        padding: 8px;
        font-size:90%;
    }
    .table_4>ul>li:first-child { font-size:150%;}
    .table_4 ol>li { height:36.3px;}
    
    footer>div:first-child { padding:30px 25px;}

    footer div:first-child>ul li:first-child>p:first-child {
        font-size:155%;
        padding-bottom:10px;
    }
    footer>div:first-child>ul li:first-child>p:not(:first-child) {
        font-size: 115%;
    }
    footer>div:first-child>ul li:first-child>p:nth-child(2) {
        padding-top: 10px;
    }
    footer>div:first-child>ul li:first-child>p:last-child {
        padding-top: 15px;
    }
 
    /* 20210415 Certification */
    #contents5{
       padding-right: 0;
       padding-left: 0;
 }
    .table_2.top_saiyou{
       padding-right: 25px;
       padding-left: 25px;
} 
   
}

@media screen and (max-width:640px){
    .img_640_block { display:none;}
    .img_640_none { display:block;}
    header nav ul>li:nth-child(-n+3) {
        border-bottom:1px dotted #302e2c;
        -webkit-border-bottom:1px dotted #302e2c;
    }

    header{ position:fixed;}

    header h1{
        float:none;
        width:100%;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    header h1 {
        padding-right:50px;
        padding-left:10px;
    }
    header .button { display:block;}
    header .inner { padding:0 0 0 0;}
    header .seach {
        border-bottom:none;
        -webkit-border-bottom:none;
        -moz-border-image:none;
        -webkit-border-image:none;
        -o-border-image:none;
        border-image:none;
        padding-bottom:0;
    }
    header nav {
        overflow:auto;
        position: fixed;
        right: -70%;
        float:none;
        width: 60%;
        max-width:640px;
        height: 100%;
        background: #fff;
        opacity: 0;
        z-index:9999;
        margin-top:66px;
    }
    header h1 img { max-width:300px;}
    
    header nav ul { 
        padding-top: 0;
        top:0;
        left:0;
    }
    header nav ul>li {
        float: none;
        width: auto;
    }
    header nav ul>li:not(:first-child) {
        border-left:none;
        -webkit-border-left:none;
    }
    header nav ul>li:nth-child(4) {
        border-bottom:1px dotted #302e2c;
        -webkit-border-bottom:1px dotted #302e2c;
    }
    header nav ul>li:nth-child(-n+3) { padding-bottom:0;}
    header nav ul>li:nth-child(n+4) { padding-top:0;}
    .pagination a { margin:0 7px;}
    .wideslider_base { margin-top:10px;}

    header nav ul>li>a>span:before,
    header nav ul>li>a>span:after{
        background: none;
    }
    
    #contents { 
        border-top: 25px solid transparent;
        -webkit-border-top: 25px solid transparent;
        -moz-border-image: url(../img/line1.png) 36 0 repeat;
        -webkit-border-image: url(../img/line1.png) 36 0 repeat;
        -o-border-image: url(../img/line1.png) 36 0 repeat;
        border-image: url(../img/line1.png) 36 0 repeat;
        margin-top:66px;
    }
    #contents1,
    #contents2,
    #contents3,
    #contents4,
    #contents5,
    #contents6 {
        padding: 30px 20px;
    }
    .table_1,
    .table_2,
    .table_3 {
        padding-top: 15px;
    }
    .table_1>div:last-child { padding-top: 25px;}

    h2.title1>p,
    h2.title2>p,
    h2.title3>p,
    h2.title3_1>p,
    h3.title4 {
        font-size:150%;
    }
    .title4_1 .heading span:before,
    .title4_1 .heading span:after {
        bottom:15px;
    }
    
    h2.title1>p span:first-child img,
    h2.title2>p span:first-child img {
        max-width: 50px;
    }
    h2.title1>p span:last-child,
    h2.title2>p span:last-child {
        padding-left: 10px;
    }
    .table_3 ul li:first-child {
        margin-right: 0;
    }
    h2.title3>p {
        background-size: 245px;
        line-height: 48px;
    }
    h2.title3_1>p {
        background-size: 270px;
        line-height: 46px;
    }
    .table_2>li:first-child,
    .table_2>li:last-child {
        width:100%;
        display:block;
    }
    .table_1>div:first-child{ font-size:120%;}
    .table_1>div:last-child{ font-size:110%;}

    .table_2>li:first-child p { 
        padding-right: 0;
        padding-bottom:10px;
    }
    .table_2>li ol.lay_2 {
        display: table;
        table-layout:fixed;
        padding-right:0;
        padding-bottom:35px;
    }
    .table_2>li ol.lay_2>li {
        display: table-cell;
        vertical-align:middle;
        width: 50%;
    }
    .table_2>li ol.lay_2>li:first-child {
        padding-bottom: 0;
        padding-right:5px;
    }
    .table_2>li ol.lay_2>li:last-child {
        padding-top: 0;
        padding-left:5px;
    }
    .table_3 ul li,
    .table_6>ul>li,
    .table_8>ul>li {
        float:none;
        width:100%;
        margin-right: 0;
    }
    .table_3 li:first-child {
        margin-top: 0;
        margin-right:0;
    }
    .table_3 li:not(:first-child) { margin-top:25px;}

    .table_3 ul li:nth-child(2) {
        margin-left:0;
        margin-right:0;
    }
    .table_3 ul li:last-child { margin-left:0;}

    .table_4 { padding-top: 30px;}
    .table_4>ul>li {
        display:inline-block;
        vertical-align:middle;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .table_4>ul>li:first-child {
        width:49%;
        font-size: 150%;
        letter-spacing: 0;
        padding-top:0;
    }
    .table_4>ul>li:nth-child(2) {
        width:50%;
        padding-right:0;
    }
    .table_4>ul>li:last-child {
        width: 100%;
        padding-top:20px;
    }
    .title4_2>p {
        font-size: 110%;
    }
    
    .table_8>ul>li:first-child { padding-right:0;}
    .table_8>ul>li:nth-child(2) { padding-left:0;}
    .table_8>ul>li:nth-child(3) { padding-right:0;}
    .table_8>ul>li:last-child { padding-left:0;}
    .table_8>ul>li:not(:first-child) { margin-top:10px;}
    
    .square_btn { max-width: 130px;}
    .btn_1 { font-size: 120%;}
    .btn_2 { top: 15px;}
    .btn_3 { top: 20px;}
    .btn_2,
    .btn_3 {
        max-width: 60px;
        font-size:100%;
    }
    .btn_4 {
        max-width: 120px;
        padding: 5px;
    }
    
    .table_6>ul>li:first-child { padding-left:0;}
    .table_6>ul>li:last-child { padding-right:0;}

    footer>div:first-child { padding:30px 20px;}
    footer>div:last-child {
        font-size:95%;
        letter-spacing:-0.05em;
        padding:5px 10px;
    }
    footer>div:first-child>ul li { display:block;}
    footer>div:first-child>ul li:first-child { width:100%;}
    footer>div:first-child>ul li:last-child {
        width:100%;
        padding-left:0;
        padding-top:30px;
    }
    footer div:first-child>ul li:first-child>p:first-child {
        font-size: 140%;
        padding-bottom: 8px;
    }
    footer>div:first-child>ul li:first-child>p:nth-child(n+3) {
        padding-top: 3px;
    }
    footer>div:first-child>ul li:first-child>p:last-child {
        padding-top: 8px;
    }
    footer>div:first-child>ul li:first-child>p:not(:first-child) {
        font-size: 110%;
    }

    #pageTop {
        bottom: 10px;
        right: 10px;
    }
    #pageTop a {
        width: 80px;
        height: 84px;
        background-size:80px 84px;
    }
    /* 20210415 Certification */
    #contents5{
    padding: 30px 0;
   }
  .table_2.top_saiyou{
     padding-right: 20px;
     padding-left: 20px;
  }
}

@media screen and (max-width: 450px) {
    header h1 { padding: 10px 0;}
    header h1 img {
        max-width: 270px;
        margin:0;
        padding-left:15px;
    }
    header .button { top:15px;}
    .wideslider_base {
        margin-top: 5px;
    }

    #contents {
        border-top: 18px solid transparent;
        -webkit-border-top: 18px solid transparent;
        margin-top: 46px;
    }

    #contents1,
    #contents2,
    #contents3,
    #contents4,
    #contents5,
    #contents6 {
        padding: 25px 15px;
    }

    h2.title1>p,
    h2.title2>p,
    h2.title3>p,
    h2.title3_1>p,
    h3.title4 {
        font-size:130%;
    }
    .table_1>div:last-child { padding-top: 20px;}

    h3.title4 {
        padding: 25px 0 10px 0;
    }

    h2.title3>p {
        background-size: 213px;
        line-height: 42px;
    }
    h2.title3_1>p {
        background-size: 234px;
        line-height: 39px;
    }
    .table_1>div:first-child{ font-size:110%;}
    .table_1>div:last-child{ font-size:100%;}

    .table_2>li ol.lay_2 {
        padding-bottom:20px;
    }
    .table_3 li:not(:first-child) { margin-top:15px;}
    .table_4>ul>li:last-child {
        padding-top: 10px;
    }
    .table_4 {
        padding-top: 20px;
    }
    .table_4>ul>li:first-child {
        width: 48.5%;
    }
    .table_4 ol>li a { font-size:100%;}

    h2.title1>p span:last-child,
    h2.title2>p span:last-child {
        padding-left: 5px;
    }
    .title4_1 .heading span:before,
    .title4_1 .heading span:after {
        width: 35%;
    }
    .title4_2>p { font-size: 100%;}
    h2.title1>p span:first-child img,
    h2.title2>p span:first-child img {
        max-width: 33px;
    }
    .square_btn { max-width: 120px;}
    .btn_1 { font-size: 110%;}
    .btn_2 { top: 10px;}
    .btn_2,
    .btn_3 {
        font-size: 90%;
    }

    footer>div:first-child { padding:25px 15px;}
    footer>div:last-child { font-size:85%; letter-spacing:-0.1em;}
    footer div:first-child>ul li:first-child>p:first-child {
        font-size: 125%;
        padding-bottom: 5px;
    }
    footer>div:first-child>ul li:first-child>p:nth-child(n+3) {
        padding-top: 0;
    }
    footer>div:first-child>ul li:first-child>p:last-child {
        padding-top: 8px;
    }
    footer>div:first-child>ul li:first-child>p:not(:first-child) {
        font-size: 100%;
    }
    footer>div:first-child>ul li:last-child {
        padding-top: 20px;
    }
    #pageTop {
        bottom: 5px;
        right: 5px;
    }
    #pageTop a {
        width: 70px;
        height: 73px;
        background-size:70px 73px;
    }

 
  /* 20210415 Certification */
   #certification ul{
       padding: 25px 15px;
   }
   #certification .certification_btn{
      margin-bottom: 20px;
   }
   #certification .certification_btn a{
      margin-top: 10px;
      font-size: 100%;
  }
  #certification .certification_btn p {
    display: block;
  }
  #contents5{
  padding: 25px 0;
  }
  .table_2.top_saiyou{
     padding-right: 15px;
     padding-left: 15px;
  }
 
}

@media screen and (max-width: 350px) {
    header h1 img { max-width: 235px;}
    header .button { top:13px;}
    #contents {
        margin-top: 48px;
    }
    .title4_2>p { font-size: 90%;}
    footer>div:last-child { font-size:78%;}

}

/* =======================================
            サイトリニューアル
======================================= */
/* html.floating-active,
body.floating-active {
  overflow: hidden;
  height: 100%;
} */


*, *::before, *::after {
  box-sizing: border-box;
}

.pc_only {
  display: inline;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: inline;
  }
}

/* ----------------------------
   グローバルメニュー
---------------------------- */

.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10999;
  pointer-events: none;
}

.menu-overlay.is-active {
  display: block;
  pointer-events: auto;
  z-index: 11000;
}

.global-menu-wrapper {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  max-width: 1034px;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 110px - 60px);
  box-sizing: border-box;
  z-index: 11000;

  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  gap: 40px;
  pointer-events: none;
}

.global-menu-wrapper.is-active {
  pointer-events: auto;
}

#global-menu {
  display: none;
  width: 100%;
  height: 60%;
  place-items: center;
  grid-template-columns: repeat(2, auto);
  grid-gap: 40px 60px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  z-index: inherit;
  margin: 0 auto;
}

#global-menu.is-active {
  display: grid;
}

#global-menu.is-active,
.menu-overlay.is-active {
  z-index: 799;
}

.badge {
  position: absolute;
  top: 1.8em;
  left: 0;
  transform: translate(-150%, -50%);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 10px 10px 20px 20px;
  color: white;
  font-size: 12px;
}

.global-menu-wrapper .section-title__en {
  display: inline-block;
  vertical-align: top;
  font-size: 3em;
}

.menu-title__jp {
  font-weight: 200;
  font-size: 1.15em;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}

.menu-title__jp::before,
.menu-title__jp::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 2px;
  background-color: currentColor;
}


#global-menu li {
  text-align: center;
  position: relative;
}

#global-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.corporate-link-menu {
  display: none;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 33px;
  box-sizing: border-box;
  text-align: center;
}

.corporate-link-menu img {
  max-width: 26%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .badge {
    border: 1px solid white;
  }

  .menu-title__jp::before,
  .menu-title__jp::after {
    content: '';
    width: 1em;
    height: 1px;
  }

  #global-menu {
    height: auto;
  }

  #global-menu.is-active {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
    place-items: center;
  }

	.badge {
    top: 1.5em;
    left: 0.5em;
    width: 18px;
    height: 18px;
    border-radius: 10px 10px 20px 20px;
    font-size: 9px;
  }

	.global-menu-wrapper .section-title__en {
    font-size: 2.2em;
  }

	.menu-title__jp {
    font-size: 0.9em;
  }

	.corporate-link-menu {
    display: none;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    align-self: center;
  }

  .corporate-link-menu img {
    max-width: 65%;
  }
}

.corporate-link-menu a[target="_blank"]:not([href$="pdf"]):after{
	content: "";
	display: inline-block;
	width: .94em;
	height: .94em;
	position: relative;
	top: 0;
	right: -.5em;
	background: url(../img/common/blank-white.png) no-repeat ;
	background-size: contain;
}

/* グローバルナビ トリガー */
.gnav-trigger {
  position: relative;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: visible;
  background: none;
  z-index: 1001;
	isolation: isolate;
}

.gnav-trigger .menu-line {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #fff;
  transform-origin: center center;
  transform: translate(-50%, 0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1;
}

.gnav-trigger.open .menu-line {
  height: 1.5px;
}

.menu-line.line-1 { top: 18px; }
.menu-line.line-2 { top: 24px; }
.menu-line.line-3 { top: 30px; }

.gnav-trigger.open .line-1 {
  transform: translate(-50%, 10px) rotate(45deg);
  top: 13px;
  width: 22px;
}

.gnav-trigger.open .line-2 {
  opacity: 0;
}

.gnav-trigger.open .line-3 {
  transform: translate(-50%, -10px) rotate(-45deg);
  top: 33px;
  width: 22px;
}

.gnav-trigger-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../img/common/icon_circle.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.gnav-trigger-bg.is-active {
  z-index: -1;
  display: none;
}

@media screen and (max-width: 768px) {
  .gnav-trigger {
    position: fixed;
    right: 0;
    z-index: 1100;
  }

  .gnav-trigger .menu-line {
    background: #fff;
  }

  .gnav-trigger-bg {
    background: url(../img/common/icon_circle_sp.png) no-repeat right center;
    background-size: cover;
  }
}

/* メインビジュアル */
/* 共通部分 */
.mv {
  width: 100%;
  position: relative;
}

.mv__bg {
  width: 100%;
  max-width: 1500px;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0 0 210px 210px;
}

.mv__img-wrapper picture {
  display: block;
  height: 100%;
  width: 100%;
}

.mv__img-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}

.mv__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 共通の背景処理 */
/* .mv__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  height: 100%;
  background-color: transparent;
  z-index: -1;
} */

/* トップページ専用（mv--top） */
.mv--top {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.mv--top .mv__bg,
.mv--top .mv__img-wrapper {
  height: 900px;
}

/* .mv--top .mv__img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background-color 0.4s ease;
  pointer-events: none;
} */

.mv--top .mv__img-wrapper img {
  object-position: 10%;
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
}

/* コンテンツページ専用（mv--contents） */
.mv--contents {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.mv--contents .mv__bg,
.mv--contents .mv__img-wrapper {
  height: 450px;
}

.mv--contents .mv__img-wrapper img {
  object-fit: cover;
  object-position: center 54%;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

#culture .mv--contents .mv__img-wrapper img {
  object-position: center 75%;
}

#career .mv--contents .mv__img-wrapper img {
  object-position: center 78%;
}

#interview .mv--contents .mv__img-wrapper img {
  object-position: center 32%;
}

@media (max-width: 767px) {
	.mv--top .mv__bg,
  .mv--top .mv__img-wrapper {
    height: 620px;
  }
}

@media (max-width: 768px) {
  .mv__bg {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
  }

  .mv__img-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
  }

  .mv--contents .mv__bg {
    height: 349px;
  }

  .mv--contents .mv__img-wrapper {
    height: 349px;
    overflow: hidden;
    border-radius: 0 0 100px 100px;
  }

  .mv__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(0, 0%);
    display: block;
    margin: 0 auto;
    border-radius: 0;
  }

  .mv--contents .mv__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 1% 54%;
    transform: scale(1.1);
    border-radius: 0;
  }

  #culture .mv--contents .mv__img-wrapper img {
    object-position: 43% center;
  }

  #career .mv--contents .mv__img-wrapper img {
    object-position: 38% center;
  }

  #interview .mv--contents .mv__img-wrapper img {
    object-position: 55% center;
  }
  
  #contact .mv--contents .mv__img-wrapper img {
    object-position: 50% center;
  }
}

@media screen and (max-width: 1023px) {
	.mv--top {
	  margin-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	  .mv--top .mv__img-wrapper img {
	  object-position: 42% center;
	}
}

/* コンテンツラップ */
.recruit-content-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.recruit-content-inner {
  max-width: 1034px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .recruit-content-wrap {
    max-width: 680px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .recruit-content-wrap {
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
  }
}

/* ロゴ関連 */
.logo {
  position: relative;
  z-index: 700;
  filter: drop-shadow(0px 1px 4px #3b3d41);
}

body.floating-active .logo {
  opacity: 0;
  pointer-events: none;
}


.logo a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.logo img {
  /* height: 28px; */
  height: 50px;
  width: auto;
  display: block;
}

.logo-text {
  position: relative;
  top: -1.5px;
  font-weight: 500;
  font-size: 23px; 
  color: #fff;
  line-height: 28px;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .logo {
    padding-left: 20px;
  }

  .logo img {
    /* height: 19px; */
    height: 30px;
  }

  .logo-text {
    font-size: 17px;
    top: -1px;
  }

}

/* ヘッダー関連 */
.content-header {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 0;
  background: transparent;
}

body.floating-active .content-header {
  z-index: 800;
}

.content-header__inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: center;
  z-index: auto;
}

.header-top {
  position: relative;
  z-index: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
}

.content-header__inner,
.header-top {
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 768px) {
  .content-header {
    top: 0;
    padding: 0 20px;
  }

  .content-header__inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0;
  }

  .header-top {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-header__inner,
  .header-top {
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.recruit-main {
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit-main {
    max-width: 680px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.section-title__en {
  text-align:left;
  font-weight: 400;
  font-size: 77px;
  line-height: 1.2;
}

.section-title__jp-wrap {
    display: flex;
    text-align: left;
    gap: 15px;
    padding-top: 25px;
    align-items: center;
}

.section-title__jp {
    font-weight: 400;
    font-size: 34px;
    margin: 0;
}

.section-title__line {
  display: block;
  width: 35px;
  height: 1.2px;
  background-color: #fff;
  border-radius: 1px;
}

@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 45px;
    line-height: 1.1;
  }

  .section-title__jp {
    font-size: 20px;
  }

  .section-title__jp-wrap {
    gap: 10px;
    padding-top: 15px;
  }

  .section-title__line {
    width: 20px;
    height: 1px;
  }
}

.content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1034px;
  margin: 35px auto 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content-list {
    flex-direction: column;
    gap: 32px;
    margin: 10px auto 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

.content-item {
  flex: 1 1 calc((1034px - 24px) / 2);
  max-width: calc((1034px - 24px) / 2);
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content-item {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-list {
    flex-direction: column;
    gap: 32px;
    margin: 25px auto 0 auto;
    width: 100%;
    height: auto;
  }

  .content-item {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.content-item__main {
  position: relative;
  height: 336px;
  border: none;
  border-radius: 22px;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
  margin-bottom: 15px;
  cursor: pointer;
  width: 100%;
}

.content-item__main::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 5px solid white;
  border-radius: 22px;
  pointer-events: none;
  z-index: 3;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-item__main {
    height: auto;
    width: 100%;
  }

  .content-item__main::before {
    border: 3px solid white;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-item__main {
    height: auto;
  }
}

/* 画像 */
.content-item__main img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px 22px 0 0;
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

.content-item__main:hover img {
  transform: scale(1.05);
}


/* 白背景＋テキストをまとめるラッパー */
.content-item__text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 12px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  box-sizing: border-box;
  min-width: 90px;
  max-width: 100%;
  height: 100px;
  justify-content: center;
}

#interview .content-item__text-wrap {
	padding: 12px 24px 16px 20px;
}

.content-item__text,
.floating-panel__title-area {
  text-align: left;
  color: #000;
}

h3.content-item__title {
  font-size: 34px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
}

.content-item__title-sub {
  font-size: 24px;
  font-weight: 400;
  margin-left: 4px;
  margin-right: -5px;
  margin-top: 5px;
}

.content-item__subtitle {
  color: #023894;
  margin: 0;
  font-size: 18px;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .content-item__text-wrap {
    padding: 10px 15px 15px 15px;
    height: 68px;
    min-width: 70px;
	}

  #interview .content-item__text-wrap {
    padding: 10px 15px 15px 15px;
  }

  h3.content-item__title {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .content-item__title-sub {
    font-size: 18px;
    margin-left: 4px;
    margin-right: 3px;
  }
	
  .content-item__subtitle {
    font-size: 13px;
  }
	
}

.content-item__modal-button {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: visible;
}

.content-item__icon {
  position: absolute;
  bottom: -5px;
  right: -2px;
  z-index: 10;
  width: 64px;
  height: 64px;
  /* pointer-events: none; */
}

.content-item__icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content-item__modal-button {
    width: 100%;
  }

  .content-item__icon {
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 50px;
    height: 50px;
  }
}

.content-item__keywords {
  margin-top: 12px;
  text-align: left;
  z-index: 2;
}

.content-item__keywords span {
  background-color: #626262;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px 5px 10px;
  margin-right: 6px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.03em;
  font-weight: 100;
}

.content-item__keywords .bg-red {
  background-color: #db1614;
}

@media screen and (max-width: 768px) {
  .content-item__keywords {
    margin-top: 5px;
  }

  .content-item__keywords span {
    font-size: 11px;
    padding: 3px 8px;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
    letter-spacing: 0.02em;
  }
}

.corporate-link {
  margin-top: 100px;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 33px;
  box-sizing: border-box;
}

.corporate-link img {
  width: 29%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .corporate-link {
    max-width: 680px;
    width: 100%;
    margin: 65px auto 0 auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .corporate-link img {
    width: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .corporate-link img {
    width: 45%;
  }
}

.external-link {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  background: url(../img/common/btn.png) no-repeat center center;
  background-size: 100% auto;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  min-width: 280px;
  letter-spacing: 0.08em;
  text-align: center;
}

.external-link-entry {
	position: relative;
  display: block;
  background: url(../img/common/btn2.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 620 / 220;
  margin: 20px auto 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.external-link span {
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 17px;
}

.entry-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
}

.external-link-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../img/common/blank-white.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .external-link {
    margin-top: 6px;
    background-size: 65% auto;
    letter-spacing: 0.08em;
    display: inline-block;
  }

  .external-link span {
    font-size: 12px;
    line-height: 1;
  }
}

.corporate-link a[target="_blank"]:not([href$="pdf"]):after{
	content: "";
	display: inline-block;
	width: .94em;
	height: .94em;
	position: relative;
	top: 0;
	right: -.5em;
	background: url(../img/common/blank-white.png) no-repeat;
	background-size: contain;
}

.recruit-content-wrap footer .copyright {
    margin-top: 25px;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruit-content-wrap footer .copyright {
    margin-top: 0;
    font-size: 9px;
    font-weight: 100;
    letter-spacing: 0.05em;
    padding: 15px 15px;
  }
}

/* 展開時 */
.floating-panel__bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}

.content-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000; /* モーダル自体のベース z-index */
}

.modal {
  display: none;
}

/* フローティング全体のレイアウト・背景（角丸・影など） */
.content-detail.floating-panel {
  position: fixed;
  top: 50.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 600px;
  max-height: 90vh;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  display: none; /* 初期非表示 */
  flex-direction: column;
  overflow: visible;
  z-index: 1001;
}

/* モーダル本体 */
.floating-panel__modal {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: none;
  z-index: 1002;
}

/* ヘッダー部分 固定 */
.floating-panel__header {
  background-color: #fff;
  padding: 28px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-shrink: 0;
  height: auto;
  position: relative;
  flex-wrap: nowrap;
  line-height: 1.4;
}

.floating-panel__title-area {
  margin-left: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.floating-panel__title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 100%;
  overflow: hidden;
}

/* 丸画像のスタイル */
.floating-panel__icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

/* テキストを縦並びにする */
.floating-panel__info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .floating-panel__title-wrap {
    gap: 10px;
  }
  
  .floating-panel__icon img {
    width: 48px;
    height: 48px;
  }
}

.floating-panel__title {
	font-size: 25px;
	margin-bottom: 12px;
	font-weight: 500;
}

.floating-panel__subtitle {
	color: #023894;
	margin-bottom: 3px;
	font-size: 14px;
}

.floating-panel__subtitle {
	color: #023894;
	margin-bottom: 3px;
	font-size: 14px;
}

.floating-panel__dept {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.floating-panel__join {
  color: #023894;
  font-weight: 500;
  font-size: 14px;
}

.floating-panel__keyword {
  color: #e31e1b;
  border-bottom: 1px solid;
  display: inline-block;
  width: fit-content;
}
@media screen and (max-width: 768px) {
    .floating-panel__title {
		font-size: 22px;
	}

  .floating-panel__subtitle {
      font-size: 12px;
  }

  .floating-panel__join {
    margin-bottom: 6px;
  }

  .floating-panel__keyword {
		font-size: 12px;
	}
}

.floating-panel__nav {
  position: static;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
}

/* 共通スタイル */
.floating-panel__nav button {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: none;
  background-color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.floating-panel__nav button svg {
  display: block;
  width: 14px;  /* SVGサイズ調整 */
  height: 14px;
}

/* 無効なボタン（グレー背景、白矢印） */
.floating-panel__nav button.is-disabled {
  background-color: #c9c9c9;
  cursor: default;
  pointer-events: none;
}

/* SVGの矢印色は白に固定してる想定 */
.floating-panel__nav button svg path {
  stroke: #fff;
  stroke-width: 1;
}

.floating-panel__page {
  font-size: 14px;
  align-self: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .floating-panel__page {
    font-size: 12px; /* ページ番号の文字サイズを少し小さく */
  }

  .floating-panel__nav button {
	  width: 20px;
	  height: 20px;
	  padding: 4px; /* ボタンのクリックエリアも調整したい場合 */
	 }
}

.floating-panel__body {
  max-height: 90vh;
  /* flex: 1; */
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding: 35px 20px;
  padding-right: 10px;
  background-color: #f7f7f7;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  scrollbar-gutter: stable;
}

.floating-panel__body::-webkit-scrollbar {
  width: 10px;
}

.floating-panel__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 4px;
}

.floating-panel__body.swiper-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .floating-panel__body.swiper-container {
    max-width: 100vw;
    padding: 35px 17px;
    padding-right: 7px;
  }
}

.swiper-wrapper {
  display: flex;
  will-change: transform;
}

.swiper-slide {
  width: 100%;
  height: auto;
  min-height: 1px;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}

/* --- コンテンツリスト --- */
.floating-panel__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-panel__label + .floating-panel__list {
  margin-top: 10px;
}

.floating-panel__list > .floating-panel__section:last-of-type {
  margin-bottom: 80px;
}

/* --- 個別項目 --- */
.floating-panel__list-item {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  position: relative;
}

/* ▼矢印と点線の表示（Step2以降） */
.floating-panel__list-item:not(:first-child) .floating-panel__icon-circle::before {
  content: "▼";
  position: absolute;
  top: -18px; /* 矢印の位置調整 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #023894;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .floating-panel__list-item:not(:first-child) .floating-panel__icon-circle::before {
    font-size: 10px;
    top: -14px;
  }

  .floating-panel__icon-circle::after {
    border-left-width: 1.5px;
  }
}

.floating-panel__section {
  color: #000;
  font-size: 16px;
}

.floating-panel__section:first-of-type {
  margin-top: -5px;
}

.contact-container {
	margin-bottom: 10px;
}

.contact-main .contact-container {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 0;
	color: #fff;
	text-align: left;
	line-height: 1.8;
}

/* --- アイコン丸背景ラッパー --- */
.floating-panel__icon-circle {
  margin-top: 2px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e6ebf5;
  border: 1px solid #023894;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.floating-panel__icon-circle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 80px;
  border-left: 2px dotted #023894;
  z-index: 0;
}

#circle-1::after {
  height: 200px;
}
@media screen and (max-width: 768px) {
  .contact-main .contact-container {
    margin-top: 25px;
  }

  #circle-1::after {
    height: 245px;
  }
}

.floating-panel__list-item:last-child .floating-panel__icon-circle::after {
  display: none;
}

.floating-panel__icon-circle span {
  margin-top: -6px;
  font-size: 14px;
  color: #023894;
  font-family: 'Roboto', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/* --- アイコン丸枠 --- */
.floating-panel__icon-circle img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
}

/* --- テキスト --- */
.floating-panel__detail {
  margin-bottom: 15px;
}

.floating-panel__detail:last-of-type {
  margin-bottom: 0;
}

.interview-qa .floating-panel__detail:last-of-type {
  margin-bottom: 40px;
}

#interview .floating-panel__detail.after {
	margin-top: 30px;
}

.interview-qa.after .floating-panel__detail {
	margin-bottom: 0;
}

.interview-qa.after .floating-panel__detail .text-highlight {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #interview .interview-qa {
    font-size: 15px;
  }
}

.floating-panel__detail-item {
  padding: 0 5px 20px 5px;
}

.contact-main .floating-panel__detail-item {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

.interview-main-image {
  max-width: 100%;
  margin-bottom: 35px;
}

.interview-main-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}


/* 横並び・中央寄せ（PC） */
.highlight-group {
  display: flex;
  justify-content: center;
  gap: 100px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 17px;
}

/* 実線（PCのみ） */
.highlight-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4a4c4f;
}

/* highlight-after ライン共通 */
.highlight-after::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

/* PC表示時：.first の after は非表示 */
.highlight-item.first .highlight-after::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .highlight-group {
    flex-direction: column;
    width: 100%;
    gap: 0;
    font-size: 16px;
  }

  .highlight-group::after {
    display: none;
  }

  /* スマホでは .first の after も表示 */
  .highlight-item.first .highlight-after::after {
    display: block;
    position: relative;
    margin-top: 12px;
  }

  /* 追加：after用の高さを確保 */
  .highlight-after {
    position: relative;
    padding-bottom: 12px;
  }
}


.floating-panel__detail-item > p:not(.text-highlight) {
  font-size: 16px;
}

.contact-main .floating-panel__detail-item > p:not(.text-highlight) {
  font-weight: 300;
}

.floating-panel__line {
  height: 1px;
  background-color: #dddddd;
  width: calc(100% + 30px);
  transform: translateX(-20px);
  margin-top: 0;
}

.floating-panel__text {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 15px 25px 35px;
  margin-left: -45px;
  color: #000;
  z-index: 1;
  position: relative;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .floating-panel__body {
    padding-top: 30px;
 }

  .floating-panel__list-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .floating-panel__icon-circle {
    width: 90px;
    height: 90px;
  }

  .floating-panel__icon-circle img {
    width: 60px;
    height: 60px;
  }

  .floating-panel__text {
    margin-left: -30px;
    margin-top: 0;
    padding: 20px 15px 20px 30px;
    flex: 1;
  }

  .floating-panel__detail-item > p:not(.text-highlight) {
	  font-size: 15px;
	} 
}

.text-group {
  position: relative;
  padding: 0 5px;
}

.floating-panel__detail .text-group::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

.text-group .highlight-after::after {
  display: none;
  content: none;
}

.text-highlight {
    display: flex;
  position: relative;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.text-highlight::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  border-bottom: 1px dashed #023894;
}

.interview-holiday__inner .interview-day-off .text-highlight::after {
	border: none;
	margin-top: 5px;
}

.floating-panel__detail .text-highlight {
  padding-bottom: 0;
}

.floating-panel__detail .text-highlight::after {
  border-bottom: none;
  margin-top: 0;
}

.floating-panel__section .text-highlight {
	display: block;
	padding-bottom: 5px;
}

.floating-panel__section .text-highlight:last-of-type {
  padding-bottom: 0;
}

.floating-panel__section .text-highlight.no-after::after {
	content: none;
}

.floating-panel__text > p.text-highlight + p {
  font-size: 16px;
}

.text-highlight__note {
  font-size: 15px;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}

.text-red {
  color: #fc0d1b;
}

.text-red-bold {
  color: #fc0d1b;
  font-weight: bold;
}

.text-highlight .text-red {
  display: inline-block;
  margin-top: 4px;
}

.note-text {
  font-size: 13px;
}

.note-text--inline {
  display: block;
  font-size: 13px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .text-highlight {
    display:inline-table;
    flex-wrap: wrap;
    width: 100%;
  }

  .floating-panel__text > p.text-highlight + p {
    font-size: 14.5px;
  }
}

.floating-panel__label {
  display: block;
  background-color: #fff;
  border: 1px solid #023894;
  color: #023894;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
  margin: 45px 0 15px 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.interview-message .floating-panel__label,
.interview-holiday .floating-panel__label {
	margin: 20px 0 20px 0;
}

.interview-holiday.day-off-container strong {
	display: block;
}

.interview-holiday.day-off-container .floating-panel__label {
	margin: 20px 0 10px 0;
}

.floating-panel__label--round {
  display: inline-block;
  border-radius: 9999px;
  width: fit-content;
  padding: 2px 28px;
}

.contact-section__lead {
	margin-bottom: 10px;
}

.highlight-after {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.contact-main .highlight-after {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .contact-main .highlight-after {
    padding-bottom: 0;
  }
}

.interview-qa .highlight-after {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contact-main .highlight-after::after {
  width: 30%;
  background-color: #4a4c4f;
}

.tel-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-main .tel-line {
 font-weight: 300;
}

.tel-label {
  margin: 0;
}

.tel-label span {
  font-size: 24px;
}

.contact-tel-link {
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 0 5px;
  text-decoration: none;
  font-size: 13px;
  margin-left: 3px;
  align-items: center;
}

.contact-main .contact-tel-link {
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .contact-main .highlight-after::after {
    width: 100%;
  }

  .tel-label span {
    font-size: 23px;
  }

  .contact-tel-link {
  padding: 0 3px;
  font-size: 10px;
  margin-left: 2px;
  }

}

#interview .floating-panel .floating-panel__body {
  padding: 35px 10px 0 20px;
}

.interview-message,
.interview-holiday {
  position: relative;
  width: calc(100% + 40px);
  margin-right: -20px;
  max-width: 600px;
  padding: 24px 20px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.interview-message {
  background-color: #e6ebf5;
}

.interview-holiday {
  background-color: #fff;
  padding-bottom: 70px;
  /* border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px; */
}

.interview-holiday.day-off-container,
.interview-holiday.day-off-container {
  padding-bottom: 30px;
}


.interview-message__inner {
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}


.interview-message-box {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.interview-message-icon {
  flex-shrink: 0;
}

.interview-message-icon img {
  display: block;
  width: 60px;
  height: auto;
  object-fit: contain;
}

.interview-message-text {
  flex: 1;
  margin-bottom: 15px;
}

.interview-message-text p {
  padding-right: 5px;
}


.interview-holiday__inner {
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}


.interview-holiday-image {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}

.interview-holiday-image img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.image-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

/* 画像共通 */
.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* 横長画像用 */
.image--landscape {
  aspect-ratio: 4 / 3;
}

/* 縦長画像用 */
.image--portrait {
  aspect-ratio: 3 / 4;
}

/* モバイルでは1列表示に変更（縦並び） */
@media screen and (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }

  .image--landscape,
  .image--portrait {
    aspect-ratio: auto;
  }
}


.interview-holiday-text {
	text-align: left;
  padding: 0 5px;
}

.interview-holiday .interview-day-off .interview-holiday-text {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .interview-message__inner,
  .interview-holiday__inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .interview-message-text p {
	  font-size: 15px;
	}

  .interview-holiday-image {
    margin-bottom: 15px;
  }

	.interview-holiday-text {
    font-size: 13px;
  }
}



.floating-panel__close {
  position: absolute;
  width: 55px;
  height: 55px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  top: -24px;
  right: 17px;
  z-index: 10;
  border-radius: 50%;
  outline: none;
  transition: outline-color 0.2s ease;
}

.floating-panel__close:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline: none;
}

.floating-panel__close img {
  border-radius: 50%;
  display: block;
}

.floating-panel__close .close-bg {
  width: 100%;
  height: 100%;
  display: block;
}

.floating-panel__close .close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: 0.3s ease;
  z-index: 2;
}

.floating-panel__close .close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.floating-panel__close .close-line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact__mail {
  background-color: #023385;
  border-radius: 12px;
  padding: 35px 20px 40px 20px;
  color: #ffffff;
  line-height: 2;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.contact__mail-content {
  max-width: 400px;
}

.contact__mail-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact__mail-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 2.0;
}

.contact__mail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: #023385;
  width: 45%;
}

.contact__mail-link:hover {
  background-color: #f0f0f0;
}

.contact__mail-icon {
  width: 40px;
  margin-right: 6px;
}

.contact__mail-text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact__mail {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    text-align: center;
  }

  .contact__mail-content {
    max-width: 100%;
  }

  .contact__mail-link {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact__mail {
    width: 84%;
  }
}

/* .section-title#faq-title { */
.section-title#contact_form {
  margin-top: 70px;
}

.faq-inner {
	width: 100%;
	padding-top: 2rem;
	margin: 0 auto;
}


.faq-list {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border: 1px solid #023894;
  border-radius: 1rem;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
}

.faq-list.open-last {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* 最後のddが閉じているときだけ、.faq-listに角丸を戻す */
.faq-list:not(:has(dl:last-of-type[aria-expanded="true"])) {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/* 全体の配置調整 */
.toggle-switch-area {
  display: flex;
  align-items: stretch;
  gap: 15px;
  position: relative;
  min-height: 70px;
}

/* ラベル (Q1) */
/* 共通設定（角丸なし） */
.faq-question__label {
  background-color: #e6ebf5;
  color: #023894;
  padding: 20px 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  transition: border-radius 0.3s ease;
  height: auto;
  width: auto;
}

/* 最初のdl内のlabelだけ左上角丸をつける */
.faq-list dl:first-child .faq-question__label {
  border-top-left-radius: 1rem;
}

/* 最後のdl内のlabelだけ左下角丸をつけたい場合（必要であれば） */
.faq-list dl:last-child .faq-question__label {
  border-bottom-left-radius: 1rem;
}

/* 最後のdl内のtoggle-switch-area（dt）にaria-expanded="true"が付いているとき */
.faq-list dl:last-child > dt.toggle-switch-area[aria-expanded="true"] .faq-question__label {
  border-bottom-left-radius: 0;
}



/* 質問テキスト */
.faq-question__text {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
  padding: 20px 0;
  flex: 1;
  text-align: left;
  min-height: 70px;
  font-size: 17px;
}

/* toggle-switch (右端のボタン) */
.toggle-switch {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
}

.toggle-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #023894;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.toggle-line {
  position: absolute;
  background-color: #023894;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle-line.horizontal {
  width: 14px;
  height: 1px;
}

.toggle-line.vertical {
  width: 1px;
  height: 14px;
}

/* 開いている時に「×」に変更 */
.toggle-switch-area[aria-expanded="true"] .toggle-line.vertical {
  transform: rotate(90deg);
  opacity: 0; /* 消して＋から－に */
}

.toggle-switch-area[aria-expanded="true"] .toggle-line.horizontal {
  /* 横線はそのまま、回転しないので transformなし */
  opacity: 1;
  transform: rotate(0deg);
}

.faq-question-line {
  height: 1px;
  width: 100%;
  background-color: #023894;
}

/* 回答エリア */
.faq-list dd {
  display: none;
  background-color: #f7f7f7;
  color: #000;
  padding: 0;
  text-align: left;
  font-size: 14px;
  transition: border-radius 0.3s ease;
  line-height: 2;
}

.faq-list dd p {
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
	padding: 16px 20px;
  font-size: 15px;
}

.faq-list dl:last-of-type dd {
  border-radius: 0 0 1rem 1rem;
  transition: border-radius 0.3s ease;
}

/* 最後のdlのdtが開いている時は角丸を消す */
.faq-list dl:last-of-type > dt.toggle-switch-area[aria-expanded="true"] + dd {
  border-radius: 0;
  transition: border-radius 0.3s ease;
}

@media screen and (max-width: 768px) {
  .faq-question__label {
	  padding: 30px 12px;
    font-size: 15px;
	}

  .faq-question__text {
    font-size: 16px;
  }

  .faq-list dd {
    font-size: 13.5px;
  }

  .faq-list dd p {
    font-size: 14px;
  }
}



.bottom-mv {
  position: relative;
  width: 100%;
  margin-top: -45px;
  z-index: 1;
}

.bottom-mv img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  top: 0;
}

@media screen and (max-width: 768px) {
  .bottom-mv img {
    margin-top: -5px;
    width: 195vw;      /* 画面幅の1.5倍に拡大 */
    max-width: none;
    left: -50vw;
    top: 20px;
  }
}

/* --- TOPページ（recruit） --- */
/* 全体の2列レイアウト */
.mv {
  position: relative;
  overflow: hidden;
}

.mv__bg {
  position: relative;
  z-index: 1;
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  filter: drop-shadow(0px 1px 4px #3b3d41);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mv__logo {
  margin-bottom: 28px;
}

.mv__logo img {
  max-width: 242px;
  height: auto;
}

.mv__lead {
  margin-bottom: 100px;
}

.mv__lead img {
  width: 67%;
  height: auto;
}

.mv__lead-text {
  writing-mode: vertical-rl;
  color: white;
  font-size: 24px;
  line-height: 1.6;
  display: block;
  margin: 0 auto;
	text-align: start;
}

.mv__subtext {
  color: white;
  margin-top: 10px;
  line-height: 1.8;
}

.mv__subtext p {
  opacity: 0.7;
  font-size: 18px;
}

.content-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

body[data-page="top"] .content-section {
  margin-bottom: 120px;
}

.content-panel {
  width: 100%;
	max-width: 505px;
  aspect-ratio: 505 / 490;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
	will-change: transform;
}

.content-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.content-panel a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.content-panel__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-panel__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
	will-change: transform;
}

.content-panel:hover .content-panel__img img {
  transform: scale(1.05);
}

.content-panel__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: background-color 0.4s ease;
}

.content-panel:hover .content-panel__img::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.content-panel .menu-title__jp {
	font-size: 27px;
	margin-top: -7px;
	margin-bottom: 150px;
}

.content-panel__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  color: white;
}

.content-panel__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.content-panel__title .section-title__en {
  position: relative;
  display: inline-block;
  font-size: 65px;
  text-align: center;
  z-index: 1;
}

.section-title__en .badge {
  position: absolute;
  top: 25px;
  left: 5px;
}

.content-panel__text {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 9999px;
  color: white;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 30px 62px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
.mv__lead img {
    width: 98%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv__logo {
    margin-bottom: 24px;  
  }

  .mv__logo img {
    max-width: 190px;
  }

  .mv__lead {
    margin-bottom: 31px;
  }

  .mv__subtext {
    margin-bottom: 24px;
    margin-top: 0;
  }

  .mv__subtext p {
    font-size: 13px;
  }

  body[data-page="top"] .content-section {
    justify-content: center;
  }

  body[data-page="content"] .content-section {
    margin-bottom: 75px;
  }

  .content-panel {
    width: 100%;
    aspect-ratio: 505 / 490;
    border-radius: 100px;
  }

	.content-panel__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 0 5%;
    box-sizing: border-box;
    color: white;
    text-align: center;
    word-break: break-word;
  }

  .content-panel__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content-panel__title .section-title__en {
    font-size: 44px;
  }

  .content-panel .menu-title__jp {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 100px;
  }

  .content-panel__text {
    font-size: 14px;
    padding: 16px 40px;
  }

  .section-title__en .badge {
    top: 15px;
    left: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .mv__inner {
    width: 100%;
    padding: 0 54px;
    box-sizing: border-box;
    top: 50.5%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .content-panel .menu-title__jp {
    font-size: 18px;
    margin-top: -7px;
    margin-bottom: 100px;
  }

	.content-panel__title .section-title__en {
    font-size: 46px;
  }

	.section-title__en .badge {
		width: 20px;
		height: 20px;
		top: 20px;
		left: 5px;
		font-size: 12px;
  }
  
  .content-panel__body {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

	.content-panel__text {
    font-size: 16px;
    padding: 20px 42px;
  }
	
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-panel {
    width: 48%;
    max-width: 505px;
    aspect-ratio: 1 / 1;
  }

  body[data-page="top"] .content-section {
    justify-content: center;
    gap: 24px;
  }
}

.philosophy {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.09em;
}

.philosophy__jp {
	font-weight: 200;
	margin-bottom: 50px;
	line-height: 2.2;
  font-size: 16px;
}

.philosophy-br--sp {
  display: none;
}

.philosophy-br--pc {
  display: inline;
}

.philosophy__en {
  opacity: 0.6;
	line-height: 1.9;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .philosophy {
    padding: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .philosophy__jp {
    font-size: 13.5px;
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: 0.07em;
  }

  .philosophy-br--sp {
    display: inline;
  }

  .philosophy-br--pc {
    display: none;
  }

  .philosophy__en {
    font-size: 11px;
  }

}

