@charset "utf-8";

/*
    Theme Name: Willport_wordpress_theme
    Theme URI: http://www.willport.co.jp/
    Description: ウィルポート株式会社専用のWordpressテーマです
    Author: WILLPORT
    Version: 1.0
--------------------------------------------------------------------------------*/

/*
    01-Common
      -01.2-Heading
      -01.3-Scroll Animation
      -01.4-Link Effect
    02-Header
    03-Footer
    04-Top Back Button
    05-Index
    06-Logistics
    07-Livelihood
    08-Delivery Box
    09-Company Profile
    10-Privercy Policy
    11-Business Development
    12-Site Map
    13-Blueprint
    14-Wordpress
--------------------------------------------------------------------------------*/

/*  01-Common
--------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

::selection {
    background: #ADD8E6;
    color: #2595C7;
}

::-moz-selection {
	background: #ADD8E6;
	color: #2595C7;
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1.25;
	background-color: #fff;
	font-family: 'メイリオ', Meiryo, 'Arial', 'ＭＳ ゴシック', sans-serif;
	color: #000;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

a:hover,
button:hover {
	cursor: pointer;
}

main {
	max-width: auto;
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.text_indent {
	text-indent: 1rem;
}

.align_right {
	text-align: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

#canvasBase {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}

canvas#canvasLoading {
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	z-index: 1001;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
	background: #004EA2;
}

#pp-nav span,
.pp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #004EA2;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.pp-scrollable {
	margin-top: 125px;
	padding-bottom: 150px;
}

/*  01.2-Heading
--------------------------------------------------------------------------------*/

h2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 2.35rem;
	font-weight: normal;
	text-align: center;
}

h3 {
	padding: 1rem 0 4rem 4rem;
	color: #000;
	font-size: 2rem;
	letter-spacing: 1rem;
	position: relative;
}

h3::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	color: #009FA8;
	font-size: 2.3rem;
}

h3::after {
	content: "■";
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: #004EA2;
	font-size: 2.5rem;
}

h4 {
	line-height: 2;
	background: #009FA8;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

h5 {
	margin: 20px auto 0px;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}

h6 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}


/*  01.3-Scroll Animation
--------------------------------------------------------------------------------*/

.sa {
	opacity: 0;
	transition: all 1s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--lr {
	transform: translate(-10rem, 0);
}

.sa--rl {
	transform: translate(10rem, 0);
}

.sa--up {
	transform: translate(0, -10rem);
}

.sa--down {
	transform: translate(0, -10rem);
}

.sa--scaleUp {
	transform: scale(.5);
}

.sa--scaleDown {
	transform: scale(1.5);
}

.sa--rotateL {
	transform: rotate(180deg);
}

.sa--rotateR {
	transform: rotate(-180deg);
}


/*  01.4-Link Effect
--------------------------------------------------------------------------------*/

@media screen and (max-width : 1024px ){
	.link-effect {
		position: relative;
		background-color: #004EA2;
		border: 1px solid #004EA2;
		overflow: hidden;
		z-index: 2;
	}

	.link-effect::before,
	.link-effect::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}

	.link-effect,
	.link-effect::before,
	.link-effect::after {
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.link-effect:hover,
	.link-effect a:hover {
		color: #004EA2;
		text-decoration: none;
	}

	.link-effect::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	.link-effect:hover::after {
		background: #fff;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*  02-Header
--------------------------------------------------------------------------------*/

.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* header */

#top-head {
	top: -70px;
	position: absolute;
	width: 100%;
	margin: 70px auto 0;
	line-height: 1;
	z-index: 999;
	background-color: #fff;
}

#top-head a,
#top-head {
	text-decoration: none;
}

#top-head .inner {
	position: relative;
	max-width: 1440px;
	padding: 30px;
}

#top-head .logo {}

#top-head .logo img {
	max-width: 100%;
	-webkit-transition: all .45s;
	transition: all .45s;
}

#top-head .logo img:hover {
	opacity: .7;
}

#global-nav {
	width: 60%;
	margin: 0 10px 0 auto;
}

#global-nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: -70px auto 0;
	height: 70px;
}

#global-nav ul li {
	vertical-align: middle;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}

#global-nav ul li:nth-child(-n+3) {
	position: relative;
	width: 31%;
	line-height: 2.5;
	background-color: #009FA8;
}

#global-nav ul li:nth-child(n+4) {
	position: relative;
	width: 23%;
	line-height: 2;
	background-color: #004EA2;

}

#global-nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.02rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#global-nav ul li a.nav_menus_top {
	line-height: 2.5;
	background: #009FA8;
}

#global-nav ul li a.nav_menus_bottom {
	line-height: 2;
	background: #004EA2;
}

#global-nav ul li a.nav_menus_top:before,
#global-nav ul li a.nav_menus_bottom:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
}

#global-nav ul li a.nav_menus_top:before {
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 20px solid #009FA8;
}

#global-nav ul li a.nav_menus_bottom:before {
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #004EA2;
}

#global-nav ul li a:hover {
	color: #eee;
	letter-spacing: .1rem;
	text-decoration: underline;
}

/* Fixed */

#top-head.fixed {
	position: fixed;
	top: 0;
	height: 120px;
	margin-top: 0;
	padding-top: 0;
	background: rgba(255, 255, 255, .8);
	transition: top 0.5s ease-in;
	-webkit-transition: top 0.5s ease-in;
	-moz-transition: top 0.5s ease-in;
}

/* Toggle Button */

#nav-toggle {
	display: none;
	position: absolute;
	top: 1.7rem;
	left: 1rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 0.3rem;
	width: 100%;
	background: #004EA2;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	border-radius: 20px;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 1.1rem;
}

#nav-toggle span:nth-child(3) {
	top: 2.2rem;
}

@media screen and (max-width : 1024px ){
	#top-head,
	.inner,
	#top-head .inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;

	}
	#top-head .logo {
		padding: 0;
	}
	#top-head .logo img {
		max-width: 250px;
		width: 100%;
		margin: 0 auto;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 6rem;
		padding: 1rem;
		z-index: 999;
		position: relative;
		border-bottom: 1px dotted #004EA2;
	}

	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		padding: 0 5rem 0;
		padding-right: 0;
		top: .9rem;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#global-nav {
		position: absolute;
		top: 6rem;
		left: -1024px;
		background: #fff;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		z-index: 999;
	}

	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto;
		height: 100%;
		background-color: #F2F2F2;
		text-align: center;

	}
	#global-nav ul li.menu__item {
		position: static;
		flex: 2 2 100%;
		display: block;
		background-color: #F2F2F2;
		list-style: none;
		color: #000;
		font-size: 3vw;
		border-bottom: 1px solid #eee;
	}
	#global-nav ul li.menu__item:last-child {
		box-shadow: 1px 1px 5px #eee
	}

	#global-nav ul li a.nav_menus_top,
	#global-nav ul li a.nav_menus_bottom {
		line-height: 3.5;
		background: #fff;
	}



	#global-nav ul li a.nav_menus_top:before,
	#global-nav ul li a.nav_menus_bottom:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
	}

	#global-nav ul li a.nav_menus_top:before {
		margin-top: -15px;
		border: none;
	}

	#global-nav ul li a.nav_menus_bottom:before {
		margin-top: 0;
		border: none;
	}

	#global-nav .menu__item a:hover {
		background-color: #F0F8FF;
	}

	#global-nav ul li.menu__item a {
		position: relative;
		display: block;
		color: #004EA2;
		text-align: left;
		text-decoration: none;
		text-indent: 5rem;
		text-transform: uppercase;
		overflow: hidden;
		transition: .5s;
	}
	#global-nav ul li.menu__item a:before,
	#global-nav ul li.menu__item a:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		transition: none;
	}

	#global-nav ul li.menu__item a:hover {
		color: #778899;
		font-weight: bold;
		text-shadow: 1px 1px 5px #fff;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle Open */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
		-webkit-animation: toggle-open .8s forwards;
		animation: toggle-open .8s forwards;
	}
	@-webkit-keyframes toggle-open {
		100% {
			height: 0;
		}
	}
	@keyframes toggle-open {
		100% {
			height: 0;
		}
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		-webkit-transform: translateX(1024px);
		transform: translateX(1024px);
	}

}

/*  map
----------*/

#office_map {
	width: 100%;
	height: 400px;
	margin: 5rem auto 0;
	color: #000;
	text-align: left;
}

@media screen and (max-width:768px) {
	#office_map {
		height: 200px;
		margin: 0 auto;
	}
}

/*  03-Footer
--------------------------------------------------------------------------------*/

footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
}

.footer-container {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	background-color: #004EA2;
	border-top: 1px solid #fff;
}

.footer-information {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px;
	background-color: #004EA2;
	font-size: 1.2rem;
	text-align: left;
}

.footer-box {
	font-size: 1.6rem;
}

.privacymark1 {
	text-align: center;
}



.footer-box:nth-child(1) {
	flex: 1 0 55%;
	padding-left: 8rem;
}

.footer-box:nth-child(1) div {
	padding-left: 7rem;
}

.footer-indent {
	display: block;
	margin-bottom: 1rem;
	text-indent: 9.7rem;
}

.footer-box:nth-child(2) {
	flex: 1 0 45%;
}

.footer-box:last-child {
	flex: 2 2 100%;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 1.2rem;
	text-align: center;
}

.form-link {
	position: relative;
	max-width: 400px;
	width: 100%;
	margin: 10px auto;
}

.form-link a {
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}

.form-link img:nth-child(1) {
	max-width: 400px;
	height: auto;
	margin: 0 auto;
}

.form-link p {
	position: absolute;
	top: 30%;
	left: 30%;
	right: 0;
	bottom: 0;
	font-size: 2rem;
}

.form-link img:nth-child(2) {
	position: absolute;
	top: 27%;
	left: 10%;
	right: 0;
	bottom: 0;
	width: 4rem;
}

.form-link a:hover {
	opacity: .75;
}

.footer-box dl {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 1rem;
}

.footer-box dl dt {
	width: 25%;
}

.footer-box dl dd {
	width: 75%;
	margin: 0 0 0 auto;
}

.footer-box:nth-child(1) div:nth-child(3) {
	display: flex;
	align-items: center;
	flex-flow: row wrap;

}

.footer-box:nth-child(1) div:nth-child(3) span {
	margin-right: 1rem;
}

footer .footer-box:last-child img {
	max-width: 7px;
	margin-left: 5px;
	margin-right: 3px;
}

footer .footer-box a {
	color: #fff;
	text-decoration: none;
}


footer .footer-box a:hover {
	text-decoration: underline;
}


footer .footer_bottom {
	height: 45px;
	padding: 5px;
	background-color: #fff;
	color: #004EA2;
}

footer .footer_bottom img {
	vertical-align: middle;
	width: 30px;
	margin-right: 10px;
}

footer .footer_bottom p {
	line-height: 30px;
	font-size: 1.4rem;
}

@media screen and (max-width : 1024px ){
	footer {
		justify-content: center;
	}

	.footer-information {
		flex-direction: column;
		padding: 1rem;
	}
	.footer-box:nth-child(1),
	.footer-box:nth-child(1) div {
		padding-left: 0;
	}

	.footer-box:nth-child(1) img {
		display: block;
		flex: 2 2 100%;
		max-width: 100%;
		margin: 2rem auto;
	}
	.footer-box:nth-child(1) p {
		line-height: 2;
		font-size: 1.4rem;
		text-align: center;
	}
	.footer-box:nth-child(1) p:first-child {
		text-align: left;
		text-indent: 4rem;
	}

	.footer-indent {
		text-indent: 15rem;
		color: #b4e6cd;
	}
	.footer-box dl {
		width: 75%;
		margin: 0 auto 1rem;
	}

	.footer-box dl dt {
		width: 35%;
		text-align: center;
	}
	.footer-box dl dd {
		width: 65%;
	}

	.footer-box:nth-child(1) div:nth-child(3) {
		width: 75%;
		margin: 0 auto;
	}

	.footer-box:nth-child(1) div:nth-child(3) span {
		margin-right: 1rem;
	}
	.footer-box:last-child {
		padding-bottom: 1rem;
	}
	footer .footer_bottom {
		height: auto;
		margin: 0;
		padding: 0.5rem 0.2rem 1.5rem 0.2rem;
		background-color: #fff;
		color: #004EA2;
	}

	footer .footer_bottom img {
		vertical-align: middle;
		width: 2.5rem;
		margin-right: .5rem;
	}

	footer .footer_bottom p {
		line-height: 2.5rem;
		font-size: 1.1rem;
	}
}

