@charset "utf-8";

/*	フォント
---------------------------------*/
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
    src: url("../fonts/notosansjp/NotoSansJP-Light.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-Light.woff") format("woff");
}
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
    src: url("../fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
    src: url("../fonts/notosansjp/NotoSansJP-SemiBold.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
    src: url("../fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
    src: url("../fonts/notosansjp/NotoSansJP-ExtraBold.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
    font-family: 'NotoSansJP';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    font-optical-sizing: auto;
    src: url("../fonts/notosansjp/NotoSansJP-Black.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-Black.woff") format("woff");
}


/* scroll_up ｜ 下から上へ出現
---------------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll_up.is-inview {
	transform: translateY(0);
	opacity: 1.0;
}
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}
.timing06 {transition-delay: .10s;}
.timing07 {transition-delay: .12s;}
.timing08 {transition-delay: .14s;}
.timing09 {transition-delay: .16s;}
.timing10 {transition-delay: .18s;}


/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}

body {
	position: relative;
	margin: 0;
	padding: 80px 0 0;
	width: 100%;

	color: #222222;
    font-size: 15px;
	line-height: 200%;
    letter-spacing: 0.1em;

    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    font-weight: 450;
    font-weight: 400;
    font-style: normal;

    font-family: 'NotoSansJP';
    font-weight: 400;
	font-style: normal;

}

#wrapper {
	overflow: hidden;
}

#service-link {
    margin-top: -100px;
    padding-top: 100px;
    z-index: -1000;
}

.sponly {
    display: none;
}
.pconly {
    display: inline;
}


@media screen and (min-width: 992px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    body {
        padding: 60px 0 0;
    }
    #service-link {
        margin-top: -70px;
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	z-index: 1010;
    background: #ffffff;
}

.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	width: 100%;
    height: 80px;
}

.hd-logo {
	position: relative;
	margin: 0px 0 0 0;
	width: 393px;
	text-align: left;
}
.hd-logo img {
}

.hd-info {
	width: calc(100% - 393px);
    vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-mail {
    position: absolute;
    top: 0px;
    right: 0px;
}
.hd-mail a {
    display: block;
    width: 160px;
    height: 80px;
    background: linear-gradient(to right, #FF9789 0%, #FF9789 32%, #CF5747 68%, #CF5747 100%);
    background-position: 100% 0%;
    background-size: 300% auto;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hd-mail a:hover {
    background-position: 0% 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hd-mail a span {
	display: inline-block;
    margin-top: 22px;
	padding: 22px 0 0 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
	background: url("../img/cmn/icon_mail.svg") no-repeat center top;
	background-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    header {
    }
	.hd-inr {
        margin: 0;
        padding: 0 0px 0 15px;
        height: 60px;
	}
    .hd-logo {
        margin: 0px 0 0 0;
        width: 170px;
    }
    .hd-info {
        width: calc(100% - 170px);
		padding: 0 60px 0 0;
		align-items: center;
    }
    .hd-contact {
        height: 40px;
    }
	.hd-menu {
		margin: 0;
		padding: 0;
	}
    .hd-mail {
        position: static;
        width: 40px;
        height: 40px;
    }
    .hd-mail a {
        display: block;
        width: 40px;
        height: 40px;
        background: #CF5747 url("../img/cmn/icon_mail.svg") no-repeat center center;
        background-size: 20px;
    }
    .hd-mail a:hover {
        background-position: center center;
    }
    .hd-mail a span {
        display: none;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}

/*	フッター
---------------------------------*/
footer {
	padding-top: 100px;
	padding-bottom: 22px;
    background: linear-gradient(180deg, #F8FBFF 0%, #E2E8F0 100%);
}
footer .contents-inr {
}

footer .ft-left {
    width: 43%;
    margin: 0px 0 80px 0;
}
footer .ft-left .ft-logo {
    width: 385px;
    margin: 0px 0 25px 0;
}
footer .ft-left .ft-address {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 90%;
}
footer .ft-left .ft-tel {
    margin-right: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    font-family: 'futura-pt', sans-serif;
    color: #55698A;
}
footer .ft-left .ft-fax {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    font-family: 'futura-pt', sans-serif;
    color: #55698A;
}

footer .ft-nav {
    margin-top: 30px;
    width: 57%;
    text-align: right;
}
footer .ft-nav > ul {
	margin: 0;
    font-size: 0;
}
footer .ft-nav > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 10px 60px;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    text-align: left;
	background: url("../img/cmn/icon_arw01.svg") no-repeat left 12px;
	background-size: 5px;
}
footer .ft-nav > ul > li:first-of-type {
    margin: 0 0px 10px 0px;
}
footer .ft-nav > ul > li:hover {
    opacity: 0.6;
    color: #79AFDA;
}

footer .ft-copyright {
    border-top: #6C7F8D 1px solid;
	padding: 22px 30px 0px 0px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: right;
}

footer .ft-privacy {
    position: absolute;
    left: 30px;
    bottom: 0px;
}
footer .ft-privacy a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .ft-privacy a:hover {
    opacity: 0.6;
    color: #79AFDA;
}

footer .btn-pagetop {
}
footer .btn-pagetop a {
    display: block;
    width: 30px;
    height: 30px;
}
footer .btn-pagetop a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    footer {
        padding-top: 60px;
        padding-bottom: 28px;
        text-align: center;
    }
    footer .ft-left {
        width: 100%;
        margin: 0px 0 40px 0;
    }
    footer .ft-left .ft-logo {
        width: 258px;
        margin: 0px auto 20px auto;
    }
    footer .ft-left .ft-address {
        letter-spacing: 0.08em;
        line-height: 150%;
        margin-bottom: 20px;
    }
    footer .ft-left .ft-tel {
        margin-right: 0px;
        display: block;
        line-height: 120%;
    }
    footer .ft-left .ft-fax {
        display: block;
        line-height: 120%;
    }
    footer .ft-copyright {
        font-size: 10px;
        padding: 28px 0px 0px 0px;
        letter-spacing: 0.1em;
        line-height: 120%;
        text-align: center;
    }
    footer .ft-nav {
        display: none;
    }
    footer .ft-privacy {
        display: none;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 23px 160px 0px 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 60px;
	padding: 0 0px 0px 0px;
}
.pc-nav > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: -10px;
	margin: 0;
	width: 5px;
	height: 7px;
	background: url("../img/cmn/icon_arw01.svg") no-repeat center center;
	background-size: 5px;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0;
}
.pc-nav > ul > li.btn-tel {
    display: none;
}
.pc-nav > ul > li.btn-fax {
    display: none;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.current a {
}
.pc-nav > ul > li:hover {
    opacity: 0.6;
    color: #79AFDA;
}
.pc-nav > ul > li:hover::before {
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
	.pc-nav {
		display: none;
	}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}

header nav .sp-close-btn {
    display: none;
  }
  
@media screen and (max-width:991px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 60px;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: calc(100% - 60px);
        background: rgba(85,105,138,0.8);
        backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
		z-index: 1014;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.9);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
        /* ←これを追加！！ */
  overflow-y: auto; /* 縦スクロール許可 */
  -webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */

	}
    /* SPナビ（sp-navクラス）になった時だけ表示 */
header nav.sp-nav .sp-close-btn {
    display: flex; /* もしくは block */
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 40px auto 60px;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  header nav.sp-nav .sp-close-btn img {
    width: 50px;
    height: 50px;
  }
  
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		/* top: 50%; */
	    transform: translateX(-50%); /* 横中央揃えだけ残す */
		/* transform: translate(-50%,-52%); */
		width: 88%;
		max-width: 600px;
	}
	header nav.sp-nav > ul > li {
		margin: 0;
		overflow: hidden;
		text-align: left;
		line-height: 1;
		text-transform: uppercase;
	}
	header nav.sp-nav > ul > li > a {
        display: block;
        color: rgba(255,255,255,1);
        font-weight: 300;
        font-size: 17px;
        padding: min(5.2vw, 30px) 0 min(5.2vw, 30px) 20px;
        border-bottom: rgba(255,255,255,1) 1px solid;
        background: url("../img/cmn/icon_spmenu.svg") no-repeat left center;
        background-size: 6px;
    }

    header nav.sp-nav > ul > li.btn-tel {
        margin-top: 20px;
    }
    header nav.sp-nav > ul > li.btn-tel a {
        display: block;
        width: 100%;
        height: 60px;
        border-radius: 0px;
        line-height: 1;
        padding: 0;
        border-bottom: none;
        background: rgba(85,105,138,1);
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    header nav.sp-nav > ul > li.btn-tel a:hover {
    }
    header nav.sp-nav > ul > li.btn-tel strong {
        display: inline-block;
        position: relative;
        margin-top: 17px;
        padding: 0 0 0 66px;
        color: rgba(255,255,255,1);
        font-family: 'futura-pt', sans-serif;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.15em;
    }
    header nav.sp-nav > ul > li.btn-tel strong::before {
        content: "TEL";
        display: block;
        position: absolute;
        top: 52%;
        left: 10px;
        transform: translateY(-50%);
        margin: 0;
        font-family: 'futura-pt', sans-serif;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.15em;
        color: rgba(255,255,255,1);
    }

    header nav.sp-nav > ul > li.btn-fax {
        margin-top: 10px;
        display: block;
        width: 100%;
        height: 60px;
        border-radius: 0px;
        line-height: 1;
        padding: 0;
        border-bottom: none;
        background: rgba(85,105,138,1);
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    header nav.sp-nav > ul > li.btn-fax strong {
        display: inline-block;
        position: relative;
        margin-top: 17px;
        padding: 0 0 0 66px;
        color: rgba(255,255,255,1);
        font-family: 'futura-pt', sans-serif;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.13em;
    }
    header nav.sp-nav > ul > li.btn-fax strong::before {
        content: "FAX";
        display: block;
        position: absolute;
        top: 52%;
        left: 10px;
        transform: translateY(-50%);
        margin: 0;
        font-family: 'futura-pt', sans-serif;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 0.05em;
        color: rgba(255,255,255,1);
    }

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
        border-radius: 0px;
        background: rgba(85,105,138,1);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
		z-index: 1016;
	}
	header .navToggle:hover {
        opacity: 0.8;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 14px;
		height: 12px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #ffffff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 5px;
	}
	header .navToggle span:nth-child(3) {
		top: 10px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 5px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 5px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1300px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .contents-inr {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
}
.ttl-cmn01 .span01 {
    display: inline-block;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    line-height: 100%;
    font-size: 60px;
    background: linear-gradient(90deg, #55698A 0%, #67A3CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ttl-cmn01 .span02 {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
}

.ttl-cmn02 {
}
.ttl-cmn02 .span01 {
    display: inline-block;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    line-height: 100%;
    font-size: 60px;
    color: #ffffff;
}
.ttl-cmn02 .span02 {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #ffffff;
}

.ttl-cmn03 {
}
.ttl-cmn03 span {
    background: linear-gradient(90deg, #55698A 0%, #67ADE5 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 32px;
    line-height: 150%;
    display: inline-block;
    padding: 5px 15px 8px 20px;
}

.ttl-cmn04 {
}
.ttl-cmn04 .span01 {
    background: #ffffff;
    display: inline-block;
    padding: 7px 15px 10px 20px;
}
.ttl-cmn04 .span02 {
    display: inline-block;
    font-weight: 900;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.1em;
    background: linear-gradient(90deg, #3A6282 0%, #66ACE3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ttl-cmn05 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.1em;
}

.ttl-cmn06 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .ttl-cmn01 .span01 {
        font-size: 50px;
    }
    .ttl-cmn01 .span02 {
        font-size: 14px;
        line-height: 150%;
    }
    .ttl-cmn02 .span01 {
        font-size: 50px;
    }
    .ttl-cmn02 .span02 {
        font-size: 14px;
        line-height: 150%;
    }
    .ttl-cmn03 span {
        font-size: 28px;
        line-height: 150%;
        padding: 5px 15px 8px 20px;
    }
    .ttl-cmn04 .span01 {
        padding: 7px 15px 10px 20px;
    }
    .ttl-cmn04 .span02 {
        font-size: 28px;
        line-height: 150%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .ttl-cmn01 .span01 {
        font-size: 60px;
    }
    .ttl-cmn01 .span02 {
        font-size: 14px;
        line-height: 150%;
    }
    .ttl-cmn02 .span01 {
        font-size: 60px;
    }
    .ttl-cmn02 .span02 {
        font-size: 14px;
        line-height: 150%;
    }
    .ttl-cmn03 span {
        font-size: 20px;
        line-height: 150%;
        padding: 2px 10px 2px 10px;
    }
    .ttl-cmn04 .span01 {
        padding: 2px 10px 2px 10px;
    }
    .ttl-cmn04 .span02 {
        font-size: 20px;
        line-height: 150%;
    }
    .ttl-cmn05 {
        font-size: 20px;
    }
    .ttl-cmn06 {
        font-size: 25px;
    }
}

@media screen and (max-width: 320px) {
    .ttl-cmn02 .span01 {
        font-size: 50px;
    }
}


/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
    max-width: 300px;
}
.btn-cmn01 a {
    display: block;
    width: 100%;
    padding: 15px 0px 15px 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
    border: 1px solid #CCCCCC;
	background: url("../img/cmn/icon_arw03.svg") 90% center no-repeat;
    background-size: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-cmn01 a::after {
	background: #79AFDA url("../img/cmn/icon_arw04.svg") 90% center no-repeat;
    background-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.btn-cmn01 a:hover {
    color: #ffffff;
}
.btn-cmn01 a:hover::after {
    transform: scale(1, 1);
}

.btn-cmn01-gra {
    max-width: 300px;
}
.btn-cmn01-gra a {
    display: block;
    width: 100%;
    padding: 15px 0px 15px 0px;
    border: 1px solid #CCCCCC;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    background: linear-gradient(to right, #79AFDA 0%, #79AFDA 32%, rgba(255,255,255,0) 68%, rgba(255,255,255,0) 100%);
    background-position: 100% 0%;
    background-size: 300% auto;
}
.btn-cmn01-gra a:hover {
    background-position: 0% 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-cmn01-gra a span {
    display: inline-block;
    padding: 0px 40px 0px 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
	background: url("../img/cmn/icon_arw03.svg") right center no-repeat;
    background-size: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-cmn01-gra a:hover span {
	background: url("../img/cmn/icon_arw04.svg") right center no-repeat;
    background-size: 21px;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cmn02 {
    max-width: 300px;
}
.btn-cmn02 a {
    display: block;
    width: 100%;
    padding: 15px 0px 15px 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
    border: 1px solid #CCCCCC;
    color: #ffffff;
	background: url("../img/cmn/icon_arw03.svg") 90% center no-repeat;
    background-size: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-cmn02 a::after {
	background: #79AFDA url("../img/cmn/icon_arw04.svg") 90% center no-repeat;
    background-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.btn-cmn02 a:hover {
    color: #ffffff;
}
.btn-cmn02 a:hover::after {
    transform: scale(1, 1);
}

.btn-cmn02-gra {
    max-width: 300px;
}
.btn-cmn02-gra a {
    display: block;
    width: 100%;
    padding: 15px 0px 15px 30px;
    border: 1px solid #CCCCCC;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #79AFDA 0%, #79AFDA 32%, rgba(255,255,255,0) 68%, rgba(255,255,255,0) 100%);
    background-position: 100% 0%;
    background-size: 300% auto;
}
.btn-cmn02-gra a:hover {
    background-position: 0% 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-cmn02-gra a span {
    display: inline-block;
    padding: 0px 40px 0px 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0.15em;
    color: #ffffff;
	background: url("../img/cmn/icon_arw03.svg") right center no-repeat;
    background-size: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-cmn02-gra a:hover span {
	background: url("../img/cmn/icon_arw04.svg") right center no-repeat;
    background-size: 21px;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .btn-cmn01 {
        max-width: 100%;
    }
    .btn-cmn01 a {
        padding: 10px 0px 10px 30px;
        font-size: 16px;
        background: url("../img/cmn/icon_arw03.svg") 90% center no-repeat;
        background-size: 19px;
    }
    .btn-cmn01 a::after {
        background: #79AFDA url("../img/cmn/icon_arw04.svg") 90% center no-repeat;
        background-size: 19px;
    }
    .btn-cmn01-gra {
        max-width: 100%;
    }
    .btn-cmn01-gra a {
        padding: 10px 0px 10px 0px;
    }
    .btn-cmn01-gra a span {
        padding: 0px 30px 0px 0px;
        font-size: 16px;
        background: url("../img/cmn/icon_arw03.svg") right center no-repeat;
        background-size: 19px;
    }
    .btn-cmn01-gra a:hover span {
        background: url("../img/cmn/icon_arw04.svg") right center no-repeat;
        background-size: 19px;
    }
    .btn-cmn02 {
        max-width: 100%;
    }
    .btn-cmn02 a {
        padding: 10px 0px 10px 30px;
        font-size: 16px;
        background: url("../img/cmn/icon_arw03.svg") 90% center no-repeat;
        background-size: 19px;
    }
    .btn-cmn02 a::after {
        background: #79AFDA url("../img/cmn/icon_arw04.svg") 90% center no-repeat;
        background-size: 19px;
    }
    .btn-cmn02-gra {
        max-width: 100%;
    }
    .btn-cmn02-gra a {
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
    .btn-cmn02-gra a span {
        padding: 0px 30px 0px 0px;
        font-size: 16px;
        background: url("../img/cmn/icon_arw03.svg") right center no-repeat;
        background-size: 19px;
    }
    .btn-cmn02-gra a:hover span {
        background: url("../img/cmn/icon_arw04.svg") right center no-repeat;
        background-size: 19px;
    }
}


/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
    margin: 0;
	padding: 0;
	width: 100%;
}
.main-img-inr {
	position: relative;
	margin: 0 0 0 0;
	width: 100%;
}
.main-img {
	position: relative;
	width: 100%;
    height: 800px;
	background: no-repeat center center / cover;
}
.main-img.img01 {
	background-image: url("../img/top/img_main01@2x.webp");
}
.main-img.img02 {
	background-image: url("../img/top/img_main02@2x.webp");
}
.main-img.img03 {
	background-image: url("../img/top/img_main03@2x.webp");
}
.main-img.img04 {
	background-image: url("../img/top/img_main04@2x.webp");
}
.main-img.img05 {
	background-image: url("../img/top/img_main05@2x.webp");
}
.main-img.img06 {
	background-image: url("../img/top/img_main06@2x.webp");
}
.main-img.img07 {
	background-image: url("../img/top/img_main07@2x.webp");
}
.main-img.img08 {
	background-image: url("../img/top/img_main08@2x.webp");
}
.main-img.img09 {
	background-image: url("../img/top/img_main09@2x.webp");
}
.main-img.img10 {
	background-image: url("../img/top/img_main10@2x.webp");
}

.main-img-cap {
	position: absolute;
    bottom: 70px;
    left: 7%;
    width: 86%;
    text-align: left;
	z-index: 1006;
}
.main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-cap .ttl01 {
    line-height: 5.6;
}
.main-img-cap .ttl01 span {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 0.12em;
    line-height: 150%;
    background: #ffffff;
    display: inline-block;
    padding: 0px 12px 3px 18px;
}

.main-img-cap .ttl02 {
    margin-top: 5px;
}
.main-img-cap .ttl02 .span01 {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 0.12em;
    line-height: 120%;
    color: #ffffff;
}
.main-img-cap .ttl02 .span02 {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 0.12em;
    line-height: 120%;
    color: #ffffff;
}

.main-img-otr .bx-controls {
	display: none!important;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .main-img {
        height: 70vw;
    }
    .main-img-cap {
        bottom: 70px;
        left: 5%;
        width: 90%;
    }
    .main-img-cap .ttl01 {
        line-height: 5.6;
    }
    .main-img-cap .ttl01 span {
        font-weight: 900;
        font-size: 40px;
        letter-spacing: 0.12em;
        line-height: 150%;
        padding: 0px 12px 3px 18px;
    }
    .main-img-cap .ttl02 {
        margin-top: 5px;
    }
    .main-img-cap .ttl02 .span01 {
        font-weight: 800;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 120%;
    }
    .main-img-cap .ttl02 .span02 {
        font-weight: 800;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 120%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .main-img {
        height: 140vw;
    }
    .main-img.img01 {
        background-image: url("../img/top/img_main01_sp@2x.webp");
    }
    .main-img.img02 {
        background-image: url("../img/top/img_main02_sp@2x.webp");
    }
    .main-img.img03 {
        background-image: url("../img/top/img_main03_sp@2x.webp");
    }
    .main-img.img04 {
        background-image: url("../img/top/img_main04_sp@2x.webp");
    }
    .main-img.img05 {
        background-image: url("../img/top/img_main05_sp@2x.webp");
    }
    .main-img.img06 {
        background-image: url("../img/top/img_main06_sp@2x.webp");
    }
    .main-img.img07 {
        background-image: url("../img/top/img_main07_sp@2x.webp");
    }
    .main-img.img08 {
        background-image: url("../img/top/img_main08_sp@2x.webp");
    }
    .main-img.img09 {
        background-image: url("../img/top/img_main09_sp@2x.webp");
    }
    .main-img.img10 {
        background-image: url("../img/top/img_main10_sp@2x.webp");
    }
    .main-img-cap {
        bottom: 25px;
        left: 5%;
        width: 90%;
    }
    .main-img-cap .ttl01 {
        line-height: 3.5;
    }
    .main-img-cap .ttl01 span {
        font-weight: 900;
        font-size: 27px;
        letter-spacing: 0.1em;
        line-height: 150%;
        padding: 0px 8px 1px 12px;
    }
    .main-img-cap .ttl02 {
        margin-top: 2px;
    }
    .main-img-cap .ttl02 .span01 {
        font-weight: 800;
        font-size: 17px;
        letter-spacing: 0.05em;
        line-height: 130%;
        display: block;
    }
    .main-img-cap .ttl02 .span02 {
        font-weight: 800;
        font-size: 25px;
        letter-spacing: 0.05em;
        line-height: 130%;
    }
}

@media screen and (max-width: 320px) {
    .main-img-cap .ttl01 {
        line-height: 3;
    }
    .main-img-cap .ttl01 span {
        font-size: 24px;
    }
    .main-img-cap .ttl02 .span01 {
        font-size: 16px;
    }
    .main-img-cap .ttl02 .span02 {
        font-size: 22px;
    }
}


/*	各ページメイン画像
---------------------------------*/
.page-header {
    width: 100%;
}
.page-header.page-header-about {
    padding-top: 70px;
    padding-bottom: 105px;
	background: #DEE3EB url("../img/about/page_header@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-header.page-header-business {
    padding-top: 70px;
    padding-bottom: 210px;
	background: #DEE3EB url("../img/business/page_header@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-header.page-header-recruit {
    padding-top: 70px;
    padding-bottom: 80px;
	background: #DEE3EB url("../img/recruit/page_header@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-header.page-header-contact {
    padding-top: 70px;
    padding-bottom: 40px;
	background: #DEE3EB url("../img/contact/page_header@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-header .contents-inr {
    padding-right: 646px;
}

.page-header .ttl01 {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}
.page-header .ttl02 {
    margin-bottom: 60px;
}
.page-header .ttl02 .span01 {
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #55698A;
}
.page-header .ttl02 .span02 {
    display: block;
    margin-left: 100px;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #55698A;
}
.page-header .ttl-cmn05 {
    margin-bottom: 40px;
}
.page-header p {
}


.page-header .breadcrumb {
	padding-bottom: 15px;
}
.page-header .breadcrumb ul {
    font-size: 0px;
    text-align: left;
}
.page-header .breadcrumb ul li {
    display: inline-block;
    width:auto;
    font-size: 12px;
	font-weight: 400;
	line-height: 120%;
}
.page-header .breadcrumb ul li:first-child {
	background: url("../img/cmn/icon_arw07.svg") left 1px no-repeat;
    background-size: 11px;
    padding-left: 16px;
}
.page-header .breadcrumb ul li span {
    font-size: 12px;
	font-weight: 400;
	line-height: 120%;
}
.page-header .breadcrumb ul li a {
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-header .breadcrumb ul li a:hover {
    opacity: 0.6;
    color: #79AFDA;
}

@media screen and (max-width: 1440px) {
    .page-header .contents-inr {
        padding-right: 46%;
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-header .contents-inr {
        padding-right: 40%;
    }

    .page-header .ttl01 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
   
}

@media screen and (max-width: 576px) {
    .page-header .breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-header.page-header-about {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #DEE3EB;
    }
    .page-header.page-header-business {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #DEE3EB;
    }
    .page-header.page-header-recruit {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #DEE3EB;
    }
    .page-header.page-header-contact {
        padding-top: 5px;
        padding-bottom: 0px;
        background: #DEE3EB;
    }
    .page-header .contents-inr {
        padding-left: 0;
        padding-right: 0;
    }
    .page-header .ttl01 {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .page-header.page-header-about .ttl01 {
        margin-bottom: 25px;
    }
    .page-header.page-header-business .ttl01 {
        margin-bottom: 25px;
    }
    .page-header.page-header-contact .ttl01 {
        margin-bottom: 45px;
    }
    .page-header .ttl02 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .page-header .ttl02 .span01 {
        font-size: 20px;
    }
    .page-header .ttl02 .span02 {
        display: inline;
        margin-left: 0px;
        font-size: 20px;
    }
    .page-header .ttl-cmn05 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-header.page-header-about .ttl-cmn05 {
        margin-bottom: 20px;
    }
    .page-header.page-header-business .ttl-cmn05 {
        margin-bottom: 20px;
    }
    .page-header p {
        font-size: 14px;
        line-height: 160%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        letter-spacing: 0.05em;
    }
    .page-header.page-header-about p {
        padding-bottom: 50px;
    }
    .page-header.page-header-business p {
        padding-bottom: 50px;
    }
}


/*	トップページ
---------------------------------*/
/* キャッチコピー */
.top-catch {
    padding-top: 160px;
    padding-bottom: 180px;
}
.top-catch .contents-inr {
}
.top-catch .ttl01 {
    text-align: center;
    margin-bottom: 90px;
}
.top-catch .ttl01 span {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    position: relative;
}
.top-catch .ttl01 span::before {
	content: "";
    position: absolute;
    top: -10px;
    right: 110%;
    width: 21px;
    height: 21px;
	background: url("../img/cmn/icon_arw02_left.svg") center center no-repeat;
    background-size: contain;
}
.top-catch .ttl01 span::after {
	content: "";
    position: absolute;
    bottom: -15px;
    left: 110%;
    width: 21px;
    height: 21px;
	background: url("../img/cmn/icon_arw02_right.svg") center center no-repeat;
    background-size: contain;
}
.top-catch p {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .top-catch {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .top-catch .ttl01 {
        margin-bottom: 30px;
    }
    .top-catch .ttl01 span {
        font-size: 25px;
        line-height: 140%;
    }
    .top-catch .ttl01 span::before {
        top: -5px;
        right: 101%;
        width: 10px;
        height: 10px;
    }
    .top-catch .ttl01 span::after {
        bottom: -5px;
        left: 101%;
        width: 10px;
        height: 10px;
    }
    .top-catch p {
        font-size: 14px;
        line-height: 200%;
    }
}

/* 会社案内 */
.top-about {
    padding-bottom: 130px;
}
.top-about .contents-inr {
}
.top-about .txt-box {
    float: left;
    width: 50%;
    margin-top: 80px;
}
.top-about .img-box {
    float: right;
    width: 43.6%;
}
.top-about .ttl-cmn01 {
    margin-bottom: 45px;
}
.top-about .ttl-cmn03 {
    margin-bottom: 50px;
}
.top-about p {
    font-weight: 400;
    font-size: 15px;
}
.top-about .btn-cmn01-gra {
    margin-top: 55px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .top-about {
        padding-bottom: 120px;
    }
    .top-about .contents-inr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-about .txt-box {
        float: none;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-about .img-box {
        float: none;
        width: 100%;
    }
    .top-about .ttl-cmn01 {
        margin-bottom: 23px;
    }
    .top-about .ttl-cmn03 {
        margin-bottom: 30px;
    }
    .top-about p {
        font-size: 14px;
        line-height: 200%;
    }
    .top-about .btn-cmn01-gra {
        margin-top: 30px;
    }
}

/* 事業内容 */
.top-business {
    padding-bottom: 150px;
}
.top-business .contents-inr {
}
.top-business .txt-box {
    float: right;
    width: 50%;
    margin-top: 60px;
}
.top-business .img-box {
    float: left;
    width: 43.6%;
}
.top-business .ttl-cmn01 {
    margin-bottom: 45px;
}
.top-business .ttl-cmn03 {
    margin-bottom: 50px;
}
.top-business p {
    font-weight: 400;
    font-size: 15px;
}
.top-business .btn-cmn01-gra {
    margin-top: 55px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .top-business {
        padding-bottom: 0px;
    }
    .top-business .contents-inr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-business .txt-box {
        float: none;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-business .img-box {
        float: none;
        width: 100%;
    }
    .top-business .ttl-cmn01 {
        margin-bottom: 23px;
    }
    .top-business .ttl-cmn03 {
        margin-bottom: 30px;
    }
    .top-business p {
        font-size: 14px;
        line-height: 200%;
    }
    .top-business .btn-cmn01-gra {
        margin-top: 30px;
    }
}

/* 採用情報 */
.top-recruit {
    padding-top: 140px;
    padding-bottom: 120px;
	background: url("../img/top/top_bg_recruit@2x.webp") center center no-repeat;
    background-size: cover;
}
.top-recruit .contents-inr {
}
.top-recruit .txt-box {
    width: 60%;
}
.top-recruit .img-box {
    width: 52%;
    position: absolute;
    right: 0px;
    bottom: -15px;
    text-align: right;
}
.top-recruit .img-box .img01 {
    max-width: 408px;
    display: inline-block;
    margin-bottom: -20px;
}
.top-recruit .img-box .img02 {
    max-width: 631px;
    display: inline-block;
}
.top-recruit .ttl-cmn02 {
    margin-bottom: 45px;
}
.top-recruit .ttl-cmn04 {
    margin-bottom: 50px;
}
.top-recruit .check {
    font-weight: 500;
    font-size: 15px;
    line-height: 200%;
	background: url("../img/cmn/icon_arw05.svg") left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 26px;
    margin-bottom: 8px;
    color: #ffffff;
}
.top-recruit .btn-cmn02-gra {
    margin-top: 50px;
}

@media screen and (max-width: 1199px) {
    .top-recruit .txt-box {
        width: 50%;
    }
    .top-recruit .img-box {
        width: 48%;
        right: 10px;
        bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .top-recruit {
        padding-top: 70px;
        padding-bottom: 40px;
        background: url("../img/top/top_bg_recruit_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .top-recruit .contents-inr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-recruit .txt-box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .top-recruit .img-box {
        width: 100%;
        position: static;
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-recruit .img-box .img01 {
        max-width: 63%;
        margin-bottom: -10px;
    }
    .top-recruit .img-box .img02 {
        max-width: 100%;
    }
    .top-recruit .ttl-cmn02 {
        margin-bottom: 23px;
    }
    .top-recruit .ttl-cmn04 {
        margin-bottom: 28px;
    }
    .top-recruit .check {
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0.02em;
        background: url("../img/cmn/icon_arw05.svg") left center no-repeat;
        background-size: 20px;
        padding: 0 0 0 26px;
        margin-bottom: 15px;
    }
    .top-recruit .btn-cmn02-gra {
        margin-top: 20px;
    }
}

/* 仕事風景 */
.top-recruit-btm {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}
.top-recruit-btm::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(117.82deg, #55698A 28.18%, #3A5972 89.27%);
    z-index: -2;
}
.top-recruit-btm .top-recruit-btm-slider {
    width: 100%;
    overflow: hidden;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide {
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li {
    margin-right: 30px;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li img {
    width: 305px;
    height: auto;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li.img01 img {
    width: 286px;
    height: auto;
    margin-top: 10px;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li.img02 img {
    width: 227px;
    height: auto;
    margin-top: 31px;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li.img03 img {
    width: 305px;
    height: auto;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li.img04 img {
    width: 143px;
    height: auto;
    margin-top: 23px;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li.img05 img {
    width: 286px;
    height: auto;
    margin-top: 10px;
}
.top-recruit-btm .top-recruit-btm-slider .infiniteslide li.img06 img {
    width: 305px;
    height: auto;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
}

/* 当社へのアクセス */
.top-access {
    padding-top: 130px;
    padding-bottom: 130px;
}
.top-access .contents-inr {
    max-width: 1180px;
}
.top-access .img01 {
    margin-bottom: 10px;
    text-align: center;
}
.top-access .img01 img {
    width: 28px;
    height: auto;
}
.top-access .ttl-cmn01 {
    margin-bottom: 120px;
    text-align: center;
}

.top-access .ttl01 {
    font-weight: 700;
    font-size: 25px;
    line-height: 180%;
    letter-spacing: 0.1em;
}
.top-access .ttl02 {
    margin-top: 20px;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 17px;
    line-height: 180%;
}
.top-access .address {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
}

.top-access .top-access-box01 {
    margin-bottom: 85px;
    padding-bottom: 80px;
    border-bottom: #6C7F8D 1px solid;
}
.top-access .top-access-box01 .left-box {
    float: left;
    width: 47.3%;
}
.top-access .top-access-box01 .right-box {
    float: right;
    width: 47.3%;
}
.top-access .top-access-box01 .map {
    margin-top: 50px;
}
.top-access .top-access-box01 .map iframe {
    width: 100%;
    height: 280px;
}
.top-access .top-access-box01 .ttl01 {
    margin-bottom: 20px;
}
.top-access .top-access-box01 .ten {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
	background: url("../img/cmn/icon_arw06@3x.png") 7px 8px no-repeat;
    background-size: 5px;
    padding: 0 0 0 20px;
}
.top-access .top-access-box01 .tel {
    margin-right: 40px;
    display: inline-block;
    line-height: 200%;
    font-weight: 500;
    font-size: 17px;
    font-family: 'futura-pt', sans-serif;
	background: url("../img/cmn/icon_tel.svg") 0px 7px no-repeat;
    background-size: 18px;
    padding: 0 0 0 23px;
}
.top-access .top-access-box01 .fax {
    display: inline-block;
    line-height: 200%;
    font-weight: 500;
    font-size: 17px;
    font-family: 'futura-pt', sans-serif;
	background: url("../img/cmn/icon_fax.svg") 0px 7px no-repeat;
    background-size: 18px;
    padding: 0 0 0 23px;
}

.top-access .top-access-box02 {
}
.top-access .top-access-box02 .left-box {
    float: left;
    width: 47.3%;
}
.top-access .top-access-box02 .right-box {
    float: right;
    width: 47.3%;
}
.top-access .top-access-box02 .txt-box {
    float: right;
    width: 50%;
}
.top-access .top-access-box02 .map {
    float: left;
    width: 45.2%;
    margin-top: 25px;
}
.top-access .top-access-box02 .map iframe {
    width: 100%;
    height: 160px;
}
.top-access .top-access-box02 .ttl01 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.top-access .top-access-box02 .ten {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
	background: url("../img/cmn/icon_arw06@3x.png") 7px 6px no-repeat;
    background-size: 5px;
    padding: 0 0 0 20px;
}
.top-access .top-access-box02 .tel {
    margin-right: 40px;
    display: inline-block;
    line-height: 200%;
    font-weight: 500;
    font-size: 15px;
    font-family: 'futura-pt', sans-serif;
	background: url("../img/cmn/icon_tel.svg") 0px 7px no-repeat;
    background-size: 18px;
    padding: 0 0 0 23px;
}
.top-access .top-access-box02 .fax {
    display: inline-block;
    line-height: 200%;
    font-weight: 500;
    font-size: 15px;
    font-family: 'futura-pt', sans-serif;
	background: url("../img/cmn/icon_fax.svg") 0px 7px no-repeat;
    background-size: 18px;
    padding: 0 0 0 23px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .top-access {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .top-access .contents-inr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-access .img01 {
        margin-bottom: 5px;
    }
    .top-access .img01 img {
        width: 28px;
        height: auto;
    }
    .top-access .ttl-cmn01 {
        margin-bottom: 60px;
    }
    .top-access .ttl01 {
        font-size: 18px;
        line-height: 180%;
        letter-spacing: 0.1em;
    }
    .top-access .ttl02 {
        margin-top: 20px;
        margin-bottom: 3px;
        font-size: 16px;
        line-height: 180%;
    }
    .top-access .address {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 180%;
    }
    .top-access .top-access-box01 {
        margin-bottom: 40px;
        padding-bottom: 0px;
        border-bottom: none;
    }
    .top-access .top-access-box01 .left-box {
        float: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-access .top-access-box01 .right-box {
        float: none;
        width: 100%;
    }
    .top-access .top-access-box01 .map {
        margin-top: 30px;
    }
    .top-access .top-access-box01 .map iframe {
        width: 100%;
        height: 200px;
    }
    .top-access .top-access-box01 .ttl01 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .top-access .top-access-box01 .ten {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 130%;
        background: url("../img/cmn/icon_arw06@3x.png") 7px 8px no-repeat;
        background-size: 5px;
        padding: 0 0 0 20px;
    }
    .top-access .top-access-box01 .tel {
        margin-right: 0px;
        display: block;
        line-height: 170%;
        font-weight: 500;
        font-size: 17px;
        font-family: 'futura-pt', sans-serif;
        background: url("../img/cmn/icon_tel.svg") 0px 4px no-repeat;
        background-size: 18px;
        padding: 0 0 0 23px;
    }
    .top-access .top-access-box01 .fax {
        display: block;
        line-height: 170%;
        font-weight: 500;
        font-size: 17px;
        font-family: 'futura-pt', sans-serif;
        background: url("../img/cmn/icon_fax.svg") 0px 4px no-repeat;
        background-size: 18px;
        padding: 0 0 0 23px;
    }
    .top-access .top-access-box02 .txt-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-access .top-access-box02 .left-box {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .top-access .top-access-box02 .right-box {
        float: none;
        width: 100%;
    }
    .top-access .top-access-box02 .txt-box {
        float: none;
        width: 100%;
    }
    .top-access .top-access-box02 .map {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .top-access .top-access-box02 .map iframe {
        width: 100%;
        height: 200px;
    }
    .top-access .top-access-box02 .ttl01 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .top-access .top-access-box02 .ten {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 130%;
        background: url("../img/cmn/icon_arw06@3x.png") 7px 6px no-repeat;
        background-size: 5px;
        padding: 0 0 0 20px;
        letter-spacing: 0.03em;
    }
    .top-access .top-access-box02 .address {
        letter-spacing: 0.03em;
    }
    .top-access .top-access-box02 .tel {
        margin-right: 0px;
        display: block;
        line-height: 200%;
        font-weight: 500;
        font-size: 15px;
        font-family: 'futura-pt', sans-serif;
        background: url("../img/cmn/icon_tel.svg") 0px 6px no-repeat;
        background-size: 18px;
        padding: 0 0 0 23px;
    }
    .top-access .top-access-box02 .fax {
        display: block;
        line-height: 200%;
        font-weight: 500;
        font-size: 15px;
        font-family: 'futura-pt', sans-serif;
        background: url("../img/cmn/icon_fax.svg") 0px 6px no-repeat;
        background-size: 18px;
        padding: 0 0 0 23px;
    }
}

/* 共通 お問い合わせ */
.cmn-contact {
    padding-top: 140px;
    padding-bottom: 110px;
	background: url("../img/cmn/bg_contact@2x.webp") center center no-repeat;
    background-size: cover;
}
.cmn-contact .contents-inr {
    max-width: 1180px;
}
.cmn-contact .ttl-cmn02 {
    position: absolute;
    top: 0px;
    left: 3%;
}
.cmn-contact .txt-box {
    padding-left: 67%;
}
.cmn-contact .txt-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #ffffff;
}
.cmn-contact .txt-box .ttl01 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.cmn-contact .txt-box .ttl02 {
    text-align: center;
    overflow: hidden;
}
.cmn-contact .txt-box .ttl02 span {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    position: relative;
}
.cmn-contact .txt-box .ttl02 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: 130%;
	margin: 0;
	width: 500px;
	height: 2px;
    background: #ffffff;
}
.cmn-contact .txt-box .ttl02 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	right: 130%;
	margin: 0;
	width: 500px;
	height: 2px;
    background: #ffffff;
}
.cmn-contact .txt-box .tel {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 170%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.cmn-contact .txt-box .time {
    margin-top: -7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
}
.cmn-contact .txt-box .time .span01 {
    margin-left: 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
}
.cmn-contact .txt-box .time .span02 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #ffffff;
}
.cmn-contact .txt-box .mail {
    margin-top: 20px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    color: #ffffff;
}
.cmn-contact .txt-box .btn-cmn02-gra {
    margin-top: 50px;
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .cmn-contact .txt-box {
        padding-left: 60%;
    }
}

@media screen and (max-width: 991px) {
    .cmn-contact .txt-box {
        padding-left: 50%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .cmn-contact {
        padding-top: 60px;
        padding-bottom: 40px;
        background: url("../img/cmn/bg_contact_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .cmn-contact .ttl-cmn02 {
        position: static;
        margin-bottom: 80px;
    }
    .cmn-contact .txt-box {
        padding-left: 0%;
    }
    .cmn-contact .txt-box p {
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.03em;
    }
    .cmn-contact .txt-box .ttl01 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.1em;
        text-align: center;
    }
    .cmn-contact .txt-box .ttl02 span {
        font-size: 16px;
        line-height: 120%;
    }
    .cmn-contact .txt-box .ttl02 span::before {
        top: 13px;
        left: 130%;
    }
    .cmn-contact .txt-box .ttl02 span::after {
        top: 13px;
        right: 130%;
    }
    .cmn-contact .txt-box .tel {
        font-weight: 400;
        font-size: 32px;
        line-height: 170%;
        letter-spacing: 0.1em;
        text-align: center;
    }
    .cmn-contact .txt-box .time {
        margin-top: 0px;
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        text-align: center;
    }
    .cmn-contact .txt-box .time .span01 {
        margin-left: 15px;
        font-weight: 700;
        font-size: 13px;
        line-height: 100%;
    }
    .cmn-contact .txt-box .time .span02 {
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
    }
    .cmn-contact .txt-box .mail {
        margin-top: 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
    }
    .cmn-contact .txt-box .btn-cmn02-gra {
        margin-top: 40px;
        max-width: 100%;
    }
}


/*	会社案内
---------------------------------*/
/* 代表あいさつ */
.page-about01 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.page-about01 .contents-inr {
}
.page-about01 .txt-box {
    float: right;
    width: 50%;
}
.page-about01 .img-box {
    width: 49%;
    position: absolute;
    top: 0px;
    right: 56%;
}
.page-about01 .ttl-cmn06 {
    margin-bottom: 45px;
}
.page-about01 .p01 {
    font-weight: 400;
    font-size: 15px;
}
.page-about01 .p02 {
    margin-top: 100px;
    text-align: right;
    font-weight: 400;
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
    .page-about01 .img-box {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-about01 {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .page-about01 .txt-box {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .page-about01 .img-box {
        width: 228px;
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    .page-about01 .ttl-cmn06 {
        margin-bottom: 30px;
    }
    .page-about01 .p01 {
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
    }
    .page-about01 .p02 {
        margin-top: 30px;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
    }
}

/* 会社概要 */
.page-about02 {
    padding-top: 90px;
    padding-bottom: 150px;
    background: #55698A;
}
.page-about02 .contents-inr {
    max-width: 960px;
}
.page-about02 .ttl01 {
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.page-about02 table {
    margin: 0 0 0px 0;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-about02 table th {
    width: 180px;
    vertical-align: middle;
    padding:25px 0px 25px 0px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #ffffff;
    border-bottom: #6C7F8D 1px solid;
}
.page-about02 table td {
    vertical-align: middle;
    padding:25px 0px 25px 20px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #ffffff;
    border-bottom: #6C7F8D 1px solid;
}

.page-about02 table .tbl-txt {
}
.page-about02 table .tbl-txt ul {
}
.page-about02 table .tbl-txt ul li {
}
.page-about02 table .tbl-txt ul li:nth-of-type(1) {
    width: 20px;
}
.page-about02 table .tbl-txt ul li:nth-of-type(2) {
    width: calc(100% - 20px);
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-about02 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .page-about02 .ttl01 {
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 150%;
    }
    .page-about02 table {
        border-top: #ffffff 1px solid;
        border-left: #ffffff 1px solid;
        border-right: #ffffff 1px solid;
    }
    .page-about02 table th {
        width: 100%;
        display: block;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        line-height: 160%;
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
        background: rgba(255,255,255,0.1);
    }
    .page-about02 table td {
        width: 100%;
        display: block;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        line-height: 160%;
        border-bottom: #ffffff 1px solid;
    }
    .page-about02 table .tbl-txt ul li:nth-of-type(1) {
        width: 15px;
    }
    .page-about02 table .tbl-txt ul li:nth-of-type(2) {
        width: calc(100% - 15px);
    }
}

/* 沿革 */
.page-about03 {
    padding-bottom: 210px;
    background: #55698A;
}
.page-about03 .contents-inr {
    max-width: 1000px;
}
.page-about03 .ttl01 {
    position: absolute;
    top: 0px;
    left: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.page-about03 table {
    margin: 0 0 0px 150px;
    width:calc(100% - 150px);
    border-collapse:separate;
    border-spacing:0px;
}
.page-about03 table th {
    width: 140px;
    vertical-align: middle;
    padding:25px 0px 25px 20px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    background: rgba(255,255,255,0.1);
}
.page-about03 table td {
    vertical-align: middle;
    padding:25px 20px 25px 20px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
    background: rgba(255,255,255,0.1);
}
.page-about03 table tr:nth-of-type(even) th {
    background: rgba(255,255,255,0.04);
}
.page-about03 table tr:nth-of-type(even) td {
    background: rgba(255,255,255,0.04);
}

.page-about03 table .tbl-txt {
}
.page-about03 table .tbl-txt ul {
}
.page-about03 table .tbl-txt ul li {
}
.page-about03 table .tbl-txt ul li:nth-of-type(1) {
    width: 20px;
}
.page-about03 table .tbl-txt ul li:nth-of-type(2) {
    width: calc(100% - 20px);
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-about03 {
        padding-bottom: 60px;
    }
    .page-about03 .ttl01 {
        position: static;
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 150%;
        text-align: center;
    }
    .page-about03 table {
        margin: 0 0 0px 0px;
        width: 100%;
        border-top: #ffffff 1px solid;
        border-left: #ffffff 1px solid;
        border-right: #ffffff 1px solid;
    }
    .page-about03 table th {
        width: 100%;
        display: block;
        padding: 10px 10px 2px 10px;
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        border-bottom: none;
        background: rgba(255,255,255,0.1);
    }
    .page-about03 table td {
        width: 100%;
        display: block;
        padding: 0px 10px 10px 10px;
        font-size: 14px;
        line-height: 160%;
        border-bottom: #ffffff 1px solid;
        background: rgba(255,255,255,0.1);
    }
    .page-about03 table tr:nth-of-type(even) th {
        background: rgba(255,255,255,0.04);
    }
    .page-about03 table tr:nth-of-type(even) td {
        background: rgba(255,255,255,0.04);
    }
    .page-about03 table .tbl-txt ul li:nth-of-type(1) {
        width: 15px;
    }
    .page-about03 table .tbl-txt ul li:nth-of-type(2) {
        width: calc(100% - 15px);
    }
}

/* 事業所 */
.page-about04 {
    padding-top: 150px;
    padding-bottom: 190px;
}
.page-about04 .contents-inr {
}
.page-about04 .ttl-cmn06 {
    text-align: center;
    margin-bottom: 100px;
}

.page-about04 .page-about04__list {
}
.page-about04 .page-about04__list ul {
}
.page-about04 .page-about04__list ul li {
    margin-right: 80px;
    margin-bottom: 60px;
    width: calc((100% - 160px) / 3);
}
.page-about04 .page-about04__list ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.page-about04 .page-about04__list .ttl01 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 180%;
    letter-spacing: 0.1em;
}
.page-about04 .page-about04__list .address {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
}
.page-about04 .page-about04__list .tel {
    display: block;
    line-height: 200%;
    font-weight: 500;
    font-size: 17px;
    font-family: 'futura-pt', sans-serif;
	background: url("../img/cmn/icon_tel.svg") 0px 7px no-repeat;
    background-size: 18px;
    padding: 0 0 0 23px;
}
.page-about04 .page-about04__list .fax {
    margin-top: -5px;
    display: block;
    line-height: 200%;
    font-weight: 500;
    font-size: 17px;
    font-family: 'futura-pt', sans-serif;
	background: url("../img/cmn/icon_fax.svg") 0px 7px no-repeat;
    background-size: 18px;
    padding: 0 0 0 23px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-about04 .page-about04__list ul li {
        margin-right: 30px;
        width: calc((100% - 60px) / 3);
    }
    .page-about04 .page-about04__list ul li:nth-of-type(3n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-about04 {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .page-about04 .ttl-cmn06 {
        margin-bottom: 35px;
    }
    .page-about04 .page-about04__list ul li {
        margin-right: 0px;
        margin-bottom: 40px;
        width: 100%;
    }
    .page-about04 .page-about04__list ul li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .page-about04 .page-about04__list .ttl01 {
        margin-top: 5px;
        margin-bottom: 2px;
        font-size: 20px;
        line-height: 180%;
        letter-spacing: 0.1em;
    }
    .page-about04 .page-about04__list .address {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 140%;
    }
    .page-about04 .page-about04__list .tel {
        margin-right: 20px;
        display: inline-block;
        padding: 0 0 0 21px;
        letter-spacing: 0.03em;
    }
    .page-about04 .page-about04__list .fax {
        margin-top: 0px;
        display: inline-block;
        padding: 0 0 0 21px;
        letter-spacing: 0.03em;
    }
}

/* 画像 */
.page-about05 {
    width: 100%;
}
.page-about05.img01 {
    padding-top: 210px;
    padding-bottom: 80px;
	background: #DEE3EB url("../img/about/bg01@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-about05.img02 {
    padding-top: 210px;
    padding-bottom: 80px;
	background: #DEE3EB url("../img/about/bg02@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-about05.img03 {
    padding-top: 290px;
    padding-bottom: 80px;
	background: #DEE3EB url("../img/business/bg01@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-about05.img04 {
    padding-top: 290px;
    padding-bottom: 80px;
	background: #DEE3EB url("../img/business/bg02@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-about05 .contents-inr {
    max-width: 1100px;
}

.page-about05 .ttl01 {
    font-weight: 700;
    font-size: 60px;
    line-height: 130%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-about05 .ttl01 span {
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-about05 .ttl01 {
        font-size: 46px;
    }
    .page-about05 .ttl01 span {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-about05.img01 {
        padding-top: 110px;
        padding-bottom: 15px;
        background: #DEE3EB url("../img/about/bg01_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .page-about05.img02 {
        padding-top: 110px;
        padding-bottom: 15px;
        background: #DEE3EB url("../img/about/bg02_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .page-about05.img03 {
        padding-top: 150px;
        padding-bottom: 15px;
        background: #DEE3EB url("../img/business/bg01_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .page-about05.img04 {
        padding-top: 150px;
        padding-bottom: 15px;
        background: #DEE3EB url("../img/business/bg02_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .page-about05 .ttl01 {
        font-size: 30px;
        line-height: 130%;
        letter-spacing: 0.1em;
    }
    .page-about05.img03 .ttl01 {
        font-size: 25px;
    }
    .page-about05 .ttl01 span {
        font-size: 17px;
        line-height: 150%;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 360px) {
    .page-about05.img03 .ttl01 {
        font-size: 24px;
    }
}

@media screen and (max-width: 320px) {
    .page-about05.img03 .ttl01 {
        font-size: 21px;
    }
    .page-about05.img04 .ttl01 {
        font-size: 26px;
    }
}


/* 画像下 */
.page-about06 {
    margin-top: -50px;
}
.page-about06.page-about06-flow {
    padding-bottom: 20px;
}
.page-about06 .contents-inr {
    max-width: 1040px;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 100px;
}

.page-about06 .p01 {
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 70px;
}

.page-about06 .txt-box {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    position: relative;
}

.page-about06 .txt-box table.ttl01 {
    margin: 0 0 0px 0px;
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    border-bottom: #6C7F8D 1px solid;    
}
.page-about06 .txt-box table.ttl01 th {
    width: 30px;
    vertical-align: middle;
    padding:0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    font-family: 'futura-pt', sans-serif;
    color: #55698A;
}
.page-about06 .txt-box table.ttl01 td {
    vertical-align: middle;
    padding:25px 0px 25px 20px;
    text-align: left;
    padding:0px 0px 0px 0px;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    color: #55698A;
}
.page-about06 .txt-box table.ttl01 td h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    color: #55698A;
}

.page-about06 .txt-box .ttl02 {
    margin-top: 35px;
    margin-bottom: 5px;
    line-height: 150%;
    font-weight: 700;
    font-size: 17px;
	background: url("../img/cmn/icon_arw08@3x.png") 0px 6px no-repeat;
    background-size: 16px;
    padding: 0 0 0 23px;
}
.page-about06 .txt-box .ttl03 {
    margin-top: 35px;
    margin-bottom: 5px;
    line-height: 150%;
    font-weight: 700;
    font-size: 17px;
    padding: 0 0 0 0px;
}
.page-about06 .txt-box .p02 {
    font-weight: 400;
    font-size: 15px;
    padding: 0 0 0 23px;
}
.page-about06 .txt-box .p03 {
    font-weight: 400;
    font-size: 15px;
    padding: 0 220px 0 23px;
}
.page-about06 .txt-box .p04 {
    font-weight: 400;
    font-size: 15px;
    padding: 0 0 0 0px;
}
.page-about06 .txt-box .bnr01 {
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 161px;
}
.page-about06 .txt-box .bnr02 {
    width: 516px;
    margin: 30px auto 0 auto;
}

.page-about06 .flow-box {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.page-about06 .flow-box table {
    margin: 0 0 0px 0px;
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    background: rgba(255,255,255,1);
    box-shadow: 4px 4px 20px 0px rgba(85,105,138,0.2);
}
.page-about06 .flow-box table th {
    width: 280px;
    vertical-align: middle;
    padding: 25px 20px 25px 40px;
    text-align: left;
}
.page-about06 .flow-box table th.th01 {
    background: linear-gradient(180deg, #55698A 0%, #587091 100%);
}
.page-about06 .flow-box table th.th02 {
    background: linear-gradient(180deg, #597193 0%, #5C779A 100%);
}
.page-about06 .flow-box table th.th03 {
    background: linear-gradient(180deg, #5D799C 0%, #607EA3 100%);
}
.page-about06 .flow-box table th.th04 {
    background: linear-gradient(180deg, #6181A5 0%, #6588AD 100%);
}
.page-about06 .flow-box table th.th05 {
    background: linear-gradient(180deg, #6589AF 0%, #698FB6 100%);
}
.page-about06 .flow-box table th.th06 {
    background: linear-gradient(180deg, #6991B7 0%, #6D98BF 100%);
}
.page-about06 .flow-box table th.th07 {
    background: linear-gradient(180deg, #6E99C1 0%, #71A0C9 100%);
}
.page-about06 .flow-box table th.th08 {
    background: linear-gradient(180deg, #72A1CB 0%, #74A7D1 100%);
}
.page-about06 .flow-box table th.th09 {
    background: linear-gradient(180deg, #76AAD3 0%, #79AFDA 100%);
}
.page-about06 .flow-box table th h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-about06 .flow-box table td {
    vertical-align: middle;
    padding: 25px 20px 25px 30px;
    text-align: left;
}
.page-about06 .flow-box table td .ttl01 {
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.page-about06 .flow-box table td .p02 {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .page-about06 .flow-box table th {
        width: 220px;
        padding: 25px 5px 25px 20px;
    }
}

@media screen and (max-width: 576px) {
    .page-about06 {
        margin-top: 0px;
    }
    .page-about06 .contents-inr {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .page-about06 .p01 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
        padding-bottom: 40px;
    }
    .page-about06 .txt-box {
        padding-bottom: 50px;
    }
    .page-about06 .txt-box table.ttl01 th {
        width: 23px;
        font-size: 30px;
    }
    .page-about06 .txt-box table.ttl01 td {
        padding: 7px 0px 7px 0px;
        font-size: 17px;
        line-height: 150%;
    }
    .page-about06 .txt-box table.ttl01 td h3 {
        font-size: 17px;
        line-height: 150%;
    }
    .page-about06 .txt-box .ttl02 {
        margin-top: 20px;
        margin-bottom: 5px;
        line-height: 150%;
        font-size: 14px;
        background: url("../img/cmn/icon_arw08@3x.png") 0px 4px no-repeat;
        background-size: 14px;
        padding: 0 0 0 20px;
    }
    .page-about06 .txt-box .ttl03 {
        margin-top: 20px;
        margin-bottom: 5px;
        line-height: 150%;
        font-size: 17px;
        padding: 0 0 0 0px;
    }
    .page-about06 .txt-box .p02 {
        font-size: 14px;
        padding: 0 0 0 20px;
        letter-spacing: 0.05em;
        line-height: 160%;
    }
    .page-about06 .txt-box .p03 {
        font-size: 14px;
        padding: 0 0 0 20px;
        letter-spacing: 0.05em;
        line-height: 160%;
    }
    .page-about06 .txt-box .p04 {
        font-size: 14px;
        padding: 0 0 0 0px;
        letter-spacing: 0.05em;
        line-height: 160%;
    }
    .page-about06 .txt-box .bnr01 {
        position: static;
        width: 100px;
        margin: 20px auto 0 auto;
    }
    .page-about06 .txt-box .bnr02 {
        width: 280px;
        margin: 20px auto 0 auto;
    }
    .page-about06 .flow-box {
        margin-bottom: 20px;
    }
    .page-about06 .flow-box table th {
        width: 100%;
        display: block;
        padding: 18px 18px 18px 18px;
    }
    .page-about06 .flow-box table th h3 {
        font-size: 17px;
    }
    .page-about06 .flow-box table td {
        width: 100%;
        display: block;
        padding: 10px 18px 10px 18px;
    }
    .page-about06 .flow-box table td .ttl01 {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }
    .page-about06 .flow-box table td .p02 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.04em;
    }
}


/*	事業内容
---------------------------------*/
/* 東和グラビヤ印刷の3つの強み */
.page-business01 {
    padding-top: 100px;
    padding-bottom: 90px;
	background: url("../img/business/bg_strong@2x.webp") center center no-repeat;
    background-size: cover;
    border-bottom: rgba(179,193,204,1) 1px solid;
}
.page-business01 .contents-inr {
    max-width: 1350px;
}
.page-business01 .ttl-cmn06 {
    text-align: center;
    margin-bottom: 80px;
}

.page-business01 .page-business01__list {
}
.page-business01 .page-business01__list ul {
}
.page-business01 .page-business01__list ul li {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 370px;
}
.page-business01 .page-business01__list ul li .maru-box {
    width: 370px;
    height: 370px;
    background: #ffffff;
    box-shadow: 4px 4px 20px 0px rgba(85,105,138,0.2);
    border-radius: 50%;
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.page-business01 .page-business01__list ul li .maru-box .no {
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    color: #55698A;
    font-family: 'futura-pt', sans-serif;
}
.page-business01 .page-business01__list ul li .maru-box .ttl01 {
    color: #55698A;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
}
.page-business01 .page-business01__list ul li .maru-box .ttl01 span {
    color: #55698A;
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    letter-spacing: 0.08em;
}
.page-business01 .page-business01__list ul li .maru-box .p01 {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-business01 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .page-business01 .ttl-cmn06 {
        margin-bottom: 20px;
    }
    .page-business01 .page-business01__list ul li {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .page-business01 .page-business01__list ul li .maru-box {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        padding: 10px 20px 20px 20px;
        text-align: left;
    }
    .page-business01 .page-business01__list ul li .maru-box .no {
        font-size: 60px;
        line-height: 120%;
        display: inline-block;
    }
    .page-business01 .page-business01__list ul li .maru-box .ttl01 {
        font-size: 25px;
        line-height: 110%;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
        display: inline-block;
    }
    .page-business01 .page-business01__list ul li .maru-box .ttl01 span {
        font-size: 17px;
        line-height: 110%;
        letter-spacing: 0.1em;
    }
    .page-business01 .page-business01__list ul li .maru-box .p01 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 360px) {
    .page-business01 .page-business01__list ul li .maru-box {
        padding: 10px 15px 20px 15px;
    }
    .page-business01 .page-business01__list ul li .maru-box .no {
        font-size: 50px;
    }
    .page-business01 .page-business01__list ul li .maru-box .ttl01 {
        font-size: 22px;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    .page-business01 .page-business01__list ul li .maru-box .ttl01 span {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 320px) {
    .page-business01 .page-business01__list ul li .maru-box .no {
        font-size: 46px;
    }
    .page-business01 .page-business01__list ul li .maru-box .ttl01 {
        font-size: 20px;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
}


/* 取扱品目 */
.page-business02 {
    padding-bottom: 100px;
}
.page-business02 .contents-inr {
}
.page-business02 .ttl-cmn06 {
    margin-bottom: 35px;
}
.page-business02 .p01 {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.page-business02 .page-business02__list01 {
    padding-bottom: 80px;
}
.page-business02 .page-business02__list01 ul {
}
.page-business02 .page-business02__list01 ul li {
    margin-right: 12px;
    margin-bottom: 40px;
    width: calc((100% - 36px) / 4);
}
.page-business02 .page-business02__list01 ul li:nth-of-type(4n) {
    margin-right: 0px;
}
.page-business02 .page-business02__list01 ul li .ttl01 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.page-business02 .ttl02 {
    padding-bottom: 10px;
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 21px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #55698A;
    border-bottom: #55698A 1px solid;
}

.page-business02 .page-business02__list02 {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}
.page-business02 .page-business02__list02 ul {
}
.page-business02 .page-business02__list02 ul li {
    margin-right: 80px;
    margin-bottom: 40px;
    width: calc((100% - 240px) / 4);
    text-align: center;
}
.page-business02 .page-business02__list02 ul li:nth-of-type(4n) {
    margin-right: 0px;
}
.page-business02 .page-business02__list02 ul li:last-of-type {
    margin-right: 0px;
}
.page-business02 .page-business02__list02 ul li .ttl03 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .page-business02 .page-business02__list02 ul li {
        margin-right: 20px;
        width: calc((100% - 60px) / 4);
    }
    .page-business02 .page-business02__list02 ul li:nth-of-type(4n) {
        margin-right: 0px;
    }
    .page-business02 .page-business02__list02 ul li:last-of-type {
        margin-right: 0px;
    }
}

@media screen and (max-width: 576px) {
    .page-business02 {
        padding-bottom: 40px;
    }
    .page-business02 .ttl-cmn06 {
        margin-bottom: 25px;
    }
    .page-business02 .p01 {
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
    }
    .page-business02 .page-business02__list01 {
        padding-bottom: 30px;
    }
    .page-business02 .page-business02__list01 ul li {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc((100% - 10px) / 2);
    }
    .page-business02 .page-business02__list01 ul li:nth-of-type(4n) {
        margin-right: 10px;
    }
    .page-business02 .page-business02__list01 ul li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-business02 .page-business02__list01 ul li .ttl01 {
        margin-top: 0px;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.1em;
    }
    .page-business02 .ttl02 {
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 150%;
        letter-spacing: 0.1em;
    }
    .page-business02 .page-business02__list02 ul.flex-cnt {
        -webkit-box-pack:left;
        -ms-flex-pack:left;
        justify-content:left;
    }
    .page-business02 .page-business02__list02 ul li {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc((100% - 10px) / 2);
    }
    .page-business02 .page-business02__list02 ul li:nth-of-type(4n) {
        margin-right: 10px;
    }
    .page-business02 .page-business02__list02 ul li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-business02 .page-business02__list02 ul li:last-of-type {
        margin-right: 0px;
    }
    .page-business02 .page-business02__list02 ul li img {
        max-width: 80%;
    }
    .page-business02 .page-business02__list02 ul li .ttl03 {
        margin-top: 5px;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.05em;
    }
}

/* 設備について */
.page-business03 {
    padding-top: 120px;
    padding-bottom: 60px;
    background: #55698A;
}
.page-business03 .contents-inr {
}
.page-business03 .ttl-cmn06 {
    margin-bottom: 35px;
    color: #ffffff;
}
.page-business03 .p01 {
    margin-top: -15px;
    padding-top: 20px;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-top: #ffffff 1px solid;
}

.page-business03 .page-business03__list01 {
}
.page-business03 .page-business03__list01 ul {
}
.page-business03 .page-business03__list01 ul li {
    margin-bottom: 60px;
}
.page-business03 .page-business03__list01 ul li:nth-of-type(1) {
    margin-right: 40px;
    width: calc((100% - 40px) / 2);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(2) {
    margin-right: 0px;
    width: calc((100% - 40px) / 2);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(3) {
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(4) {
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(5) {
    margin-right: 0px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(6) {
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(7) {
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(8) {
    margin-right: 0px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(9) {
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(10) {
    margin-right: 0px;
    width: calc(((100% - 80px) / 3) * 2 + 40px);
}
.page-business03 .page-business03__list01 ul li:nth-of-type(11) {
    margin-right: 0px;
    width: calc((100% - 40px) / 2);
}
.page-business03 .page-business03__list01 ul li .ttl01 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #ffffff;
}
.page-business03 .page-business03__list01 ul li .p02 {
    margin-top: 2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .page-business03 .page-business03__list01 ul li:nth-of-type(1) {
        margin-right: 20px;
        width: calc((100% - 20px) / 2);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(2) {
        margin-right: 0px;
        width: calc((100% - 20px) / 2);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(3) {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(4) {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(5) {
        margin-right: 0px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(6) {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(7) {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(8) {
        margin-right: 0px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(9) {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(10) {
        margin-right: 0px;
        width: calc(((100% - 40px) / 3) * 2 + 20px);
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(11) {
        margin-right: 0px;
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 576px) {
    .page-business03 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .page-business03 .ttl-cmn06 {
        margin-bottom: 10px;
    }
    .page-business03 .p01 {
        margin-top: 0px;
        padding-top: 15px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
    }
    .page-business03 .page-business03__list01 ul li {
        margin-bottom: 30px;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(1) {
        margin-right: 0px;
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(2) {
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(3) {
        margin-right: 0px;
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(4) {
        margin-right: 0px;
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(5) {
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(6) {
        margin-right: 0px;
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(7) {
        margin-right: 0px;
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(8) {
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(9) {
        margin-right: 0px;
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(10) {
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li:nth-of-type(11) {
        width: 100%;
    }
    .page-business03 .page-business03__list01 ul li .ttl01 {
        margin-top: 5px;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0.05em;
    }
    .page-business03 .page-business03__list01 ul li .p02 {
        margin-top: 2px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
    }
}

/* 設備リスト */
.page-business04 {
    padding-top: 100px;
    padding-bottom: 150px;
	background: url("../img/business/bg_setubi@2x.webp") center center no-repeat;
    background-size: cover;
}
.page-business04 .contents-inr {
    max-width: 1100px;
}
.page-business04 .ttl01 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .ttl02 {
    padding: 20px 20px 20px 20px;
    color: #55698A;
    font-weight: 700;
    font-size: 21px;
    line-height: 200%;
    letter-spacing: 0.1em;
    background: rgba(255,255,255,0.8);
}
.page-business04 .ttl02 span {
    color: #55698A;
    font-weight: 700;
    font-size: 21px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.page-business04 .page-business04__list01 {
}
.page-business04 .page-business04__list01 ul {
    border-top: #ffffff 1px solid;
    background: rgba(255,255,255,0.04);
}
.page-business04 .page-business04__list01 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list01 ul li:nth-of-type(1) {
    padding: 20px 0px 20px 20px;
    width: 33%;
}
.page-business04 .page-business04__list01 ul li:nth-of-type(2) {
    padding: 20px 0px 20px 20px;
    width: 52%;
}
.page-business04 .page-business04__list01 ul li:nth-of-type(3) {
    padding: 20px 20px 20px 20px;
    width: 15%;
    text-align: right;
}

.page-business04 .page-business04__list02 {
}
.page-business04 .page-business04__list02 ul {
    border-top: rgba(255,255,255,0.6) 1px dashed;
    background: rgba(255,255,255,0.04);
}
.page-business04 .page-business04__list02 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list02 ul li:nth-of-type(1) {
    margin-left: 33%;
    padding: 20px 0px 20px 20px;
    width: 52%;
}
.page-business04 .page-business04__list02 ul li:nth-of-type(2) {
    padding: 20px 20px 20px 20px;
    width: 15%;
    text-align: right;
}

.page-business04 .page-business04__list03 {
}
.page-business04 .page-business04__list03 ul {
    border-top: #ffffff 1px solid;
    background: rgba(255,255,255,0.2);
}
.page-business04 .page-business04__list03 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list03 ul li:nth-of-type(1) {
    padding: 20px 0px 20px 20px;
    width: 33%;
}
.page-business04 .page-business04__list03 ul li:nth-of-type(2) {
    padding: 20px 0px 20px 20px;
    width: 57%;
}
.page-business04 .page-business04__list03 ul li:nth-of-type(3) {
    padding: 20px 20px 20px 20px;
    width: 10%;
    text-align: right;
}

.page-business04 .page-business04__list04 {
}
.page-business04 .page-business04__list04 ul {
    border-top: rgba(255,255,255,0.6) 1px dashed;
    background: rgba(255,255,255,0.2);
}
.page-business04 .page-business04__list04 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list04 ul li:nth-of-type(1) {
    margin-left: 33%;
    padding: 20px 0px 20px 20px;
    width: 57%;
}
.page-business04 .page-business04__list04 ul li:nth-of-type(2) {
    padding: 20px 20px 20px 20px;
    width: 10%;
    text-align: right;
}

.page-business04 .page-business04__list05 {
}
.page-business04 .page-business04__list05 ul {
    border-top: #ffffff 1px solid;
    background: rgba(255,255,255,0.04);
}
.page-business04 .page-business04__list05 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list05 ul li:nth-of-type(1) {
    padding: 20px 0px 20px 20px;
    width: 85%;
}
.page-business04 .page-business04__list05 ul li:nth-of-type(2) {
    padding: 20px 20px 20px 20px;
    width: 15%;
    text-align: right;
}

.page-business04 .page-business04__list06 {
}
.page-business04 .page-business04__list06 ul {
    border-top: #ffffff 1px solid;
    background: rgba(255,255,255,0.2);
}
.page-business04 .page-business04__list06 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list06 ul li:nth-of-type(1) {
    padding: 20px 0px 20px 20px;
    width: 85%;
}
.page-business04 .page-business04__list06 ul li:nth-of-type(2) {
    padding: 20px 20px 20px 20px;
    width: 15%;
    text-align: right;
}

.page-business04 .page-business04__list07 {
}
.page-business04 .page-business04__list07 ul {
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    background: rgba(255,255,255,0.2);
}
.page-business04 .page-business04__list07 ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-business04 .page-business04__list07 ul li:nth-of-type(1) {
    padding: 20px 0px 20px 20px;
    width: 85%;
}
.page-business04 .page-business04__list07 ul li:nth-of-type(2) {
    padding: 20px 20px 20px 20px;
    width: 15%;
    text-align: right;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-business04 .page-business04__list03 ul li:nth-of-type(2) {
        width: 52%;
    }
    .page-business04 .page-business04__list03 ul li:nth-of-type(3) {
        width: 15%;
    }
    .page-business04 .page-business04__list04 ul li:nth-of-type(1) {
        width: 52%;
    }
    .page-business04 .page-business04__list04 ul li:nth-of-type(2) {
        width: 15%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-business04 {
        padding-top: 60px;
        padding-bottom: 60px;
        background: url("../img/business/bg_setubi_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .page-business04 .ttl01 {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 150%;
        letter-spacing: 0.1em;
    }
    .page-business04 .ttl02 {
        padding: 15px 20px 15px 20px;
        font-size: 17px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .ttl02 span {
        margin-top: 5px;
        display: block;
        color: #55698A;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }

    .page-business04 .page-business04__list01 ul {
        border-top: #ffffff 1px solid;
        background: none;
    }
    .page-business04 .page-business04__list01 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list01 ul li:nth-of-type(1) {
        padding: 15px 15px 15px 15px;
        width: 100%;
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
        background: rgba(255,255,255,0.2);
    }
    .page-business04 .page-business04__list01 ul li:nth-of-type(2) {
        padding: 12px 0px 12px 15px;
        width: 80%;
        background: rgba(255,255,255,0.04);
    }
    .page-business04 .page-business04__list01 ul li:nth-of-type(3) {
        padding: 12px 15px 12px 15px;
        width: 20%;
        background: rgba(255,255,255,0.04);
    }

    .page-business04 .page-business04__list02 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list02 ul li:nth-of-type(1) {
        margin-left: 0%;
        padding: 12px 0px 12px 15px;
        width: 80%;
    }
    .page-business04 .page-business04__list02 ul li:nth-of-type(2) {
        padding: 12px 15px 12px 15px;
        width: 20%;
    }

    .page-business04 .page-business04__list03 ul {
        border-top: #ffffff 1px solid;
        background: none;
    }
    .page-business04 .page-business04__list03 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list03 ul li span {
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list03 ul li:nth-of-type(1) {
        padding: 15px 15px 15px 15px;
        width: 100%;
        background: rgba(255,255,255,0.2);
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
    }
    .page-business04 .page-business04__list03 ul li:nth-of-type(2) {
        padding: 12px 0px 12px 15px;
        width: 80%;
        background: rgba(255,255,255,0.04);
    }
    .page-business04 .page-business04__list03 ul li:nth-of-type(3) {
        padding: 12px 15px 12px 15px;
        width: 20%;
        background: rgba(255,255,255,0.04);
    }

    .page-business04 .page-business04__list04 ul {
        border-top: rgba(255,255,255,0.6) 1px dashed;
        background: rgba(255,255,255,0.04);
    }
    .page-business04 .page-business04__list04 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list04 ul li span {
        font-size: 12px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list04 ul li:nth-of-type(1) {
        margin-left: 0%;
        padding: 12px 0px 12px 15px;
        width: 80%;
    }
    .page-business04 .page-business04__list04 ul li:nth-of-type(2) {
        padding: 12px 15px 12px 15px;
        width: 20%;
    }

    .page-business04 .page-business04__list05 ul {
        border-top: #ffffff 1px solid;
        background: none;
    }
    .page-business04 .page-business04__list05 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list05 ul li:nth-of-type(1) {
        padding: 12px 15px 12px 15px;
        width: 100%;
        background: rgba(255,255,255,0.2);
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
    }
    .page-business04 .page-business04__list05 ul li:nth-of-type(2) {
        padding: 12px 15px 12px 15px;
        width: 100%;
        background: rgba(255,255,255,0.04);
    }

    .page-business04 .page-business04__list06 ul {
        border-top: #ffffff 1px solid;
        background: none;
    }
    .page-business04 .page-business04__list06 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list06 ul li:nth-of-type(1) {
        padding: 12px 15px 12px 15px;
        width: 100%;
        background: rgba(255,255,255,0.2);
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
    }
    .page-business04 .page-business04__list06 ul li:nth-of-type(2) {
        padding: 12px 15px 12px 15px;
        width: 100%;
        background: rgba(255,255,255,0.04);
    }

    .page-business04 .page-business04__list07 ul {
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        background: none;
    }
    .page-business04 .page-business04__list07 ul li {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-business04 .page-business04__list07 ul li:nth-of-type(1) {
        padding: 12px 15px 12px 15px;
        width: 100%;
        background: rgba(255,255,255,0.2);
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
    }
    .page-business04 .page-business04__list07 ul li:nth-of-type(2) {
        padding: 12px 15px 12px 15px;
        width: 100%;
        background: rgba(255,255,255,0.04);
    }
}


/*	採用情報
---------------------------------*/
/* 東和グラビヤ印刷で働く理由 */
.page-recruit01 {
    padding-top: 100px;
    padding-bottom: 50px;
	background: url("../img/recruit/bg_riyuu@2x.webp") center center no-repeat;
    background-size: cover;
    border-bottom: rgba(179,193,204,1) 1px solid;
}
.page-recruit01 .contents-inr {
}
.page-recruit01 .ttl-cmn06 {
    text-align: center;
    margin-bottom: 20px;
}
.page-recruit01 .p01 {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.page-recruit01 .page-recruit01__list {
}
.page-recruit01 .page-recruit01__list ul {
}
.page-recruit01 .page-recruit01__list ul li {
    margin-right: 80px;
    margin-bottom: 60px;
    width: calc((100% - 160px) / 3);
}
.page-recruit01 .page-recruit01__list ul li:nth-of-type(3n) {
    margin-right: 0px;
}
.page-recruit01 .page-recruit01__list ul li .img-box {
    position: relative;
}
.page-recruit01 .page-recruit01__list ul li .img-box .no {
    display: inline-block;
    text-align: center;
    width: 56px;
    height: 56px;
    font-weight: 400;
    font-size: 25px;
    line-height: 56px;
    background: #55698A; 
    color: #ffffff;
    font-family: 'futura-pt', sans-serif;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: calc(50% - 28px);
}
.page-recruit01 .page-recruit01__list ul li .ttl01 {
    color: #55698A;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 18px;
}
.page-recruit01 .page-recruit01__list ul li .p02 {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-recruit01 .page-recruit01__list ul li {
        margin-right: 30px;
        width: calc((100% - 60px) / 3);
    }
    .page-recruit01 .page-recruit01__list ul li:nth-of-type(3n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-recruit01 {
        padding-top: 35px;
        padding-bottom: 10px;
        background: url("../img/recruit/bg_riyuu_sp@2x.webp") center center no-repeat;
        background-size: cover;
    }
    .page-recruit01 .ttl-cmn06 {
        margin-bottom: 10px;
    }
    .page-recruit01 .p01 {
        margin-bottom: 50px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit01 .page-recruit01__list ul li {
        margin-right: 0px;
        margin-bottom: 50px;
        width: 100%;
    }
    .page-recruit01 .page-recruit01__list ul li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .page-recruit01 .page-recruit01__list ul li .ttl01 {
        font-size: 17px;
        line-height: 140%;
        letter-spacing: 0.1em;
        margin-top: 15px;
        margin-bottom: 12px;
    }
    .page-recruit01 .page-recruit01__list ul li .p02 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
}


/* 先輩の声 */
.page-recruit02 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-recruit02 .contents-inr {
    max-width: 1100px;
}
.page-recruit02 .ttl-cmn06 {
    text-align: center;
    margin-bottom: 10px;
}
.page-recruit02 .p01 {
    text-align: center;
    margin-bottom: 90px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.page-recruit02 .page-recruit02-box {
    margin-bottom: 60px;
    background: #F5F7FA;
}
.page-recruit02 .page-recruit02-box .txt-box {
    float: right;
    width: 64%;
}
.page-recruit02 .page-recruit02-box.img-right .txt-box {
    float: left;
}
.page-recruit02 .page-recruit02-box .txt-box .ttl01 {
    background: #55698A;
    font-weight: 700;
    font-size: 21px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #ffffff;
    padding: 20px 30px 20px 40px;
}
.page-recruit02 .page-recruit02-box .txt-box .ttl01 span {
    margin-top: 5px;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #ffffff;
}
.page-recruit02 .page-recruit02-box .txt-box .p02 {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    padding: 20px 30px 20px 40px;
}
.page-recruit02 .page-recruit02-box .img-box {
    float: left;
    width: 36%;
}
.page-recruit02 .page-recruit02-box.img-right .img-box {
    float: right;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-recruit02 {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .page-recruit02 .ttl-cmn06 {
        margin-bottom: 10px;
    }
    .page-recruit02 .p01 {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit02 .page-recruit02-box {
        margin-bottom: 30px;
    }
    .page-recruit02 .page-recruit02-box .txt-box {
        float: none;
        width: 100%;
    }
    .page-recruit02 .page-recruit02-box.img-right .txt-box {
        float: none;
    }
    .page-recruit02 .page-recruit02-box .txt-box .ttl01 {
        font-size: 17px;
        line-height: 160%;
        letter-spacing: 0.1em;
        padding: 18px 18px 18px 18px;
    }
    .page-recruit02 .page-recruit02-box .txt-box .ttl01 span {
        margin-top: 10px;
        font-size: 13px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit02 .page-recruit02-box .txt-box .p02 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
        padding: 18px 18px 18px 18px;
    }
    .page-recruit02 .page-recruit02-box .img-box {
        float: none;
        width: 100%;
    }
    .page-recruit02 .page-recruit02-box.img-right .img-box {
        float: none;
    }
}


/* 募集要項 */
.page-recruit03 {
    padding-top: 140px;
    padding-bottom: 170px;
    background: #55698A;
}
.page-recruit03 .contents-inr {
}
.page-recruit03 .ttl01 {
    margin-bottom: 140px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
}

.page-recruit03 table {
    margin: 0 auto 0px auto;
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    max-width: 1040px;
}
.page-recruit03 table th {
    width: 33%;
    vertical-align: middle;
    padding: 25px 10px 25px 20px;
    text-align: left;
}
.page-recruit03 table td {
    vertical-align: middle;
    padding: 25px 20px 25px 0px;
    text-align: left;
}
.page-recruit03 table th.th01 {
    font-weight: 700;
    font-size: 21px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #55698A;
    background: rgba(255,255,255,0.8);
    border-bottom: #ffffff 1px solid;
}
.page-recruit03 table td.td01 {
    font-weight: 700;
    font-size: 21px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #55698A;
    background: rgba(255,255,255,0.8);
    border-bottom: #ffffff 1px solid;
}
.page-recruit03 table th.th02 {
    color: #ffffff;
    background: rgba(255,255,255,0.04);
    border-bottom: #ffffff 1px solid;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}
.page-recruit03 table td.td02 {
    color: #ffffff;
    background: rgba(255,255,255,0.04);
    border-bottom: #ffffff 1px solid;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}
.page-recruit03 table th.th03 {
    color: #ffffff;
    background: rgba(255,255,255,0.2);
    border-bottom: #ffffff 1px solid;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}
.page-recruit03 table td.td03 {
    color: #ffffff;
    background: rgba(255,255,255,0.2);
    border-bottom: #ffffff 1px solid;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-recruit03 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-recruit03 .ttl01 {
        margin-bottom: 50px;
        padding-bottom: 15px;
        font-size: 25px;
        line-height: 150%;
        letter-spacing: 0.1em;
    }
    .page-recruit03 table th {
        width: 100%;
        display: block;
    }
    .page-recruit03 table td {
        width: 100%;
        display: block;
    }
    .page-recruit03 table th.th01 {
        padding: 10px 12px 0px 12px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
        border-bottom: none;
    }
    .page-recruit03 table td.td01 {
        padding: 0px 12px 10px 12px;
        font-size: 17px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit03 table th.th02 {
        padding: 15px 12px 12px 12px;
        border-bottom: none;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit03 table th.th02 p {
        padding: 0px 0px 12px 0px;
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
    }
    .page-recruit03 table td.td02 {
        padding: 0px 12px 15px 12px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit03 table th.th03 {
        padding: 15px 12px 12px 12px;
        border-bottom: none;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-recruit03 table th.th03 p {
        padding: 0px 0px 12px 0px;
        border-bottom: rgba(255,255,255,0.6) 1px dashed;
    }
    .page-recruit03 table td.td03 {
        padding: 0px 12px 15px 12px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
}


/* アピールポイント */
.page-recruit04 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #eff0f4;
}
.page-recruit04 .contents-inr {
}

.page-recruit04 .page-recruit04__list {
}
.page-recruit04 .page-recruit04__list ul {
}
.page-recruit04 .page-recruit04__list ul li {
    margin-right: 76px;
    width: calc((100% - 76px) / 2);
    background: #ffffff;
    box-shadow: 5px 5px 20px 0px rgba(108,127,141,0.2);
    padding: 35px 30px 20px 35px;
}
.page-recruit04 .page-recruit04__list ul li:nth-of-type(2n) {
    margin-right: 0px;
}
.page-recruit04 .page-recruit04__list .ttl01 {
    font-weight: 700;
    font-size: 21px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #55698A;
    margin-bottom: 23px;
}
.page-recruit04 .page-recruit04__list .p01 {
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
	background: url("../img/cmn/icon_arw06@3x.png") 8px 10px no-repeat;
    background-size: 5px;
    padding: 0 0 0 23px;
}
.page-recruit04 .page-recruit04__list .p02 {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    padding: 0 0 20px 23px;
}
.page-recruit04 .page-recruit04__list .p03 {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	background: url("../img/cmn/icon_arw06@3x.png") 8px 10px no-repeat;
    background-size: 5px;
    padding: 0 0 0 23px;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-recruit04 .page-recruit04__list ul li {
        margin-right: 30px;
        width: calc((100% - 30px) / 2);
        padding: 30px 20px 15px 25px;
    }
    .page-recruit04 .page-recruit04__list ul li:nth-of-type(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
    .page-recruit04 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-recruit04 .page-recruit04__list ul li {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        padding: 18px 15px 5px 15px;
    }
    .page-recruit04 .page-recruit04__list ul li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-recruit04 .page-recruit04__list ul li:last-of-type {
        padding: 18px 15px 15px 15px;
        margin-bottom: 0px;
    }
    .page-recruit04 .page-recruit04__list .ttl01 {
        font-size: 17px;
        line-height: 160%;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    .page-recruit04 .page-recruit04__list .p01 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
        margin-bottom: 2px;
        background: url("../img/cmn/icon_arw06@3x.png") 8px 10px no-repeat;
        background-size: 5px;
        padding: 0 0 0 20px;
    }
    .page-recruit04 .page-recruit04__list .p02 {
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
        padding: 0 0 20px 20px;
    }
    .page-recruit04 .page-recruit04__list .p03 {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
        background: url("../img/cmn/icon_arw06@3x.png") 8px 10px no-repeat;
        background-size: 5px;
        padding: 0 0 0 20px;
    }
}


/*	お問い合わせ
---------------------------------*/
.confirm-button {
    margin-top: 35px;
    gap: 15px;

}

.page-contact {
    padding-top: 100px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
}
.page-contact .contents-inr {
    max-width: 1100px;
}

.page-contact .ttl-cmn06 {
    margin-bottom: 20px;
    text-align: center;
}
.page-contact .p01 {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    text-align: center;
}
.page-contact .p02 {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    text-align: center;
}

.page-contact .page-contact-box {
    background: rgba(242,244,248,1);
    border: 1px solid #B3C1CC;
    padding: 80px 15% 100px 15%;
}

.page-contact .robot {
    margin-bottom: 30px;
    text-align: center;
}
.page-contact .robot .g-recaptcha {
    display: flex;
    justify-content: center;
}


.page-contact .hissu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding:0px 3px 1px 3px;
    font-size:11px;
    letter-spacing: 0.1em;
    line-height:160%;
    font-weight: 400;
    color: #ffffff;
    background: #60A468;
    border-radius: 2px;
}
.page-contact .nini {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding:0px 3px 1px 3px;
    font-size:11px;
    letter-spacing: 0.1em;
    line-height:160%;
    font-weight: 400;
    color: #8AA1B3;
    border: 1px solid #8AA1B3;
    border-radius: 2px;
}

.page-contact .doui {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size:15px;
    letter-spacing: 0.1em;
    line-height:160%;
    font-weight: 400;
    text-align: center;
}
.page-contact .doui a {
    font-size:15px;
    letter-spacing: 0.1em;
    line-height:160%;
    font-weight: 400;
    text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    color: #79AFDA;
}
.page-contact .doui a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #79AFDA;
}

.page-contact table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-contact table th {
    width: 220px;
    vertical-align:middle;
    padding:30px 0px 30px 10px;
    font-size:15px;
    letter-spacing: 0.1em;
    line-height:160%;
    font-weight: 400;
    text-align: left;
    border-bottom: rgba(85,105,138,0.3) 1px dashed;
}
.page-contact table td {
    vertical-align:middle;
    padding:30px 10px 30px 0px;
    font-size:15px;
    letter-spacing: 0.1em;
    line-height:160%;
    font-weight: 400;
    text-align: left;
    border-bottom: rgba(85,105,138,0.3) 1px dashed;
}
.page-contact table td .classkoumoku {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 45%;
}

.page-contact label {
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size:15px;
    line-height:160%;
    font-family: 'NotoSansJP';
}
.page-contact input {
    width: 100%;
    border: rgba(179,193,204,1) 1px solid;
    border-radius: 5px;
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size:15px;
    line-height:160%;
    font-family: 'NotoSansJP';
}
.page-contact input.inputname {
    width: 56%;
    font-family: 'NotoSansJP';
}
.page-contact input.inputtel {
    width: 46%;
    font-family: 'NotoSansJP';
}
.page-contact input.inputkoumoku {
	width:auto;
	border:none;
	padding: 0px;
	line-height:1;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size:15px;
	display: inline-block;
	vertical-align:middle;
	margin-top: -4px;
    font-family: 'NotoSansJP';
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.page-contact input.inputkamoku {
    width:auto;
    border:none;
    padding: 0px;
    line-height:1;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size:15px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -1px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    font-family: 'NotoSansJP';
}
.page-contact select {
    width: auto;
    border: rgba(179,193,204,1) 1px solid;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px 11px 10px 11px;
    line-height:160%;
    font-size:15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: 'NotoSansJP';
}
.page-contact textarea {
    width: 100%;
    border: rgba(179,193,204,1) 1px solid;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size:15px;
    line-height:160%;
    font-family: 'NotoSansJP';
}

.page-contact .formbtn {
    display: inline-block;
    margin: 0px 0 0 0;
    width: 300px;
    text-align: center;
    padding: 15px 46px 15px 0px;
    border-radius: 0px;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #ffffff;
	background: #048B04;
    cursor : pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'NotoSansJP';
    background: url("../img/cmn/icon_arw04.svg"), linear-gradient(to right, #79AFDA 0%, #79AFDA 32%, rgba(85,105,138,1) 68%, rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 70% center, 100% 0%;
    background-size: 21px, 300% auto;
}

.page-contact .formbtn:hover {
    background: url("../img/cmn/icon_arw04.svg"), linear-gradient(to right, #79AFDA 0%, #79AFDA 32%, rgba(85,105,138,1) 68%, rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 70% center, 0% 0%;
    background-size: 21px, 300% auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-contact .formbtn.return {
    display: inline-block;
    margin: 0px 0 0 0;
    width: 300px;
    text-align: center;
    padding: 15px 0px 15px 46px;
    border-radius: 0px;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #ffffff;
	background: #048B04;
    cursor : pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'NotoSansJP';
    background: url("../img/cmn/icon_return.svg"), linear-gradient(to left, #79AFDA 0%, #79AFDA 32%, rgba(85,105,138,1) 68%, rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 30% center, 0% 0%;
    background-size: 21px, 300% auto;
    border: 0;
}

.page-contact .formbtn.return:hover {
    background: url("../img/cmn/icon_return.svg"), linear-gradient(to left, #79AFDA 0%, #79AFDA 32%, rgba(85,105,138,1) 68%, rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 30% center, 100% 0%;
    background-size: 21px, 300% auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-contact .formbtn.noarrow {
    display: inline-block;
    margin: 0;
    width: 300px;
    text-align: center;
    padding: 15px 0 15px 0;
    border-radius: 0;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    font-family: 'NotoSansJP';
    transition: all .3s ease-in-out;

    /* グラデーションのみ適用 */
    background: linear-gradient(to right,
        #79AFDA 0%,
        #79AFDA 32%,
        rgba(85,105,138,1) 68%,
        rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 300% auto;
}

/* hover時：グラデーションのアニメーション */
.page-contact .formbtn.noarrow:hover {
    background: linear-gradient(to right,
        #79AFDA 0%,
        #79AFDA 32%,
        rgba(85,105,138,1) 68%,
        rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 300% auto;
    transition: all .3s ease-in-out;
}




/* ▼IE10・IE11用 */
:-ms-input-placeholder {
    color: #AFBFCC;
    font-family: 'NotoSansJP';
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
    color: #AFBFCC;
    font-family: 'NotoSansJP';
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
    color: #AFBFCC;
    font-family: 'NotoSansJP';
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
    color: #AFBFCC; opacity: 1;
    font-family: 'NotoSansJP';
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
    color: #AFBFCC;
    font-family: 'NotoSansJP';
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    .page-contact .page-contact-box {
        padding: 80px 5% 100px 5%;
    }
}

@media screen and (max-width: 767px) {
    .page-contact table td .classkoumoku {
        display: block;
        width: auto;
    }
    .page-contact input.inputname {
        width: 100%;
    }
    .page-contact input.inputtel {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .page-contact {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .page-contact .contents-inr {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-contact .ttl-cmn06 {
        margin-bottom: 10px;
    }
    .page-contact .p01 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-align: center;
    }
    .page-contact .p02 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    .page-contact .page-contact-box {
        padding: 30px 20px 30px 20px;
        border: none;
    }
    .page-contact table th {
        width: 100%;
        display: block;
        padding:15px 0px 5px 0px;
        font-size:14px;
        letter-spacing: 0.1em;
        line-height:160%;
        border-bottom: none;
    }
    .page-contact table td {
        width: 100%;
        display: block;
        padding:0px 0px 15px 0px;
        font-size:14px;
        letter-spacing: 0.1em;
        line-height:160%;
    }
    .page-contact table td .classkoumoku {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .page-contact .formbtn {
        width: 100%;
    }
    .page-contact .formbtn.return {
        width: 100%;
    }

    .page-contact .doui {
        font-size:14px;
    }
    .page-contact .doui a {
        font-size:14px;
    }
    .page-contact table th {
        font-size:14px;
    }
    .page-contact table td {
        font-size:14px;
    }
    .page-contact label {
        font-size:14px;
    }
    .page-contact input {
        font-size:14px;
    }
    .page-contact input.inputkoumoku {
        font-size:14px;
    }
    .page-contact input.inputkamoku {
        font-size:14px;
    }
    .page-contact select {
        font-size:14px;
    }
    .page-contact textarea {
        font-size:14px;
    }
}

/*	404ページ
---------------------------------*/
.page-content-none {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
}
.page-content-none .formbtn {
    display: inline-block;
    margin: 0px 0 0 0;
    width: 300px;
    text-align: center;
    padding: 15px 46px 15px 0px;
    border-radius: 0px;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #ffffff;
	background: #048B04;
    cursor : pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'NotoSansJP';
    background: url("../img/cmn/icon_arw04.svg"), linear-gradient(to right, #79AFDA 0%, #79AFDA 32%, rgba(85,105,138,1) 68%, rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 70% center, 100% 0%;
    background-size: 21px, 300% auto;
}
.page-content-none .formbtn:hover {
    background: url("../img/cmn/icon_arw04.svg"), linear-gradient(to right, #79AFDA 0%, #79AFDA 32%, rgba(85,105,138,1) 68%, rgba(85,105,138,1) 100%);
    background-repeat: no-repeat;
    background-position: 70% center, 0% 0%;
    background-size: 21px, 300% auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page-content-none .error-number {
    font-size: 50px;
    margin-bottom: 10px;
}
.page-content-none .p01 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 576px) {
    .page-content-none {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}

/*	プライバシーポリシーページ
---------------------------------*/

.page-header.page-header-privacy {
    padding-top: 70px;
    padding-bottom: 40px;
}

.page-privacy {
    padding-top: 100px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
}

.page-privacy .ttl-cmn06 {
    margin-bottom: 20px;
    text-align: center;
}
.page-privacy .p01 {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.1em;
    text-align: center;
}

.page-privacy-box .ttl02 {
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 21px;
    line-height: 200%;
    letter-spacing: 0.1em;
    color: #55698A;
    border-bottom: #55698A 1px solid;
}
.page-privacy-box p {
    margin-bottom: 25px;
}
.page-privacy-box ul {
    margin-bottom: 25px;
}
.page-privacy-box ul li {
    list-style: inside;
}

.page-privacy-box a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.page-privacy-box a:hover {
    opacity: 0.6;
    color: #79AFDA;
}

@media screen and (max-width: 576px)  {
    .page-privacy {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .page-privacy .ttl-cmn06 {
        margin-bottom: 10px;
    }
    .page-privacy .p01 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-align: center;
    }
    .page-privacy-box .ttl02 {
        padding-bottom: 10px;
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 150%;
        letter-spacing: 0.1em;
    }
}

