@charset "utf-8";
/*
Theme Name: yomicn
Theme URI: null
Description: Description
Author: silent
Version: 1.0
*/
 :root {
  --base-color: #1F75E0;
  --base-color: #071520;
  --base-color-op5: rgb(31, 117, 224,0.5);
  --main: #679CCD;
  --main-light: #EDF0F5;
  --main-dark: #AEA388;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	default
------------------------------------------------------------*/
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,figcaption, figure {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: 2.6vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, 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;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: var(--base-color);
}
a:active {
	color: #333;
}
.clearfix:after {content: "";display: block;clear: both;}
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 70px;
	text-align: left;
}
.fax,
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 50px;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/*headLine01*/
.headLine01 {
	text-align: center;
    font-size: 2.8rem;
    font-weight: normal;
    margin: 0 0 40px 0;
    line-height: normal;
    position: relative;
}
.headLine01:after {
	display: block;
    margin: 15px auto 0;
    width: 45px;
    height: 3px;
    background: var(--base-color);
    content: '';
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 20px;
    	font-size: 2.4rem;
	}
}
/*comBtn01*/
.comBtn01.center {
	text-align: center;
}
.comBtn01 a {
	border: 1px solid currentColor;
    color: var(--base-color);
    margin-top: 2%;
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 2.85em;
    padding-left: 2.5em;
    padding-right: 3.5em;
    border-radius: 30px;
    background: url(img/common/arrow03.png) no-repeat 90% center;
    transition: all ease 0.5s;
}
.comBtn01 a:hover {
	padding-right: 2.5em;
    background-color: var(--base-color);
    background-position: 120% center;
    color: #fff;
    transition: all ease 0.5s;
}
/*fixBox*/
.fixBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #2070DF;
	z-index: 10;
}
.fixBox .content {
	margin: 0 auto;
	width: 1280px;
	padding: 20px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fixBox .content > p {
	font-size: 3rem;
	color: #E9D52E;
}
.fixBox .content > p span {
	display: block;
	font-size: 1.9rem;
	color: #FFF;
	text-align: center;
}
.fixBox .formBox form {
	position: relative;
	display: flex;
	align-items: center;
}
.fixBox .formBox input {
	padding: 5px 15px;
	width: 155px;
	height: 36px;
	line-height: 36px;
	appearance: none;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
}
.fixBox .formBox p {
	margin-left: 2rem;
}
.fixBox .formBox .submit {
	position: relative;
}
.fixBox .formBox .submit input {
	padding: 0;
	width: 115px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 1.6rem;
	background: #FF8D2E;
	cursor: pointer;
}
.fixBox .formBox .submit .wpcf7-spinner {
	position: absolute;
    margin: 0;
    top: 8px;
    right: -40px;
}
.fixBox .formBox .wpcf7-form-control-wrap {
	display: block;
}
.fixBox .formBox .wpcf7-not-valid-tip {
	position: absolute;
	right: 8px;
	top: 7px;
	pointer-events: none;
}
.fixBox .formBox .wpcf7-response-output {
	color: #FFF;
	margin: 0;
	position: absolute;
	right: 0;
	top: 105%;
}
@media all and (max-width: 896px) {
	.fixBox .content {
		width: 100%;
		padding: 15px 10px;
		display: block;
	}
	.fixBox .content > p {
		margin-bottom: 5px;
		font-size: 1.8rem;
		text-align: center;
	}
	.fixBox .content > p span {
		margin-left: 0.5rem;
		font-size: 1.5rem;
		display: inline-block;
	}
	.fixBox .formBox form {
		flex-wrap: wrap;
		justify-content: center;
	}
	.fixBox .formBox input {
		height: 30px;
		width: 115px;
		line-height: 30px;
	}
	.fixBox .formBox p {
		margin-left: 1rem;
	}
	.fixBox .formBox .name {
		margin-left: 0;
	}
	.fixBox .formBox .submit input {
		width: 90px;
		height: 35px;
		line-height: 35px;
		font-size: 1.5rem;
	}
	.fixBox .formBox .submit .wpcf7-spinner {
		top: 6px;
	    right: -30px;
	}
	.fixBox .formBox .wpcf7-not-valid-tip {
		color: #FFF;
		right: auto;
		left: 0;
		top: 100%;
	}
	.fixBox .formBox .wpcf7-response-output {
		display: none;
	}
	.fixBox .formBox .wpcf7 form.sent .wpcf7-response-output {
		display: block;
		top: 50%;
	    right: 50%;
	    transform: translateX(50%);
	    background: #2070DF;
	}
}
@media all and (max-width: 896px) {
	.fixBox .content > p {
		font-size: 1.6rem;
	}
	.fixBox .formBox input {
		width: 100px;
	}
	.fixBox .formBox .submit input {
		width: 80px;
	}
}
/*mainBg*/
.mainBg {
	height: 400px;
	background: url(img/about/main_bg.jpg) no-repeat center center;
	background-size: cover;
}
.mainBg img {
	display: none;
}
@media all and (max-width: 896px) {
	.mainBg {
		height: auto;
		background: none;
	}
	.mainBg img {
		display: block;
	}
}
/*pagePath*/
.pagePath {
	padding: 20px 0;
	background: #f8f8f8;
}
.pagePath ul {
	margin: 0 auto;
	width: 1280px;
	padding: 0 2%;
}
.pagePath li {
	margin-left: 10px;
	padding-left: 20px;
	display: inline-block;
	background: url(img/common/icon01.png) no-repeat left center;
}
.pagePath li:first-child {
	margin-left: 0;
	background-image: url(img/common/home.png);
}
@media all and (max-width: 896px) {
	.pagePath {
		overflow: auto;
	}
	.pagePath ul {
		width: 100%;
		white-space: nowrap;
	}
}
/*wp-pagenavi*/
.wp-pagenavi {
	padding: 55px 0 5%;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.4rem;
	display: inline-block;
    margin: 0px 2px;
    border: 1px solid #ededed;
    padding: 0 1em;
    color: #666;
    line-height: 35px;
    border-radius: 3px;
    transition: .3s ease-out;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
    background: var(--base-color);
    border-color: var(--base-color);
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
@media all and (max-width: 896px) {
}
#main .detailSec .content {
	margin: 0 auto;
	width: 720px;
	padding: 3% 2%;
	box-sizing: content-box;
}
#main .detailSec .ttlBox {
	margin-bottom: 34px;
	text-align: center;
	border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 10px;
}
#main .detailSec .ttlBox h2 {
    color: #000;
    padding-bottom: 15px;
    font-size: 2.4rem;
    font-weight: normal;
}
#main .detailSec .pho {
	margin-bottom: 14px;
}
#main .detailSec .photoSec {
	margin-bottom: 30px;
	text-align: center;
}
#main .detailSec .contentBox p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 30px;
}
#main .detailSec .wp-block-image {
	margin-bottom: 30px;
}
#main .detailSec .back {
	padding: 30px 0 20px;
	text-align: center;
}
#main .detailSec .back a {
	display: inline-block;
	color: var(--base-color);
    border: 1px solid currentColor;
    padding: 6px 24px;
}
#main .detailSec .back a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .detailSec .content {
		width: 100%;
		padding: 6% 2% 40px;
		box-sizing: border-box;
	}
	#main .detailSec .ttlBox .date {
		font-size: 1.4rem;
	}
	#main .detailSec .back a {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 100;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1280px;
	padding: 0 2%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#gHeader .logoBox {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader h1 {
	margin-left: 16px;
	color: #7d8aa1;
	font-size: 1.4rem;
}
#gHeader .naviBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .naviBox li {
	margin-right: 37px;
	display: inline-block;
}
#gHeader .naviBox li a {
	font-size: 1.6rem;
	color: #0d1626;
}
#gHeader .naviBox li a:hover,
#gHeader .naviBox li.on a {
	color: var(--base-color);
	font-weight: bold;
}
#gHeader .telBox {
	display: flex;
	align-items: center;
}
#gHeader .phoImg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(31, 117, 224,.2);
    animation: phoAni01 1s ease infinite;
}
#gHeader .phoImg span {
	display: block;
	width: 38px!important;
    height: 38px!important;
    margin: 5px auto;
    background: var(--base-color) url(img/common/tel.svg) 50% no-repeat!important;
    vertical-align: middle;
    border-radius: 50%;
    transform: rotate(0);
    animation: phoAni02 1s ease infinite;
}
#gHeader .telBox p {
	font-size: 2.4rem;
	font-weight: bold;
	color: #0d1626;
}
.menuBox {
	display: none;
}
@keyframes phoAni01 {
    0% {
        width: 48px;
        height: 48px;
        margin: 11px
    }

    50% {
        width: 54px;
        height: 54px;
        margin: 8px
    }

    to {
        width: 48px;
        height: 48px;
        margin: 11px
    }
}
@keyframes phoAni02 {
    0% {
        transform: rotate(0);
        margin: 5px auto
    }

    50% {
        transform: rotate(-20deg);
        margin: 8px auto
    }

    to {
        transform: rotate(0);
        margin: 5px auto
    }
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		width: 100%;
		height: 50px;
		padding: 0 15px;
		align-items: center;
	}
	#gHeader .logoBox {
		margin-top: 0;
		width: 110px;
	}
	#gHeader h1 {
		display: none;
	}
	#gHeader .naviBox {
		display: none;
	}
	#gHeader .telBox {
		display: none;
	}
	#gHeader .menuBtn a {
		position: relative;
		display: block;
	}
	#gHeader .menuBtn .close {
		position: absolute;
		left: 0;
		top: -3px;
		opacity: 0;
	}
	#gHeader .menuBtn.on img {
		opacity: 0;
	}
	#gHeader .menuBtn.on .close {
		opacity: 1;
	}
	.menuBox {
		padding-top: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-height: 100%;
		overflow: auto;
		z-index: 11;
		background: #FFF;
	}
	.menuBox li {
		font-size: 1.8rem;
		text-align: center;
	}
	.menuBox li a {
		display: block;
		height: 50px;
		line-height: 50px;
	}
	.menuBox li.on a {
		color: #ff4e40;
	}
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 114px;
	color: #FFF;
	background: #000;
}
#gFooter a {
	color: #FFF;
}
#gFooter a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1280px;
	padding: 40px 2%;
}
#gFooter ul {
	margin-bottom: 40px;
	font-size: 1.6rem;
}
#gFooter li {
	margin-right: 50px;
	display: inline-block;
}
#gFooter .btmBox {
	display: flex;
	justify-content: space-between;
}
#gFooter .btmBox p {
	margin-bottom: 30px;
}
#gFooter .btmBox p:last-child {
	margin-bottom: 0;
}
#gFooter .btmBox .rBox {
	text-align: right;
}
#gFooter .btmBox .tel {
	margin-left: auto;
	width: fit-content;
	padding-left: 25px;
	font-size: 1.6rem;
	background: url(img/common/tel.svg) no-repeat left center;
	background-size: 18px;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 90px;
	}
	#gFooter a:hover {
		opacity: 1;
	}
	#gFooter .fBox {
		width: 100%;
		padding: 30px 15px;
	}
	#gFooter ul {
		margin-bottom: 30px;
		font-size: 1.4rem;
		text-align: center;
	}
	#gFooter li {
		margin: 0 10px;
	}
	#gFooter .btmBox {
		display: block;
		text-align: center;
	}
	#gFooter .btmBox p {
		margin-bottom: 10px;
	}
	#gFooter .btmBox p:last-child {
		margin-bottom: 10px;
	}
	#gFooter .btmBox .rBox {
		text-align: center;
	}
	#gFooter .btmBox .tel {
		margin-bottom: 10px;
		display: inline-block;
		padding-left: 20px;
		font-size: 1.4rem;
		background-size: 16px;
	}
}
@media all and (max-width: 896px) {
	#gFooter li {
		margin: 0 10px;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	position: relative;
}
#index .mainVisual .slide {
	height: 56rem;
	background: url(img/index/mainimg01.png) no-repeat center center;
	background-size: cover;
	vertical-align: top;
	position: relative;
}
#index .mainVisual .slide img {
	position: absolute;
	right: calc(50% + 20rem);
	top: 0;
	height: 100%;
	width: auto;
}
#index .mainVisual .slide02 {
	background-image: url(img/index/mainimg02.png);
}