@media screen and (max-width:768px) {
	.footer-box:last-child {
		display: none;
	}
	.form-link {
		display: block;
		padding: 1rem;
		border: 1px solid #ccc;
	}

	.form-link img:nth-child(1) {
		display: none;
	}
	.form-link img:nth-child(2) {
		position: static;
		width: 2.5rem;
		vertical-align: middle;
	}
	.form-link p {
		position: static;
		display: inline;
		font-size: 1.5rem;
		text-align: center;
	}
	.form-link a:hover {
		text-decoration: none;
		opacity: .75;
	}
	.footer-box dl {
		width: 95%;
		margin: 0 0 1rem auto;
		font-size: 1.4rem;
	}

	.footer-box dl dt {
		width: 35%;
		text-align: right;
		padding-right: 1.5rem;
	}
	.footer-box dl dd {
		width: 65%;
	}
	.footer-box:nth-child(1) div:nth-child(3) {
		justify-content: center;
		width: 100%;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	.footer-box:nth-child(1) div:nth-child(3) p {
		text-indent: .5rem;
	}

}

/*  04-Top Back Button
--------------------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 5rem;
	right: 3rem;
	font-size: 1.2rem;
	z-index: 999;
	background: url(../img/icon/top.png) center center / 95% no-repeat;
}

#page-top a {
	display: block;
	width: 7rem;
	padding: 1.7rem 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
}

@media screen and (max-width:768px) {
	#page-top {
		bottom: 5.2rem;
		right: 3%;
		font-size: 1rem;
	}
	#page-top a {
		width: 6rem;
		height: auto;
		padding: 10% 0;
	}
}

/*  05-Index
--------------------------------------------------------------------------------*/

main {
	max-width: 1440px;
	width: 100%;
	/*	margin-top: 130px;*/
	background-color: #fff;
	/*	padding-bottom: 150px;*/
}

section {
	margin: 0 auto;
}

/* top banner */
.top_banner {
	margin-top:10rem;
}
.top_banner img {
	width:100%;
	height:auto;
	cursor: pointer;
}
.top_banner .top_banner_sp {
	display: none;
}


@media screen and (max-width:768px){
	.top_banner .top_banner_pc {
		display: none;
	}
	.top_banner .top_banner_sp {
		display: block;
	}
}

/*Page-1*/

.top-firstview {
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	height: 100vh;
	text-align: center;
}

.top-firstview img {
max-width: 492px;
max-height: 388px;
width: 100%;
margin: 0 auto 20px;
animation: fadeIn 1.5s ease 0s both 1 normal;
-webkit-animation: fadeIn 1.5s ease 0s both 1 normal;
}

.top-firstview p {
	line-height: 1.5;
	font-size: 1.6rem;
	color: #004EA2;
	animation: fadeIn 2s ease 1s both 1 normal;
	-webkit-animation: fadeIn 2s ease 1s both 1 normal;
}


/*Page-2*/

section .flex_top-pillar {
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20rem auto;
}

.flex_top-pillar h5 {
	flex: 1 0 100%;
	margin: 0 auto 5rem;
	color: #009FA8;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: .5rem;
}

section .top-skin_box {
	position: relative;
}

.flex-container .top-skin_box h2 {
	top: 18%;
}

.top-skin_pillar {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.5rem
}

.top-skin_pillar a {
	color: #fff;
}

.top-skin_box .top-skin_p {
	margin-top: 10px;
	color: #004EA2;
	font-size: 1.5rem;
}

.top-skin_box .top-skin_p p:first-child {
	padding-bottom: 5px;
	text-align: center;
}

.top-skin_box .top-skin_p p span {
	color: #009FA8;
}

.top-skin_box:nth-child(n + 3) .top-skin_p p:nth-child(n + 2) {
	text-indent: 3.5rem;
}

.top-skin_box:nth-child(1) .top-skin_p p:nth-child(n + 2) {
	text-indent: 0;
}


/*Page-3*/

.new-arrivals {
	width: 95%;
	margin: 10rem auto;
	margin-top: 20rem;
	border: 3px solid #009FA8
}

.new-arrivals h4 {
	letter-spacing: 1rem;
}

.new-arrivals h4 a {
	color: #fff;
}

.new-arrivals dl a {
	color: #000;
}

.new-arrivals h4 a:hover,
.new-arrivals dl a:hover {
	color: #83CCD2;
	text-decoration: none;
}

.new-arrivals div {
	padding: 20px;
}

.new-arrivals div dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	line-height: 1.75;
}

.new-arrivals div dl dt {
	flex: 2 2 20%;
	text-align: center;
}

.new-arrivals div dl dd {
	flex: 2 2 80%;
	padding-left: 2rem;
}

@media screen and (max-width : 1024px ){
	section {
		padding: 1rem;
	}
}

@media screen and (max-width:768px) {
	/*Page-1*/
	.top-firstview {
		padding: 1rem;
	}
	.top-firstview > div p {
		font-size: 1.4rem;
	}
	/*Page-2*/
	section .flex_top-pillar {
		flex-direction: column;
		align-items: center;
		margin: 0;
	}

	section .top-skin_box {
		position: relative;
		margin-bottom: 5rem;
	}
	.flex_top-pillar h5 {
		margin: 0 auto 3rem;
		font-size: 3rem;
	}
	.top-skin_box:nth-child(n + 3) .top-skin_p p:nth-child(n + 2) {
		text-indent: 2rem;
	}

	/*Page-3*/
	.new-arrivals {
		width: 95%;
		margin-top: 0;
	}
	.new-arrivals div dl {
		flex-direction: column;
	}
	.new-arrivals div dl dt {
		line-height: 2.5;
		border-bottom: 1px dashed #009FA8;
	}
	.new-arrivals div dl dd {
		padding: 1rem;
		line-height: 2;
		text-align: center;
	}
}

/*  06-Logistics
--------------------------------------------------------------------------------*/

/*Page-1*/

.main-firstview {
	justify-content: center;
	margin: 0 auto;
	height: 100vh;
	text-align: center;
}

.main-box:first-child {
	position: relative;
	flex: 2 2 30%;
	text-align: center;
	animation: fadeIn 1.5s ease 0s both 1 normal;
	-webkit-animation: fadeIn 1.5s ease 0s both 1 normal;
}

.main-box:last-child {
	flex: 2 2 70%;
	font-size: 3.5rem;
	animation: fadeIn 2s ease 1s both 1 normal;
	-webkit-animation: fadeIn 2s ease 1s both 1 normal;
}

.main-box h2 {
	top: 23%;
}

.main-box .main-pillar {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	line-height: 1.75;
	color: #fff;
	text-align: center;
	font-size: 1.5rem
}

/*Page-2*/

.schematic_a {
	position: relative;
	text-align: center;
	max-width: 850px;
	margin: 0 auto 20rem;
}

.schematic_a_img,
.schematic_a_img > img {
	max-width: 800px;
	width: 100%;
}

.schematic_a_img {
	position: relative;
}

.schematic_a_top {
	position: absolute;
	top: -25px;
	left: 140px;
	right: 0;
	z-index: 5;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: #009FA8;
	border-radius: 25px;
	color: #fff;
}

.schematic_a_top p > img {
	padding-right: 5px;
	vertical-align: middle;
}

.schematic_a_top p:last-child,
.schematic_b_top p:last-child {
	line-height: 1.5;
	font-size: 1.25rem;
}

.schematic_a_bottom {
	position: absolute;
	left: 181px;
	bottom: -15px;
	right: 1px;
	width: 619px;
	padding: 5px;
	background-color: #004EA2;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}


/*page-3*/

.schematic_b {
	position: relative;
	text-align: center;
	max-width: 850px;
	margin: 0 auto 20rem;
}

.schematic_b_img,
.schematic_b_img > img {
	max-width: 850px;
	width: 100%;
}

.schematic_b_img {
	position: relative;
}

.schematic_b_top {
	position: absolute;
	top: -25px;
	left: 135px;
	right: 0;
	z-index: 5;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: #009FA8;
	border-radius: 25px;
	color: #fff;
}

.schematic_b_top p > img {
	padding-right: .5rem;
	vertical-align: middle;
}

.schematic_b_bottom {
	position: absolute;
	bottom: -15px;
	right: 55px;
	width: 615px;
	padding: 5px;
	background-color: #004EA2;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}

.logistics-introduction {
	align-items: center;
	margin-bottom: 10rem;
	/*
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
*/
	max-width: 800px;

}

.logistics-introduction div {
	font-size: 1.4rem;
}

.logistics-introduction div:first-child {
	border: 1px solid #9FA0A0;
}

.logistics-introduction div:first-child p {
	padding: 5px;
}

.logistics-introduction div:first-child p:first-child {
	background-color: #9FA0A0;
	color: #fff;
	text-align: center;
}

.logistics-introduction div:nth-child(2) {
	position: relative;
	background-color: #004EA2;
	color: #fff;
	font-size: 1.2rem;
}

.logistics-introduction div:nth-child(2) a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.3rem;
	background: #004EA2;
	color: #fff;
	font-size: 1.2rem;
	transition: all .3s;
}

.logistics-introduction div:nth-child(2) a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -28px;
	border: 28px solid transparent;
	border-left: 25px solid #004EA2;
}

.logistics-introduction div:nth-child(2) a:hover {
	color: #f0f8ff;
	text-decoration: underline;
}

@media screen and (max-width : 1024px ){
	.main-firstview {
		height: 100vh;
	}
	.main-box:last-child {
		font-size: 2.5rem;
	}
	.schematic_a,
	.schematic_a_img,
	.schematic_a_img > img,
	.schematic_b,
	.schematic_b_img,
	.schematic_b_img > img {
		max-width: 800px;
		width: 100%;
	}
	.schematic_a,
	.schematic_a_img,
	.schematic_a_top,
	.schematic_a_bottom,
	.schematic_b,
	.schematic_b_img,
	.schematic_b_top,
	.schematic_b_bottom,
	.livelihood-top {
		position: static;
	}
	.schematic_a_top,
	.schematic_b_top,
	.schematic_a_top .livelihood-top {
		max-width: 100%;
		width: 100%;
		border-radius: 1.5rem 1.5rem 0 0 / 1.5rem 1.5rem 0 0;
	}
	.schematic_a_img,
	.schematic_b_img,
	.livelihood-img {
		border-left: 1px dotted #004EA2;
		border-right: 1px dotted #004EA2;
		padding: 1rem;
	}
	.schematic_a_bottom,
	.schematic_b_bottom {
		width: 100%;
		padding: 10px;
		background-color: #004EA2;
		border: 1px solid #004EA2;
		color: #fff;
	}

	.logistics-introduction {
		flex-direction: column;
		max-width: 800px;
	}
	.logistics-introduction div:nth-child(1) {
		width: 100%;
	}
	.logistics-introduction div:nth-child(1) p {
		text-align: center;
	}
	.logistics-introduction div:nth-child(2) {
		margin-top: 5rem;
	}
}



@media screen and (max-width:768px) {
	.main-firstview {
		flex-direction: column;
		margin: 10rem auto 0;
	}
	.main-box:last-child {
		margin-top: 1.5rem;
	}
	.main-box:last-child p {
		line-height: 1.7;
		font-size: 2rem;
	}
	.livelihood-text p {
		padding-top: 1rem;
		font-size: 2.3rem;
	}
	/*
	.schematic_a,
	.schematic_a_img,
	.schematic_a_img > img,
	.schematic_b,
	.schematic_b_img,
	.schematic_b_img > img {
		max-width: 800px;
		width: 100%;
	}
	.schematic_a,
	.schematic_a_img,
	.schematic_a_top,
	.schematic_a_bottom,
	.schematic_b,
	.schematic_b_img,
	.schematic_b_top,
	.schematic_b_bottom {
		position: static;
	}

	.schematic_a_top,
	.schematic_b_top {
		max-width: 100%;
		border-radius: 1.5rem 1.5rem 0 0 / 1.5rem 1.5rem 0 0;
	}
	.schematic_a_img,
	.schematic_b_img {
		border-left: 1px dotted #004EA2;
		border-right: 1px dotted #004EA2;
		padding: 1rem;
	}
	*/
	.schematic_a_top,
	.schematic_b_top,
	.schematic_a_bottom,
	.schematic_b_bottom {
		padding: 1rem 2rem;
	}
	.schematic_b_top p > img {
		padding-right: .5rem;
		vertical-align: middle;
	}

	.schematic_a_top p:first-child,
	.schematic_b_top p:first-child {
		line-height: 1.5;
		font-size: 1.25rem;
		text-align: left;
	}
	.schematic_a_bottom p,
	.schematic_b_bottom p {
		padding-left: 1.5rem;
	}
	.schematic_a_top p:last-child,
	.schematic_b_top p:last-child,
	.schematic_a_bottom,
	.schematic_b_bottom {
		font-size: 1.3rem;
		text-align: left;

	}
	.schematic_a_top p:last-child,
	.schematic_b_top p:last-child {
		padding-left: 1.5rem;
		text-indent: -1.6rem;
	}
	.schematic_a_bottom,
	.schematic_b_bottom {
		padding-left: 1.5rem;
		text-indent: -1.3rem;
	}
	.logistics-introduction {
		flex-direction: column;
		max-width: 800px;
	}
	.logistics-introduction div:nth-child(1) {
		width: 100%;
	}
	.logistics-introduction div:nth-child(1) p {
		text-align: center;
		line-height: 1.7;
		font-size: 1.2rem;
	}
	.logistics-introduction div:nth-child(1) p span {
		display: block;
	}
	.logistics-introduction div:nth-child(2) {
		position: relative;
		width: 100%;
		margin-top: 5rem;
		color: #004EA2;
		text-align: center;
	}
	.logistics-introduction div:nth-child(2) a {
		position: relative;
		width: 100%;
		background: none;
		color: #fff;
	}
	.logistics-introduction div:nth-child(2) a:before {
		border: none;
		border-left: none;
	}
	.logistics-introduction div:nth-child(2) a:hover {
		color: #004EA2;
		text-decoration: none;
	}
}

