@charset "UTF-8";
/*!
Theme Name: stylish-inc
Author: Virginia
Version: 1.0.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}

body {
		line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
		display:block;
}

nav ul {
		list-style:none;
}

blockquote, q {
		quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content:'';
		content:none;
}

a {
		margin:0;
		padding:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
/* change colours to suit your needs */
ins {
		background-color:#ff9;
		color:#000;
		text-decoration:none;
}

/* change colours to suit your needs */
mark {
		background-color:#ff9;
		color:#000;
		font-style:italic;
		font-weight:bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom:1px dotted;
		cursor:help;
}

table {
		border-collapse:collapse;
		border-spacing:0;
}

hr {
		display:block;
		padding:0;
}

input, select {
		vertical-align:middle;
}


/* all display
-------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,body {
	font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #354752;
	font-size: 3.75vw;
	font-weight: 400;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
body {
	min-height: 100%;
}

a {
	color: #0AA0E6;
	text-decoration: underline;
	cursor: pointer;
	transition: .2s;
}
a:not(.btn):hover {
	color: #0AA0E6;
}
.btn {
	display: block;
	border: 1px solid #0B3D79;
	color: #0B3D79;
	position: relative;
	padding: 1.4em 1em;
	text-decoration: none;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	background: transparent;
}
.btn::after {
	content: '';
	background-image: url(images/arrow.svg);
	background-color: #06254A;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
.btn:hover {
	background-color: #0B3D79;
	color: #FFF;
}

a.contact-btn {
	background: #0AA0E6!important;
	padding-left: 2.5em!important;
	line-height: 1!important;
	flex-direction: row!important;
	color: #FFF!important;
}
a.contact-btn::before {
	content: '';
	width: 1.2em;
	height: 1em;
	position: absolute;
	left: 1em;
	top: 50%;
	background-image: url(images/icon_mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.contact-btn:hover {
	background: transparent linear-gradient(121deg, #0AA0E6 0%, #0032B4 100%) 0% 0% no-repeat!important;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1.6em;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .15em;
	color: #393939;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
	color: #0064C8;
}
h2.big {
	color: #354752;
	display: block;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 3rem;
}
h2.big span {
	color: #0064C8;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8;
}
h3 {
	font-size: 1.4rem;
	color: #0B3D79;
}
h4 {
	font-size: 1.3rem;
}
a,p,dt,dd {
	font-size: 4.375vw;
	font-weight: 400;
}
p {
	line-height: 1.8;
	margin-bottom: 2em;
}
article p:last-child {
	margin-bottom: 0;
}
p.name {
	font-size: 1.2em;
}
p.name .big {
	font-size: 1.4em;
}
p.name .small {
	font-size: 0.8em;
}
div.memo {
	background-color: #F5F5F5;
	padding: 1rem;
	margin-bottom: 2em;
}
div.memo p {
	color: #E03231;
	line-height: 1.6;
}
picture {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.sp {
	display: block;
}

@media screen and ( min-width: 768px ) {
	html,body {
		font-size: 16px;
	}
	a, p, dt, dd {
		font-size: 16px;
	}
	.sp {
		display: none;
	}
	.btn {
		display: block;
		width: 340px;
		margin: 0 auto 2em;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
}

/* ----------------------------------------
* gloval nav
---------------------------------------- */
header#header {
	height: 60px;
	width: 100%;
	z-index: 99;
	background: #FFF;
}
#nav {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
#nav > a {
	display: flex;
	align-items: center;
	height: 100%;
}
#nav > a img {
	padding: 1rem;
	height: 100%;
	width: auto;
}

/* :::::: toggle button :::::: */
#nav-tgl {
	display: none;
}
.nav-tgl-btn {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 999;
}
.open {
	z-index: 999;
	width: 60px;
	height: 60px;
	background: #0AA0E6;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#nav-tgl:checked + .open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0,0,0,.3);
}