@media all and (min-width: 897px) {
	#index .mainVisual .formBox {
		position: absolute;
		left: 50%;
		transform: translateX(110px);
		top: 48px;
		width: 480px;
		height: 474px;
	}
}
#main .formBox {
    padding: 34px 60px 40px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 32px rgba(110,125,150,.16);
    border-radius: 8px;
}
#main .formBox h2 {
	height: 32px;
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: var(--base-color);
    line-height: 32px
}
#main .mailForm p {
	margin: 0 auto 23px;
	height: 48px;
	display: flex;
	align-items: center;
	line-height: 48px;
	border-radius: 8px;
	border: 1px solid transparent;
	box-shadow: 0 4px 24px 0 rgba(110,125,150,.16);
	background: #FFF;
}
#main .mailForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
#main .mailForm p:has(.wpcf7-not-valid) {
	border: 1px solid #f04345
}
#main .mailForm p .icon {
	margin-right: 5px;
	display: inline-block;
	padding: 0 16px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
#main .mailForm p img {
	width: 16px;
}
#main .mailForm input,
#main .mailForm select,
#main .mailForm textarea,
#main .mailForm .wpcf7-form-control-wrap {
	padding: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 1.4rem;
	color: #0d1626;
	appearance: none;
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
}
#main .mailForm p:has(textarea) {
	height: auto;
}
#main .mailForm .wpcf7-form-control-wrap[data-name="cont"],
#main .mailForm .wpcf7-form-control-wrap textarea {
	height: 20rem;
}
#main .mailForm select {
	position: relative;
	color: #7d8aa1;
	background: url(img/common/arrow01.svg) no-repeat right 20px center;
	background-size: 10px;
}
#main .mailForm select.on {
	color: #0d1626;
}
#main .mailForm .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	line-height: 1.5;
	bottom: -23px;
}
#main .mailForm .wpcf7-response-output {
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#main .mailForm .business {
	margin-bottom: 40px;
}
#main .mailForm .submit {
	position: relative;
}
#main .mailForm .submit input {
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    cursor: pointer;
    background: var(--base-color);
}
#main .mailForm .submit .wpcf7-spinner {
	position: absolute;
	margin: 0;
	right: -40px;
}
#index .mainVisual .downArrow {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 50px;
    height: 50px;
    margin-left: -30px;
    cursor: pointer
}
#index .mainVisual .downArrow img {
	animation: bounce-down 1.5s ease-out infinite;
}
@keyframes bounce-down {
    25% {
        transform: translateY(-10px)
    }

    50%,to {
        transform: translateY(0)
    }

    75% {
        transform: translateY(10px)
    }
}
#index .sec01 {
	padding: 70px 0 80px;
	background: url(img/index/customer_bg.jpg) no-repeat left top / 200%;
}
#index .sec01 .headLine01 {
	color: #FFF;
}
#index .sec01 .headLine01:after {
	background-color: currentColor;
}
#index .sec01 .subBox {
	margin: 5rem auto 0;
	width: 1280px;
	padding: 0 2%;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