@media screen and (max-width:450px) {
	.main-box:last-child p {
		line-height: 1.7;
		font-size: 1.5rem;
	}
}

/*  07-Livelihood
--------------------------------------------------------------------------------*/

/*Page-1*/

.main-firstview {
	align-items: center;
}

.livelihood-text p {
	font-size: 3rem;
}

.main-box .livelihood-pillar {
	top: 52%;
}

/*Page-2*/

.schematic_a.livelihood-a {
	position: static;
	flex-direction: column;
	justify-content: center;
	max-width: 900px;
	margin: 50px auto;
	padding-bottom: 20px;
	background-color: #D3EDFB;
}

.livelihood-img,
.livelihood-img > img {
	max-width: 750px;
	width: 100%;
}

.schematic_a_img.livelihood-img {
	position: static;
}

.schematic_a_top.livelihood-top {
	position: static;
	max-width: 200px;
	margin: -25px auto 20px;
}

.schematic_a_top.livelihood-top p {
	font-size: 1.8rem;
}

.livelihood-container2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 800px;
	width: 100%;
}

.livelihood-box2 {
	flex: 2 2 20%;
	background-color: #fff;
	font-size: 1.4rem;
}

.livelihood-box2:nth-child(odd) {
	padding: 10px;
	text-align: left;
}

.livelihood-box2:nth-child(odd) p:first-child {
	line-height: 2;
	text-align: center;
}

.livelihood-box2:nth-child(2) {
	flex: 2 2 30%;
	align-self: flex-end;
	min-height: 20px;
	background-color: transparent;
	font-size: 2rem;
}

.livelihood-container2-2 {
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.livelihood-box2-2 {
	flex: 2 2 20%;
	height: auto;
	margin: 0 4rem 10rem 0;
	background-color: #004EA2;
	font-size: 1.4rem;
	text-align: center;
}

.livelihood-box2-2:first-child {
	padding: 1rem;
	background-color: #fff;
	text-indent: 4rem;
}

.livelihood-box2-2:first-child p {
	text-align: left;
}

.livelihood-box2-2:first-child img {
	width: 8px;
	margin-left: 5px;
	vertical-align: middle;
}

.livelihood-box2-2:nth-child(n + 2) {
	position: relative;
	display: block;
	min-height: 50px;
}

.livelihood-box2-2:nth-child(n + 2) a {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px;
	background: #004EA2;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.livelihood-box2-2:nth-child(n + 2) a:hover {
	color: #f0f8ff;
	text-decoration: underline;
}

.livelihood-box2-2:nth-child(n + 2) a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -28px;
	border: 28px solid transparent;
	border-left: 25px solid #004EA2;
}

/*Page-3*/

.livelihood-container3 {
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto 10rem;
}

.livelihood-text3 {
	flex: 2 1 100%;
}

.livelihood-text3 p {
	line-height: 1.8;
	font-size: 2.5rem;
	padding: 0 2rem 0;
}

.livelihood-text3 p span {
	display: block;
}

.livelihood-box3 {
	flex: 2 2 30%;
	margin-top: 3rem;
}

.livelihood-box3:nth-child(3) {
	margin: 3rem 3rem 0;
}

.livelihood-box3-title {
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	background-color: #009FA8;
	border-radius: 3rem;
	color: #fff;
	text-align: center;
}

.livelihood-box3-title p:last-child {
	margin-top: 5px;
	font-size: 1.2rem;
}

.livelihood-box3-description {
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
	padding-top: 1rem;
	font-size: 1.45rem;
}

@media screen and (max-width : 1024px ){
	.schematic_a_top.livelihood-top {
		width: 100%;
		margin: 0;
	}

	.schematic_a_img.livelihood-img {
		position: static;
	}

	.schematic_a_top.livelihood-top {
		position: static;
		max-width: 100%;
		margin: 0 auto;
	}
	.livelihood-img {
		border: none;
	}
	.schematic_a.livelihood-a {
		margin: 0 auto 2rem;
		border-radius: 2rem 2rem 0 0 / 2rem 2rem 0 0;
	}
	.livelihood-img,
	.livelihood-img > img {
		width: 100%;
		padding-top: 1rem;
	}
	.schematic_a_top.livelihood-top {
		max-width: 100%;
		margin: 0 auto;
	}

	.schematic_a_top.livelihood-top p {
		text-align: center;
	}

	.livelihood-container2 {
		padding: 1rem;
	}

	.livelihood-box2 {
		flex: 1 1 30%;
	}

	.livelihood-box2:nth-child(odd) {
		padding: 1rem;
		text-align: left;
	}
	.livelihood-box2:nth-child(odd) p:nth-child(n + 2) {
		padding-left: 1.4rem;
		text-indent: -1.3rem;
	}
	.livelihood-box2:nth-child(2) {
		flex: 2 2 25%;
		font-size: 1.5rem;
	}

	.livelihood-container2-2 {
		flex-direction: column;
		justify-content: center;
		max-width: 900px;
		width: 100%;
		margin: 0 auto 5rem;
	}
	.livelihood-box2-2:nth-child(n + 2) {
		min-height: auto;
		margin-top: 1rem;
	}
	.livelihood-box2-2 {
		flex: 2 2 100%;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.livelihood-box2-2:first-child {
		position: relative;
		margin-bottom: 1rem;
		padding: 1rem 1rem 1rem 1.4rem;
		border: 1px solid #004EA2;
		border-radius: .5rem;
		text-align: left;
		text-indent: 1.5rem;
	}
	.livelihood-box2-2:first-child::after {
		position: absolute;
		top: 50%;
		left: 1rem;
		content: '';
		width: .8rem;
		height: 2rem;
		transform: translateY(-50%);
		background-color: #004EA2;
	}

	.livelihood-box2-2:first-child p {
		display: inline;
		text-align: left;
	}

	.livelihood-box2-2:first-child img {
		display: none;
	}
	.logistics-introduction div:nth-child(2),
	.livelihood-box2-2:nth-child(n + 2) {
		position: relative;
		width: 100%;
		color: #004EA2;
		text-align: center;
	}

	.logistics-introduction div:nth-child(2) a,
	.livelihood-box2-2:nth-child(n + 2) a {
		position: relative;
		width: 100%;
		background: none;
		color: #fff;
	}
	.livelihood-box2-2:nth-child(n + 2) a:before,
	.logistics-introduction div:nth-child(2) a:before {
		position: static;
		margin-top: 0;
		border: none;
		border-left: none;
	}

	.livelihood-box2-2:nth-child(n + 2) a:hover,
	.logistics-introduction div:nth-child(2) a:hover {
		color: #004EA2;
		text-decoration: none;
	}
	.livelihood-box2-2:nth-child(n + 2) {
		margin-top: 1rem;
	}
	.livelihood-box2-2:nth-child(n + 2) a {
		padding: 1rem;
	}
	.livelihood-container3 {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 800px;
		margin: 0 auto 10rem;
	}

	.livelihood-text3 {
		flex: 2 1 100%;
	}

	.livelihood-text3 p {
		padding-left: 2rem;
		line-height: 1.7;
		font-size: 2rem;
	}
}

@media screen and (max-width:768px) {
	.livelihood-text p {
		padding-top: 1rem;
		font-size: 2.3rem;
	}
	.livelihood-container2 {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.livelihood-box2 {
		width: 80%;
	}

	.livelihood-box2:nth-child(1) {
		margin-bottom: 2rem;
	}

	.livelihood-box2:nth-child(2) {
		display: none;
	}
	.livelihood-container3 {
		flex-direction: column;
		margin: 0 auto 10rem;
	}

	.livelihood-text3 p span:nth-child(n+2) {
		display: inline;
	}
	/*考える*/
	.livelihood-box3:nth-child(3) {
		margin: 3rem 0 0;
	}

	.livelihood-box3-title {
		width: 100%;
		border-radius: 1.5rem;
	}

	.livelihood-box3-description {
		padding-top: 2rem;
	}

}

/* googleMap */

.googleMap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mapFrame {
	width: 100%;
	max-width: 900px;
	height: 480px;
	margin-bottom: 10rem;
}

.googleMap a {
    padding-top: 480px;
    margin-left: -200px;
}
/*  08-Delivery Box
--------------------------------------------------------------------------------*/

/*Page-1*/

.main-pillar.delivery-pillar1 {
	top: 53%;
}

.delivery-box1 p {
    font-size: 3rem;
    padding-top: 30%;
    padding-bottom: 5%;
}

.delivery-box1 span {
	display: block;
}

/*Page-2*/

.delivery-container2 {
	align-items: flex-start;
	margin-bottom: 10rem;
}

.figure-box {
	display: none;
}

.delivery-box2:nth-child(odd) {
	flex: 1 0 25%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.delivery-box2:nth-child(odd) p:first-child {
	align-self: flex-end;
	margin: 0 0 10px auto;
}

.delivery-box2:nth-child(odd) p:nth-child(n+2) {
	margin: 0 auto;
}

.delivery-box2:nth-child(odd) img {
	margin: 0 0 0 auto;
}

.delivery-box2:nth-child(even) {
	flex: 1 0 75%;
}

.delivery-inbox2 {
	display: flex;
	justify-content: flex-start;
	width: 90%;
	margin: 0 auto;
}

.delivery-box2 h6 {
	/*	margin-bottom: 30px;*/
	background: #009FA8;
	color: #004EA2;
}

.delivery-inbox2 .delivery-inbox2_inner1:last-child {
	width: 100%;
	margin-left: 10px
}

.delivery-box2.delivery-box_heading .delivery-inbox2.cost-box img {
    margin-left: 13%;
}


.delivery-inbox2 .delivery-inbox2_inner1 p.delivery-text-title2 {
	margin-bottom: 10px;
	color: #009FA8;
	font-size: 2rem;
}

.delivery-inbox2 .delivery-inbox2_inner1 p.delivery-text-title2-2 {
    margin-bottom: 20px;
    color: #000;
    font-size: 2rem;
}

.delivery-text-title2-2 span {
	margin-left: 1.5rem;
	font-size: 1.5rem;
}

.delivery-text-title2-2 span img {
	width: auto;
	max-height: 30px;
	margin: 0 1rem;
	vertical-align: bottom;
}

.delivery-text-title2-2 span a {
	color: #009FA8;
}

.delivery-text-title2-2 span a:hover {
	color: #004EA2;
	text-decoration: underline;
}

.delivery-inbox2_inner2 {
	flex: 2 2 45%;
	border: 2px solid #009FA8;
	min-height: 100px;
	margin-top: 20px;
}

.delivery-inbox2_inner2:last-child {
	margin-left: 20px;
}


.delivery-inbox2_inner2 h6 {
	line-height: 2;
	color: #fff;
	font-size: 2rem;
}


.delivery-inbox2_inner2 p {
	padding: 0 20px;
	line-height: 1.5;
}

.delivery-inbox2_inner2 p:nth-child(2),
.delivery-inbox2_inner2 p:nth-child(4) {
	line-height: 2;
}

.delivery-inbox2_inner2 p:last-child {
	padding-bottom: 10px;
}

.delivery-textbox2 {
	width: 90%;
	margin: 20px auto;
}

.delivery-textbox2 p:nth-child(-n+6):nth-child(n+3) {
	text-indent: 1.6rem;
}

.video-frame {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 56.25%;
	background-color: #000;
}

.video-frame-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.delivery-textbox2-2 {
	flex: 1 0 100%;
	margin-top: 20px;
}

.delivery-textbox2-2 dl,
.delivery-inbox2-3_inner2-2 dl {
	display: flex;
	flex-wrap: wrap;
}

.delivery-textbox2-2 dl dt {
	width: 30%;
	margin-bottom: 20px;
}

.delivery-textbox2-2 dl dd {
	width: 70%;
	margin: 0 0 20px auto;
}

.delivery-inbox2-2 {
	display: flex;
	width: 50%;
	margin: 0 0 0 auto;
}

.delivery-inbox2-2_inner1 {
	flex: 2 2 50%;
	height: auto;
	margin: 0 40px 0 0;
	background-color: #004EA2;
	font-size: 1.4rem;
	text-align: center;
}

.delivery-inbox2-2_inner1:first-child {
	padding: 10px;
	background-color: #fff;
}

.delivery-inbox2-2_inner1:first-child p {
	text-align: left;
}

.delivery-inbox2-2_inner1:first-child img {
	width: 8px;
	margin-left: 5px;
	vertical-align: middle;
}

.delivery-inbox2-2_inner1:nth-child(n + 2) {
	position: relative;
	display: block;
}

.delivery-inbox2-2_inner1:nth-child(n + 2) a {
	position: relative;
	display: block;
	width: 100%;
	padding: 17px;
	background: #004EA2;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.delivery-inbox2-2_inner1:nth-child(n + 2) a:hover {
	color: #f0f8ff;
	text-decoration: underline;
}

/* add */

.delivery-inbox2-2_inner1.disable,
.delivery-inbox2-2_inner1:nth-child(n + 2) a.disable {
	background: #aaa;
	padding: 8px;
}

.delivery-inbox2-2_inner1:nth-child(n + 2) a.disable:before {
	border-left: none;
}

.delivery-inbox2-2_inner1:nth-child(n + 2) a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -25px;
	border: 27px solid transparent;
	border-left: 25px solid #004EA2;
}

.delivery-inbox2-3 {
	width: 95%;
	margin: 70px 0 0 auto;
}

.delivery-box_heading > h6,
.delivery-inbox2-3 h6 {
	margin-bottom: 30px;
	color: #004EA2;
	background: none;
	text-align: left;
}

.delivery-box_heading > h6 {
	margin-left: 2.2rem;
}

.delivery-inbox2-3_inner1 {
	display: flex;
	width: 100%;
	margin: 20px auto;
}

.delivery-inbox2-3_inner2:nth-child(odd) {
	flex: 2 2 40%;
	background: #9FA0A0;
}

.delivery-inbox2-3_inner2:nth-child(odd) p {
	padding: 30px;
	color: #fff;
	text-align: center;
}

.delivery-inbox2-3_inner2:nth-child(even) {
	flex: 2 2 60%;
	padding: 15px;
	background: #fff;
	border: 3px solid #9FA0A0;
}

.delivery-inbox2-3_inner2:nth-child(even) p {
	line-height: 1.5;
}

.delivery-inbox-center p {
	padding-top: 10px;
}

.delivery-inbox2-3_inner2:nth-child(even) img {
	width: 9px;
	margin-right: 5px;
	vertical-align: middle;
}

.delivery-inbox2-3_inner2-2 {
	flex: 1 0 50%;
}

.delivery-inbox2-3_inner2-2 img {
	display: block;
	margin: 0 auto;
}

.delivery-inbox2-3 .delivery-inbox2-3_inner2-2 > p:nth-child(1) {
	font-size: 2rem;
}

.delivery-inbox2-3 .delivery-inbox2-3_inner2-2 > p:nth-child(2) {
	margin-bottom: 20px;
}

.delivery-inbox2-3_inner2-2 dl dt {
	width: 30%;
	margin-bottom: 20px;
}

.delivery-inbox2-3_inner2-2 dl dt:nth-of-type(4) {
	width: 25%;
	margin-bottom: 0px;
}

.delivery-textbox2-2 dl dd,
.delivery-inbox2-3_inner2-2 dl dd {
	width: 65%;
	margin: 0 0 20px auto;
}

.delivery-inbox2-3_inner2-2 dl dd:nth-of-type(4) {
	width: 90%;
	margin-bottom: 20px;
}

.delivery-inbox2-3_inner2-2 span,
p.delivery-inbox2-3_inner2-2_color {
	color: #009FA8;
}

.detailed-drawings {
	display: flex;
	width: 50%;
	margin: 0 0 0 auto;
}

.detailed-drawings .delivery-inbox2-2_inner1 {
	margin: 0;
	background-color: #fff;
}

.detailed-drawings .delivery-inbox2-2_inner1:first-child {
	padding: 2rem 0 0 0;
}

.delivery-inbox2-2_inner1:first-child p {
	text-align: left;
}

.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) {
	margin-bottom: 5px;
	padding: 5px;
}

.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) a {
	margin-bottom: 5px;
	padding: 5px;
	background: #004EA2;
	color: #fff;
	transition: all .3s;
}

