@charset "utf-8";
/* CSS Document */
html{

}
*{
	padding: 0;
	margin: 0;
}
html {
	font-size: 62.5%; /*16px*62.5%=10px*/
	font-family: sans-serif;
	line-height: 1.54545455;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1.ttl01{
	-webkit-transition: width .2s;
	transition: width .2s;
	font-size: 2.6rem;
	color: #fff;
	text-shadow: 1px 1px 0 #3a85af, -1px -1px 0 #3a85af, -1px 1px 0 #3a85af, 1px -1px 0 #3a85af, 0px 1px 0 #3a85af, 0 -1px 0 #3a85af, -1px 0 0 #3a85af, 1px 0 0 #3a85af;
	padding-left: .5rem;
	line-height: 1.2;
	font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}
h1.ttl01 a{
	color: #fff;
}
h1.ttl01 p{
	text-align: center;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a{
	outline: none;
}
img{
	width: 100%;
	height: auto;
}
.main_box{
	max-width: 1000px;
	margin: auto;
}
.container{
	display: inline-block;
	width: 100%;
}
.left{
	float: left;
	width: 50%;
}
.right{
	float: right;
	width: 50%;
}
.left{
	padding-right: 1rem;
}
.right{
	padding-left: 1rem;
}
#wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
*:before,
*:after {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
}
/*SPのみ*/
.d_sp {
	display: none !important;
}
.d_sp_img {
	display: none !important;
}
@media print, screen and (max-width: 999px) {
/*PCのみ*/
	.d_pc {
		display: none !important;
	}
	.d_tab{
		display: block !important;
	}
	.d_sp {
		display: block!important;
	}
	.d_sp_img {
		display: none !important;
	}
}
@media print, screen and (max-width: 767px) {
/*SPのみ*/
	.d_pc {
		display: none !important;
	}
	.d_tab{
		display: none !important;
	}
	.d_sp {
		display: block !important;
	}
    .d_sp_img {
        display: block !important;
        width: 95%;
        height: 50%;
        margin: 0 auto;
        padding: 0 0 1rem;
    }
}
/* ===== * reset * =====*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}

/* ===== * common * ====*/
html {
	font: 62.5%;
}
body {
    font-size: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    color: #343b44;
	position: relative;
	z-index: 0;
}
img {
	vertical-align: top;
	width: 100%;
}
p {
	letter-spacing: 1px;
	text-align: justify;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: calc(50% - 1px);
}
.center {
	margin: 0 auto !important;
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.a_center {
	align-items: center;
}
.a_end {
	align-items: end;
}
.j_center {
	justify-content: center;
}
.reverse{
	flex-flow: row-reverse;
}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
}
.sans {
	font-family: unset;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-b {
	display: inline-block !important;
}
.flex {
	display: flex !important;
	flex-wrap: wrap;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.im_line {
    background-image: linear-gradient(90deg, rgba(255, 232, 0, 0.4), rgba(255, 203, 51, 0.6));
    background-repeat: no-repeat;
    background-size: 200% 40%;
    font-weight: 800;
    background-position: 0px bottom;
	padding: 0 .5rem;
}
section{
	position: relative;
	z-index: 1;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
	color: #151515;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn__wrp {
  text-align: center;
  box-sizing: border-box;
}
.button {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s;
	display: inline-block;
	padding: 20px 0;
	width: 200px;
	border-radius: 40px;
	background-color: #ffff00;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	pointer-events: auto;
	font-size: 15px;
	margin: 1rem auto;
}
.button:hover {
	background-color: #787fc9;
	color: #fff;
	opacity: 1;
}
.button:hover:before {
	bottom: 3px;
}
.button.gold {
	color: #fff;
	background-color: #9a8d50;
	border: 1px solid #9a8d50;
	box-sizing: border-box;
}
.button.gold:hover {
	color: #9a8d50;
	background-color: #faf7f2;
	border: 1px solid #9a8d50
}

.button.gold:hover:before {
	color: #9a8d50;
}
span.anchorlink {
	position: relative;
	top: 90px;
	display: block;
}
.b{
	font-weight: bold;
}
.black{
	color: #000;
}
.red{
	color: #dc1f3f;
}
.blue {
	color: #1197ff;
}
.pink {
	color: #ff5692 !important;
}
.green{
	color: #151515;
}
.purple {
	color: #51318f;
}
.yellow {
	color: #ffff00;
}
.gray{
	color: #888;
}
.navy{
	color: #122a88;
}
.white {
	color: #fff;
}
.gold {
	color: #927700;
}
.button.orange {
	background: #ef6854;
	border: 1px solid #ef6854;
}
.button.orange:hover {
	background: #fff;
	border: 1px solid #ef6854;
	color: #ef6854;
}
.small{
	font-size: 80%;
}
.big {
	font-size: 130%;
}
.w-300 {
	max-width: 300px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-400 {
	max-width: 400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-500 {
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-600 {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-700 {
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-800 {
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	width: 95% !important;
}
.w-900 {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.w-1000 {
	max-width: 1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
img.free-tel-color {
	max-width: 24px;
	margin: 0.3rem 0.2rem 0 0;
}

.production_btn {
	max-width: 320px;
	width: 80%;
	border-radius: 0 2rem 0 0;
}
main{
	overflow: hidden;
}
main:before,
main:after {
    content: "";
    width: 100%;
	max-width: 30vw;
    height: 100%;
	max-height: 500px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
main:after {
    background-image: url("../img/index_bg01.png");
    background-position: bottom left;
    bottom: 0;
    left: 0;
}
main:before {
    background-image: url(../img/index_bg02.png);
    background-position: bottom right;
    bottom: 0;
    right: 0;
	left: auto;
	transform: rotate(90deg);
}
main.contact_wrap:before, main.contact_wrap:after{
	z-index: 100;
	width: 20vw;
	max-height: 400px;
}
/* ===== * size * ====*/
.w1 {
	width: 8.3333% !important;
}
.w2 {
	width: 16.6666% !important;
}
.w3 {
	width: 25% !important;
}
.w4 {
	width: 33.3333% !important;
}
.w5 {
	width: 41.6666% !important;
}
.w6 {
	width: 50% !important;
}
.w7 {
	width: 58.3333% !important;
}
.w8 {
	width: 66.6666% !important;
}
.w9 {
	width: 75% !important;
}
.w10 {
	width: 83.333% !important;
}
.w11 {
	width: 91.6666% !important;
}
.w12 {
	width: 100% !important;
}
/* ==== * section * ===*/
.wrap_box {
	padding: 2rem 0;
	/*min-width: 1000px;*/;
	z-index: 2;
	position: relative;
	background: #000;
	color: #fff;
}
.wrap_box:last-child {
	padding-bottom: 5rem;
}
/*-- sidebanner --*/
.sidebanner {
	background: #01477c;
}
.sidebanner ul {
	padding: 1rem;
	display: block;
	width: 100%;
	position: relative;
}
.sidebanner li {
	margin-bottom: 1rem;
	max-width: 350px;
}
/* 画面内に入った状態 */
.scrollin {ｓ
	opacity : 1;
	transform : translate(0, 0);
}

/* ===== * tab * =====*/
.tab {
	width: 33.333%;
	border: 0.5px solid #504eb7;
	border-bottom: 4px solid #504eb7;
	line-height: 20px;
	text-align: center;
	float: left;
	cursor: pointer;
	color: #504eb7;
	padding: 0.5rem;
	background: #f2f2ff;
	min-height: 82px;
	align-items: center;
	display: flex;
}
.tab:hover {
	background: #f0e9ff;
	color: #504eb7;
}
.tab#tab1 {
	border-radius: 1rem 0 0;
}
.tab#tab3 {
	border-radius:  0 1rem 0 0;
}
.selected,
.selected:hover {
	background-color: #504eb7;
	color: #fff;
}
#blog_tab {
	position: relative;
	width: 100%;
	min-height: 450px;
	overflow: hidden;
	clear: left;
}
.box {
	display: inline-block;
	position: absolute;
	width: 100%;
	max-width: 1000px;
	padding-top: 1rem;
}
#first {
	top: 0px;
	left: 0px;
}
#second {
	top: 0px;
	left: 1000px;
}
#third {
	top: 0px;
	left: 2000px;
}
#slide {
	transition: transform 1s ease-in-out 0s;
	-moz-transition: -moz-transform 1s ease-in-out 0s;
	-webkit-transition: -webkit-transform 1s ease-in-out 0s;
}
.move-to-second {
	transform: translateX(-1000px);
	-moz-transform: translateX(-1000px);
	-webkit-transform: translateX(-1000px);
}
.move-to-third {
	transform: translateX(-2000px);
	-moz-transform: translateX(-2000px);
	-webkit-transform: translateX(-2000px);
}
.move-to-first {
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);    
}
#blog_tab .list01 {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 4px double #ccc;
}
#blog_tab .list01 li {
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
}
/* ===== * header * =====*/
.header_bg {
	z-index: 1000;
	position: fixed;
	width: 100%;
}
header > .container {
	width: 100%;
}
header > .container .left {
	max-width: 170px;
	width: 15%;
	margin-top: 0%;
}

header > .container .left a {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 3px;
	transition: 0.2s;
	line-height: 1rem;
	padding: 0.2rem 0 0.5rem 1rem;
	display: block;
}
header > .container .left a:hover {
	color: #aaa;
}
header > .container .right {
	width: 80%;
	height: 64px;
}
header > .container .right ul {
	display: flex;
}
header > .container .right li>a {
	line-height: normal;
	color: #57ad35;
	font-size: 0.95rem;
	font-weight: 500;
	margin: -0.2rem auto;
	transition: 0.2s;
	padding: 1.3rem 0;
	width: 100%;
	display: block;
	font-weight: bold;
}
.scrollin header > .container .right li>a {
	color: #fff;
	height: 64px;
	pointer-events: all;
	cursor: pointer;
}
.scrollin header > .container .tel_mail a {
	font-size: 25px;
}
.scrollin header > .container .right li li>a {
	background: rgba(0, 30, 90, 0.85);
}
header > .container .main-nav>ul>li:last-child>a {
	background: #3498ff;
	color: #fff;
	height: 64px;
}
header .main-nav {
	margin-top: 0.2%;
}
header .main-nav > ul > li {
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	width: 16.2555%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
header li a span {
	display: block;
	font-size:15px;
	margin-top: 3px;
	letter-spacing: -1px;
	font-weight: bold;
}
header {
	margin-bottom: -0.25rem;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 999999999;
	transition-duration: 0.5s;
	height: 90px;
	display: flex;
	align-items: center;
	background-image: url("../img/logo_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 230px;
	border-radius: 0 0 3rem	0;
	box-shadow: 0 0 6px 0 #aaa;
}
header .logo {
	opacity: 1;
	margin: 0;
}
ul.nav.nav-wrap {
	width: 50%;
}
header .logo img {
	position: relative;
	max-width: 190px;
	left: 10px;
}
header .logo.fix{
	position: fixed;
}
header .logo .st0{
-webkit-transition: ease .5s;
	transition: ease .5s;
	fill:#000;
}
header > .container .main-nav>ul>li:last-child>a img {
	width: 1.9rem;
	margin: 0.2rem auto;
	display: block;
}
#top-head.slidein {
	display: block;
	position: fixed;
	top: 0;
	width: 230px;
	z-index: 1000;
	/*animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;*/
}
@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
header.top_header .main_box {
	max-width: 1200px;
	padding: 0.5rem 0 0;
}
@media screen and (max-width: 1060px) {
	.p-top-how-heading__en > span {
		top: 0;
	}
}
/*--== nav_category ==--*/
#top-head .dropdown_wrap .white {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
#top-head .nav_category .dropdown-item {
	width: 18%;
	margin: auto;
}
#top-head .nav_category .dropdown-item a {
	padding: 1rem 0 !important;
	background: #fff;
	height: 100%;
	border-radius: 27px;
	min-height: 130px;
}
#top-head .nav_category img {
	width: 60px;
	padding-top: 1rem;
}
#top-head .nav_category .dropdown-item p {
	font-size: 13px;
	letter-spacing: 0px;
	color: #227900;
	padding-top: 0.5rem;
}
#top-head .nav_category .dropdown-item:nth-child(4) p {
	padding-top: 0rem;
}