.menu-sp {
	z-index: 99;
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 10px;
	box-sizing: border-box;
	background: #06254A;
	transform: translateY(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .menu-sp {
	transform: none;
}
.menu-sp > a {
	height: 60px;
	display: inline-block;
	margin-bottom: 10vh;
}
.menu-sp > a img {
	padding: 1rem;
	height: 100%;
	width: auto;
}
.menu-sp li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-sp li a {
	padding: 1rem;
	width: 100%;
	color: #FFF;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	display: block;
}
.menu-sp li a span {
	font-size: 1rem;
	display: block;
	font-weight: 400;
	line-height: 1.8;
}
.menu-sp li a:hover {
	background: #0B3D79;
}

ul.menu {
	display: none;
}


@media screen and ( min-width: 768px ) {
	header#header {
		height: 90px;
		width: 100%;
		position: fixed;
		z-index: 99;
		background: #FFF;
	}
	#nav {
		max-width: 1120px;
		margin: 0 auto;
	}
	ul.menu {
		height: 100%;
		display: flex;
	}
	ul.menu li {
		position: relative;
	}
	ul.menu li a {
		position: relative;
		text-decoration: none;
		color: #354752;
		padding: 1em;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-weight: bold;
		font-size: 18px;
	}
	ul.menu li.dropmenu::after {
		content: '';
		position: absolute;
		top: 50%;
		left: calc( 50% - .15em );
		margin-top: 1em;
		right: calc(50% -.5em);
		border-top: 0.3em solid #0AA0E6;
		border-left: 0.25em solid transparent;
		border-right: 0.25em solid transparent;
		transition: 250ms ease all;
	}
	ul.menu li.dropmenu:hover::after,
	ul.menu li.dropmenu:focus::after,
	ul.menu li.dropmenu:focus-within::after {
		transform: rotate(-180deg);
	}
	ul.menu li.dropmenu ul {
		visibility: hidden;
		list-style: none;
		position: absolute;
		z-index: 999;
		top: 100%;
		left: -75%;
		margin: 0;
		padding: 0;
		width: 250%;
	}
	ul.menu li.dropmenu:hover ul {
		visibility: visible;
	}
	ul.menu li.dropmenu ul li {
		width: 100%;
		transform: rotateX(-90deg);
		transform-origin: 50% 0;
		transition: .1s;
	}
	ul.menu li.dropmenu ul li a {
		padding: 1em;
		background: #06254A;
		text-align: left;
		color: #FFF;
	}
	ul.menu li.dropmenu ul li a:hover {
		background: #0B3D79;
		color: #FFF;
	}
	ul.menu li.dropmenu ul li a span {
		font-size: .75em;
		display: block;
		font-weight: 400;
		margin-top: .5em;
	}
	ul.menu li.dropmenu:hover ul li{
		transform: rotateX(0);
	}
	ul.menu li.dropmenu:hover ul li:nth-child(1) {
		transition-delay: 0s;
	}
	ul.menu li.dropmenu:hover ul li:nth-child(2) {
		transition-delay: .05s;
	}
	ul.menu li.dropmenu:hover ul li:nth-child(3) {
		transition-delay: .1s;
	}
	ul.menu li.dropmenu:hover ul li:nth-child(4) {
		transition-delay: .15s;
	}
	ul.menu li.dropmenu:hover ul li:nth-child(5) {
		transition-delay: .2s;
	}
	ul.menu li.dropmenu:hover ul li:nth-child(6) {
		transition-delay: .25s;
	}

}
@media screen and ( min-width: 1120px ) {
	#nav > a img {
		padding: 1rem 0;
	}
}

/* ----------------------------------------
* content
---------------------------------------- */
.wrap {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	*zoom: 1;
	padding: 5vh 5.2vw;
	overflow: visible;
}

article section.wrap {
	width: 100%;
	padding: 5vh 5.2vw;
}
article section h2,
article section h3,
article section h4 {
	margin-top: 2.3em;
	margin-bottom: 1.5em;
}

article section picture > img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
article section p {

}
article section a {
	color:#0AA0E6;
	text-decoration: underline;
}
article section a:hover {
	color:#0AA0E6;
	text-decoration: none;
}