.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) a:before {
	margin-top: -13px;
	border: 13px solid transparent;
	border-left: 12px solid #004EA2;
}

.delivery-inbox2-3_inner3 {
	justify-content: space-between;
	margin-bottom: 20px;
}

.delivery-inbox2-3_inner3-1 {
	flex: 1 0 30%;
	background-color: #83CCD2;
}

.delivery-inbox2-3_inner3-1 h5 {
	margin: 20px auto 0px;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}

.delivery-inbox2-3_inner3-1 p {
	padding: 20px 10px;
}

.delivery-inbox2-3_inner3-2 {
	flex: 1 0 70%;
	margin-left: 20px;
}

.delivery-inbox2-3_inner3-2 p:nth-child(even),
.delivery-inbox2-3_inner3-2 p span {
	text-indent: 1.4rem;
	padding-left: -1.4rem;
}

.delivery-inbox2-3_inner3-2 p span {
	display: block;
}

.delivery-inbox2-3_inner3-2 .delivery-text-margin {
	margin-top: 10px
}

.delivery-inbox2-3_inner3-2 img {
	width: 9px;
	margin-right: 5px;
}

.delivery-inbox2-3_inner3-2 img.delivery-inbox-CtoC {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}


@media screen and (max-width : 1024px ){
	.delivery-box1 span {
		display: inline;
	}
	.figure-box {
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
		margin-bottom: 3rem;
	}
	.figure-box img {
		max-width: 100%;
	}
	.figure-box figure img:nth-child(2) {
		padding: 0 1rem;
	}
	.figure-box figcaption {
		text-align: center;
	}

	.delivery-box_heading > h6 {
		margin-left: 6%;
	}

	.delivery-box2:nth-child(odd) {
		display: none;
	}
	/*元右コンテナ*/
	.delivery-box2:nth-child(even) {
		width: 100%;
	}
	/*元右コンテナ*/
	.delivery-inbox2 {
		justify-content: flex-start;
		width: 85%;
		margin: 0 auto;

		flex-direction: column;
	}
	.cost-box {
		flex-direction: row;
	}

	.delivery-textbox2 {
		width: 85%;
	}
	.delivery-inbox2 .delivery-inbox2_inner1:last-child {
		margin-left: 0;
	}
	.delivery-inbox2 .delivery-inbox2_inner1 p.delivery-text-title2-2 {
		text-align: center;
	}
	/*耐震DLDTDD*/
	.delivery-textbox2-2 dl,
	.delivery-inbox2-3_inner2-2 dl {
		display: flex;
		flex-wrap: wrap;
	}
	.delivery-textbox2-2 dl {
		width: 95%;
		margin: 0 auto;
	}
	.delivery-inbox2-3_inner2-2 dl {
		width: 100%;
	}
	.delivery-textbox2-2 dl dt {
		width: 25%;
	}
	.delivery-textbox2-2 dl dd {
		width: 75%;
	}
	/*linkのhoverエフェクト*/
	.delivery-inbox2-2,
	.delivery-inbox2-3_inner1 {
		display: flex;
		flex-direction: column;
		width: 85%;
		margin: 2rem auto;
	}
	.delivery-container2 {
		margin-bottom: 7rem;
	}
	#relieved.delivery-inbox2 {
		margin-top: 7rem;
	}
	.delivery-inbox2-2 {
		margin-bottom: 7rem;
	}
	.livelihood-box2-2 {
		flex: 2 2 100%;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.delivery-inbox2-2_inner1 {
		flex: 1 0 100%;
		width: 100%;
		height: auto;
		margin: 1rem auto 0;
		padding: 0;
	}
	.delivery-inbox2-2_inner1 a {
		padding: 0;
	}
	.delivery-inbox2-2_inner1:first-child,
	.detailed-drawings .delivery-inbox2-2_inner1:first-child {
		background-color: #fff;
		font-size: 1.2rem;
	}
	.detailed-drawings .delivery-inbox2-2_inner1:first-child {
		padding: auto;
	}
	.delivery-inbox2-2_inner1:first-child p {
		display: inline;
	}
	.delivery-inbox2-2_inner1:first-child img {
		display: none;
	}

	.delivery-inbox2-2_inner1:first-child,
	.detailed-drawings .delivery-inbox2-2_inner1:first-child {
		position: relative;
		margin-bottom: 1rem;
		padding: 1rem 1rem 1rem 1.4rem;
		border: 1px solid #004EA2;
		border-radius: .5rem;
		text-align: left;
		text-indent: 1.5rem;
	}
	.delivery-inbox2-2_inner1:first-child::after,
	.detailed-drawings .delivery-inbox2-2_inner1:first-child::after {
		position: absolute;
		top: 50%;
		left: 1rem;
		content: '';
		width: .8rem;
		height: 2rem;
		transform: translateY(-50%);
		background-color: #004EA2;
	}

	.delivery-inbox2-2_inner1:nth-child(n + 2),
	.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) {
		position: relative;
		width: 100%;
		color: #004EA2;
		text-align: center;
	}
	.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) {
		margin-bottom: 0;
		border: none;
	}
	.delivery-inbox2-2_inner1:nth-child(n + 2) a,
	.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) a {
		position: relative;
		width: 100%;
		background: none;
		color: #fff;
	}
	.delivery-inbox2-2_inner1:nth-child(n + 2) a:before,
	.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) a:before {
		position: static;
		margin-top: 0;
		border: none;
		border-left: none;
	}
	.delivery-inbox2-2_inner1:nth-child(n + 2) a:hover,
	.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) a:hover {
		color: #004EA2;
		text-decoration: none;
	}

	.detailed-drawings .delivery-inbox2-2_inner1:nth-child(n + 2) a {
		margin-bottom: 1rem;
		padding: 1rem;
		background: #004EA2;
		color: #fff;
		transition: all .3s;
	}
	.detailed-drawings {
		width: 100%;
		margin: 0 auto;
	}
	.detailed-drawings .delivery-inbox2-2_inner1 {
		margin: 0;
		background-color: transparent;
	}
	/*LINKのhoverエフェクトここまで*/
	.delivery-inbox2-3 {
		width: 85%;
		margin: 5rem auto 0;
	}
	.delivery-inbox2-3.apartment-box p {
		width: 90%;
		margin: 0 auto
	}
	.delivery-box_heading > h6,
	.delivery-inbox2-3 h6 {
		margin-bottom: 2rem;
	}

	.delivery-inbox2-3_inner3 {
		width: 90%;
		margin: 0 auto 2rem;

	}
	.delivery-inbox2-3_inner3:last-child {
		margin-bottom: 0;
	}
	.delivery-inbox2-3_inner3-1 {
		width: 100%;
	}

	.delivery-inbox2-3_inner3-1 p {
		padding: 2rem .7rem;
	}

	.delivery-inbox2-3_inner3-2 {
		padding: 1rem;
	}

}