/* ===== * scroll_box * ====*/
.scroll_box {
	height: 500px;
	overflow: scroll;
	border-radius: 0.5rem;
	padding: 2rem;
	max-width: 1000px;
	margin: auto;
}
/*スクロールバー表示させる*/
.scroll_box::-webkit-scrollbar{
    width: 10px;
}
.scroll_box::-webkit-scrollbar-thumb{
    background: #505050;
    border-radius: 10px;
}
.scroll_box::-webkit-scrollbar-track-piece:start{
    background: #cacaca;
}
.scroll_box::-webkit-scrollbar-track-piece:end{
    background: transparent;
}

/* ===== * accbox * =====*/
/*--===アコーディオン===--*/
/*ラベル*/
.accbox label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
}

/*チェックは隠す*/
.accbox > input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	/*background: #fff5eb;*/
	opacity: 1;
}
/* ===== * table_box * ====*/
table {
	max-width: 780px;
	width: 100%;
	border-collapse: collapse;
	margin: 1rem auto;
}
/*
table tbody tr>td:first-child,
table tbody tr>td:first-child {
	border-left: none;
}
*/
table thead th {
	background:#ed1e79;
	color:#112233;
	padding: 1rem;
}
table thead th {
	background: #365472;
	color: #112233;
	padding: 1rem;
	border-bottom: #FFF solid 1px;
}
table tbody th {
	padding: 1rem;
	background: #51318f;
	color: #fff;
	border-radius: 0.8rem 0.8rem 0 0;
	font-size: 1.1rem;
}
table tbody th:last-child {
	border-left: 1px solid #dee8ff;
	background: #314e8f;
}
table tbody td {
	padding: 0.7rem 0.7rem 0.7rem 1rem;
	border-left: 1px dashed #a5a5a5;
	vertical-align: middle;
}
table tbody tr:nth-child(even) {
	background: #fff;
}
table tbody tr:nth-child(odd) {
	background: #fff;
}