#index .sec01 .subBox .imgBox {
	padding: 30px 20px;
	display: flex;
	align-items: center;
	border: 1px solid #D7DDE4;
	border-radius: 8px;
	background-color: #FFF;
	flex: 1;
}
#index .sec01 .subBox .imgBox .pho {
	margin-right: 35px;
	flex-shrink: 0;
}
#index .sec01 .subBox h3 {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	color: var(--base-color);
	font-size: 2.4rem;
	font-weight: normal;
}
#index .sec01 .subBox h3:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--base-color);
	content: '';
}
#index .sec01 .subBox p {
	line-height: 2;
}
#index .sec01 .photo img {
	width: 100%;
}

#index .sec02 {
	padding: 70px 0 80px;
	background: #f9f9f9;
}
.midTxt {
	margin-bottom: 40px;
    font-size: 1.8rem;
    text-align: center;
}
.midTxt .big {
	margin-bottom: 10px;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
}
#index .sec02 .pho {
	margin: 0 auto;
	max-width: 80rem;
	text-align: center;
	box-shadow: 0 4px 32px rgba(110, 125, 150, .16);
    border-radius: 8px;
    padding: 5rem;
}
#index .sec03 {
	padding: 70px 0 80px;
}
#index .sec03 ul {
	margin: 0 auto;
	width: 1280px;
  	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
}
#index .sec03 li {
	margin-top: 20px;
	margin-right: 15px;
	width: calc((100% - 45px)/4);
	box-sizing: border-box;
}
#index .sec03 li a {
	display: block;
	height: 100%;
}
#index .sec03 li img {
	width: 100%;
}
#index .sec03 li:nth-child(-n+4) {
	margin-top: 0;
}
#index .sec03 li:nth-child(4n) {
	margin-right: 0;
}
#index .sec03 li span {
	padding: 15px 10px;
	display: block;
	text-align: center;
	border: 1px solid #f5f5f5;
	border-radius: 0 0 3px 3px;
}
#index .sec04 {
	padding: 4% 0;
    background: url(img/index/sec04_bg.jpg) no-repeat center center;
    background-size: cover;
}
#index .sec04 .content {
	margin: 0 auto;
	width: 1280px;
	padding: 0 2%;
	display: flex;
	justify-content: space-between;
}
#index .sec04 .content .txtBox {
	width: 48%;
}
#index .sec04 .content h2 {
	text-align: left;
}
#index .sec04 .content h2:after {
	margin-left: 0;
}
#index .sec04 .content .txtBox p {
	margin-bottom: 14px;
	line-height: 26px;
}
#index .sec04 .content .imgBox {
	width: 48%;
}
#index .sec05 {
	padding: 3% 0 4%;
    background: url(img/index/sec05_bg.jpg) no-repeat center center;
    background-size: cover;
}
#index .sec05 .content {
	margin: 0 auto;
	width: 1280px;
	padding: 0 2%;
}
#index .sec05 .subBox {
	min-height: 100px;
}
#index .sec05 .newsBox {
	position: relative;
	padding-top: 38px;
	width: 44.8%;
	float: right;
}
#index .sec05 .newsBox:after {
	margin-top: 14px;
	display: block;
    content: '';
    width: 90%;
    height: 1px;
    background: var(--base-color);
}
#index .sec05 .newsBox:first-child {
	padding-top: 0;
	float: left;
	width: 47%;
}
#index .sec05 .newsBox:first-child:after {
	width: 100%;
}
#index .sec05 .newsBox .pho {
	margin-bottom: 30px;
}
#index .sec05 .newsBox .pho a {
    padding-bottom: 56.75%;
    display: block;
    position: relative;
    background-size: cover;
}
#index .sec05 .newsBox .pho time {
	margin-bottom: 0;
	background: #e20006;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 3%;
    color: #fff;
    font-size: 1.4rem;
}
#index .sec05 .newsBox .pho time span {
	font-size: 4.8rem;
    display: block;
    line-height: 50px;
}
#index .sec05 .newsBox .ttl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
#index .sec05 .newsBox:first-child .ttl {
	margin-bottom: 30px;
}
#index .sec05 .newsBox .ttl a:hover {
	color: var(--base-color);
}
#index .sec05 .newsBox time {
	margin-bottom: 13px;
	font-size: 1.5rem;
	display: block;
}
#index .sec05 .more {
	padding-left: 55.2%;
}
#index .sec05 .more a {
	width: 50%;
    max-width: 230px;
    background: url(img/common/arrow04.png) no-repeat center center;
    border: 1px solid var(--base-color);
    height: 40px;
    display: block;
    transition: 0.3s;
    border-radius: 2px;
    margin-top: -40px;
}
#index .sec05 .more a:hover {
	background-color: var(--base-color);
    background-image: url(img/common/arrow04_hover.png);
}
#index .sec06 {
	padding: 70px 0 80px;
	background: #F5F7F9;
}
#index .sec06 ul {
	margin: 0 auto;
	width: 1280px;
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#index .sec06 li {
	padding: 3rem;
	width: calc((100% - 6rem)/3);
	box-shadow: 0 0 1rem rgba(31, 117, 224,.2);
	border-radius: 1rem;
}
#index .sec06 .num {
	color: var(--base-color);
	font-size: 2rem;
}
#index .sec06 .num span {
	font-size: 6rem;
	font-weight: bold;
}
#index .sec06 .ttl {
	margin-bottom: 5px;
	font-size: 1.8rem;
	color: #333;
}
#index .sec06 .text {
	line-height: 1.8;
}
#index .sec07 {
	padding: 80px 0;
}
#index .sec07 .content {
	position: relative;
	margin: 0 auto;
	width: 1201px;
}
#index .sec07 .slick-list {
	padding-left: 1px;
}
#index .sec07 .slick-slide {
	margin-left: -1px;
}
#index .sec07 li {
	width: 100%;
    transition: .5s;
    display: block;
    position: relative;
    z-index: 1;
}
#index .sec07 li + li {
	margin-top: -1px;
}
#index .sec07 li a {
	display: block;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