@media screen and (max-width:768px) {
	.delivery-box1 span {
		display: block;
	}
	.figure-box figcaption {
		display: none;
	}
	/*元右コンテナ*/
	.delivery-box2:nth-child(even) {
		width: 100%;
		margin-bottom: 0rem;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	/*元右コンテナ*/
	.delivery-inbox2 {
		width: 95%;
	}
	.cost-box {
		flex-direction: column;
	}
	.delivery-inbox2_inner2:last-child {
		margin-left: 0;
	}
	.delivery-textbox2 {
		width: 90%;
	}
	.delivery-textbox2 p:nth-child(-n+6):nth-child(n+3) {
		padding-left: 1.5rem;
		text-indent: -1rem;
	}
	.delivery-inbox2 .delivery-inbox2_inner1:last-child {
		margin-left: 0;
	}
	.delivery-box_heading > h6 span,
	.delivery-inbox2-3 h6 span {
		display: block;
	}
	.delivery-box_heading > h6,
	.delivery-inbox2-3 h6 {
		font-size: 1.8rem;
		text-align: center;
	}
	.delivery-box_heading > h6 {
		text-align: center;
	}
	.delivery-box_heading > h6 {
		margin-left: 0;
	}

	.delivery-textbox2-2 dl,
	.delivery-inbox2-3_inner2-2 dl {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.delivery-textbox2-2 dl {
		width: 95%;
		margin: 0 auto;
	}
	.delivery-inbox2 .delivery-inbox2_inner1 p.delivery-text-title2 {
		font-size: 1.6rem;
	}
	.delivery-text-title2-2 {
		margin: 0;
	}
	.delivery-text-title2-2 span {
		display: block;
		margin: 1rem 0 0;
		text-align: center;
	}
	.delivery-text-title2-2 span {
		margin-left: 1.5rem;
		font-size: 1.2rem;
	}

	.delivery-text-title2-2 span img {
		width: auto;
		max-height: 30px;
		margin: 0 1rem;
		vertical-align: bottom;
	}

	.delivery-textbox2-2 dl dt {
		position: relative;
		width: 100%;
		margin-bottom: 0;
		line-height: 2.5;
		border-bottom: 1px solid #666;
		padding-left: 2rem;
		text-indent: .5rem;
	}

	.delivery-textbox2-2 dl dt::before {
		content: "◆";
		position: absolute;
		top: -.5rem;
		left: 0;
		bottom: 0;
		color: #004EA2;
		font-size: 1.6rem;
	}

	.delivery-textbox2-2 dl dt span {
		display: none;
	}

	.delivery-textbox2-2 dl dd {
		width: 90%;
		margin: 1rem auto;
		line-height: 1.7;
	}

	.delivery-inbox2-2_inner1:first-child p {
		display: block;
	}

	.delivery-inbox2-2_inner1:first-child::after,
	.detailed-drawings .delivery-inbox2-2_inner1:first-child::after {
		height: 3rem;
	}

	.delivery-inbox2-3 {
		width: 95%;
		margin: 5rem auto 0;
	}

	.delivery-inbox2-3_inner1 {
		justify-content: center;
		width: 100%;
		margin: 2rem auto;
	}

	.delivery-inbox2-3_inner2:nth-child(odd) p {
		padding: 1rem;
	}

	.delivery-inbox-center p {
		padding-top: 0;
	}
	.delivery-inbox2-3_inner2-2 dl {
		width: 100%;
	}
	.delivery-inbox2-3_inner2-2 {
		flex: 1 0 50%;
	}

	.delivery-inbox2-3_inner2-2 img {
		display: block;
		margin: 0 auto 2rem;
	}

	.delivery-inbox2-3 .delivery-inbox2-3_inner2-2 > p:nth-child(1) {
		line-height: 2;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
	}

	.delivery-inbox2-3 .delivery-inbox2-3_inner2-2 > p:nth-child(2) {
		margin: 1rem 2rem 2rem;
	}

	.delivery-inbox2-3_inner2-2 dl dt,
	.delivery-inbox2-3_inner2-2 dl dt:nth-of-type(4) {
		width: 95%;
		margin: 1rem auto;
		padding-left: 1rem;
		border-bottom: 1px dotted #333;
	}

	.delivery-inbox2-3_inner2-2 dl dd,
	.delivery-inbox2-3_inner2-2 dl dd:nth-of-type(4) {
		width: 90%;
		margin: 0 0 2rem auto;
	}

	p.delivery-inbox2-3_inner2-2_color {
		text-align: center;
	}

	.delivery-inbox2-3_inner3 {
		justify-content: space-between;
		margin-bottom: 2.5rem;
		border: 1px solid #83CCD2;
		flex-direction: column;
		width: 100%;
	}

	.delivery-inbox2-3_inner3-1 h5 br {
		display: none;
	}

	.delivery-inbox2-3_inner3-1 p {
		padding: 1.5rem 1rem;
		font-size: 1.4rem;
	}

	.delivery-inbox2-3_inner3-2 {
		flex: 1 0 70%;
		width: 100%;
		margin-left: 0px;
	}

	.delivery-inbox2-3_inner3-2 img {
		width: 0.7rem;
		margin-right: 0.5rem;
	}
	.delivery-inbox2-3_inner3-2 p span {
		display: inline;
	}
	.delivery-inbox2-3_inner3-2 p:nth-child(even) {
		padding: 1.2rem auto;
		text-indent: 0;
	}
}

/*  09-Company Profile
--------------------------------------------------------------------------------*/

/*Page-1*/

.profile-firstview,
.privercy-policy-firstview,
.sitemap-firstview,
.development-firstview,
.blueprint-firstview {
	margin: 20rem auto 5rem;
}

.profile-firstview,
.profile-container {
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}


.main-box.profile-text1 p:nth-child(-n + 3) {
	text-indent: 2rem;
}

.profile-img-box {
	flex: 0 1 30%;
	animation: fadeIn 1s linear 0s 1 normal;
	-webkit-animation: fadeIn 1s linear 0s 1 normal;
}

.profile-pillar h2 {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}

.profile-text1 {
	align-self: flex-end;
	flex: 2 1 67%;
}

.profile-text1 p {
	line-height: 1.5;
	font-size: 3rem;
	animation: fadeIn 5s ease 3s 1 normal both;
	-webkit-animation: fadeIn 2.5s ease 1s 1 normal both;
}

p.profile-ceo-name {
	margin-top: 40px;
	font-size: 2rem;
	text-align: right;
	animation: fadeIn 3s ease 1s 1 normal both;
	-webkit-animation: fadeIn 3.5s ease 1.5s 1 normal both;
}

.profile-text1 p span {
	padding-left: 2.5rem;
}

.profile-text1-1 {
	flex: 0 1 67%;
	margin: 0 0 0 auto;
	padding-top: 50px;
	animation: fadeIn 3s ease-out 3s 1 normal both;
	-webkit-animation: fadeIn 3s liner 3s 1 normal both;
}

.profile-text1-1 p {
	line-height: 1.5;
	font-size: 1.6rem;
	text-indent: 1.6rem;
}

/*Page-2*/

.profile-container {
	margin-top: 30rem;
}

.profile-img-box {
	flex: 0 1 30%;
	animation: fadeIn 1s linear 0s 1 normal;
	-webkit-animation: fadeIn 1s linear 0s 1 normal;
}

.profile-text.company-text {
	align-self: flex-start;
	flex: 0 1 67%;
	font-size: 1.6rem;
}

.company-text dl {
	display: flex;
	flex-wrap: wrap;
}

.company-text dl dt {
	width: 30%;
	margin-bottom: 20px;
}

.company-text dl dd {
	width: 70%;
	margin: 0 0 20px auto;
}

.company-text dl dd p {
	font-size: 1.6rem;
}

.company-text p:nth-child(4) {
	margin-top: 0;
	font-size: 1.6rem;
	text-align: left;
}

.profile-container2 {
	justify-content: space-between;
	width: 68%;
	margin: 30px 0 30px auto;
}

.profile-box2 {
	flex: 2 2 10%;
	height: auto;
	margin: 0 25px 0 0;
	background-color: #004EA2;
	font-size: 1.2rem;
	text-align: center;
}

.profile-box2:first-child {
	flex: 2 2 8%;
	padding: 0px;
	background-color: #fff;
}

.profile-box2:first-child p {
	text-align: left;
}

.profile-box2:first-child img {
	width: 8px;
	margin-left: 5px;
	vertical-align: middle;
}

.profile-box2:nth-child(n + 2) {
	position: relative;
	display: block;
}

.profile-box2:nth-child(n + 2) a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	background: #004EA2;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.profile-box2:nth-child(4) {
	font-size: 1.15rem;
}

.profile-box2:nth-child(n + 2) a:hover {
	color: #f0f8ff;
	text-decoration: underline;
}

.profile-box2:nth-child(n + 2) a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -17px;
	border: 17px solid transparent;
	border-left: 20px solid #004EA2;
}

.profile-box2:last-child {
	flex: 2 2 13%;
	font-size: 1rem;
}

.profile-box2:last-child a {
	flex: 2 2 13%;
	padding: 6px;
	font-size: 1rem;
}

/*Page-3*/

.profile-container3 {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.profile-box3 {
	flex: 0 1 32%;
	border: 2.5px solid #009FA8;
	font-size: 1.4rem;
	text-align: center;
}

.profile-box3:last-child {
	flex: 0 1 100%;
	margin-top: 10px;
}

.profile-box3 img {
	width: 8px;
	margin-left: 5px;
	vertical-align: middle;
}

.profile-box3 p {
	line-height: 1.5;
}

.profile-box3 p:first-child {
	color: #009FA8;
	font-size: 1.6rem;
}

.profile-box3 a {
	display: block;
	padding: 10px;
	color: #000;
}

.profile-box3 a p:first-child {
	color: #009FA8;
}

.profile-box3 a:hover {
	background: rgba(0, 159, 168, .4);
}

@media screen and (max-width : 1024px ){
	.profile-text1 {
		align-self: center;
	}
	.profile-text1-1 {
		flex: 2 1 90%;
		margin: 0 auto;
		padding-top: 0;
	}

	.profile-text1-1 p {
		line-height: 1.5;
		font-size: 1.6rem;
		text-indent: 1.6rem;
	}
	/*2*/
	.profile-container {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-top: 0;
	}
	.profile-img-box {
		margin-bottom: 5rem;
	}

	.profile-text.company-text {
		flex: 0 1 95%;
		margin: 0 auto;
	}

	.company-text dl {
		width: 70%;
		margin: 0 auto;
	}

	.company-text dl dt {
		width: 35%;
	}

	.company-text dl dd {
		width: 65%;
	}

	.company-text p:nth-child(4) {
		margin-top: 0;
		font-size: 1.6rem;
		text-align: left;
	}

	.profile-container2 {
		justify-content: center;
		width: 95%;
		margin: 3rem auto;
	}
	.profile-container2 {
		flex-direction: column;
		justify-content: center;
		width: 95%;
		margin: 2rem;
	}

	.profile-box2 {
		width: 100%;
		margin: .5rem auto;
		background-color: #004EA2;
		font-size: 1.2rem;
		text-align: center;
	}

	.profile-box2:first-child {
		position: relative;
		margin: 0 auto 1rem;
		padding: 1rem 1rem 1rem 1.4rem;
		border: 1px solid #004EA2;
		border-radius: .5rem;
		text-align: left;
		text-indent: 1.5rem;
	}
	.profile-box2:first-child::after {
		position: absolute;
		top: 50%;
		left: 1rem;
		content: '';
		width: .8rem;
		height: 2rem;
		transform: translateY(-50%);
		background-color: #004EA2;
	}
	.profile-box2:first-child p {
		text-align: left;
	}

	.profile-box2:first-child img {
		display: none;
	}

	.profile-box2:last-child p {
		display: inline;
		font-size: 1.2rem;
	}

	.profile-box2:last-child a {
		flex: 1 3 100%;
		padding: 1rem;
		font-size: 1.2rem;
	}

	.profile-box2:nth-child(n + 2) {
		position: relative;
		width: 100%;
		color: #004EA2;
		text-align: center;
	}

	.profile-box2:nth-child(n + 2) a {
		position: relative;
		width: 100%;
		background: none;
		color: #fff;
	}

	.profile-box2:nth-child(n + 2) a:before {
		position: static;
		margin-top: 0;
		border: none;
		border-left: none;
	}

	.profile-box2:nth-child(n + 2) a:hover {
		color: #004EA2;
		text-decoration: none;
	}

}

@media screen and (max-width:768px) {
	.main-box.profile-text1 p:nth-child(-n + 3) {
		text-indent: 0;
	}
	.profile-text1 p.profile-ceo-name {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 4rem;
	}

	.company-text p:nth-child(4) {
		font-size: 1.4rem;
	}
	.main-box.profile-text1 p {
		font-size: 1.8rem;
	}
	.profile-text1 p span {
		display: block;
		padding-left: 0;
	}
	.profile-text1-1 {
		width: 95%;
		margin: 0 auto;
	}
	.profile-text1,
	.profile-img-box {
		align-self: center;
	}
	.company-text dl {
		width: 90%;
		margin: 0 auto;
	}

	.company-text dl dt {
		width: 100%;
		margin-bottom: 1rem;
		padding-bottom: .5rem;
		border-bottom: 1px solid #004EA2;
	}

	.company-text dl dd {
		width: 93%;
		margin: 1rem auto 2rem;
		font-size: 1.4rem;
	}

	.company-text dl dd p {
		line-height: 1.7;
		font-size: 1.4rem;
	}
	#contact .flex-container.main-firstview {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		height: auto;
		margin-bottom: 5rem;
	}

	.profile-container3 {
		max-width: 45rem;
		width: 95%;
		margin: 0 auto;
	}

	.profile-box3 {
		flex: 1 2 100%;
		margin-top: 1rem;
		border: 2px solid #009FA8;
	}

	.profile-box3 img,
	.profile-box3 p:nth-child(n+2) {
		display: none;
	}

	.profile-box3 p:first-child {
		color: #009FA8;
		font-size: 1.4rem;
	}

	.profile-box3 a {
		padding: .5rem;
	}

	.profile-box3 a p:first-child {
		color: #009FA8;
	}
}