table tbody .t_label {
	display: none;
}
table tbody td p {
	line-height: 1.5;
}
/*-=== news ===--*/
#NEWS a:hover {
    opacity: 0.8 !important;
}
#NEWS li {
	border-bottom: 1px solid #aaa;
	padding: 2.2rem;
}
#NEWS .more {
	color: #000;
}
#NEWS .more p {
	padding-top: 5px;
}
.format h1 {
	font-size: 25px;
	font-weight: bold;
	border-left: 10px solid;
	padding-left: 10px;
	margin-bottom: 1rem;
}
.format h2 {
	font-size: 22px;
	font-weight: bold;
}
.format h3 {
	font-size: 20px;
	font-weight: bold;
	padding: unset;
	border: none;
	color: unset;
	margin: unset;
}
.format h4 {
	font-weight: bold;
}
.format h4, .format h5, .format h6 {
	font-size: 18px;
}
.format img {
	padding: 10px;
	box-shadow: 0px 0px 3px #000;
	margin: 10px auto;
	max-width: 700px;
	display: block;
	width: calc( 95% - 5px );
}
/*リスト*/
#NEWS {
	font-size: 16px;
	padding-top: 50px;
	min-height: 85vh;
}
#NEWS .format ol {
	margin: 0rem 2rem;
}
#NEWS .format ol li {
	color: unset;
	font-size: 17px;
	font-weight: unset;
	padding: 2px;
	margin-bottom: 5px;
}
#NEWS .format ol li::marker {
	color: #385674;
	font-weight: bold;
}
#NEWS .news_box {
	margin-bottom: 15px;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 25px;
}
/*-=== archive ===--*/
.archive .headline01 {
    padding-top: 0.5rem;
}
.archive img {
	max-width: 300px;
	padding-right: 10px;
}
.archive main {
	padding-bottom: 50px;
}
.archive ul.list {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.archive #NEWS #NEWS {
	border-top: 1px solid #ccc;
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 1rem 1rem 4rem;
    margin-bottom: 2rem;
	position: relative;
}
.archive #NEWS h3 {
	margin-bottom: 0;
	margin-top: 1rem;
}
.archive #NEWS img {
	max-width: 300px;
	height: auto;
	float: left;
	margin-right: 10px;
	padding: 0;
	margin-bottom: 0;
}
.archive #NEWS #NEWS .button {
	max-width: 250px;
	margin: 1rem 0 0 auto;
	position: absolute;
	bottom: 5px;
	right: 0;
	border-radius: 5px;
}
nav.pagination li {
	float: left;
	margin: 0.5rem;
}
nav.pagination {
	display: inline-block;
}
nav.pagination li a, nav.pagination li span {
	background: #fff;
	padding: 8px 0;
	height: 45px;
	font-weight: bold;
	width: 45px;
	text-align: center;
	display: block;
	border: 1px solid #2653b0;
	border-radius: 6px;
}
nav.pagination li span {
	background: #eee;
}
nav.pagination li a {
	color: #2653b0;
}
.fadein {
	transition: 0.2s ease-in-out ;
}
/*--==== CONTACT ====--*/
.contact {
	padding-bottom: 3rem;
}
.contact h2 {
	border-left: none;
}
.contact .button {
	background: #51318f;
	max-width: 300px;
	width: 100%;
	margin-bottom: 2rem;
}
.contact .button:hover {
	background: #ac90e2;
}
input,textarea {
  -webkit-appearance: none;
}
.contact .sec-contact dl{
	margin: 1rem 0;
	padding: 1rem 0;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
}
.contact .sec-contact .headline04{
	color: #de0909;
}
.contact .sec-contact ul {
	line-height: 2rem;
	letter-spacing: 1px;
	margin: 0 1rem;
	padding-left: 1rem;
}
.contact .sec-contact ul li {
	list-style: disc;
}
.contact .form-item {
	border-bottom: 2px solid #ddd;
	padding: 1.5rem;
	margin: 1.5rem 0
}