#index .sec07 li span {
	display: block;
    padding-bottom: 47.1%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.5s ease-out 0s;
}
#index .sec07 li:hover span {
	transform: scale(1.1);
}
#index .sec07 .iconfont {
	position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    background: none;
    cursor: pointer;
    border: none;
    z-index: 10;
}
#index .sec07 .iconfont span {
	width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 1000px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    top: 10px;
}
#index .sec07 .prev {
	left: -40px;
}
#index .sec07 .prev span {
	border-left: 3px solid #ccc;
    border-top: 3px solid #ccc;
    left: 10px;
}
#index .sec07 .next {
	right: -40px;
}
#index .sec07 .next span {
	border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    right: 10px;
}
@media all and (min-width: 897px) {
	#main .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual .slide {
		background: url(img/index/mainimg01.png) no-repeat left center;
		background-size: cover;
	}
	#index .mainVisual .slide02 {
		background-image: url(img/index/mainimg02.png);
	}
	#index .mainVisual .slide {
		height: 47vw;
	}
	#index .mainVisual .slide img {
		right: auto;
		left: 0;
		height: 110%;
	}
	#main .formBox {
		margin: 0 auto;
		position: static;
    	transform: translateX(0);
    	padding: 25px 30px 30px;
    	width: 90%;
    	height: auto;
	}
	#main .formBox h2 {
		height: 28px;
    	margin-bottom: 20px;
    	font-size: 2rem;
    	line-height: 28px;
	}
	#main .mailForm p {
		margin: 0 auto 20px;
	}
	#main .mailForm p {
		margin-bottom: 10px;
	}
	#main .mailForm .wpcf7-not-valid-tip {
		left: auto;
		right: 47px;
		top: 13px;
		bottom: auto;
		pointer-events: none;
	}
	#main .mailForm .wpcf7-response-output {
		bottom: 6px;
		min-width: 200px;
	}
	#main .mailForm .submit input {
		height: 40px;
    	font-size: 1.6rem;
		line-height: 40px;
	}
	#main .mailForm .submit .wpcf7-spinner {
		right: -27px;
	}
	#index .mainVisual .downArrow {
		top: 58vw;
		bottom: auto;
	}
	#index .sec01 {
		padding: 30px 0 40px;
		background-size: cover;
	}
	#index .sec01 .subBox {
		width: 100%;
		padding: 0 15px;
		display: block;
		gap: 0;
	}
	#index .sec01 .subBox .imgBox {
		margin-bottom: 20px;
		padding: 2rem;
	}
	#index .sec01 .subBox .imgBox:last-child {
		margin-bottom: 0;
	}
	#index .sec01 .subBox .imgBox .pho {
		width: 7rem;
		margin-right: 1rem;
	}
	#index .sec01 .subBox h3 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 2rem;
	}
	#index .sec01 .photo {
		height: 30vw;
	}
	#index .sec01 .photo img {
		width: 100%;
		height: 100%;
    	object-fit: cover;
	}

	#index .sec02 {
		padding: 30px 15px 40px;
	}
	#index .sec02 .pho {
		padding: 1rem;
	}
	.midTxt {
		margin-bottom: 30px;
    	font-size: 1.4rem;
	}
	.midTxt .big {
		font-size: 1.8rem;
	}
	#index .sec03 {
		padding: 30px 15px 40px;
	}
	#index .sec03 ul {
		margin-bottom: 2rem;
		width: 100%;
		justify-content: space-between;
	}
	#index .sec03 li {
		margin-right: 0;
		width: calc(50% - 8px);
	}
	#index .sec03 li:nth-child(-n+4) {
		margin-top: 10px;
	}
	#index .sec03 li:nth-child(-n+2) {
		margin-top: 0;
	}
	#index .sec03 li span {
		padding: 15px 5px 13px;
	}
	#index .sec04 {
		padding: 8% 0;
    }
	#index .sec04 .content {
		padding: 0 2rem;
		width: 100%;
		display: block;
	}
	#index .sec04 .content .txtBox {
		width: 100%;
	}
	#index .sec04 .content .txtBox p {
		font-size: 1.4rem;
	}
	#index .sec04 .content .imgBox {
		width: 100%;
	}
	#index .sec05 {
		padding: 7% 0;
    }
	#index .sec05 .content {
		width: 100%;
	}
	#index .sec05 .newsBox {
		padding-top: 11px;
		width: 100%;
		float: none;
	}
	#index .sec05 .newsBox::after {
		width: 100%;
	}
	#index .sec05 .newsBox:first-child {
		padding-top: 0;
		float: none;
		width: 100%;
	}
	#index .sec05 .newsBox .pho {
		margin-bottom: 18px;
	}
	#index .sec05 .newsBox .pho time span {
		font-size: 3.2rem;
    	line-height: 28px;
	}
	#index .sec05 .newsBox .ttl {
		margin-bottom: 2px;
		font-size: 1.5rem;
		white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	#index .sec05 .newsBox:first-child .ttl {
		margin-bottom: 14px;
	}
	#index .sec05 .newsBox time {
		margin-bottom: 10px;
	}
	#index .sec05 .newsBox .ttl a:hover {
		color: #333;
	}
	#index .sec05 .newsBox .ttl ~ p {
		font-size: 1.4rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	#index .sec05 .more {
		padding: 2.5rem 0 0;
	}
	#index .sec05 .more a {
	   	margin: 0 auto;
	}
	#index .sec06 {
		padding: 30px 15px 40px;
	}
	#index .sec06 ul {
		width: 100%;
		padding: 0;
		flex-wrap: wrap;
	}
	#index .sec06 ul {
		gap: 1rem;
	}
	#index .sec06 li {
		padding: 1.5rem;
		width: calc(50% - 0.5rem);
	}
	#index .sec06 .num {
		font-size: 1.7rem;
	}
	#index .sec06 .num span {
		font-size: 5rem;
	}
	#index .sec06 .ttl {
		font-size: 1.6rem;
	}
	#index .sec07 {
		padding: 40px 0;
	}
	#index .sec07 .content {
		width: 100%;
		padding: 0 40px;
	}
	#index .sec07 .prev {
		left: 10px;
	}
	#index .sec07 .next {
		right: 10px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .sec01 {
	padding: 4% 0;
    background: url(img/index/sec04_bg.jpg) no-repeat center center;
    background-size: cover;
}
#about .sec01 .content {
	margin: 0 auto;
	width: 1280px;
	padding: 0 2%;
	display: flex;
	justify-content: space-between;
}
#about .sec01 .content .txtBox {
	width: 48%;
}
#about .sec01 .content h2 {
	text-align: left;
}
#about .sec01 .content h2:after {
	margin-left: 0;
}
#about .sec01 .content .txtBox p {
	margin-bottom: 14px;
	line-height: 2.2;
}
#about .sec01 .content .txtBox .link a {
	border: 1px solid #e20006;
    color: #e20006;
    margin-top: 2%;
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 2.85em;
    padding-left: 2.5em;
    padding-right: 3.5em;
    border-radius: 30px;
    background: url(img/common/arrow03.png) no-repeat 90% center;
    transition: all ease 0.5s;
}
#about .sec01 .content .txtBox .link a:hover {
	padding-right: 2.5em;
    background-color: #e20006;
    background-position: 120% center;
    color: #fff;
    transition: all ease 0.5s;
}
#about .sec01 .content .imgBox {
	margin-top: 4rem;
	width: 48%;
}
@media all and (max-width: 896px) {
	#about .sec01 {
		padding: 8% 0;
    }
	#about .sec01 .content {
		width: 100%;
		display: block;
	}
	#about .sec01 .content .txtBox {
		width: 100%;
	}
	#about .sec01 .content .txtBox p {
		font-size: 1.4rem;
	}
	#about .sec01 .content .imgBox {
		width: 100%;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .mainBg {
	background-image: url(img/news/main_bg.jpg);
}
#news .newsSec .content {
	margin: 0 auto;
	width: 1280px;
	padding: 3% 2%;
}
#news .newsBox {
	border-bottom: #d5d5d5 1px dashed;
    padding: 3% 0;
}
#news .newsBox:first-child {
	padding-top: 0;
}
#news .newsBox .imgBox {
	position: relative;
    padding-left: 31%;
}
#news .newsBox .phoBox {
	width: 28%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#news .newsBox .phoBox a {
	display: block;
	height: 100%;
}
#news .newsBox .phoBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
}
#news .newsBox .textBox .ttl {
	margin-bottom: 0;
	font-size: 1.8rem;
    padding-right: 13rem;
    line-height: 38px;
    position: relative;
}
#news .newsBox .textBox .ttl time {
	position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5rem;
}
#news .newsBox .textBox .txt {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 1rem;
}
#news .newsBox .textBox .more a {
    color: #fff;
    background: var(--base-color);
    border-radius: 2px;
    padding: 7px 16px;
    display: inline-block;
}
#news .newsBox .textBox .more a:hover {
	opacity: 0.7;
}