/*  10-Privercy Policy
--------------------------------------------------------------------------------*/

.profile-firstview,
.privercy-policy-firstview,
.sitemap-firstview,
.development-firstview {
	margin: 20rem auto 5rem;
}

.privercy-policy-container1,
.sitemap-container1,
.development-box1,
.blueprint-container {
	position: relative;
	align-self: flex-start;
}

.privercy-policy-container1 .privercy-policy-pillar1,
.sitemap-container1 .sitemap-pillar1,
.blueprint-container .blueprint-pillar {
	position: absolute;
	top: 50%;
	font-size: 2rem;
}

.privercy-policy-container h3,
.sitemap-container h3,
.blueprint-container h3 {
	margin-bottom: 1.2rem;
	padding: 1rem 0 0 4rem;
	line-height: 1.75;
	border-bottom: 1px solid #004EA2;
	color: #009FA8;
	text-align: left;
}

.privercy-policy-box,
.sitemap-box,
.blueprint-box {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
}

.privercy-policy-box#article1 p:nth-child(2),
.privercy-policy-box#article2 p:nth-child(2),
.privercy-policy-box#article2 p:nth-child(4) {
	padding: 1.5rem 0;
	color: #009FA8;
	font-weight: bold;
	text-align: center;
}

.privercy-policy-box#article2 p:last-child {
	margin-top: 1.5rem;
}

.privercy-policy-box#article3 p:first-child,
.privercy-policy-box#article4 p {
	margin-bottom: 2rem;
}

.privercy-policy-box p {
	line-height: 1.75;
}

.sitemap-box ul {
	list-style: none;
	line-height: 2;
	text-indent: 4rem;
}

.privercy-policy-box ul {
	list-style: none;
	line-height: 2;
}

.privercy-policy-box ul li,
.privercy-policy-box ol li {
	margin-bottom: 1rem;
}

.privercy-policy-box div {
	padding-left: 2rem;
}

.privercy-policy-box ol {
	list-style: decimal;
	line-height: 2;

}

.privercy-policy-box ol.ppb-1 {
	list-style-type: lower-roman;
	margin-left: 5rem;
	text-indent: .5rem;
}

.pbb-indent_adjust {
	margin-left: 4rem;
}

.pbb-indent_adjust2 {
	margin-left: 2rem;
}

.pbb-indent00 {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

.pbb-indent01 {
	margin-left: 2rem;
	text-indent: -4.2rem;
}

.pbb-indent02 {
	margin-left: 2rem;
}

.pbb-indent03 {
	margin-left: 3rem;
	text-indent: -4.2rem;
}

.pbb-information {
	margin: 1rem;
	padding: 1rem;
	background-color: #E6F4F5;
}

.privercy-policy-box span,
.sitemap-box span {
	margin-left: 1rem;
	font-size: 1.2rem;
}

.privercy-policy-box a,
.sitemap-box a {
	color: #555;
}

.privercy-policy-box a:hover,
.sitemap-box a:hover {
	text-decoration: underline;
	color: #555;
}

.pbb-information dl {
	display: flex;
	flex-flow: column wrap;
	line-height: 1.5;
}

.pbb-information dl dt {
	position: relative;
	padding: 0 0 0 2.5rem;
	border-bottom: 1px solid #888;
}

.pbb-information dl dt:before,
.pbb-information dl dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 1.2rem;
	height: 1.2rem;
	border: 1.5px solid #004EA2;
	margin: auto;
}

.pbb-information dl dt:before {
	top: -6px;
	left: 0px;
	border: 1.5px solid #009FA8;
}

.pbb-information dl dt:after {
	top: 6px;
	left: 6px;
}

.pbb-information dl dt {
	margin-bottom: 0.5rem;
	line-height: 2;
	border-bottom: 1px solid #004EA2;
}

.pbb-information dl dd {
	width: 95%;
	margin: 0 auto;
}

#privacycontact {
    height:100%;
  	position:relative;
}

#privacymark-pc {
	display: block !important;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#privacymark-sp {
	display: none !important;
}

#isms-pc {
	display: block !important;
	float: right;
}

#isms-sp {
	display: none !important;
}

#article7 p{
	margin-bottom: 10px;
}

#article7 dl{
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#article7 dl:last-of-type{
	border-bottom: none;
}

#article7 dl dt{
	width: 30%;
	font-weight: bold;
}

#article7 dl dd{
	width: 70%;
}

@media screen and (max-width : 1024px ){
	.profile-firstview {
		align-items: center;
		width: 95%;
		margin: 15rem auto 20rem;
	}

}

@media screen and (max-width:768px) {
	.profile-firstview {
		height: auto;
		flex-direction: column;
		margin: 10rem auto;
	}
	.privercy-policy-box p {
		margin-right: 1.5rem;
		font-size: 1.2rem;
		background-color: #fff;
	}
	.privercy-policy-box ul li,
	.privercy-policy-box ol li {
		margin-right: 2rem;
		font-size: 1.2rem;
	}

	.privercy-policy-box ol.ppb-1 {
		margin-left: 3rem;
		text-indent: 0;
	}

	.pbb-indent01 {
		margin-left: 2rem;
		text-indent: -3.2rem;
	}
	.pbb-indent02 {
		margin: 0 2rem 2rem;
	}
	.pbb-indent02.pbb-information p {
		font-size: 1.2rem;
	}
	.pbb-indent03 {
		margin-left: 1.8rem;
		text-indent: -1.9rem;
	}
	.pbb-information dl {
		padding: .5rem;
		font-size: 1.2rem;
	}
	#privacycontact {
    height:100%;
    position:relative;
	}

#privacymark-pc {
	display: none !important;
}

#privacymark-sp {
	display: block !important;
	float: right;
}

#isms-pc {
	display: none !important;
}

#isms-sp {
	display: block !important;
	float: right;
}

}

}



/*  11-Business Development
--------------------------------------------------------------------------------*/

.development-firstview {
	margin-bottom: 7rem;
}

.main-pillar.development-pillar {
	top: 55%;
	font-size: 2rem;
}

.main-box.development-box2 {
	font-size: 2.5rem;
}

.main-box.development-box2 img {
	max-width: 400px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.main-box.development-box2 dl {
	display: flex;
	flex-wrap: wrap;
}

.main-box.development-box2 dl dt {
	width: 40%;
	margin: 0;
}

.main-box.development-box2 dl dd {
	width: 60%;
	margin: 0 0 0 auto;
	padding-left: 1rem;
}

.main-box.development-box2 p:nth-child(2) {
	line-height: 2.5;
}

.main-box.development-box2 p:last-child {
	margin-top: 40px;
	color: #004EA2;
}

@media screen and (max-width:768px) {
	.development-firstview {
		flex-direction: column;
	}
	.main-box.development-box1 {
		align-self: center;
		margin: 0 auto 5rem;
	}
	.main-box.development-box2 dl {
		max-width: 400px;
		margin: 0 auto;
	}
	.main-box.development-box2 dl dt {
		width: 50%;
	}

	.main-box.development-box2 dl dd {
		width: 50%;
	}
	.main-box.development-box2 p:nth-child(2),
	.main-box.development-box2 p:last-child {
		margin-top: 3rem;
		text-align: center;
	}
}

/*  12-Site Map
--------------------------------------------------------------------------------*/

.sitemap-container1 .sitemap-pillar1 {
	position: absolute;
	top: 50%;
	font-size: 2.5rem;
}

.sitemap-box {
	font-size: 1.6rem;
}

.sitemap-box h3 img {
	max-width: 1.7rem;
	vertical-align: baseline;
}

.sitemap-box h3 a {
	color: #009FA8;
}

.sitemap-box ul,
.blueprint-box ul {
	list-style: none;
	line-height: 2;
	text-indent: 4rem;
}

.sitemap-box ol {
	list-style-position: inside;
	line-height: 2;
	text-indent: 4rem;
}

.sitemap-box ol li {
	line-height: 2;
	text-indent: 4rem;
}

.sitemap-box ul li:before,
.blueprint-box ul li:before {
	content: "• ";
	color: #009FA8;
}

.sitemap-box span {
	margin-left: 1rem;
	font-size: 1.2rem;
}

li p.movie_wrap {
	margin-bottom: 1rem;
	padding-left: 5.7rem;
	text-indent: -1.8rem;
}

.sitemap-box span img {
	width: 50px;
	padding: 0 1rem;
}

.sitemap-box a,
.blueprint-box a {
	color: #555;
}

.sitemap-box a:hover,
.blueprint-box a:hover {
	text-decoration: underline;
	color: #555;
}

#sitemap-movie1 video,
#sitemap-movie2 video {
	width: 80vw;
	height: auto;
	display: block;
}

@media screen and (max-width:768px) {
	.privercy-policy-firstview,
	.sitemap-firstview,
	.blueprint-firstview {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 10rem auto;
	}
	.privercy-policy-firstview {
		margin-bottom: 5rem;
	}
	.privercy-policy-container1,
	.sitemap-container1 {
		align-self: auto;
		margin-bottom: 5rem;
	}

	.privercy-policy-container h3,
	.sitemap-container h3,
	.blueprint-container h3 {
		padding: 1.3rem 0 .5rem 4rem;
		font-size: 1.6rem;
		letter-spacing: .3rem;
	}

	.sitemap-box,
	.blueprint-box {
		font-size: 1.4rem;
	}

	.sitemap-box span {
		margin-left: 1rem;
		font-size: 1.2rem;
	}
	.sitemap-box ul,
	.blueprint-box ul {
		text-indent: -1.2rem;
		padding-left: 2.5rem;
	}

	.sitemap-box ol li {
		text-indent: 1rem;
	}

	.privercy-policy-container1,
	.sitemap-container1 {
		align-self: auto;
		margin-bottom: 5rem;
	}

	.privercy-policy-box span,
	.sitemap-box span {
		margin-left: 1rem;
		font-size: 1.2rem;
	}
	li p.movie_wrap {
		padding-left: 2.8rem;
	}
}

/*  13-Blueprint
--------------------------------------------------------------------------------*/

.profile-pillar h2 {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
}

.blueprint-firstview {
	min-height: 45rem;
}

.blueprint-container .blueprint-pillar {
	font-size: 3rem;
}

.blueprint-box li {
	line-height: 3;
}

.blueprint-box img {
	width: 2.5rem;
	margin-left: 2rem;
}

