@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #1D2C6F;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #1D2C6F;
}
a:hover {
	color: #1D2C6F;
}
a:active {
	color: #1D2C6F;
}
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1D2C6F;
    font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    overflow: hidden;
	text-align: left;
    opacity: 0;
    transition: opacity 0.5s;
}
.pace-done #container {
	opacity: 1;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	/*-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);*/

	-webkit-transition: transform .5s ease-out;
	-ms-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
    z-index: 2000;
}

.pace.pace-active {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 16px;
	background: #1a2b70;
	pointer-events: none;
}
#main {
    margin-bottom: 116px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 90px;
    }
    .pace .pace-progress {
        height: 20px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 100px;
    position: relative;
    z-index: 1000;
}
#gHeader h1 {
    padding: 30px 0 0 80px;
}
#gHeader h1 .white {
    display: none;
}
.body-style #gHeader h1 .blue {
    display: none;
}
.body-style #gHeader h1 .white {
    display: block;
}
@media all and (max-width: 896px) {
    #gHeader {
        margin-bottom: 70px;
    }
    #gHeader h1 {
        text-align: center;
        padding: 47px 0 0;
    }
    #gHeader h1 img {
        margin: 0 auto;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .com-slider {
    margin-bottom: 50px;
}
#gFooter .com-slider li {
    float: left;
    width: 640px;
    height: 360px;
    background: url("img/common/com_photo01.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slick-slide > div {
    width: 640px;
    margin: 0 5px;
}
#gFooter .com-slider .slider02 {
    background: url("img/common/com_photo02.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider03 {
    background: url("img/common/com_photo03.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider04 {
    background: url("img/common/com_photo04.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider05 {
    background: url("img/common/com_photo05.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider06 {
    background: url("img/common/com_photo06.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider07 {
    background: url("img/common/com_photo07.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider08 {
    background: url("img/common/com_photo08.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider .slider09 {
    background: url("img/common/com_photo09.jpg") no-repeat center center;
    background-size: cover;
}
#gFooter .com-slider li a {
    display: block;
    height: 100%;
    position: relative;
}

/*
#gFooter .com-slider li a:hover {
    opacity: 0.7;
}
*/

#gFooter .com-slider li a::after{
  position: absolute;
  top:0;
  left:0;
  content:"";
  display:block;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 7, 87,.25);
  mix-blend-mode: multiply;
  transition: .3s;
  -webkit-transition: .3s;
  z-index:1;
}

#gFooter .com-slider li a:hover::after{
  background-color: rgba(13, 7, 87,0);
}


#gFooter .com-slider li .txt-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index:5;
    opacity:1;
    color: #fff;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gFooter .com-slider li a:hover .txt-box {
    opacity:0;
}


#gFooter .com-slider li .txt-box .info-txt {
    padding: 0 30px 0 0;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    background: url("img/common/icon01.png") no-repeat right center;
    background-size: 19px auto;
}
#gFooter .com-slider .slick-prev,
#gFooter .com-slider .slick-next {
	margin-top: -20px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 31px;
    height: 31px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