article section div.intro {
	display: block;
}
article section div.intro h2 {
	margin-top: 0;
}
article section div.intro .txt {
	margin-bottom: 2em;
	color: #697F8D;
}
article section div.intro img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
article section p.intro {
	font-size: 1.2rem;
	color: #697F8D;
}
article section div.link {
	display: block;
	background: #F4F5F6 0% 0% no-repeat;
	padding: 1em 2em;
	border-left: 2px #0AA0E6 solid;
	margin-bottom: 2em;
	line-height: 1.6;
	font-size: 4.375vw;
}

article section p.alignright {
	text-align: right;
}
article section p.aligncenter {
	text-align: center;
}

article section dl {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 1em;
}
article section dl dt {
	width: 6em;
	line-height: 1.4;
	color: #064534;
}
article section dl dd {
	width: calc( 100% - 6em );
	line-height: 1.4;
}
article section ul {
	line-height: 1.8;
	list-style: none;
	/* padding-left: 2em; */
	margin-bottom: 2em;
}
article section li {
	line-height: 1.8;
	list-style: square;
	margin-left: 1.3em;
}
article section li:not(:last-child) {
	margin-bottom: 1em;
}
article section table {
	width: 100%;
	margin-bottom: 6vw;
}
article section table:last-child {
	margin-bottom: 0;
}
article section table th,
article section table td {
	border: 0;
	padding: 1.2em 1em;
	height: auto;
	line-height: 1.4;
	text-align: left;
}
article section table th {
	min-width: 6em;
	border-bottom: 1px #0B3D79 solid;
	color: #0B3D79;
	vertical-align: top;
}
article section table td {
	border-bottom: 1px #DEE6ED solid;
	text-align: left;
	padding: 1em 6%;
	color: #354752;
	vertical-align: middle;
}

article section .annotation {
	font-size: 1em;
	color: #808080;
}
article section .strong {
	color: #EF2E2E;
	font-weight: 700;
}
article section .note {
	color: #DB3C0D;
	font-size: .8em;
}

@media screen and ( min-width: 768px ) {
	#main {
		padding-top: 90px;
		min-height: 100vh;
	}
	.wrap {
		max-width: 1120px;
		margin: 0 auto;
	}
	article section.wrap {
		max-width: 960px;
		padding: 60px 2rem;
		margin: 0 auto;
	}
	article section div.intro {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	article section div.intro img {
		display: block;
		margin-left: 30px;
		width: 355px;
		height: auto;
	}
	article section div.intro .txt {
		width: calc( 100% - 385px);
	}
	article section p.intro {
		font-size: 22px;
	}
	article section div.link {
		padding: 2em 2em;
		font-size: 16px;
	}
	article section div.link a {
		margin-left: .5em;
		padding: 0;
	}
}
@media screen and ( min-width: 1120px ) {
	article section.wrap {
		padding: 60px 0;
	}
}

#breadcrumbs {
	padding: 0;
	background: #F4F5F6;
}
#breadcrumbs .wrap {
	padding: 5vh 5.2vw;
}
#breadcrumbs ol {
	list-style: none!important;
}
#breadcrumbs ol li {
	display: inline-block;
	margin-right: .8em;
	line-height: 1.4;
}
#breadcrumbs ol li:not(:first-child)::before {
	content: ">";
	color: #0064C8;
	margin-right: .8em;
}
#breadcrumbs ol li > span {
	color: #354752;
	font-size: .9em;
}
#breadcrumbs ol li a {
	color: #0B3D79;
	text-decoration: none;
	font-size: .9em;
}
#breadcrumbs ol li a:hover {
	color: #0AA0E6;
}

@media screen and ( min-width: 768px ) {
	#breadcrumbs .wrap {
		padding: 40px 0;
	}
	#breadcrumbs ol li a,
	#breadcrumbs ol li span {
		font-size: 12px;
	}
}