@media all and (max-width: 896px) {
	#news .newsSec .content {
		margin: 0 auto;
		width: 100%;
		padding: 3% 15px;
	}
	#news .newsBox .imgBox {
	    padding-left: 0;
	}
	#news .newsBox .phoBox {
	    margin-bottom: 1rem;
	    width: 100%;
	    position: static;
	    height: auto;
	}
	#news .newsBox .phoBox a {
		height: auto;
	}
	#news .newsBox .textBox .ttl {
		padding-right: 0;
	}
	#news .newsBox .textBox .ttl a {
		display: block;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	#news .newsBox .textBox .ttl time {
		position: relative;
		display: block;
		text-align: right;
		line-height: 1.5;
	}
	#news .newsBox .textBox .txt {
    	font-size: 1.4rem;
    	height: auto;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	#news .newsBox .textBox .more a {
		font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
	case
------------------------------------------------------------*/
#case .mainBg {
	background-image: url(img/case/main_bg.jpg);
}
#case .caseSec {
	padding: 70px 0 80px;
}
#case .caseSec ul {
	margin: 0 auto;
	width: 1280px;
  	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
}
#case .caseSec li {
	margin-top: 20px;
	margin-right: 15px;
	width: calc((100% - 45px)/4);
	box-sizing: border-box;
}
#case .caseSec li a {
	display: block;
	height: 100%;
}
#case .caseSec li img {
	width: 100%;
}
#case .caseSec li:nth-child(-n+4) {
	margin-top: 0;
}
#case .caseSec li:nth-child(4n) {
	margin-right: 0;
}
#case .caseSec li span {
	padding: 15px 10px;
	display: block;
	text-align: center;
	border: 1px solid #f5f5f5;
	border-radius: 0 0 3px 3px;
}
@media all and (max-width: 896px) {
	#case .caseSec {
		padding: 30px 15px 40px;
	}
	#case .caseSec ul {
		width: 100%;
		justify-content: space-between;
	}
	#case .caseSec li {
		margin-right: 0;
		width: calc(50% - 8px);
	}
	#case .caseSec li:nth-child(-n+4) {
		margin-top: 10px;
	}
	#case .caseSec li:nth-child(-n+2) {
		margin-top: 0;
	}
}
#index .customer {
	padding: 10rem 0;
	background: url(img/index/customer_bg.jpg) no-repeat center right / cover;
}
#index .customer .headLine01 {
	color: #FFF;
}
#index .customer .headLine01::after {
	background-color: currentColor;
}
#index .customer .photo {
	margin: 0 auto;
	max-width: 120rem;
}
#index .customer .photo img {
	max-width: 59rem;
	width: 100%;
}
@media all and (max-width: 896px) {
	#index .customer {
		padding: 5rem 0;
	}
}