.form-item.flex.a_center.adjustment {
    padding: 1.5rem 1.5rem 3rem;
}
.contact span.required {
    background: #e11b3f;
    padding: 0.5rem;
    font-size: 13px;
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    margin-right: 0.5rem;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"] ,
.contact select,
.contact input[type="date"] ,
.contact textarea {
	font-family: acumin-pro,heisei-kaku-gothic-std,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 300;
	resize: none;
	border: none;
	padding: 1rem;
	margin-top: 0.5rem;
	background: #fff;
	display: block;
	font-size: 1.6rem;
}
.contact.corporation input[type="text"],
.contact.corporation input[type="email"],
.contact.corporation input[type="tel"] ,
.contact.corporation select,
.contact.corporation input[type="date"] ,
.contact.corporation textarea {
	background: #eee;
}
.contact select{
	width: 70%;
}
.contact input:-internal-autofill-selected {
	background: #aaa;
}
.contact textarea {
	min-height: 200px;
}
.contact .form_wrap input[type="radio"] {
	min-height: 20px;
	width: 20px;
	position: relative;
	margin: 0px 0px 0 10px;
	display: block;
	-webkit-appearance: radio;
}
.contact input[type="checkbox"] {
	vertical-align: middle;
	min-height: 22px;
	width: 22px;
	display: inline;
	margin: 7px 5px 10px 10px;
}
.contact option {
	font-weight: 300;
}
.contact input[type="submit"] {
	text-align: center;
	display: block;
	margin: 3rem auto 6rem;
	font-size: 1.6rem;
	padding: 0.5rem 1.5rem 0.3rem;
	border: none;
	min-width: 230px;
	background: #e11b3f;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
}
input:active {
    border-color: #57ad35;
}
.contact .required:before {
	content: "※";
	color: #FFEB3B;
}
.contact label p {
	margin-top: 0.8rem;
}
.contact input.submit:hover {
    background: #57ad35;
}
.contact input.submit {
    padding: 1rem !important;
    display: block;
    width: 250px;
    background: #010101;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
}
/*radio*/
/* ラジオボタン03 */
input[type=radio] {
		-webkit-appearance: auto;
}
.radio {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 10px 10px;
	position: relative;
	width: auto;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    display: flex;
    align-items: baseline;
}
input[type=radio]:checked + .radio::before {
	border-color: #666;
}
input[type=radio]:checked + .radio::after {
	opacity: 1;
	transform: scale3d(1,1,1);
}
/*--==== footer ====--*/
footer.l_footer {
    padding: 3rem;
	position: relative;
	z-index: 200;
}
footer.l_footer .pege_top:before {
    content: "";
    position: absolute;
    top: -50px;
    margin-left: -90px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 85px 90px 85px;
    border-color: transparent transparent #27144a transparent;
}
footer.l_footer h2 {
    border: none;
}
footer.l_footer h2::before {
    display: none;
}
footer.l_footer h2 img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 4rem;
}