/* ----------------------------------------
* page header
---------------------------------------- */
#single header,
#archive header {
	position: relative;
}
#single header::after,
#archive header::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
#single header > div,
#archive header > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	z-index: 2;
	padding: 0 1rem;
}
#single header > div span,
#archive header > div span {
	color: #FFF;
	margin: 0;
	text-align: center;
	display: block;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-shadow: 1px 1px 1px #00000080;
}
#single header > div h1,
#archive header > div h1 {
	color: #FFF;
	margin: 0;
	text-align: center;
	letter-spacing: .15em;
	text-shadow: 1px 1px 1px #00000080;
}
#single header > div span + h1,
#archive header > div span + h1 {
	font-size: .8em;
	margin-top: .5em;
}
#single header img,
#archive header img {
	width: 100%;
	height: auto;
}
@media screen and ( min-width: 768px ) {
	#single header > div h1,
	#archive header > div h1,
	#single header > div span,
	#archive header > div span {
		font-size: 50px;
	}
	#single header > div span + h1, #archive header > div span + h1 {
		font-size: 24px;
	}
}
/* ----------------------------------------
* archive
---------------------------------------- */
#archive a {
	text-decoration: none;
}

.pagination {
	display: inline-block;
}

.pagination a {
	float: left;
	padding: .5rem .8rem;
	text-decoration: none;
}

.pagination a.active {
	background-color: #0AA0E6;
	color: #FFF;
}

.pagination a:hover:not(.active) {
	background-color: #FFF;
}


/* ----------------------------------------
* single
---------------------------------------- */
#single .contact h2 {
	border-top: 1px #0B3D79 solid;
	border-bottom: 1px #0B3D79 solid;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
	color: #0B3D79;
}




/* ----------------------------------------
* frontpage
---------------------------------------- */
#swiper-kv {
	position: relative;
	width: 100%;
}
#swiper-kv-msg {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	bottom: calc( (1.18rem * 2 * 1.8 ) + 3rem + 2rem );
	left: 5.2vw;
}
#swiper-kv h1 {
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: 1.48;
	font-size: 2.15rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-shadow: 1px 1px 1px #00000080;
}
#swiper-kv p {
	color: #0B3D79;
	font-weight: 800;
	padding: 1.5rem 5.2vw;
	font-size: 1.18rem;
	letter-spacing: .05em;
	margin: 0;
}
#swiper-kv-msg p {
	display: none;
}
#swiper-progress {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #0AA0E6;
	height: 4px;
	z-index: 3;
}
#swiper-kv .swiper-container {
	position: relative;
}
#swiper-kv .swiper-container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
#swiper-kv .swiper-slide picture {
	display: block;
}
#swiper-kv .swiper-slide picture img {
	display: block;
	width: 100%;
	height: auto;
}
#swiper-kv .swiper-slide-active picture img {
	animation: 8s linear infinite swiperAnimation;
}


#service {
	margin-top: 0;
}
#index .wrap {
	max-width: 1120px;
}
#index .service-list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	counter-reset: service;
}
#index .service-list a {
	width: 100%;
	margin-bottom: 2rem;
	display: block;
	counter-increment: service;
	text-decoration: none;
	color: #354752;
	overflow: hidden;
}
#index .service-list a.soon {
	cursor: default;
}
#index .service-list a picture {
	display: block;
	overflow: hidden;
}
#index .service-list a div.service-txt {
	display: block;
	letter-spacing: 1.1px;
	font-weight: 800;
	content: '0' counter(service);
	padding-left: 2em;
	position: relative;
	margin-top: 1rem;
	line-height: 1.4;
}
#index .service-list a div.service-txt::before {
	color: #0AA0E6;
	font-size: 1.2rem;
	content: '0' counter(service);
	position: absolute;
	top: 0;
	left: 0;
}
#index .service-list a:nth-of-type(9) div.service-txt::before {
	content: counter(service);
}
#index .service-list a div.service-txt span {
	padding-top: .1em;
	display: block;
}