#service .banner {
	height: 40rem;
}
#service .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#service #main .content {
	margin: 0 auto;
	padding: 0 2%;
	max-width: 128rem;
}
#service .overview {
	margin: 8rem auto !important;
	justify-content: space-between;
	gap: 2rem;
}
#service .overview .headLine01 {
	text-align: left;
}
#service .overview .headLine01:after {
	margin-left: 0;
}
#service .overview .text {
	margin-bottom: 2rem;
	line-height: 2.5;
	font-size: 1.6rem;
	text-align: justify
}
#service .overview .photo {
	width:100%;
}
#service .overview .photo img {
	width: 100%;
}
@media(min-width:1024px){
	#service .overview .info{width: 55%;}
	#service .overview .photo{width: 40%;}
}

@media all and (max-width: 896px) {
	#service .banner {
		height: 12rem;
	}
	#service .overview {
		margin: 5rem auto !important;
	}
	#service .overview .text {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

#service .flow {
	padding: 8rem 0;
	background: #F5F7F9;
}
#service .flowList {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
#service .flowList li {
	padding: 5rem 3rem;
	min-height: 19rem;
	width: calc((100% - 6rem)/3);
	box-shadow: 0 0 1rem rgba(31, 117, 224,.2);
	border-radius: 1rem;
}
#service .flowList .ttl {
	margin-bottom: 5px;
	color: var(--base-color);
	font-size: 3rem;
	text-align: center;
}
#service .flowList .text {
	line-height: 1.8;
	text-align: center;
	font-size: 1.6rem;
	transition: 0.3s;
}
#service .roles {
	padding: 8rem 0;
}
#service .roles .detail {
	margin: 0 auto;
	max-width: 100rem;
	font-size: 1.6rem;
}
#service .roles .top {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#service .roles .flowList {
	margin-bottom: 5rem;
}
#service .roles .flowList li {
	min-height: inherit;
	width: calc((100% - 3rem)/2);
}
#service .roles .flowList .text {
	text-align: left;
}
#service .roles table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
#service .roles th,
#service .roles td {
	padding: 1rem 2rem;
	border: 0.1rem solid var(--base-color);
}
#service .roles thead th {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#service .roles tbody th {
	width: 20%;
}
@media all and (min-width: 897px) {
	#service .flowList li:hover {
		color: #FFF;
		background-color: var(--base-color);
	}
	#service .flowList li:hover .ttl {
		opacity: 0;
	}
	#service .flowList li:hover .text {
		position: relative;
		top: -2rem;
		font-size: 2rem;
	}
	#service .flowList li:hover .text {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 896px) {
	#service .flowList {
		gap: 2rem;
	}
	#service .flowList li {
		padding: 2rem 2rem;
		width: calc(50% - 1rem);
		min-height: inherit;
	}
	#service .flowList .ttl {
		font-size: 2rem;
	}
	#service .flowList .text {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}