#gFooter .com-slider .slick-prev {
	left: calc(50% - 306px);
	background: url("img/common/prev.png") no-repeat;
	background-size: 31px 31px;
	z-index: 10;
}
#gFooter .com-slider .slick-next {
	right: calc(50% - 306px);
	background: url("img/common/next.png") no-repeat;
	background-size: 31px 31px;
	z-index: 10;
}
#gFooter .f-inner {
    max-width: 1120px;
    padding: 0 15px;
    margin: 0 auto 55px;
    position: relative;
}
#gFooter .page-top {
    position: absolute;
    right: 65px;
    top: 28px;
    z-index: 600;
}
#gFooter .f-inner .border-box {
    width: 55.5%;
    border-right: 1px solid #8c95b6;
    box-sizing: border-box;
}
#gFooter .f-inner .border-box01 {
    padding: 0 20px 0 77px;
    width: 23.6%;
}
#gFooter .f-inner .border-box01 .title {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    letter-spacing: 0.075em;
}
#gFooter .f-inner .border-box01 .ins-list li {
    padding-bottom: 3px;
    width: 100%;
}
#gFooter .f-inner .border-box01 .ins-list li a {
    padding-left: 17px;
    display: inline-block;
    font-weight: 500;
    font-size: 0.9rem;
    background: url("img/common/icon02.png") no-repeat left top 5px;
    background-size: 8px auto;
}
#gFooter .f-inner .border-box01 .ins-list li a:hover {
    opacity: 0.7;
}
#gFooter .f-inner .f-navi {
    width: 38.3%;
    float: left;
}
#gFooter .f-inner .f-navi02 {
    width: 28%;
}
#gFooter .f-inner .f-navi03 {
    width: 30%
}
#gFooter .f-inner .f-navi li {
    padding-bottom: 10px;
}
#gFooter .f-inner .f-navi li:last-child {
    padding-bottom: 0;
}
#gFooter .f-inner .f-navi li .info {
    padding-right: 49px;
    display: inline-block;
    position: relative;
}
#gFooter .f-inner .f-navi li .ico {
    padding-left: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background: url("img/common/icon03.png") no-repeat center center;
    background-size: 9px 9px;
    border-left: 1px solid #ececec;
}
#gFooter .f-inner .f-navi li .ico.on {
    background: url("img/common/icon03_on.png") no-repeat center center;
    background-size: 9px 9px;
}
#gFooter .f-inner .f-navi li .info-txt,
#gFooter .f-inner .f-navi li a {
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
}
#gFooter .f-inner .f-navi li a:hover {
    opacity: 0.7;
}
#gFooter .f-inner .f-navi li .info-navi {
    display: none;
    padding-top: 10px;
}
#gFooter .f-inner .f-navi li .info-navi li {
    padding-bottom: 6px;
}
#gFooter .f-inner .f-navi li .info-navi li a {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .f-box {
    padding: 23px 0;
    background: #1a2b70;
}
#gFooter .f-box .content {
    max-width: 1126px;
}
#gFooter .f-box .f-logo {
    float: left;
    margin: -3px 62px 0 2px;
}
#gFooter .f-box .txt-link {
    float: left;
    width: 240px;
}
#gFooter .f-box .txt-link li {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
    letter-spacing: 0.05em;
}
#gFooter .f-box .txt-link li a:hover {
    opacity: 0.7;
}
#gFooter .f-box .txt-link a {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-family: 'Manrope', sans-serif;
    color: #fff;
}
#gFooter address {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    float: right;
    font-style: normal;
    text-align: right;
    width: 350px;
}
@media all and (max-width: 896px) {
    #gFooter .page-top {
        display: none;
    }
    #gFooter .com-slider {
        margin-bottom: 0;
    }
    #gFooter .com-slider .slick-slide > div {
        width: 100%;
        margin: 0;
    }
    #gFooter .com-slider li {
        height: auto;
    }
    #gFooter .com-slider li a {
        padding-bottom: 56%;
    }
    #gFooter .com-slider li .txt-box .info-txt {
        padding: 0 20px 20px;
        font-size: 1.2rem;
        background: url("img/common/sp_icon01.png") no-repeat center bottom;
        background-size: 13px auto;
    }
    #gFooter .com-slider .slick-prev,
    #gFooter .com-slider .slick-next {
        margin-top: -6px;
        width: 9px;
        height: 12px;
    }
    #gFooter .com-slider .slick-prev {
        left: 26px;
        background: url("img/common/sp_prev.png") no-repeat;
        background-size: 9px 12px;
    }
    #gFooter .com-slider .slick-next {
        right: 26px;
        background: url("img/common/sp_next.png") no-repeat;
        background-size: 9px 12px;
    }
    #gFooter .f-inner {
        display: block;
        max-width: inherit;
        padding: 0;
        margin: 0 auto;
    }
    #gFooter .f-inner .border-box {
        width: auto;
        border-right: none;
        box-sizing: border-box;
    }
    #gFooter .f-inner .border-box01 {
        padding: 30px 30px 20px;
        width: auto;
    }
    #gFooter .f-inner .border-box01 .title {
        margin-bottom: 19px;
        font-size: 1.4rem;
    }
    #gFooter .f-inner .border-box01 .ins-list li {
        padding-bottom: 3px;
        width: 100%;
    }
    #gFooter .f-inner .border-box01 .ins-list li a {
        padding-left: 20px;
        font-size: 1.4rem;
        background: url("img/common/sp_icon06.png") no-repeat left top 7px;
        background-size: 12px auto;
    }
    #gFooter .f-inner .border-box01 .ins-list li a:hover {
        opacity: 0.7;
    }
    #gFooter .f-inner .f-navi {
        width: auto;
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #gFooter .f-inner .f-navi li {
        width: 50%;
    }
    #gFooter .f-inner .f-navi01 li:first-child {
        width: 100%;
    }
    #gFooter .f-inner .f-navi01 li:first-child a {
        background: none;
    }
    #gFooter .f-inner .f-navi02 {
        width: auto;
    }
    #gFooter .f-inner .f-navi02 li:first-child .info-txt {
         background: none;
    }
    #gFooter .f-inner .f-navi03 {
        width: auto;
    }
    #gFooter .f-inner .f-navi li {
        padding-bottom: 0;
    }
    #gFooter .f-inner .f-navi li .info {
        padding-right: 0;
        display: block;
    }
    #gFooter .f-inner .f-navi li .ico {
        margin-top: -10px;
        padding: 0;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: url("img/common/sp_icon08.png") no-repeat center center;
        background-size: 13px 13px;
        border-left: none;
    }
    #gFooter .f-inner .f-navi li .ico.on {
        background: url("img/common/sp_icon09.png") no-repeat center center;
        background-size: 13px 13px;
    }
    #gFooter .f-inner .f-navi li .info-txt,
    #gFooter .f-inner .f-navi li a {
        padding: 19px 27px;
        font-size: 1.4rem;
        background: url("img/common/sp_icon07.png") no-repeat right 26px center;
        background-size: 9px auto;
        display: block;
        border-bottom: 1px solid #D9D9D9;
    }
    #gFooter .f-inner .f-navi02 li {
        width: 100%;
    }
    #gFooter .f-inner .f-navi03 li:last-child {
        width: 100%;
    }
    #gFooter .f-inner .f-navi01 li:nth-child(3) a {
        border-left: 1px solid #D9D9D9;
    }
    #gFooter .f-inner .f-navi03 li:first-child .ico {
        display: none;
    }
    #gFooter .f-inner .f-navi03 li:nth-child(2) a {
        border-left: 1px solid #D9D9D9;
    }
    #gFooter .f-inner .f-navi03 li:nth-child(3) .info-txt {
        background: none;
    }
    #gFooter .f-inner .f-navi li .info-navi {
        display: none;
        padding-top: 0;
    }
    #gFooter .f-inner .f-navi li .info-navi li {
        padding-bottom: 0;
        width: 100%;
    }
    #gFooter .f-inner .f-navi li .info-navi li a {
        color: #4D4D4D;
        font-size: 1.2rem;
        border-bottom: 1px solid #fff;
        background: #F0F0F0;
        border-left: none;
    }
    #gFooter .f-box {
        padding: 23px 0 0;
    }
    #gFooter .f-box .content {
        width: auto;
        padding: 0;
    }
    #gFooter .f-box .f-logo {
        float: none;
        margin: 0 0 15px;
        text-align: center;
    }
    #gFooter .f-box .f-logo img {
        width: 173px;
    }
    #gFooter .f-box .txt-link {
        float: none;
        width: auto;
        padding: 20px 0;
        text-align: center;
        background: #fff;
    }
    #gFooter .f-box .txt-link li {
        display: block;
        margin: 0 0 17px;
    }
    #gFooter .f-box .txt-link li:last-child {
        margin-bottom: 0;
    }
    #gFooter .f-box .txt-link a {
        color: #1D2B6F;
        font-size: 1.2rem;
    }
    #gFooter address {
        padding-bottom: 10px;
        color: #1D2B6F;
        font-size: 1rem;
        float: none;
        text-align: center;
        background: #fff;
        width: 100%;
    }
}
@media all and (max-width: 374px) {
    #gFooter .com-slider .slick-prev {
        left: 10px;
    }
    #gFooter .com-slider .slick-next {
        right: 10px;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1120px;
    padding: 0 15px;
    margin: 0 auto;
}
.content .l-box {
    padding-top: 39px;
    width: 42%;
}
.content .r-box {
    padding-top: 5px;
    width: 57.2%;
}
@media all and (max-width: 896px) {
    .content {
        max-width: auto;
        padding: 0 27px;
        display: block;
    }
    .content .l-box {
        padding-top: 0;
        width: auto;
    }
    .content .r-box {
        padding-top: 0;
        width: auto;
    }
}
/*------------------------------------------------------------
    head-line01
------------------------------------------------------------*/
.head-line01 {
    font-size: 3.2rem;
    letter-spacing: 0.075em;
}
.head-line01 .en {
    margin-top: 5px;
    font-weight: 200;
    display: block;
    font-size: 1.8rem;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.075em;
}
@media all and (max-width: 896px) {
    .head-line01 {
        margin-bottom: 73px;
        font-size: 2.13rem;
        text-align: center;
    }
    .head-line01 .en {
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
    head-line02
------------------------------------------------------------*/
.head-line02 {
    padding-top: 27px;
    font-weight: 500;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.075em;
}
.head-line02 .en {
    margin-bottom: -7px;
    font-size: 1.8rem;
    font-weight: 200;
    font-family: 'Manrope', sans-serif;
    display: block;
    letter-spacing: 0.075em;
}
@media all and (max-width: 896px) {
    .head-line02 {
        font-size: 2.13rem;
    }
    .head-line02 .en {
        margin-bottom: 0;
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	com-form
------------------------------------------------------------*/
.com-form .l-box .head-line01 {
    margin: -2px 0 64px;
    line-height: 1.65;
}
.com-form .l-box .txt {
    margin-bottom: 71px;
    line-height: 1.85;
    letter-spacing: 0.05em;
}
.com-form .s-navi li {
    padding-bottom: 16px;
}
.com-form .s-navi li a {
    letter-spacing: 0.075em;
}
.com-form .s-navi .on a,
.com-form .s-navi li a:hover {
    text-decoration: line-through;
}
.com-form .r-box {
    padding-top: 63px;
    width: 42.8%;
}
.com-form .r-box .top-txt {
    margin: 0 -10px 49px 0;
    letter-spacing: 0.05em;
}
.com-form .r-box table {
    margin-bottom: 14px;
    width: 100%;
    word-break: break-all;
    border-collapse: collapse;
}
.com-form .r-box th,
.com-form .r-box td {
    float: left;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.05em;
}
.com-form .r-box td input[type="text"],
.com-form .r-box td input[type="email"],
.com-form .r-box td input[type="tel"],
.com-form .r-box td select,
.com-form .r-box td textarea {
    padding: 5px 8px;
    width: 100%;
    height: 36px;
    font-weight: 500;
    font-size: 1.2rem;
    border: 1px solid #8c94b8;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    letter-spacing: 0.05rem;
    background-color: transparent !important;
}
.com-form .r-box td input.wpcf7-not-valid,
.com-form .r-box td select.wpcf7-not-valid,
.com-form .r-box td textarea.wpcf7-not-valid{
    border: 1px solid #dc3232 !important;
}
.com-form .r-box td textarea {
    resize: vertical;
    height: 192px;
}
.com-form .r-box th {
    margin-bottom: 6px;
}
.com-form .r-box td {
    margin-bottom: 20px;
}
.com-form .r-box td select::-ms-expand { display: none; }
.com-form .r-box td select {
    padding-right: 30px;
    background: url("img/common/icon04.png") no-repeat right 18px center;
    background-size: 10px auto;
}
.com-form .r-box .link-txt {
    margin-bottom: 17px;
}
.com-form .r-box .link-txt a {
    text-decoration: underline;
    letter-spacing: 0.05em;
}
.com-form .r-box .link-txt a:hover {
    opacity: 0.7;
}
.com-form .r-box .agree-txt {
    margin-bottom: 70px;
    letter-spacing: 0.05em;
}
.com-form .r-box .agree-txt span.wpcf7-list-item {
    margin-left: 0;
}
.com-form .r-box .agree-txt input[type="checkbox"] {
    display: none;
}
.com-form .r-box .agree-txt input[type="checkbox"] + span {
    background: url("img/common/check_bg01.png") no-repeat left center;
    background-size: 19px 19px;
    display: block;
    padding: 0 0 2px 33px;
}
.com-form .r-box .agree-txt input[type="checkbox"]:checked + span {
    background: url("img/common/check_bg02.png") no-repeat left center;
    background-size: 19px 19px;
}
.com-form .r-box .submit {
    text-align: center;
}
.com-form .r-box .submit li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.com-form .r-box .submit li input {
    width: 260px;
    height: 46px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    background: #1a2b70;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-appearance: none;
}
.com-form .r-box .submit li input:hover {
    opacity: 0.7;
}
.com-form .r-box .thanks-txt {
    margin-bottom: 50px;
}
.com-form .r-box .confirm-title {
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.05em;
}
.com-form .r-box .confirm-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #546195;
    content: "";
    z-index: 1;
}
.com-form .r-box .confirm-title span {
    position: relative;
    padding: 0 18px 0 0;
    display: inline-block;
    background: #fff;
    z-index: 2;
}
.com-form .r-box .custom-wpcf7c-confirmed th {
    margin-bottom: 1px;
    color: #BFBFBF;
}
.com-form .r-box .custom-wpcf7c-confirmed td {
    margin-bottom: 13px;
    line-height: 1.65;
}
.com-form .r-box .custom-wpcf7c-confirmed td input[type="text"],
.com-form .r-box .custom-wpcf7c-confirmed td input[type="email"],
.com-form .r-box .custom-wpcf7c-confirmed td input[type="tel"],
.com-form .r-box .custom-wpcf7c-confirmed td select,
.com-form .r-box .custom-wpcf7c-confirmed td textarea {
    padding: 0;
    font-weight: 700;
    border: none;
    border-radius: 0;
    height: auto;
    color: #1D2C6F !important;
}
.com-form .r-box .custom-wpcf7c-confirmed td select {
    color: #1D2C6F;
    background: none;
    padding: 0;
}
.com-form .r-box .custom-wpcf7c-confirmed .link-txt {
    color: #BFBFBF;
    margin-bottom: 5px;
}
.com-form .r-box .custom-wpcf7c-confirmed .agree-txt {
    margin-bottom: 37px;
}
.com-form .r-box .custom-wpcf7c-confirmed .submit {
    display: flex;
    justify-content: space-between;
}
.com-form .r-box .custom-wpcf7c-confirmed .submit li {
    width: 46%;
}
.com-form .r-box .custom-wpcf7c-confirmed .submit li input {
    border-radius: 3px;
    width: 100% !important;
}
.com-form .r-box .custom-wpcf7c-confirmed .submit li .wpcf7c-btn-back {
    color: #1a2b70;
    background: none;
    border: 1px solid #1a2b70;
}
.com-form .r-box .custom-wpcf7c-confirmed td input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
}
.com-form .r-box .custom-wpcf7c-confirmed td input:-internal-autofill-selected {
    color: #1D2C6F !important;
}
.com-form form{
    margin-top: -40px;
    padding-top: 40px;
}
@media all and (max-width: 896px) {
    .com-form .l-box .head-line01 {
        margin: 0 0 12px;
        line-height: 1.65;
        text-align: left;
    }
    .com-form .l-box .txt {
        margin-bottom: 0;
        line-height: 2;
    }
    .com-form .s-navi {
        margin-top: 100px;
    }
    .com-form .s-navi li {
        padding-bottom: 24px;
        font-size: 1.4rem;
    }
    .com-form .s-navi li a:hover {
        text-decoration: none;
    }
    .com-form .s-navi .on a:hover {
        text-decoration: line-through;
    }
    .com-form .r-box {
        padding: 20px 0 0;
        width: auto;
    }
    .com-form .r-box .top-txt {
        margin: 0 0 31px 0;
    }
    .com-form .r-box table {
        margin-bottom: 14px;
    }
    .com-form .r-box td input[type="text"],
    .com-form .r-box td input[type="email"],
    .com-form .r-box td input[type="tel"],
    .com-form .r-box td select,
    .com-form .r-box td textarea {
        height: 40px;
        font-size: 1.3rem;
        border: 1px solid #1D2B6F;
        border-radius: 0;
    }
    .com-form .r-box td textarea {
        height: 240px;
    }
    .com-form .r-box th {
        margin-bottom: 4px;
    }
    .com-form .r-box td {
        margin-bottom: 9px;
    }
    .com-form .r-box td select {
        padding-right: 24px;
        background: url("img/common/sp_icon02.png") no-repeat right 12px center;
        background-size: 8px auto;
    }
    .com-form .r-box .link-txt {
        margin-bottom: 11px;
    }
    .com-form .r-box .agree-txt {
        margin-bottom: 53px;
    }
    .com-form .r-box .agree-txt input[type="checkbox"] + span {
        /*background: url("img/common/sp_check_bg01.png") no-repeat left center;*/
        background-size: 14px 14px;
        padding: 0 0 2px 27px;
    }
    .com-form .r-box .agree-txt input[type="checkbox"]:checked + span {
        /*background: url("img/common/sp_check_bg02.png") no-repeat left center;*/
        background-size: 14px 14px;
    }
    .com-form .r-box .submit {
        margin: 0;
    }
    .com-form .r-box .submit li {
        display: block;
        margin: 0 0 20px;
    }
    .com-form .r-box .submit li input {
        width: 100%;
        height: 54px;
        font-size: 1.4rem;
        border-radius: 0;
    }
    .com-form .r-box .submit li input:hover {
        opacity: 1;
    }
    .com-form .r-box .thanks-txt {
        margin-bottom: 30px;
    }
    .com-form .r-box .confirm-title {
        font-size: 1.3rem;
    }
    .com-form .r-box .confirm-title span {
        padding-right: 10px;
    }
    .com-form .r-box .custom-wpcf7c-confirmed .submit {
        display: block;
    }
    .com-form .r-box .custom-wpcf7c-confirmed .submit li {
        width: 100%;
    }
}
/*------------------------------------------------------------
	com-list-ul
------------------------------------------------------------*/
.scrollContent {
    position: relative;
}
.scrollContent .scrollInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.com-list-ul {
    width: 2800px;
    margin-bottom: 145px;
}
.com-list-ul li {
    width: 560px;
}
.com-list-ul li a {
    display: block;
}
.com-list-ul li .pho {
    margin-bottom: 32px;
    display: block;
}
.com-list-ul li .txt-box {
    padding: 0 25px 100px 0;
    display: block;
    text-align: right;
    background: url("img/common/icon09.png") no-repeat right 20px bottom;
    background-size: 71px auto;
}
.com-list-ul li a:hover .txt-box {
    background: url("img/common/icon09_over.png") no-repeat right 20px bottom;
    background-size: 71px auto;
}
.com-list-ul li .top {
    margin-bottom: 5px;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
    letter-spacing: 0.075em;
}
.com-list-ul li .ttl {
    display: block;
    margin: 0 -7px 13px 0;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: right;
}
.com-list-ul li .ttl .en {
    margin-top: 1px;
    font-size: 1.2rem;
    display: block;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.075em;
}
.com-list-ul li .txt-span {
    margin-right: -13px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 0 !important;
}
@media all and (max-width: 896px) {
    .scrollContent .scrollInner {
        position: static;
        left: auto;
        top: auto;
        width: 100%;
        overflow-x: scroll;
    }
    .com-list-ul {
        position: relative;
        width: auto;
        margin-bottom: 135px;
    }
    .com-list-ul .slick-prev {
        cursor: pointer;
        overflow: hidden;
        text-indent: 10000px;
        position: absolute;
        left: 15px;
        bottom: 60px;
        width: 14px;
        height: 18px;
        border: none;
        border-radius: 0;
        apprence: none;
        background: url("img/common/sp_prev01.png") no-repeat center center / 14px auto;
        z-index: 100;
    }
    .com-list-ul .slick-next {
        cursor: pointer;
        overflow: hidden;
        text-indent: 10000px;
        position: absolute;
        right: 15px;
        bottom: 60px;
        width: 14px;
        height: 18px;
        border: none;
        border-radius: 0;
        apprence: none;
        background: url("img/common/sp_next01.png") no-repeat center center / 14px auto;
        z-index: 100;
    }
    .com-list-ul li {
        width: auto;
    }
    .com-list-ul li .pho {
        margin-bottom: 23px;
    }
    .com-list-ul li .txt-box {
/*        padding: 0 20px 62px;*/
        padding: 0 20px;
        text-align: center;
        background: none;
/*
        background: url("img/common/sp_icon03.png") no-repeat center bottom;
        background-size: 41px auto;
*/
    }
    .com-list-ul li a:hover .txt-box {
/*
        background: url("img/common/sp_icon03.png") no-repeat center bottom;
        background-size: 41px auto;
*/
        background: none;
    }
    .com-list-ul li .top {
        margin-bottom: 0;
        font-size: 1.5rem;
    }
    .com-list-ul li .ttl {
        margin: 0 0 10px 0;
        font-size: 2.13rem;
        text-align: center;
    }
    .com-list-ul li .ttl .en {
        margin-top: 6px;
        font-size: 1.2rem;
    }
    .com-list-ul li .txt-span {
        margin: 0;
    }
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    font-weight: 500;
    font-size: 1.2rem;
	display: inline-block;
	text-decoration: none;
	padding: 1px 5px;
	margin: 0 10px;
    vertical-align: middle;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    font-weight: 700;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .extend {
    display: none;
}
.wp-pagenavi .nextpostslink {
    margin: 3px 0 0 30px;
    width: 14px;
    height: 12px;
    background: url("img/common/icon05.png") no-repeat center center;
    background-size: 14px auto;
}
.wp-pagenavi .previouspostslink {
    margin: 3px 30px 0 0;
    width: 14px;
    height: 12px;
    background: url("img/common/icon06.png") no-repeat center center;
    background-size: 14px auto;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 1.4rem;
        padding: 1px 5px;
        margin: 0 10px;
        font-weight: 400;
    }
    .wp-pagenavi a:hover {
        font-weight: 400;
    }
    .wp-pagenavi .nextpostslink {
        margin: 0 0 0 15px;
        width: 12px;
        height: 14px;
        background: url("img/common/sp_icon05.png") no-repeat center center;
        background-size: 12px auto;
    }
    .wp-pagenavi .previouspostslink {
        margin: 0 15px 0 0;
        width: 12px;
        height: 14px;
        background: url("img/common/sp_icon10.png") no-repeat center center;
        background-size: 12px auto;
    }
}
/*------------------------------------------------------------
	com-link
------------------------------------------------------------*/
.com-link a {
    padding: 13px 10px 16px;
    display: block;
    width: 260px;
    color: #fff;
    font-size: 1.13rem;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    background: #1a2b70;
    border-radius: 4px;
    box-sizing: border-box;
    letter-spacing: 0.05em;
}
.com-link a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .com-link a {
        padding: 18px 10px 20px;
        width: 100%;
        font-size: 1.4rem;
        border-radius: 0;
        letter-spacing: 0.05em;
    }
}
/*------------------------------------------------------------
	com-title
------------------------------------------------------------*/
.com-title {
    width: 660px;
    padding-left: 20px;
    font-size: 2.6rem;
    margin: 0 auto 153px;
    letter-spacing: 0.24em;
}
@media all and (max-width: 896px) {
    .com-title {
        width: auto;
        margin-bottom: 20px;
        padding: 0 26px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	privacy-policy
------------------------------------------------------------*/
.privacy-policy .l-box .head-line01 {
    display: flex;
    flex-direction: column;
}
.privacy-policy .r-box p {
    margin-bottom: 23px;
    font-size: 1rem;
    line-height: 2.3;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.05em;
}
.privacy-policy .r-box p:last-child {
    margin-bottom: 0;
}
.privacy-policy .r-box .txt-list {
    margin-bottom: 23px;
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: 0.05em;
}
.privacy-policy .r-box .txt01 {
    margin-bottom: 47px;
}
.privacy-policy .r-box .mail:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .privacy-policy .l-box .head-line01 .en {
        order: 1;
    }
    .privacy-policy .l-box .head-line01 .jp {
        order: 2;
    }
    .privacy-policy .r-box p {
        margin-bottom: 18px;
        font-size: 1.3rem;
        line-height: 2;
    }
    .privacy-policy .r-box p:last-child {
        margin-bottom: 0;
    }
    .privacy-policy .r-box .txt-list {
        margin-bottom: 18px;
        font-size: 1.3rem;
        line-height: 2;
    }
    .privacy-policy .r-box .txt01 {
        margin-bottom: 32px;
    }
}
/*------------------------------------------------------------
	site-policy
------------------------------------------------------------*/
.site-policy .l-box .head-line01 {
    display: flex;
    flex-direction: column;
}
.site-policy .r-box p {
    margin-bottom: 23px;
    font-size: 1rem;
    line-height: 2.3;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.05em;
}
.site-policy .r-box p:last-child {
    margin-bottom: 0;
}
.site-policy .r-box .txt-list {
    margin-bottom: 23px;
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .site-policy .l-box .head-line01 .en {
        order: 1;
    }
    .site-policy .l-box .head-line01 .jp {
        order: 2;
    }
    .site-policy .r-box p {
        margin-bottom: 17px;
        font-size: 1.3rem;
        line-height: 2;
    }
    .site-policy .r-box p:last-child {
        margin-bottom: 0;
    }
    .site-policy .r-box .txt-list {
        margin-bottom: 15px;
        font-size: 1.3rem;
        line-height: 2;
    }
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.news-sec .head-line02 {
    margin-bottom: 141px;
}
.news-sec .news-list {
    margin-bottom: 39px;
}
.news-sec .news-list li {
    margin-bottom: 8px;
}
.news-sec .news-list li a {
    padding: 30px 38px;
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
    border: 1px solid #f2f2f2;
}
.news-sec .news-list li a:hover {
    opacity: 0.7;
}
.news-sec .news-list li .category {
    margin-right: 44px;
    padding: 1px 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    background: #1a2b70;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.075em;
}
.news-sec .news-list li .date {
    min-width: 118px;
    color: #BFBFBF;
    font-size: 1.3rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.05em;
}
.news-sec .news-list li .txt-span {
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .news-sec .head-line02 {
        margin-bottom: 46px;
        padding-top: 3px;
    }
    .news-sec .news-list {
        margin-bottom: 45px;
    }
    .news-sec .news-list li {
        margin-bottom: 12px;
    }
    .news-sec .news-list li a {
        padding: 26px 16px 20px;
        display: block;
    }
    .news-sec .news-list li .category {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        padding: 1px 10px;
        font-size: 1.2rem;
    }
    .news-sec .news-list li .date {
        min-width: inherit;
        display: block;
    }
    .news-sec .news-list li .txt-span {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
.news-detail {
    padding-top: 32px;
}
.news-detail .content {
    max-width: 640px;
}
.news-detail .category {
    margin-bottom: 28px;
    text-align: center;
    line-height: 1.5;
}
.news-detail .category .info {
    color: #fff;
    padding: 0 19px 2px;
    font-size: 1.8rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    display: inline-block;
    background: #1a2b70;
    line-height: 1.1;
    letter-spacing: 0.075em;
}
.news-detail h2 {
    margin-bottom: 52px;
    text-align: center;
    letter-spacing: 0.075em;
}
.news-detail h2 .date {
    margin-bottom: 4px;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
}
.news-detail h2 .jp {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.news-detail p {
    margin-bottom: 50px;
    color: #323333;
    letter-spacing: 0.05em;
    line-height: 2.3;
}
.news-detail .other-news {
    padding-top: 20px;
    margin-bottom: 70px;
}
.news-detail .other-news li {
    margin-bottom: 8px;
    width: 316px;
}
.news-detail .other-news li a {
    display: block;
    height: 100%;
    padding: 40px 20px 30px 25px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #c7cadb;
}
.news-detail .other-news li a:hover {
    opacity: 0.7;
}
.news-detail .other-news li .category {
    position: absolute;
    left: -2px;
    top: -2px;
    padding: 1px 23px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    background: #1a2b70;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.075em;
}
.news-detail .other-news li .date {
    display: block;
    color: #BFBFBF;
    font-size: 1.3rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: -1px;
}
.news-detail .other-news li .txt-span {
    display: block;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .news-detail {
        padding-top: 8px;
    }
    .news-detail .content {
        max-width: auto;
    }
    .news-detail .category {
        margin-bottom: 20px;
    }
    .news-detail .category .info {
        padding: 6px 13px;
        font-size: 1.4rem;
    }
    .news-detail h2 {
        margin-bottom: 22px;
        text-align: center;
        letter-spacing: 0.075em;
    }
    .news-detail h2 .date {
        margin-bottom: 19px;
        font-size: 1.4rem;
    }
    .news-detail h2 .jp {
        font-size: 1.6rem;
        letter-spacing: 0.075em;
    }
    .news-detail .pho {
        margin: 0 -27px 24px;
    }
    .news-detail p {
        margin-bottom: 16px;
        line-height: 2.15;
    }
    .news-detail .other-news {
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .news-detail .other-news {
        display: block;
    }
    .news-detail .other-news li {
        margin-bottom: 8px;
        width: 100%;
    }
    .news-detail .other-news li a {
        padding: 28px 20px 28px;
        border: 1px solid #c7cadb;
    }
    .news-detail .other-news li .category {
        left: -1px;
        top: -1px;
        padding: 1px 10px;
    }
    .news-detail .other-news li .date {
        font-size: 1.3rem;
    }
    .news-detail .other-news li .txt-span {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	sdgs
------------------------------------------------------------*/
.sdgs {
    padding-top: 59px;
}
.sdgs .content {
    max-width: 646px;
}
.sdgs .h2-ttl {
    margin-bottom: 152px;
    text-align: center;
}
.sdgs .com-title {
    margin-bottom: 100px;
}
.sdgs .head-line02 {
    margin-bottom: 63px;
}
.sdgs .head-line02 .en {
    margin-bottom: 6px;
}
.sdgs .dl-list {
    margin: 0 3px 120px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #8c95b6;
}
.sdgs .dl-list dt {
    margin-bottom: 14px;
    min-height: 25px;
    padding: 26px 40px 0 76px;
    line-height: 1.8;
    background: url("img/sdgs/q_img.png") no-repeat left 40px top 26px;
    background-size: 23px auto;
    border-top: 1px solid #8c95b6;
}
.sdgs .dl-list dd {
    padding: 0 40px 25px 82px;
    color: #8D8D8D;
    background: url("img/sdgs/a_img.png") no-repeat left 40px top 3px;
    background-size: 21px auto;
}
.sdgs .dl-list dd .js-box {
    height: 45px;
    overflow: hidden;
}
.sdgs .dl-list dd .js-box.on {
    height: auto;
}
.sdgs .dl-list dd p {
    margin-bottom: 20px;
    line-height: 1.95;
}
.sdgs .dl-list dd p:last-child {
    margin-bottom: 0;
}
.sdgs .dl-list dd .txt01 {
    margin-bottom: 0;
}
.sdgs .dl-list dd .btn {
    margin: 12px 40px 0 0;
    text-align: center;
}
.sdgs .dl-list dd .btn a {
    color: #4D4D4D;
    display: inline-block;
    text-decoration: underline;
}
.sdgs .dl-list dd .btn .span02 {
    display: none;
}
.sdgs .dl-list dd .btn .on .span01 {
    display: none;
}
.sdgs .dl-list dd .btn .on .span02 {
    display: block;
}
@media all and (max-width: 896px) {
    .sdgs {
        padding-top: 3px;
    }
    .sdgs .content {
        max-width: auto;
    }
    .sdgs .h2-ttl {
        margin-bottom: 54px;
    }
    .sdgs .head-line02 {
        margin-bottom: 49px;
    }
    .sdgs .head-line02 .en {
        margin-bottom: 0px;
    }
    .sdgs .dl-list {
        margin: 0 0 79px;
    }
    .sdgs .dl-list dt {
        margin: 0 0 14px;
        min-height: inherit;
        padding: 54px 0 8px;
        line-height: 1.75;
        background: url("img/sdgs/q_img.png") no-repeat left top 25px;
        background-size: 16px auto;
    }
    .sdgs .dl-list dd {
        padding: 26px 0 22px;
        background: url("img/sdgs/a_img.png") no-repeat left top;
        background-size: 16px auto;
    }
    .sdgs .dl-list dd .js-box {
        height: 46px;
    }
    .sdgs .dl-list dd .js-box.on {
        height: auto;
    }
    .sdgs .dl-list dd p {
        margin-bottom: 20px;
        line-height: 1.8;
    }
    .sdgs .dl-list dd p:last-child {
        margin-bottom: 0;
    }
    .sdgs .dl-list dd .txt01 {
        margin-bottom: 0;
    }
    .sdgs .dl-list dd .btn {
        margin: 15px 0 0 0;
        text-align: center;
    }
    .sdgs .dl-list dd .btn a {
        color: #4D4D4D;
        display: inline-block;
        text-decoration: underline;
    }
    .sdgs .dl-list dd .btn .span02 {
        display: none;
    }
    .sdgs .dl-list dd .btn .on .span01 {
        display: none;
    }
    .sdgs .dl-list dd .btn .on .span02 {
        display: block;
    }
}
/*------------------------------------------------------------
	magazine
------------------------------------------------------------*/
.magazine {
    margin: -21px 0 0;
}
.magazine-list {
    margin-bottom: 150px;
}
.magazine-list li {
    width: 32.5%;
    margin: 0 1.25% 10px 0;
}
.magazine-list li:nth-child(3n) {
    margin-right: 0;
}
.magazine-list li a {
    display: block;
    position: relative;
    height: 460px;
    background: url("img/magazine/photo01.jpg") no-repeat center center;
    background-size: cover;
}
.magazine-list li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,44,111,0.25);
    content: "";
}
.magazine-list li a:hover:before {
    display: none;
}
.magazine-list li .txt-box {
    position: absolute;
    left: 0;
    bottom: 50px;
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 0.075em;
    z-index: 10;
}
.magazine-list li .txt-box .ttl {
    margin-bottom: 5px;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}
.magazine-list li .txt-box .txt-span {
    margin-bottom: 17px;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
}
.magazine-list li .txt-box .txt-span .date {
    margin-top: 2px;
    display: block;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
}
.magazine-list li .txt-box .more {
    padding: 5px 5px 6px;
    display: inline-block;
    font-size: 1rem;
    min-width: 105px;
    box-sizing: border-box;
    background: #e08421;
}
@media all and (max-width: 896px) {
    .magazine {
        margin: -43px 0 0;
    }
    .magazine-list {
        display: block;
        margin-bottom: 50px;
    }
    .magazine-list li {
        width: 100%;
        margin: 0 0 28px 0;
    }
    .magazine-list li:nth-child(3n) {
        margin-right: 0;
    }
    .magazine-list li a {
        height: auto;
        padding-bottom: 125%;
    }
    .magazine-list li a:hover:before {
        display: block;
    }
    .magazine-list li .txt-box {
        bottom: 22px;
    }
    .magazine-list li .txt-box .ttl {
        margin-bottom: 13px;
        font-size: 1.5rem;
    }
    .magazine-list li .txt-box .txt-span {
        margin-bottom: 17px;
        font-size: 1.6rem;
    }
    .magazine-list li .txt-box .txt-span .date {
         margin: 12px 0 27px;
        font-size: 1.2rem;
    }
    .magazine-list li .txt-box .more {
        padding: 5px 5px 6px;
        font-size: 1.4rem;
        min-width: 110px;
    }
}
/*------------------------------------------------------------
	magazine/detail
------------------------------------------------------------*/
.magazine-detail {
    padding-top: 30px;
}
.magazine-detail .title {
    margin-bottom: 24px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    letter-spacing: 0.075em;
    line-height: 1.65;
}
.magazine-detail h2 {
    margin-bottom: 138px;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.075em;
}
.magazine-detail .top-pho {
    margin-bottom: 90px;
    text-align: center;
}
.magazine-detail .info-box {
    margin-bottom: 32px;
}
.magazine-detail .left-content {
    width: 25%;
    float: left;
}
.magazine-detail .left-content .txt-dl {
    margin-top: -5px;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.075em;
}
.magazine-detail .left-content .txt-dl dt {
    padding-top: 7px;
    float: left;
}
.magazine-detail .left-content .txt-dl dd {
    padding: 0 0 0 6.3em;
    line-height: 2.9;
}
.magazine-detail .right-content {
    width: 73.3%;
    float: right;
}
.magazine-detail .right-content p {
    margin-bottom: 46px;
    color: #323333;
    line-height: 1.9;
}
.magazine-detail .magazine-list {
    margin-bottom: 70px;
}
@media all and (max-width: 896px) {
    .magazine-detail {
        padding-top: 1px;
    }
    .magazine-detail .title {
        margin-bottom: 14px;
        font-size: 1.4rem;
    }
    .magazine-detail h2 {
        margin-bottom: 19px;
        font-size: 2.13rem;
    }
    .magazine-detail .top-pho {
        margin: 0 -27px 25px;
    }
    .magazine-detail .info-box {
        margin: 0 0 48px;
    }
    .magazine-detail .left-content {
        width: auto;
        float: none;
    }
    .magazine-detail .left-content .txt-dl {
        margin-top: 0;
        padding-top: 20px;
        font-size: 1.3rem;
        line-height: 2.15;
    }
    .magazine-detail .left-content .txt-dl dt {
        padding-top: 0;
        clear: both;
    }
    .magazine-detail .left-content .txt-dl dd {
        padding: 0 0 0 6.3em;
        line-height: 2.15;
    }
    .magazine-detail .right-content {
        width: auto;
        float: none;
    }
    .magazine-detail .right-content p {
        margin-bottom: 20px;
        line-height: 2.1;
    }
    .magazine-detail .magazine-list {
        margin-bottom: 26px;
    }
    .magazine-detail .magazine-list li .ttl {
        font-size: 1.27rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company {
    margin-top: -150px;
}
.company .visual {
    margin-bottom: 80px;
    height: 718px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/company/visual_bg.jpg") no-repeat center center;
    background-size: cover;
}
.company .visual .head-line02 {
    color: #fff;
    margin-bottom: 0;
}
.company .info-box {
    width: 642px;
    margin: 0 auto;
}
.company table {
    margin-bottom: 76px;
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
    border-bottom: 1px solid #8c95b6;
}
.company th,
.company td {
    padding: 16px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #8c95b6;
    letter-spacing: 0.05em;
    line-height: 2.3;
}
.company th {
    padding-left: 22px;
    width: 22.7%;
}
.company td .txt-dl dt {
    float: left;
}
.company td .txt-dl dd {
    padding-left: 5.9em;
    font-weight: 400;
}
.company th .ttl-img {
    margin: 0 -140px 0 0;
    width: 253px;
}
.company td .txt-dl01 {
    padding-top: 40px;
}
.company td .txt-dl dd a:hover {
    opacity: 0.7;
}
.company td .txt-dl dd img {
    margin-left: 3px;
}
.company th .ttl {
    margin-right: -60px;
}
.company td .list-ul {
    margin-bottom: 95px;
    padding-top: 30px;
}
.company td .list-ul li {
    display: block;
    margin-bottom: 10px;
}
.company td .list-ul li:last-child {
    margin-bottom: 0;
}
.company td .list-ul li a {
    display: block;
}
.company td .list-ul li a:hover {
    opacity: 0.7;
}
.company td .list-ul li .top-span {
    display: block;
}
.company .title {
    margin-bottom: 118px;
    font-size: 2.6rem;
    letter-spacing: 0.24em;
}
.company .title .en {
    margin-top: 8px;
    display: block;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.075em;
}
.company .btn {
    margin-bottom: 120px;
}
.company .btn a {
    padding: 0 40px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    height: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    background: #1a2b70 url("img/common/icon07.png") no-repeat right 40px center;
    background-size: 71px auto;
    letter-spacing: 0.075em;
}
.company .btn a:hover {
    opacity: 0.7;
}
.company .btn .en {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
}
.company .contact-box {
    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url("img/company/contact_box_bg.jpg") no-repeat center center;
    background-size: cover;
}
.company .contact-box .head-line02 {
    padding-top: 90px;
    color: #fff;
    margin-bottom: 78px;
}
.company .contact-box .head-line02 .en {
    margin-bottom: 6px;
}
.company .contact-box .list-ul {
    width: 826px;
    margin: 0 auto;
}
.company .contact-box .list-ul li {
    padding: 12px 0;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}
.company .contact-box .list-ul li:last-child {
    border-right: none;
}
.company .contact-box .list-ul li .top-img {
    margin-bottom: 30px;
    display: block;
}
.company .contact-box .list-ul li .ttl {
    margin-bottom: 26px;
    color: #fff;
    display: block;
    letter-spacing: 0.05em;
}
.company .contact-box .list-ul li .ttl01 {
    margin-bottom: 10px;
}
.company .contact-box .list-ul li .link a {
    padding: 13px 13px 16px;
    display: block;
    width: 220px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.company .contact-box .list-ul li .link a:hover {
    opacity: 0.7;
}
.company .contact-box .list-ul li .tel {
    margin-bottom: 10px;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
}
.company .contact-box .list-ul li .tel a {
    color: #fff;
}
.company .contact-box .list-ul li .time {
    display: block;
    color: #fff;
    letter-spacing: 0.05em;
}
.company td .add-box {
    margin-top: 30px;
}
.company td .add-box .top {
    margin-bottom: 5px;
    font-size: 1.2rem;
}
@media all and (max-width: 896px) {
    .company {
        margin-top: -138px;
    }
    .company .visual {
        margin-bottom: 26px;
        height: 397px;
    }
    .company .info-box {
        width: auto;
        margin: 0 auto;
    }
    .company th,
    .company td {
        float: left;
        width: 100%;
        padding: 0;
        line-height: 1.5;
        box-sizing: border-box;
    }
    .company th {
        padding: 10px 0 3px;
        width: 100%;
        font-size: 1.3rem;
        border-bottom: none;
    }
    .company .th-style {
        text-align: center;
    }
    .company td {
        padding-bottom: 10px;
        font-size: 1.4rem;
        border-top: none;
    }
    .company td .txt-dl dt {
        margin-bottom: 3px;
        float: none;
    }
    .company td .top {
        margin-bottom: 10px;
    }
    .company td .txt-dl dd {
        padding: 0 0 10px;
    }
    .company th .ttl-img {
        margin: 20px 0 0;
        width: auto;
        text-align: center;
    }
    .company th .ttl-img img {
        width: 200px;
    }
    .company td .txt-dl01 {
        padding-top: 15px;
    }
    .company td .txt-dl dd img {
        margin-left: 3px;
    }
    .company th .ttl {
        margin-right: 0;
    }
    .company td .list-ul {
        margin-bottom: 59px;
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .company td .list-ul li {
        width: 49%;
        margin-bottom: 10px;
    }
    .company td .list-ul li img {
        width: 100%;
    }
    .company td .list-ul li:last-child {
        margin-bottom: 0;
    }
    .company td .list-ul li .top-span {
        margin-bottom: 5px;
    }
    .company .title {
        margin: 0 26px 78px;
        font-size: 1.6rem;
        letter-spacing: 0.075em;
    }
    .company .title .en {
        margin-top: 4px;
        font-size: 1.3rem;
    }
    .company .btn {
        margin-bottom: 80px;
    }
    .company .btn a {
        padding: 0 26px;
        font-size: 2.13rem;
        height: 108px;
        background: #1a2b70 url("img/common/icon07.png") no-repeat right 26px center;
        background-size: 40px auto;
    }
    .company .btn .en {
        margin-top: -3px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .company .contact-box {
        height: auto;
        margin: 0 -27px -90px;
        padding-bottom: 45px;
        display: block;
        background: url("img/company/sp_contact_bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .company .contact-box .head-line02 {
        padding-top: 32px;
        margin-bottom: 36px;
    }
    .company .contact-box .head-line02 .en {
        margin-bottom: 0;
    }
    .company .contact-box .list-ul {
        display: block;
        width: auto;
    }
    .company .contact-box .list-ul li {
        padding: 12px 0;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        border-right: none;
    }
    .company .contact-box .list-ul li:last-child {
        border-right: none;
        margin-top: 33px;
    }
    .company .contact-box .list-ul li .top-img {
        margin-bottom: 20px;
    }
    .company .contact-box .list-ul li .top-img img {
        width: 64px;
    }
    .company .contact-box .list-ul li:last-child .top-img img {
        width: 68px;
    }
    .company .contact-box .list-ul li .ttl {
        margin-bottom: 26px;
        font-size: 1.4rem;
    }
    .company .contact-box .list-ul li .ttl01 {
        margin-bottom: 10px;
    }
    .company .contact-box .list-ul li .link {
        display: block;
        margin: 0 27px;
    }
    .company .contact-box .list-ul li .link a {
        padding: 13px 13px 14px;
        width: 100%;
        max-width: 450px;
        font-size: 1.4rem;
        box-sizing: border-box;
    }
    .company .contact-box .list-ul li .tel {
        margin-bottom: 2px;
        font-size: 2.8rem;
    }
    .company td .add-box {
        margin-top: 20px;
    }
    .company td .add-box .top {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    .company td .add-box .img-box {
        width: 70%;
    }
}
/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
.philosophy {
    margin-top: -32px;
}
.philosophy .head-line02 {
    margin-bottom: 104px;
    padding-top: 0;
}
.philosophy .head-line02 .en {
    margin-bottom: 6px;
}
.philosophy .content {
    max-width: 966px;
}
.philosophy .list-ul {
    margin-bottom: 104px;
}
.philosophy .list-ul li {
    margin-bottom: 139px;
    width: 43.5%;
    position: relative;
}
.philosophy .list-ul li:before {
    position: absolute;
    right: -62px;
    width: 2px;
    top: -32px;
    bottom: -42px;
    background: #8c94b8;
    content: "";
}
.philosophy .list-ul li:after {
    position: absolute;
    right: -21px;
    left: 0;
    height: 2px;
    bottom: -82px;
    background: #8c94b8;
    content: "";
}
.philosophy .list-ul li:nth-child(2n):before {
    display: none;
}
.philosophy .list-ul li:nth-child(2n):after {
    left: -20px;
    right: 0;
}
.philosophy .list-ul li:nth-child(3):after {
    display: none;
}
.philosophy .list-ul li:nth-child(4):after {
    display: none;
}
.philosophy .list-ul li:nth-child(3) {
    margin-bottom: 0;
}
.philosophy .list-ul li:nth-child(4) {
    margin-bottom: 0;
}
.philosophy .list-ul li .title {
    margin-bottom: 14px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.75;
}
.philosophy .list-ul li .txt {
    margin-bottom: 33px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}
.philosophy .h3-ttl {
    margin-bottom: 21px;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.075em;
    text-align: center;
}
.philosophy .txt-p {
    margin-bottom: 90px;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.philosophy .logo-img {
    text-align: center;
}
@media all and (max-width: 896px) {
    .philosophy {
        margin-top: 0;
        padding-top: 1px;
    }
    .philosophy .head-line02 {
        margin-bottom: 74px;
        padding-top: 0;
    }
    .philosophy .head-line02 .en {
        margin-bottom: 1px;
    }
    .philosophy .content {
        max-width: auto;
    }
    .philosophy .com-title {
        margin-bottom: 58px;
    }
    .philosophy .list-ul {
        margin-bottom: 78px;
        display: block;
    }
    .philosophy .list-ul li {
        margin-bottom: 71px;
        padding-bottom: 79px;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #8c94b8;
    }
    .philosophy .list-ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .philosophy .list-ul li:before {
        display: none;
    }
    .philosophy .list-ul li:after {
        display: none;
    }
    .philosophy .list-ul li:nth-child(2n):before {
        display: none;
    }
    .philosophy .list-ul li:nth-child(2n):after {
        display: none;
    }
    .philosophy .list-ul li:nth-child(3) {
        margin-bottom: 71px;
    }
    .philosophy .list-ul li:nth-child(4) {
        margin-bottom: 0;
    }
    .philosophy .list-ul li .title {
        margin-bottom: 14px;
        display: block;
        height: auto !important;
        font-size: 2.13rem;
        line-height: 1.6;
    }
    .philosophy .list-ul li .txt {
        margin-bottom: 33px;
    }
    .philosophy .h3-ttl {
        margin-bottom: 13px;
        font-size: 2.13rem;
        line-height: 1.65;
        text-align: left;
    }
    .philosophy .txt-p {
        margin-bottom: 73px;
        font-size: 1.3rem;
        text-align: left;
        line-height: 2;
    }
    .philosophy .logo-img img {
        width: 120px;
    }
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruit .wrap {
    margin: -135px 0 52px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 358px;
}
.recruit .slideshow {
    display: flex;
    -webkit-animation: loop-slide 20s infinite linear 1s both;
    animation: loop-slide 20s infinite linear 1s both;
}
.recruit .slideshow li {
    height: 358px;
    padding: 0 5px;
}
.recruit .slideshow li img {
    height: 100%;
    width: auto;
    max-width: inherit;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
.recruit .head-line02 {
    margin-bottom: 106px;
}
.recruit .head-line02 .en {
    margin-bottom: 6px;
}
.recruit .content {
    max-width: 960px;
}
.recruit .com-title {
    margin-bottom: 116px;
}
.recruit .list-ul {
    margin-top: -9px;
    align-items: flex-start;
}
.recruit .list-ul li {
    margin: 9px 0 0 0;
    padding: 22px 20px 29px;
    width: 49.5%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #8c94b8;
}
.recruit .list-ul li .js-box {
    display: none;
    padding: 44px 0 32px;
}
.recruit .list-ul li .title {
    padding-right: 100px;
    letter-spacing: 0.05em;
}
.recruit .list-ul li .title .small {
    margin-top: 5px;
    font-size: 1rem;
    display: block;
}
.recruit .list-ul li .btn {
    position: absolute;
    right: 19px;
    top: 35px;
}
.recruit .list-ul li .btn a {
    padding: 2px 26px 4px 0;
    color: #BFBFBF;
    letter-spacing: 0.05em;
    background: url("img/recruit/icon01.png") no-repeat right top 3px;
    background-size: 17px auto;
}
.recruit .list-ul li .btn .on {
    background: url("img/recruit/icon02.png") no-repeat right top 3px;
    background-size: 17px auto;
}
.recruit .list-ul li .btn .info-txt01 {
    display: none;
}
.recruit .list-ul li .js-box .txt {
    margin-bottom: 54px;
    line-height: 1.9;
}
.recruit .list-ul li .btn .on .info-txt01 {
    display: inline-block;
}
.recruit .list-ul li .btn .on .info-txt02 {
    display: none;
}
@media all and (max-width: 896px) {
    .recruit .wrap {
        height: 265px;
    }
    .recruit .slideshow li {
        padding: 0 3px;
        height: 265px;
    }
    .recruit .top-ul {
        margin: -135px 0 48px;
    }
    .recruit .top-ul .slick-slide > div {
        width: 320px;
        margin: 0 3px;
    }
    .recruit .head-line02 {
        margin-bottom: 72px;
    }
    .recruit .head-line02 .en {
        margin-bottom: 0;
    }
    .recruit .content {
        max-width: auto;
    }
    .recruit .com-title {
        margin-bottom: 64px;
    }
    .recruit .list-ul {
        margin-top: 0;
        display: block;
    }
    .recruit .list-ul li {
        margin: 0 0 6px 0;
        padding: 22px 25px 29px;
        width: 100%;
    }
    .recruit .list-ul li:last-child {
        margin-bottom: 0;
    }
    .recruit .list-ul li .js-box {
        display: none;
        padding: 10px 0 0;
    }
    .recruit .list-ul li .title {
        padding-right: 100px;
        font-size: 1.4rem;
    }
    .recruit .list-ul li .title .small {
        margin-top: 5px;
        font-size: 1.3rem;
        display: block;
    }
    .recruit .list-ul li .btn {
        position: absolute;
        right: 19px;
        top: 35px;
    }
    .recruit .list-ul li .btn a {
        padding: 2px 26px 5px 0;
        font-size: 1.2rem;
    }
    .recruit .list-ul li .js-box .txt {
        margin-bottom: 22px;
        line-height: 2;
    }
    .recruit .list-ul li .com-link {
        width: 66%;
        margin: 0 auto;
    }
    .recruit .list-ul li .com-link a {
        padding: 11px 10px 13px;
    }
}
/*------------------------------------------------------------
	mission
------------------------------------------------------------*/
.mission {
    padding-top: 50px;
}
.mission .com-title {
    margin-bottom: 188px;
}
.mission .com-list-ul {
    margin-bottom: 177px;
}
.mission .info-sec .top-box {
    color: #fff;
    padding: 168px 0 0;
    min-height: 772px;
    box-sizing: border-box;
    background: url("img/mission/photo01.jpg") no-repeat center top;
    background-size: cover;
}
.mission .info-sec .top-box02 {
    background: url("img/mission/photo02.jpg") no-repeat center top;
    background-size: cover;
}
.mission .info-sec .top-box03 {
    background: url("img/mission/photo03.jpg") no-repeat center top;
    background-size: cover;
}
.mission .info-sec .top-box04 {
    background: url("img/mission/photo04.jpg") no-repeat center top;
    background-size: cover;
}
.mission .info-sec .top-box05 {
    background: url("img/mission/photo05.jpg") no-repeat center top;
    background-size: cover;
}
.mission .info-sec .sub-box .title {
    margin-bottom: 7px;
    font-size: 1.8rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    letter-spacing: 0.075em;
}
.mission .info-sec .sub-box .ttl {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 3.2rem;
    letter-spacing: 0.075em;
}
.mission .info-sec .sub-box .ttl .en {
    margin-top: 1px;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.075em;
}
.mission .info-sec .sub-box .txt {
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}
.mission .info-sec .detail-txt {
    line-height: 2;
}
.mission .info-sec .photo-list {
    margin: -260px -40px 86px;
}
.mission .info-sec .photo-list li {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 72px;
    text-align: center;
    box-sizing: border-box;
}
.mission .info-sec .photo-list li .pho {
    display: block;
    width: 84%;
    margin: 0 auto 36px;
}
.mission .info-sec .photo-list li .ttl {
    display: block;
    margin: 0 -10px 30px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.mission .info-sec .photo-list li .txt-span {
    display: block;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
}
.mission .info-sec .photo-list01 li .txt-span {
    text-align: left;
    margin: 0 10px 0 30px;
}
.mission .info-sec .link-txt {
    margin-bottom: 177px;
    text-align: center;
}
.mission .info-sec .link-txt a {
    padding-bottom: 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
    letter-spacing: 0.075em;
    background: url("img/common/icon11.png") no-repeat center bottom;
    background-size: 13px auto;
}
.mission .info-sec .link-txt a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
    .mission .info-sec .photo-list {
        margin: -260px 0 86px;
    }
}
@media all and (max-width: 896px) {
    .mission {
        padding-top: 36px;
    }
    .mission .com-title {
        margin-bottom: 74px;
    }
    .mission .com-list-ul {
        margin-bottom: 105px;
    }
    .mission .info-sec .top-box {
        padding: 0;
        min-height: inherit;
        box-sizing: border-box;
        background: none !important;
    }
    .mission .info-sec .top-box .sub-box {
        margin: 0 -27px;
        min-height: 225px;
        padding: 50px 27px 37px;
        text-align: center;
        box-sizing: border-box;
        background: url("img/mission/photo01.jpg") no-repeat center center;
        background-size: cover;
    }
    .mission .info-sec .top-box02 .sub-box {
        background: url("img/mission/photo02.jpg") no-repeat center top;
        background-size: cover;
    }
    .mission .info-sec .top-box03 .sub-box {
        background: url("img/mission/photo03.jpg") no-repeat center top;
        background-size: cover;
    }
    .mission .info-sec .top-box04 .sub-box {
        background: url("img/mission/photo04.jpg") no-repeat center top;
        background-size: cover;
    }
    .mission .info-sec .top-box05 .sub-box {
        background: url("img/mission/photo05.jpg") no-repeat center top;
        background-size: cover;
    }
    .mission .info-sec .sub-box .title {
        margin-bottom: 12px;
        font-size: 1.5rem;
    }
    .mission .info-sec .sub-box .ttl {
        margin-bottom: 22px;
        font-size: 2.13rem;
    }
    .mission .info-sec .sub-box .ttl .en {
        margin-top: 4px;
        font-size: 1.2rem;
    }
    .mission .info-sec .sub-box .txt {
        margin-bottom: 28px;
        font-weight: 400;
    }
    .mission .info-sec .detail-txt {
        color: #1D2B6F;
        padding: 23px 27px 45px;
        line-height: 2;
        font-weight: 500;
        background: #fff;
        margin: 0 -27px;
        text-align: justify;
        text-justify:inter-ideograph;
    }
    .mission .info-sec .photo-list {
        margin: 0 -10px 72px;
        justify-content: space-between;
    }
    .mission .info-sec .photo-list li {
        width: 46%;
        margin-bottom: 22px;
        padding: 0;
    }
    .mission .info-sec .photo-list li .pho {
        display: block;
        width: 96%;
        margin: 0 auto 10px;
    }
    .mission .info-sec .photo-list li .ttl {
        margin: 0 0 6px;
        font-size: 1.2rem;
        line-height: 2;
    }
    .mission .info-sec .photo-list li .txt-span {
        line-height: 2;
        text-align: left;
        margin: 0;
        font-size: 1.2rem;
    }
    .mission .info-sec .link-txt {
        margin-bottom: 104px;
    }
    .mission .info-sec .link-txt a {
        padding-bottom: 0;
        font-size: 1.2rem;
        background: none;
    }
}



/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/
.page-title {
    margin: -150px 0 78px;
    height: 773px;
    padding-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
    background: url("img/tokyo/page_title_bg.jpg") no-repeat center center;
    background-size: cover;
}
.page-title .txt-list {
    margin-bottom: 53px;
}
.page-title .txt-list li {
    margin-right: 22px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
.page-title .txt-list li:before {
    position: absolute;
    right: -14px;
    top: 7px;
    bottom: 4px;
    width: 2px;
    background: #fff;
    content: "";
}
.page-title .txt-list li:last-child {
    margin-right: 0;
}
.page-title .txt-list li:last-child:before {
    display: none;
}
.page-title .ttl {
    font-size: 1.8rem;
}
@media all and (max-width: 896px) {
    .page-title {
        margin: -135px 0 53px;
        height: 394px;
        padding: 75px 15px 0;
    }
    .page-title .txt-list {
        margin-bottom: 33px;
    }
    .page-title .txt-list li {
        margin-right: 16px;
        font-size: 1.4rem;
    }
    .page-title .txt-list li:before {
        right: -10px;
        top: 3px;
        bottom: 3px;
        width: 1px;
    }
    .page-title .txt-list li:last-child {
        margin-right: 0;
    }
    .page-title .txt-list li:last-child:before {
        display: none;
    }
    .page-title .ttl {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	head-line03
------------------------------------------------------------*/
.head-line03 {
    margin-bottom: 15px;
    font-family: 'Manrope', sans-serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.075em;
}
@media all and (max-width: 896px) {
    .head-line03 {
        margin-bottom: 17px;
        line-height: 1.4;
        font-size: 2.13rem;
    }
}
/*------------------------------------------------------------
	head-line04
------------------------------------------------------------*/
.head-line04 {
    margin-bottom: 76px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
    .head-line04 {
        margin-bottom: 50px;
        font-size: 1.2rem;
    }
}


/*------------------------------------------------------------
	com-sec
------------------------------------------------------------*/
.com-sec .info-box {
    width: 640px;
    margin: 0 auto 155px;
}
.com-sec .compared-list {
    margin-bottom: 15px;
}
.com-sec .compared-list li {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 64px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #192c70;
}
.com-sec .compared-list li:last-child {
    border-left: none;
}
.com-sec .compared-list li .ttl {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.com-sec .compared-list li .symbol {
    position: absolute;
    right: 17px;
    bottom: 7px;
    font-size: 2.4rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    letter-spacing: 0.075em;
}
.com-sec .compared-list li .num {
    font-size: 4.2rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    letter-spacing: 0.075em;
}
.com-sec .compared-list li .color {
    color: #E71F19;
}
.com-sec .table-box {
    margin-bottom: 80px;
}
.com-sec .table-box .year-list {
    margin: 0 0 17px 30px;
}
.com-sec .table-box .year-list li {
    letter-spacing: 0.075em;
    margin-bottom: 1px;
}
.com-sec .table-box .year-list li:last-child {
    margin-bottom: 0;
}
.com-sec .table-box .year-list li .info {
    display: inline-block;
    position: relative;
}
.com-sec .table-box .year-list li .info:before {
    position: absolute;
    right: -25px;
    top: 9px;
    width: 17px;
    height: 2px;
    background: #2995c6;
    content: "";
}
.com-sec .table-box .year-list .last .info:before {
    background: #e28422;
}
.com-sec .table-box .info-table {
    margin: 0 26px;
    position: relative;
    padding-bottom: 26.24%;
}
.com-sec .table-box .info-table > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.com-sec .histogram-list {
    padding-top: 20px;
    margin-bottom: 81px;
}
.com-sec .histogram-list01 {
    margin-bottom: 0;
}
.com-sec .histogram-list li {
    margin-bottom: 6px;
    display: flex;
    -webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
.com-sec .histogram-list li .ttl {
    width: 217px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.com-sec .histogram-list li .ttl .info-ttl {
    min-width: 90px;
    display: inline-block;
}
.com-sec .histogram-list li .grap {
    position: relative;
    width: 420px;
    height: 30px;
    background: #e6e4e5;
}
.com-sec .histogram-list li .grap01 {
    background: #8d8d8d;
}
.com-sec .histogram-list li .grap02 {
    background: #ffffff;
}
.com-sec .histogram-list li .grap .color-span01 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 126px;
    background: #2995c6;
}
.com-sec .histogram-list li .grap .color-span03 {
    background: #8d8d8d;
}
.com-sec .histogram-list li .grap .color-span02 {
    background: #e28422;
}
.com-sec .photo-list {
    margin: -20px 32px 80px;
}
.com-sec .photo-list li {
    margin: 20px 2% 0 0;
    color: #fff;
    width: 32%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}
.com-sec .photo-list li .inner {
    margin: 0 auto;
    width: 320px;
    height: 320px;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    background: url("img/tokyo/s_photo01.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style02 .inner {
    background: url("img/tokyo/s_photo02.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style03 .inner {
    background: url("img/tokyo/s_photo03.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style04 .inner {
    background: url("img/tokyo/s_photo04.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style05 .inner {
    background: url("img/tokyo/s_photo05.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style06 .inner {
    background: url("img/tokyo/s_photo06.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style07 .inner {
    background: url("img/tokyo/s_photo07.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style08 .inner {
    background: url("img/tokyo/s_photo08.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style09 .inner {
    background: url("img/tokyo/s_photo09.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style10 .inner {
    background: url("img/tokyo/s_photo10.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style11 .inner {
    background: url("img/tokyo/s_photo11.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style12 .inner {
    background: url("img/tokyo/s_photo12.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style13 .inner {
    background: url("img/tokyo/s_photo13.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style14 .inner {
    background: url("img/tokyo/s_photo14.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style15 .inner {
    background: url("img/tokyo/s_photo15.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style16 .inner {
    background: url("img/tokyo/s_photo16.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style17 .inner {
    background: url("img/tokyo/s_photo17.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style18 .inner {
    background: url("img/tokyo/s_photo18.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style19 .inner {
    background: url("img/tokyo/s_photo19.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style20 .inner {
    background: url("img/tokyo/s_photo20.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style21 .inner {
    background: url("img/tokyo/s_photo21.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list .style22 .inner {
    background: url("img/tokyo/s_photo22.png") no-repeat center center;
    background-size: cover;
}
.com-sec .photo-list li:nth-child(3n) {
    margin-right: 0;
}
.com-sec .com-link {
    margin-bottom: 160px;
}
.com-sec .list-ul {
    margin-bottom: 145px;
}
.com-sec .list-ul li {
    margin: 0 1.1% 10px 0;
    width: 32.6%;
    position: relative;
}
.com-sec .list-ul li:nth-child(3n) {
    margin-right: 0;
}
.com-sec .list-ul li .txt-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 20px 15px;
}
.com-sec .list-ul li .txt-box .ttl {
    margin-bottom: 10px;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.075em;
}
.com-sec .list-ul li .txt-box .txt-span {
    display: block;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.com-sec .link-list li {
    width: 24.4%;
    margin-right: 0.8%;
}
.com-sec .link-list li:nth-child(4n) {
    margin-right: 0;
}
.com-sec .link-list li a {
    display: block;
    position: relative;
}
.com-sec .link-list li.on a:before,
.com-sec .link-list li a:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(13,7,87,0.8);
    content: "";
    width: 100%;
    height: 100%;
}
.com-sec .link-list li .ttl {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.075em;
    z-index: 10;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
    .com-sec .photo-list li .inner {
        width: 260px;
        height: 260px;
    }
}
@media all and (max-width: 896px) {
    .com-sec {
        margin-bottom: -90px;
    }
    .com-sec .info-box {
        width: auto;
        margin: 0 auto 99px;
    }
    .com-sec .compared-list {
        margin-bottom: 8px;
    }
    .com-sec .compared-list li {
        width: 50%;
        height: 55px;
    }
    .com-sec .compared-list li:last-child {
        border-left: none;
    }
    .com-sec .compared-list li .ttl {
        font-size: 1.3rem;
    }
    .com-sec .compared-list li .symbol {
        right: 12px;
        bottom: 50%;
        margin-bottom: -13px;
        font-size: 1.6rem;
    }
    .com-sec .compared-list li .num {
        font-size: 2.5rem;
    }
    .com-sec .table-box {
        margin-bottom: 60px;
    }
    .com-sec .table-box .year-list {
        margin: 0 0 17px;
    }
    .com-sec .table-box .year-list li {
        margin-bottom: 4px;
    }
    .com-sec .table-box .year-list li:last-child {
        margin-bottom: 0;
    }
    .com-sec .table-box .year-list li .info:before {
        right: -18px;
        top: 9px;
        width: 12px;
        height: 1px;
    }
    .com-sec .table-box .info-table {
        margin: 0;
    }
    .com-sec .histogram-list {
        padding-top: 5px;
        margin-bottom: 51px;
    }
    .com-sec .histogram-list01 {
        margin-bottom: 0;
    }
    .com-sec .histogram-list li {
        margin-bottom: 10px;
        display: block;
    }
    .com-sec .histogram-list li .ttl {
        margin-top: 3px;
        display: block;
        width: 100%;
        font-size: 1.3rem;
    }
    .com-sec .histogram-list li .ttl .info-ttl {
        min-width: 76px;
    }
    .com-sec .histogram-list li .grap {
        display: block;
        width: 100%;
        height: 27px;
    }
    .com-sec .histogram-list li .grap .color-span01 {
        width: 34%;
    }
    .com-sec .photo-list {
        margin: -25px 0 55px;
        justify-content: space-between;
    }
    .com-sec .photo-list li {
        margin: 25px 0 0 0;
        width: 50%;
        line-height: 2;
        font-size: 1.0rem;
    }
    .com-sec .photo-list li .inner {
        width: 147px;
        height: 147px;
    }
    .com-sec .com-link {
        margin-bottom: 105px;
    }
    .com-sec .list-ul {
        margin-bottom: 80px;
        display: block;
    }
    .com-sec .list-ul li {
        margin: 0 0 27px 0;
        width: 100%;
        position: relative;
    }
    .com-sec .list-ul li img {
        width: 100%;
    }
    .com-sec .list-ul li:last-child {
        margin: 0;
    }
    .com-sec .list-ul li .txt-box {
        padding: 20px 26px 22px;
    }
    .com-sec .list-ul li .txt-box .ttl {
        margin-bottom: 22px;
        font-size: 1.4rem;
    }
    .com-sec .list-ul li .txt-box .txt-span {
        line-height: 2;
    }
    .com-sec .link-list {
        margin: 0 -27px;
        justify-content: space-between;
    }
    .com-sec .link-list li {
        width: 49%;
        margin: 0 0 7px;
    }
    .com-sec .link-list li:nth-child(4n) {
        margin-right: 0;
    }
    .com-sec .link-list li a {
        display: block;
        position: relative;
    }
    .com-sec .link-list li a:hover:before {
        display: none;
    }
    .com-sec .link-list li.on a:before {
        display: block;
    }
    .com-sec .link-list li .ttl {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .com-sec .com-title {
        margin-bottom: 72px;
    }
}
@media all and (max-width: 374px) {
    .com-sec .photo-list li {
        font-size: 1.1rem;
    }
    .com-sec .photo-list li .inner {
        width: 140px;
        height: 140px;
    }
    .com-sec .photo-list {
        margin: -25px -20px 55px;
    }
}
/*------------------------------------------------------------
	yamagata
------------------------------------------------------------*/
.yamagata .page-title {
    background: url("img/yamagata/page_title_bg.jpg") no-repeat center center;
    background-size: cover;
}
/*------------------------------------------------------------
	wuxi
------------------------------------------------------------*/
.wuxi .page-title {
    background: url("img/wuxi/page_title_bg.jpg") no-repeat center center;
    background-size: cover;
}
/*------------------------------------------------------------
	vietnam
------------------------------------------------------------*/
.vietnam .page-title {
    background: url("img/vietnam/page_title_bg.jpg") no-repeat center center;
    background-size: cover;
}
/*------------------------------------------------------------
	nofound
------------------------------------------------------------*/
.nofound .h2-ttl {
    margin-bottom: 30px;
    font-size: 6rem;
}
.nofound .txt {
    font-size: 1.6rem;
}
@media all and (max-width: 896px) {
    .nofound .h2-ttl {
        font-size: 3rem;
    }
    .nofound .txt {
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	form
------------------------------------------------------------*/
.wpcf7c-conf {
    background-color: transparent !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.grecaptcha-badge { visibility: hidden; }