@-webkit-keyframes swiperAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes swiperAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and ( min-width: 768px ) {
	#swiper-kv-msg {
		bottom: 0;
		top: 0;
		justify-content: center;
	}
	#swiper-kv p {
		display: none;
	}
	#swiper-kv-msg p {
		display: block;
		margin: 0;
		padding: 1em 0 0;
		color: #FFF;
		font-weight: 400;
		letter-spacing: .05em;
		text-shadow: 1px 1px 1px #00000080;
	}
	#index .service-list {
	}
	#index .service-list a {
		width: calc( (100%/3) - 3vw );
		margin-right: 3vw;
	}
	#index .service-list a:nth-child(3n) {
		margin-right: 0;
	}
	#index .service-list a picture img {
		-moz-transition: -moz-transform 0.3s ease-out;
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		-ms-transition: -ms-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}
	#index .service-list a:hover:not(.soon) picture img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	#service {
		padding-top: 90px;
		margin-top:-90px;
	}
}
@media screen and ( min-width: 1120px ) {
	#index .service-list a {
		width: 340px;
		margin-right: 50px;
	}
	#index .service-list a picture {
		width: 340px;
		height: 203px;
	}
}


/* ----------------------------------------
* footer
---------------------------------------- */
footer#footer {
	background: #FAFAFB;
	padding: 0;
	position: relative;
}
footer#footer #pagetop {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: -20px;
	color: #FFF;
	width: 45px;
	height: 45px;
	background: #06254A;
}
footer#footer #pagetop:hover {
	background: #0B3D79;
}
footer#footer #pagetop > picture {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer#footer #pagetop > picture img {
	height: 100%;
	width: auto;
}
footer#footer > .wrap {
	height: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}
footer#footer > .wrap > p {
	color: #FFF;
	margin-bottom: 2em;
}

footer#footer > .wrap > div {
	padding: 2rem 5.2vw;
	width: 100%;
}
footer#footer > .wrap > div.first {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
footer#footer > .wrap > div.first a {
	display: block;
	margin-bottom: 2rem;
}
footer#footer > .wrap > div.first a:last-child {
	margin-bottom: 0;
}
footer#footer > .wrap > div.first a.bnr {
	width: 200px;
}

footer#footer > .wrap > div.second {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
footer#footer > .wrap > div.second ul {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
footer#footer > .wrap > div.second ul li {
	width: 100%;
	padding: 0 0 2.5em 0;
}
footer#footer > .wrap > div.second ul li a {
	text-decoration: none;
}

footer#footer .copy {
	width: 100%;
	background: #06254A;
	text-align: center;
	color: #FFF;
}
footer#footer .copy .wrap {
	display: flex;
	flex-direction: column;
	padding: 2rem 5.2vw;
}
footer#footer .copy .wrap p {
	margin: 0;
	order: 1;
	font-size: .9em;
}
footer#footer .copy .wrap a {
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
	order: 0;
	margin-right: 1em;
}
footer#footer .copy .wrap a:hover {
	text-decoration: underline;
}
footer#footer .copy .wrap .right {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
footer#footer .copy .wrap .right > a:nth-child(1) {
	order: 1;
	margin: 0;
}
footer#footer .copy .wrap .right > a:nth-child(2) {
	order: 0;
}
@media screen and ( min-width: 768px ) {
	footer#footer > .wrap > div {
		padding: 40px 1rem;
		width: 50%;
	}
	footer#footer .copy .wrap {
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		padding: 2rem 5.2vw;
	}
	footer#footer .copy .wrap p {
		margin: 0;
		font-size: 12px;
		order: 0;
	}
	footer#footer .copy .wrap a {
		font-size: 15px;
		margin: 0 1em 0 0;
		order: 1;
	}
	footer#footer > .wrap > div.first {
		align-items: flex-start;
	}
	footer#footer > .wrap > div.second ul {
		width: 50%;
	}
	footer#footer > .wrap > div.second ul li {
		padding-bottom: 1.5em;
	}
	footer#footer .copy .wrap .right {
		margin: 0;
	}
	footer#footer .copy .wrap .right > a:nth-child(1) {
		order: 0;
		margin-right: 1em;
	}
	footer#footer .copy .wrap .right > a:nth-child(2) {
		order: 1;
		margin-right: 0;
	}
}
@media screen and ( min-width: 1120px ) {
	footer#footer > .wrap > div {
		padding: 40px 0;
	}
}