/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq .faq-wrap {
	margin: 5rem auto 0;
	max-width: 128rem;
	padding-bottom: 5rem;
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	background-color: #FFF;
}
#faq .faq-wrap .leftBox {
	position: sticky;
	top: 0;
	width: 18rem;
	flex-shrink: 0;
	background-color: #F5F9F9;
	border-radius: 1rem;
	overflow: hidden;
}
#faq .faq-wrap .leftBox .title {
	padding: 1.5rem;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	background-color: var(--base-color);
}
#faq .faq-wrap .leftBox .title a {
	display: block;
	color: #FFF;
}
#faq .tabBox {
	display: none;
}
#faq .faq-wrap .sub {
	display: none;
}
#faq .faq-wrap .faqList {
	padding: 0.5rem 1rem;
}
#faq .faq-wrap .faqList li {
	border-bottom: 0.1rem solid #f5f5f5;
}
#faq .faq-wrap .faqList li a {
	display: block;
	padding: 1rem;
}
#faq .faq-wrap .faqList li a:hover,
#faq .faq-wrap .faqList li a.on {
	color: #FFF;
	background-color: var(--base-color-op5);
}
@media all and (max-width: 896px) {
	#faq .headLine01 {
		margin-top: 5rem;
	}
	#faq .faq-wrap {
		display: block;		
	}
	#faq .faq-wrap .leftBox {
		margin-bottom: 3rem;
		position: static;
		width: auto;
	}
	#faq .faq-wrap .faqList {
		display: flex;
		flex-wrap: wrap;	
	}
	#faq .faq-wrap .faqList li {
		width: 50%;
	}
	#faq .faq-wrap .leftBox .title {
		padding: 0.5rem;
	}
	#faq .faq-wrap .faqList li a {
		padding: 0.5rem;
	}
}
#faq .faq-wrap .rBox {
	flex: 1;
}
#faq .faqTtl {
	margin: 0 0 2rem;
	padding: 0.3rem 5rem;
	position: relative;
	cursor: pointer;
	font-size: 2rem;
}
#faq .faqTtl::before {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q';
	width: 4rem;
	height: 4rem;
	color: #FFF;
	font-size: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--base-color);
	border-radius: 2rem;
}
/* #faq .faqTtl::after {
	position: absolute;
	right: 2rem;
	top: 1rem;
	content: '';
	width: 1rem;
	height: 1rem;
	border-right: 1px solid #0e383d;
	border-top: 1px solid #0e383d;
	transform: rotate(135deg);
} */
#faq .text {
	margin-bottom: 3rem;
	padding: 2rem 4rem;
	font-size: 1.5rem;
	line-height: 2;
	background-color: #F5F9FA;
	border-radius: 1rem;
}
@media all and (max-width: 896px) {
	#faq .head01 {
		font-size: 2.2rem;
	}
	#faq .faqTtl {
		margin: 0 1rem 1rem;
		padding: 0.2rem 4rem 0.3rem;
		font-size: 1.8rem;
	}
	#faq .faqTtl::before {
		width: 3rem;
		height: 3rem;
	}
	#faq .text {
		padding: 1rem 1.5rem;
		font-size: 1.4rem;
	}
}
#faq .banner {
	margin-top: 0;
}
#faq .feature .img {
	margin-right: 2rem;
	width: 4rem;
}
#faq .feature .big {
	font-size: 1.6rem;
}
#contact .headLine01 {
	margin-top: 8rem;
}
#contact #main .formBox {
	margin: 0 auto 8rem;
	padding: 34px 30px 40px;
	max-width: 100rem;
	display: flex;
	gap: 3rem;
}
#contact #main .formBox .info {
	padding-right: 3rem;
	width: 24rem;
	font-size: 1.6rem;
	line-height: 2.5;
	border-right: 0.1rem dotted #ccc;
}
#contact #main .formBox .mailForm {
    position: relative;
	flex: 1;
}
#contact #main .formBox .ttl {
	margin: 0 1rem 1rem;
	font-size: 1.7rem;
}
#contact #main .formBox p input,
#contact #main .formBox textarea {
	padding: 0 1rem;
}
#contact #main .submit {
	margin: 0 auto;
	max-width: 35rem;
}
#contact #main .mailForm .wpcf7-response-output {
    bottom: -36px;
}
@media all and (max-width: 896px) {
	#contact .headLine01 {
		margin-top: 5rem;
	}
	#contact #main .formBox {
		padding: 25px 20px 30px;
	}
	#contact #main .formBox {
		margin: 0 auto 8rem;
		max-width: 100rem;
		display: flex;
		flex-wrap: wrap;
	}
	#contact #main .formBox .info {
		margin: 3rem 0 0;
		padding: 2rem 0 0;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2;
		border-right: none;
		border-top: 0.1rem dotted #ccc;
		order: 2;
	}
	#contact #main .formBox .mailForm {
		flex: 1;
	}
}

.topbanner {
	height: 40rem;
}
.topbanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 896px) {
	.topbanner {
		height: 34.6vw;
	}
}