/* ====== * レスポンシブ * =======*/
@media print, screen and (max-width: 1200px) {
	.index_mainvisual {
		padding-top: 0;
	}
	.main_box {
		padding: 0 0.5rem;
	}
}
@media print, screen and (max-width:1024px) {
	section, .wrap_box ,footer{
		/*width: 1024px;*/
		overflow: hidden;
	}
}
@media print, screen and (max-width:999px){
	.wrap_box {
		min-width: auto;
	}
	.wrap_box:last-child {
		padding-bottom: 3rem;
	}
/*
	.left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.flex {
    	display: block!important;
	}
*/
	section, .wrap_box, footer{
		width: auto;
	}
	header.top_header, section, .wrap_box, footer {
		min-width: auto;
	}
	span.anchorlink {
		top: -70px;
	}
	main:before, main:after{
		max-height: 200px;
	}
	main.contact_wrap:before, main.contact_wrap:after{
		width: 28vw;
		max-height: 200px;
	}
/* === * size * === */
	.w1 {
		width:100% !important;
	}
	.w2 {
		width:100% !important;
	}
	.w3 {
		width:100% !important;
	}
	.w4 {
		width:100% !important;
	}
	.w5 {
		width:100% !important;
	}
	.w6 {
		width:100% !important;
	}
	.w7 {
		width:100% !important;
	}
	.w8 {
		width:100% !important;
	}
	.w9 {
		width:100% !important;
	}
	.w10 {
		width:100% !important;
	}
	.w11 {
		width:100% !important;
	}
	.w12 {
		width:100% !important;
	}
	/* ==========================================================
	 * sp_nav
	 * ========================================================*/
	#top-head.slidein {
		bottom: 0;
		top: auto;
	}
	#top-head .globalMenuSp img{
		width: 85%;
		margin: 0 auto 0 0;
	}
	#top-head.fadein header.top_header{
		height: 70px;
	}
	#top-head.slidein {
		width: auto; 
		/* animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; */
	}
	header {
		width: 100%;
		border-radius: 0;
		overflow: hidden;
		height: auto;
		background: transparent;
		box-shadow: none;
	}
	.top_header .d_sp{
		 position: relative;
	}
	.top_header .d_sp h1 {
		width: 100px;
		position: relative;
	}
	ul.nav-wrap li {
		width: 50%;
		text-align: center;
		overflow: hidden;
		margin: 0 auto;
	}
	ul.nav-wrap li p{
		width: 100%;
		height: 100%;
	}
	ul.nav-wrap li a {
/*    	display: block;*/
		width: 100%;
		font-weight: bold;
		border: 1px solid;
		background: #0d87c2;
		color:  #fff;
		border-radius: 1rem 1rem 0 0;
		padding: 1rem 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	ul.nav-wrap li:last-child a {
		background: #48c8be;
		color: #ffff00;
	}
	ul.nav-wrap {
		width: 100vw;
		display: flex;
	}
	.fadein {
		transition: unset!important ;
	}
	.contact input[type="text"],
	.contact input[type="email"],
	.contact input[type="tel"] ,
	.contact select,
	.contact input[type="date"] ,
	.contact textarea {
		width: 100%;
	}
	.button {
		width:95%;
		max-width: auto;
	}
	/*-=== archive ===--*/
	.archive .headline01 {
		font-size: 20px;
	}
	.archive img {
		float: none;
	}
	/* ==========================================================
	 * footer
	 * ========================================================*/
	 footer.l_footer {
		margin-bottom: 50px;
	}
	footer.l_footer .sec_wrap {
		padding-left: 0;
		padding-right: 0;
	}
	footer.l_footer .left.w4{
		border-bottom: 6px double #a39036;
		margin-bottom: 2rem;
		padding-bottom: 4rem;
		
	}
	footer.l_footer .right h3 {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	footer.l_footer .right.w8 {
		border-left: none;
	}
	footer.l_footer .right h4 {
		text-align: left !important;
		border-left: 7px solid;
		margin-top: 2rem;
		margin-bottom: 1rem;
		padding-left: 1rem;
	}
}/*999px*/
@media print, screen and (max-width:767px){
	main:before, main:after{
		max-height: 100px;
	}
	main.contact_wrap:before, main.contact_wrap:after{
		width: 30vw;
		max-height: 100px;
	}
}