@media screen and (max-width:768px) {
	.blueprint-container {
		align-self: stretch;
	}
	.blueprint-box ul {
		width: 100%;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	.blueprint-box img {
		width: 2rem;
		margin-left: 1rem;
	}
}


/*  14-Wordpress
--------------------------------------------------------------------------------*/

/*-----WP_404-----*/

main article .not-found {
	min-height: 30rem;
	height: 100%;
	margin: 0 auto 5rem;
}

main article .not-found h4 {
	display: block;
	margin: 20rem auto 7rem;
	line-height: 2;
	background: #009FA8;
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

main article .not-found p {
	width: 75%;
	line-height: 1.5;
	margin: .2rem auto;
	color: #004EA2;
	font-size: 1.2rem;
}

main article .not-found p:last-child {
	margin: 10rem auto;
	text-align: center;
}

main article .not-found p a {
	padding: .7rem;
	background-color: #009FA8;
	border: 1px solid #009FA8;
	color: #fff;
}

main article .not-found p a:hover {
	text-decoration: underline;
	background-color: #fff;
	border: 1px solid #009FA8;
	color: #009FA8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
	main article .not-found {
		margin: 0 auto 10rem;
	}

	main article .not-found h4 {
		margin: 10rem auto;
		font-size: 1.75rem;
	}

	main article .not-found p {
		width: 90%;
	}

	main article .not-found p:last-child {
		min-width: auto;
		width: 100%;
		height: auto;
		margin: 10rem auto;
		text-align: center;
	}

	main article .not-found p a {
		padding: .7rem;
		background-color: #009FA8;
		border: 1px solid #009FA8;
		color: #fff;
	}

	main article .not-found p a:hover {
		text-decoration: underline;
		background-color: #fff;
		border: 1px solid #009FA8;
		color: #009FA8;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

/*-----WP_blog-----*/

/** 外観 **/

main.blog {
	max-width: 1280px;
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 'メイリオ', Meiryo, 'Arial', 'ＭＳ ゴシック', sans-serif;
}

main.blog h2 {
	position: static;
}

.blog .hentry,
.archive .hentry {
	overflow: hidden;
	margin-bottom: 3rem;
	padding: 1rem;
	border-bottom: 1px solid #eee;
}

.blog_container {
	display: flex;
	flex-flow: row nowrap;
	margin: 12rem auto 0;
}

.blog_box {
	padding: 2rem;
}

.blog_box:first-child {
	flex: 2 2 72%;
}

.blog_box:last-child {
	flex: 2 2 28%;
}

@media screen and (max-width : 1024px ){
	.blog .hentry,
	.archive .hentry {
		padding: 0;
	}
	.blog_container {
		flex-direction: column;
		margin: 60px auto 0;
	}
	.blog_box:last-child {
		padding: 20px;
		border-top: 1px solid #eee;
	}
}

/** ブログタイトル関連 **/

.page-header .entry-title,
.entry-header .entry-title,
.page-header .archive-title,
.page-header .blog .archive-title,
.archive .page-header .archive-title,
.page-header .archive .archive-title {
	font-size: 2rem;
	margin: 0 auto;
	line-height: 50px;
	padding-bottom: 0.8rem;
	letter-spacing: 0.1rem;
	color: #83CCD2;
}

.blog .archive-title,
.archive .archive-title {
	display: block;
	font-size: 1.2rem;
	margin: 1rem 2.5rem;
	padding-bottom: 5rem;
	letter-spacing: 0;
}

.blog .entry-title,
.archive .entry-title {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
	letter-spacing: 0;
	font-size: 1.3rem;
	color: #333;
}

.entry-title.blog_single {
	margin: 0 auto 1rem;
	font-size: 2rem;
	color: #83CCD2;
}

.blog_comment a,
.widget.widget_newreport a,
.blog .entry-title a,
.blog .archive-title a,
.archive .entry-title a,
.archive .archive-title a,
.widget .newreport-box p:last-child a {
	text-decoration: none;
	color: #333;
}

.blog_comment a:hover,
.widget.widget_newreport a:hover,
.blog .entry-title a:hover,
.blog .archive-title a:hover,
.archive .entry-title a:hover,
.archive .archive-title a:hover,
.widget .newreport-box p:last-child a:hover {
	color: #83CCD2;
}

.report .entry-title,
.report .archive-title {
	margin: 2rem auto;
	font-size: 2.3rem;
	color: #555;
}

.page-header .archive-title img {
	max-width: 150px;
	width: 100%;
}


@media screen and (max-width: 768px) {
	.report .entry-title,
	.report .archive-title {
		font-size: 1.8rem;
	}
}

/** ブログ記事内構造 **/

/** ブログアーカイブ＆カテゴリページ **/

.blog .page-header,
.archive .page-header {
	overflow: hidden;
}

.blog .entry-content,
.archive .entry-content {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.blog .entry-content .entry-header,
.archive .entry-content .entry-header {
	display: block;
	width: 100%;
	margin-bottom: .5rem;
}

.blog .entry-content .entry-header .entry-title,
.archive .entry-content .entry-header .entry-title {
	width: 100%;
	line-height: 1.7;
	font-size: 2rem;
}

/** Flex-box **/

.content-area {
	display: flex;
	flex-flow: row wrap;
}

.content-area article {
	flex: 2 2 40%;
	margin: 0 1rem 1rem;
}

.content-area article:first-child {
	flex: 2 2 100%;
}

@media screen and (max-width: 768px) {
	.content-area {
		align-items: center;
		flex-flow: column wrap;
	}
	.content-area article {
		margin: 0 .2rem;
	}
}

.content-area nav {
	width: 100%;
}

.content-area .entry-content,
.entry-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
}

.content-area .entry-content {
	flex-flow: column wrap;
}

.content-area .report .entry-content,
.report {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* 記事内挿入画像中央寄せ */

.blog_single_content img {
	display: block;
	margin: auto;
}

/* 記事boxの左右分け */

.content-area .entry-content div.thumbnail {
	flex: 2 2 25%;
}

.content-area .entry-content div.entry-box {
	flex: 2 2 75%;
	width: 100%;
}

/* 記事：ブログサムネイル */

div.thumbnail {
	display: block;
	max-width: 852px;
	width: 100%;
	max-height: 300px;
	width: 100%;
	text-align: center;
}

div.thumbnail > img,
.thumbnail-img,
.thumbnail-img2 {
	display: block;
	max-width: 852px;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

div.thumbnail a:hover img,
.newreport-thumbnail > a:hover img,
aside .widget_categories ul li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content-area .report .entry-content {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.content-area .entry-content,
	.entry-header {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.content-area .entry-content {
		margin-bottom: 30px;
	}
}

/* 記事上：ヘッダー/タイトル/本文/フッター */

.entry-header div {
	margin-bottom: 0px;
}

.entry-header div:first-child {
	flex: 1 2 30%;
	padding: 1rem 0 .5rem;
}

.entry-header div:last-child {
	flex: 1 2 70%;
}

/* ヘッダー内メタ情報 */

.entry-meta {
	line-height: 1.75;
	list-style: none;
	font-size: 1.2rem;
	text-align: center;
}

.entry-meta .categories-links,
.entry-meta .tag-links {
	padding: .5rem .5rem .5rem 0;
}

.entry-meta .date {
	width: auto;
	padding: .5rem .8rem;
}

.entry-meta .categories-links a,
.entry-meta .tag-links a {
	color: #83CCD2;
}

.entry-meta .categories-links a:hover,
.entry-meta .tag-links a:hover {
	text-decoration: none;
	color: #004EA2;
}

.entry-meta .date {
	position: relative;
	padding-left: 1.8rem;
	color: #666;
	font-weight: normal;
}

.entry-meta .date:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: 'Font Awesome 5 free';
	font-size: 1.4rem;
}

.entry-meta .date:before {
	content: '\f017';
	color: #666;
}

.blog .page-header .entry-meta,
.archive .page-header .entry-meta {
	text-align: center;
}

.blog .page-header .entry-meta > span,
.archive .page-header .entry-meta > span {
	margin: 0 auto;
}

.blog .page-header .entry-meta > .date,
.archive .page-header .entry-meta > .date {
	display: block;
	width: 18rem;
	margin: 0 auto;

}

.blog .page-header .entry-meta > .date {
	padding-left: 1rem;
}

.blog .page-header .entry-meta > .date:before {
	top: 4px;
}

.blog .page-header .entry-meta > .date:before {
	content: '\f017';
	color: #666;
}

.entry-meta .categories-links a:hover,
span.tag-links a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.entry-meta .categories-links a:hover {
		opacity: 0.8;
	}
}


/* ブログ記事本文 */

.entry-content,
.blog_comment {
	width: 100%;
}

.entry-content p,
.blog_comment p {
	line-height: 1.7;
	margin: 1rem auto;
	text-align: left;
	font-size: 1.4rem;
	text-align: left;
}

.blog_comment > p img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

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

	.blogpage-area article {
		display: flex;
		flex-flow: column nowrap;
		max-width: 768px;
		width: 100%;
	}
	.entry-content,
	.blog_comment {
		width: 100%;
	}

	.entry-content p,
	.blog_comment p {
		line-height: 1.7;
		margin: 1rem auto;
		text-align: left;
		font-size: 1.4rem;
		text-align: left;
	}
}

/* ブログ記事本文内and more */

a.blog_more {
	display: block;
	width: 10rem;
	margin: 2rem auto;
	padding: .5rem;
	border: 1px solid #83CCD2;
	color: #83CCD2;
	text-align: center;
}

a.blog_more:hover {
	background-color: #83CCD2;
	color: #fff;
	font-weight: 600;
}

/* ページネーション */

.pagination {
	font-weight: bold;
	overflow: hidden;
	margin: 30px;
	text-align: center
}

.pagination .page-numbers {
	display: inline;
	list-style: none;
}

.pagination a.page-numbers {
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	color: #585858;
	background-color: #f6f6f6;
}

.pagination span.current,
.pagination a.page-numbers:hover {
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	color: #fff;
	background-color: #83CCD2;
}

/* サイドバー */

aside.blog_box {
	display: flex;
	flex-direction: column;
	min-height: 700px;
}

aside > div {
	margin-bottom: 30px;
}

aside h3 {
	position: relative;
	margin-bottom: 1.5rem;
	padding: 0 0 0 3rem;
	letter-spacing: .5rem;
	font-weight: 500;
	color: #004EA2;
}

aside h3::before {
	content: "◇";
	position: absolute;
	top: -.3rem;
	left: 0;
	color: #009FA8;
	font-size: 2rem;
}

aside h3::after {
	content: "◆";
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
	color: #004EA2;
	font-size: 1.5rem;
}

/* サイドバー：サーチBOX */

aside .widget_search {
	margin-top: 0px;
}

/* サイドバー：新着記事BOX */

aside .widget_newreport > div {
	display: flex;
	flex-direction: row;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}

/* サイドバー：新着記事BOX-サムネイル */

.newreport-thumbnail {
	flex: 1 2 30%;
	width: 70px;
	height: 70px;
	margin-bottom: 1.2rem;

}

.newreport-thumbnail-img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.newreport-thumbnail > img {
	max-width: 70px;
	width: 100%;
	max-height: 70px;
	height: auto;
}

/* サイドバー：新着記事BOX-記事情報 */

.newreport-box {
	flex: 1 2 70%;
	margin-left: 1rem;
	padding-bottom: 2rem;
}

.newreport-box .date {
	position: relative;
	margin-bottom: 5px;
	padding: 0 0 5px 20px;
	border-bottom: 1px dotted #ccc;
	color: #666;
}

.newreport-box .date:before {
	position: absolute;
	content: '\f017';
	top: 1px;
	left: 0;
	font-family: 'Font Awesome 5 free';
}

.newreport-box p:nth-child(2) {
	line-height: 1.75;
}

/* サイドバー：カテゴリBOX */

aside .widget_categories ul {
	list-style: none;
}

aside .widget_categories ul li {
	position: relative;
	display: block;
	height: 30px;
	margin-bottom: 4rem;
	line-height: 2;
	text-indent: 2rem;
	font-weight: bold;
}

aside .widget_categories ul li a {
	position: relative;
	display: block;
	width: 85%;
	padding: 1rem;
	background: #004EA2;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

aside .widget_categories ul li a:hover {
	color: #f0f8ff;
}

aside .widget_categories ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -25px;
	border: 25px solid transparent;
	border-left: 25px solid #004EA2;
}

@media screen and (max-width : 1024px ){
	aside.blog_box {
		margin-top: 0;
		min-height: auto;
	}
	/* サイドバー：新着記事BOX-サムネイル */
	aside > div:last-child {
		margin-bottom: 0;
	}
	.newreport-thumbnail {
		display: none;
	}
	/* サイドバー：新着記事BOX-記事情報 */
	.newreport-box {
		flex: 1 2 100%;
		margin-left: 0;
		padding-bottom: .5rem;
	}

	.newreport-box .date {
		display: inline-block;
		padding: .5rem 2rem .5rem 2.5rem;
		border: 1px dotted #ccc;
		font-size: 1.25rem;
	}
	.newreport-box .date:before {
		top: .5rem;
		left: .5rem;
		font-size: 1.25rem;
	}
	aside .widget_categories ul li {
		line-height: 2.75;
		margin-bottom: 3rem;
	}

	aside .widget_categories ul li a {
		width: 100%;
		padding: .3rem;
	}

	aside .widget_categories ul li a:before {
		content: none;
		position: static;
	}
}

/* 投稿ナビゲーション */

.post-navigation,
.paging-navigation {
	font-size: 1.2rem;
	color: #fff;
}

.post-navigation .nav-links,
.paging-navigation .nav-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 2rem auto;
}

.nav-previous,
.nav-next {
	position: relative;
	max-width: 30rem;
	margin: 1rem auto;
	width: 100%;
	line-height: 1.4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nav-previous {
	padding-left: 1rem;
}

.nav-next {
	padding-right: 1rem;
}

.nav-previous:before,
.nav-next:before {
	position: absolute;
	top: 0;
	font-family: 'Font Awesome 5 free';
	font-size: 2rem;
	color: #83CCD2;
	font-weight: bold;
}

.nav-previous:before {
	left: 0;
	content: '\f104';
}

.nav-next:before {
	right: 0;
	content: '\f105';
}

.post-navigation .nav-links a,
.paging-navigation .nav-links a {
	display: block;
	max-width: 30rem;
	width: 100%;
	margin: 0 auto;
	padding: .5rem;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	color: #333;
	word-wrap: break-word;
}

.post-navigation .nav-links a:hover,
.paging-navigation .nav-links a:hover {
	opacity: .8;
}

.screen-reader-text {
	display: none;
}

/** 検索フォーム **/

#searchform input {
	border: 1px solid #ccc;
	padding: 0;
	line-height: 2;
}

#searchform #s {
	width: 80%;
	height: 3rem;
	padding: 0 0 0 .5rem;
	margin-right: -.5rem
}

#searchform #searchsubmit {
	width: 20%;
	line-height: 2.2;
	border: 1px solid #004EA2;
	background: #004EA2;
	color: #fff;
}

.search-main {
	margin-top: 1rem;
}

.content-area .search-area {
	display: flex;
	flex-flow: row wrap;
}

.search-main article {
	flex: 2 2 100%;
	border: 1px solid #eee;
}

.search-main article h2 {
	text-align: left;
}

.search-box {
	display: flex;
}

.search-box .search-header {
	flex: 2 2 40%;
}

.search-box .search-header div {
	flex: 2 2 100%;
	padding: 0;
	text-align: left;
}

.search-header .entry-meta span.categories-links {
	padding: 0;
}

.search-box .search-comment {
	flex: 2 2 60%;
}

.search-box .search-comment .blog_more {
	margin: 1rem 0 0 auto;
}

.search-header {
	text-align: left;
}

/** 検索結果＆記事がない場合 **/

.empty {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 5rem;
	text-align: left;
	color: #333;
}

.empty h3 {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	color: #004EA2;
	letter-spacing: .2rem;
	border-bottom: 1px solid #004EA2;
}

.empty p {
	line-height: 1.5;
}

@media screen and (max-width : 1024px ){
	.search-main article {
		border: none;
	}
	.search-box {
		padding-bottom: 1rem;
	}
	.empty {
		margin: 0 auto 5rem;
	}
}

@media screen and (max-width: 768px) {
	.search-box {
		flex-flow: column wrap;
	}
	.search-box {
		padding-bottom: 0rem;
	}

	.empty h3 {
		font-size: 1.3rem;
		letter-spacing: 0rem;
	}

	.empty p {
		line-height: 1.5;
	}
}

/**
* - add
*/

.visual img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

h3.link-title {
	display: none;
}



/*/////////------------------------------------ recruiting ------------------------------------/////////*/

/*
.corona img{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
	animation: fadeIn 0.2s ease 0.2s 1 normal both;
	-webkit-animation: fadeIn 1.5s ease 1.5s 1 normal both;
}

.profile-text9 {
	align-self: flex-end;
	flex: 2 1 67%;
}

.profile-text9 p {
    line-height: 1.5;
    font-size: 2.3rem;
    animation: fadeIn 5s ease 3s 1 normal both;
    -webkit-animation: fadeIn 2.5s ease 1s 1 normal both;
    text-align: left;
}

.profile-text9 p span {
	padding-left: 2.5rem;
}

p.profile-ceo-name {
	margin-top: 40px;
	font-size: 2rem;
	text-align: right;
	animation: fadeIn 3s ease 1s 1 normal both;
	-webkit-animation: fadeIn 3.5s ease 1.5s 1 normal both;
}

.profile-text-9 {
	flex: 0 1 67%;
	margin: 0 0 0 auto;
	padding-top: 70px;
	animation: fadeIn 3s ease-out 3s 1 normal both;
	-webkit-animation: fadeIn 3s liner 3s 1 normal both;
}

.profile-text-9 p strong {
    background: linear-gradient(transparent 30%, #F67F81 30%);
}

.profile-text-10 {
	flex: 0 1 67%;
	margin: 0 0 0 auto;
	padding-top: 70px;
	animation: fadeIn 3s ease-out 3s 1 normal both;
	-webkit-animation: fadeIn 3s liner 3s 1 normal both;
}

.profile-text-10 p strong {
    background: linear-gradient(transparent 30%, #FFF400 30%);
}

.profile-text-11 {
	flex: 0 1 67%;
	margin: 0 0 0 auto;
	padding-top: 70px;
	animation: fadeIn 3s ease-out 3s 1 normal both;
	-webkit-animation: fadeIn 3s liner 3s 1 normal both;
}

.profile-text-11 p strong {
    background: linear-gradient(transparent 30%, #6AD7DD 30%);
}
*/

/*/////////------------------------------------ dr-recruiting ------------------------------------/////////*/

/*
.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.bg01 {
  background-image: url(../img/WP3.jpg);
}

.bg02 {
  background-image: url(../img/WP3.jpg);
}

.fixed-bg.bg01 h1 {
    text-align: center;
    color: #4B4B4B;
    padding-top: 400px;
}

.scroll-bg.bg-color01 {
    text-align: center;
	animation: fadeIn 3s ease-out 3s 1 normal both;
	-webkit-animation: fadeIn 3s liner 3s 1 normal both;
}

.fixed-bg.bg02 h1 {
	text-align: center;
    color: #4B4B4B;
    padding-top: 400px;
}
*/

/*/////////------------------------------------ form ------------------------------------/////////*/

/*
.scroll-bg.bg-color02{
    padding:10px 0 10px;
	animation: fadeIn 3s ease-out 3s 1 normal both;
	-webkit-animation: fadeIn 3s liner 3s 1 normal both;
  }

.contact-text{
    margin:45px auto;
  }

.mail-message-area{
    width:100%;
    padding:0 15px;
  }

.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

.not-visible-message{
    height:0px;
    opacity: 0;
  }

.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }
*/

/* Input Styles */

.form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1.5px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

.form:hover{
    border:1.5px solid #009fa8;
  }

.form:focus{
    color: white;
    outline: none;
    border:1.5px solid #009fa8;
  }

.textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }

/* Generic Button Styles */


.button{
    padding:8px 12px;
    background:#004ea2;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

.button:hover{
    background:#009fa8;
    color:white;
  }


/* Send Button Styles */

.form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#009fa8;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

.form-btn:hover{
    background:#004ea2;
    color: white;
    border:none;
  }

.form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}
input {
    position: relative;
    z-index: 9999;
}

/*
#contact-us .col-xs-6.wow.animated.slideInLeft {
    width: 100%;
    font-size: 13px;
    color: #727272 !important;
    margin-top: -100px;
}
#contact-us .col-xs-6.wow.animated.slideInLeft .subjet {
    position: absolute;
	width: 100%;
    padding: 15px;
    background: #f8f8f8;
    border: 1.5px solid rgba(0, 0, 0, 0.075);
	margin-bottom:25px;
    color: #727272 !important;
	font-weight: lighter;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;
}
#contact-us .col-xs-6.wow.animated.slideInLeft .subjet-1 {
    position: relative;
    top: 12px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-left: 15%;
	font-weight: lighter;
}
#contact-us .col-xs-6.wow.animated.slideInLeft .subjet-2 {
    position: absolute;
	width: 100%;
    padding: 15px;
    background: #f8f8f8;
    border: 1.5px solid rgba(0, 0, 0, 0.075);
    color: #727272 !important;
	font-weight: lighter;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: left;

}
#contact-us .col-xs-6.wow.animated.slideInLeft .subjet-3 {
    position: relative;
    top: 12px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-left: 15%;
	font-weight: lighter;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #9fa0a0;
    color: #fff;
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #9fa0a0;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}
*/


/*/////////--------------------------- delivery-box ポップアップ ---------------------------/////////*/

/* 全体設定 */

/*
 {
  box-sizing: border-box;
  }
*/

/* ポップアップウインドウの設定 */

/*
.popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70vw;
    overflow-y: scroll;
	margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
	z-index: 1;
}
*/

/* チェックボックスの初期設定 */

/*
#popup-on{
	display: none;
}
*/

/* チェックされたらポップアップウインドウを開く */

/*
#popup-on:checked + .popup{
	display: block;
}
*/

/* 閉じるアイコン（右上） */

/*
.icon-close{
	color: #8B8B8B;
	font-size: 30px;
	padding: 0 10px;
	position: absolute;
	right: 0;
}
*/

/* 閉じるボタン */

/*
.btn-close{
    background: #009fa8;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}
*/

/* 開くボタン */

/*
.btn-open{
    border-radius: 10px;
    color: #009fa8;
    padding: 5px;
    cursor: pointer;
    margin: 5px auto;
    width: 95%;
    text-align: left;
}
*/

/* ポップアップの内容 */

/*
.popup-content{
    margin: 40px auto 40px auto;
    width: 90%;
}
*/

/* ポップアップウインドウの設定 */

/*
.popup2 {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70vw;
    overflow-y: scroll;
	margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
	z-index: 1;
}
*/

/* チェックボックスの初期設定 */

/*
#popup-on2{
	display: none;
}
*/

/* チェックされたらポップアップウインドウを開く */

/*
#popup-on2:checked + .popup2{
	display: block;
}
*/

/* 閉じるアイコン（右上） */

/*
.icon-close2{
	color: #8B8B8B;
	font-size: 30px;
	padding: 0 10px;
	position: absolute;
	right: 0;
}
*/

/* 閉じるボタン */

/*
.btn-close2{
    background: #009fa8;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}
*/

/* 開くボタン */

/*
.btn-open2{
    border-radius: 10px;
    color: #009fa8;
    padding: 5px;
    cursor: pointer;
    margin: auto;
    width: 95%;
    text-align: left;
}
*/

/* ポップアップの内容 */

/*
.popup-content2{
    margin: 40px auto 40px auto;
    width: 90%;
}
*/

/*/////////------------------------------------ map ------------------------------------/////////*/

#map {
    width: 100%;
}


.logo-map img {
	max-width: 100%;
	-webkit-transition: all .45s;
	transition: all .45s;
}

.logo-map img:hover {
	opacity: .7;
}

@media screen and (max-width : 1024px ){
	.logo-map {
		padding: 10%;
	}
	.logo-map img {
		max-width: 250px;
		width: 100%;
		margin: 0 auto;
	}
	.logo-map{
		padding: 0 5rem 0;
		padding-right: 0;
		top: .9rem;
		left: 0;
		right: 0;
		bottom: 0;
	}
}


svg {
    width: 60%;
    height: auto;
    margin-left: 20%;
}

a path{
	transition: fill 0.3s linear;

}

a path:hover{
    fill: #009fa8;
}

a text:hover{
    fill: #009fa8;
}


/*@import url(https://fonts.googleapis.com/css?family=Lato:300);*/
#map{
  font-family:Lato;
}
.container {
  position:relative;
  color: #ccc;
  text-align: center;
  padding-bottom:50px;
}
.content {
  margin: 0 auto;
}
.content a {
  color:#ccc;
  text-decoration:none;
}
.content h1 {
  font-size:30px;
  margin-bottom:40px;
}
/*.sample-img {
  border:5px solid rgba(255,255,255,0.2);
}*/


/* ****************
 * Open modal button (trigger)
 * *************** */
.md-btn-area {
  margin-bottom:50px;
}
.md-btn {
  border: 1px solid #7a7a7a;
  padding: 10px;
  margin:5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #666;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 0 0 0 1px #222;
  box-shadow: 0 0 0 1px #222;
}
.md-btn:hover {
  background-color: #6e6e6e;
}

/* ****************
 * Modal window
 * *************** */
.modal {
  opacity:0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-shadow:0 1px 0 #333;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
}
/* Modal content */
.modal-inner {
  position:relative;
  margin:60px 5% 5%;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius:15px;
  background-color:rgba(255,255,255,.2);
  z-index:10;
}
.modal h2 {
  border-bottom:1px solid;
  padding-bottom:20px;
}


/* ****************
 * Modal close button
 * *************** */
.modal .close {
  display:block;
  position: absolute;
  top: 0;
  left 0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,.74);
  z-index:1;
}
.modal .close span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,.2);
  cursor:pointer;
}
.modal .close span {
  text-indent: -9999px;
}
.modal .close span:before,
.modal .close span:after {
  content: "";
  position: absolute;
  top: 4px;
  border: 1px solid #fff;
  height: 30px;
}
.modal .close span:before {
  left: 19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close span:after {
  right: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* ****************
 * Append modal(target id)
 * *************** */
#hokkaido:target,
#tohoku:target,
#chubu:target,
#kanto:target,
#kinki:target,
#shikoku:target,
#chugoku:target,
#kyushu:target,
#okinawa:target {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