/* ----------------------------------------
* form
---------------------------------------- */
.contact-form {
	position: relative;
	margin-bottom: 5rem;
}
.contact-form dl {
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 1rem;
	border-bottom: #DEE6ED 1px solid;
}
.contact-form dl dt {
	margin-bottom: 1vh;
	font-size: 1em;
	line-height: 1.4;
	width: 100%;
	color: #0B3D79;
	font-weight: bold;
}
.contact-form dl dd {
	width: 100%;
}
.contact-form dt.need::after {
	content: '必須';
	color: #FFF;
	background: #CE2D2D;
	padding: .2em .4em;
	font-size: .75em;
	margin-left: .5em;
}
article section.wrap.contact .aligncenter {
	text-align: left;
}
input,textarea,select {
	font-size:16px!important;
}
input[type='text'],
input[type='email'] {
	width: 100%;
	color: #354752;
	max-height: 300px;
	padding: 1em;
	border: none;
	border: 1px solid #DEE6ED;
	background-color: #FAFAFB;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	width: 100%;
	color: #354752;
	padding: 1em;
	border: 1px solid #DEE6ED;
	background-color: #FAFAFB;
	vertical-align:middle !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select {
	position: relative;
}
.select::after {
	content: '';
	background-image: url(images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.birthdate {
	display: flex;
	justify-content: space-between;
}
.birthdate .select.birth {
	width: calc( (100%/3) - 1em );
	display: inline-block;
}
#option {
	margin-top: 1rem;
}
textarea{
	width: 100%;
	color: #354752;
	max-height: 300px;
	padding: 1em;
	border: none;
	border: 1px solid #DEE6ED;
	background-color: #FAFAFB;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
::placeholder {
	color: #CCC;
}
input[type='submit'],
button[type='submit'] {
	display: block;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.checkbox input[type='checkbox'] {
	display: none;
}
.checkbox input[type='checkbox'] + span {
	margin: 0;
	padding-left: 30px;
	position:relative;
	margin-right: 20px;
	display: block;
}
.checkbox input[type='checkbox'] + span::before{
	content: "";
	display: block;
	position: absolute;
	top: .3em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #707070;
}
.checkbox input[type='checkbox']:checked + span{
	color: #FF3C62;
}
.checkbox input[type='checkbox']:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: calc( .3em );
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #FF3C62;
	border-right: 3px solid #FF3C62;
}
.mw_wp_form span.error {
	font-size: 1rem;
	color: #B70000;
	display: block;
	margin-top: 1vh;
	width: 100%;
}
.mw_wp_form div.error {
	display: block;
	width: 100%;
}

@media screen and ( min-width: 768px ) {
	article section.wrap.contact .aligncenter {
		text-align: center;
	}
	.contact-form dl {
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		padding-bottom: 1rem;
		border-bottom: #DEE6ED 1px solid;
	}
	.contact-form dl dt {
		margin-bottom: 1vh;
		font-size: 1em;
		line-height: 1.4;
		width: 20%;
		color: #0B3D79;
		font-weight: bold;
		margin: 0;
	}
	.contact-form dl dd {
		width: 80%;
	}
	.contact-form dt.need::after {
		font-size: 10px;
	}
	input[type='submit'],
	button[type='submit'] {
		width: 340px;
	}
	.mw_wp_form div.error {
		display: block;
		width: 80%;
	}
}

/* ----------------------------------------
* 20250711_追加　@宋
---------------------------------------- */
.new-style__table table {
	border-top: 1px solid #DEE6ED;
    border-right: 1px solid #DEE6ED;
}
.new-style__table td {
	padding: 1rem;
    border-left: 1px #DEE6ED solid;
}
.new-style__table td:first-child {
	width: 35%;
}
.new-style__table td:last-child {
	width: 65%;
}