@import url(reset.css);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans|Josefin+Slab);

/* Scss Document */

/*======================================================= css ========================================================*/

/*-------------- ブレークポイント作成 ここから ----------------*/

/*-------------- ブレークポイント作成 ここまで ----------------*/

/*-------------- calc mixin ここから ----------------*/

/*-------------- calc mixin ここまで ----------------*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #333333;
	line-height: 1.6;
}

main {
	display: block;
}

.fade {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	filter: alpha(opacity=100);
	vertical-align: top;
	zoom: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fade:hover {
	visibility: visible;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: inline-block;
	zoom: 1;
}

.fade.contentWrap img {
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #474747;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*a{ text-decoration: none; backface-visibility: hidden; display: inline-block; zoom: 1; @extend .fade; &:visited, &:link{ /*color: $main-color;*/

/*}
}*/

img {
	max-width: 100%;
}

.wrapper {
	overflow: hidden;
	margin: 0 auto;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.content_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/*=======================================================

     header

========================================================*/

header {
	background: #fff;
	position: relative;
	z-index: 200;
	height: 70px;
	border-bottom: solid 1px #eee;
}

header .fixed-header__pc {
	background: #ffffff;
}

header h1 {
	position: absolute;
	top: 12px;
	left: 30px;
	width: 50px;
	padding: 0;
}

header #gNavi {
	width: 650px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	right: 140px;
}

header #gNavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0 0;
	margin: 0;
}

header #gNavi ul li {
	float: left;
	line-height: 38px;
	position: relative;
	padding: 0 10px 5px 0;
	cursor: pointer;
}

header #gNavi ul a:hover {
	text-decoration: underline;
}

header .language {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	position: absolute;
	right: 100px;
	top: 25px;
}

header .language .active {
	color: #1d4366;
	border-bottom: solid 2px #1d4366;
	display: inline-block;
}

.fixed {
	position: fixed;
	top: -70px;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 200;
	-webkit-transition: top 1s linear 0;
	transition: top 1s linear 0;
}

.btn_open {
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.fixed-header__sp__openmenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(29, 67, 102, 0.9);
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
}

.fixed-header__sp__openmenu__logo {
	padding: 20px 0 0;
	width: 50px;
	margin: 0 auto;
}

.fixed-header__sp__openmenu__gnav {
	margin: 0 auto;
	padding: 25px 0 0;
}

.fixed-header__sp__openmenu__gnav a {
	color: #ffffff;
}

.fixed-header__sp__openmenu__gnav a:hover {
	text-decoration: underline;
}

.fixed-header__sp__openmenu__gnav__list {
	text-align: center;
}

.fixed-header__sp__openmenu__gnav__list > li {
	text-align: center;
	position: relative;
	line-height: 1.5;
	margin-bottom: 25px;
}

.fixed-header__sp__openmenu__gnav__list > li a {
	font-family: "Josefin Slab", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.fixed-header__sp__openmenu__gnav__list > li a:hover {
	text-decoration: underline;
}

.fixed-header__sp__openmenu__gnav__list > li.slab {
	font-family: "Josefin Slab", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.fixed-header__sp__openmenu__gnav__list > li .button .small {
	font-size: 10px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.fixed-header__sp__openmenu__gnav__list > li.active::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	left: 0;
	width: 2em;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
}

.fixed-header__sp__openmenu__footerlist {
	margin: 25px auto 0;
	text-align: center;
}

.fixed-header__sp__openmenu__footerlist > li {
	font-size: 10px;
	display: inline-block;
	margin: 0 3% 10px;
}

.fixed-header__sp__openmenu__footerlist > li a {
	color: #ffffff;
}

.fixed-header__sp__openmenu__footerlist > li a:hover {
	text-decoration: underline;
}

.fixed-header__sp__openmenu__language {
	font-family: "Josefin Slab", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 17px;
	top: 17px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.fixed-header__sp__openmenu__language a {
	color: #ffffff;
}

.fixed-header__sp__openmenu__language .active {
	color: #fff;
	border-bottom: solid 1px #fff;
	display: inline-block;
}

.fixed-header__sp__openmenu__close {
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
	width: 30px;
}

.fixed-header__sp__openmenu__gnav__list > li .button {
	display: block;
	border: solid 1px #fff;
	width: 69%;
	margin: 0 auto;
	padding: 5px 0 0;
	font-size: 13px;
	line-height: 1.4;
}

.fixed-header__pc__openmenu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(29, 67, 102, 0.9);
	z-index: 1000;
}

.fixed-header__pc__openmenu__logo {
	padding: 20px 0 0;
	width: 70px;
	margin: 0 auto;
}

.fixed-header__pc__openmenu__language {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 60px;
	top: 40px;
}

.fixed-header__pc__openmenu__language .active {
	color: #ffffff;
	border-bottom: solid 2px #ffffff;
	display: inline-block;
}

.fixed-header__pc__openmenu__language a {
	color: #ffffff;
}

.fixed-header__pc__openmenu__nav {
	width: 980px;
	max-width: 1020px;
	width: 99%;
	margin: 91px auto 0;
}

.fixed-header__pc__openmenu__nav__collist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.fixed-header__pc__openmenu__nav__collist > li {
	width: 18.5%;
}

.fixed-header__pc__openmenu__nav__collist > li a {
	color: #ffffff;
}

.fixed-header__pc__openmenu__nav__collist > li a:hover {
	text-decoration: underline;
}

.fixed-header__pc__openmenu__nav__collist__title {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 25px;
	padding: 0;
	font-weight: bold;
}

.fixed-header__pc__openmenu__nav__collist__linklist {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
	margin: 30px 0 10px;
}

.fixed-header__pc__openmenu__nav__collist__linklist > li {
	padding: 0 0 18px 6px;
}

.fixed-header__pc__openmenu__close {
	position: absolute;
	top: 23px;
	right: 40px;
}

.fixed-header__pc__openmenu__copyright {
	font-family: "Josefin Slab", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-style: italic;
	color: #ffffff;
	font-weight: 100;
	position: absolute;
	right: 0;
	bottom: 50px;
	left: 0;
	text-align: center;
}

/*=======================================================

     footer

========================================================*/

footer {
	text-align: center;
	color: #e5e5e5;
	padding: 0px 0px 47px;
	font-size: 1.3rem;
}

/*!フッター*/

#footer-logo {
	width: 980px;
	margin: 0 auto;
}

.footer_info__logo {
	text-align: center;
	padding-top: 50px;
}

.footer_info__address {
	padding: 10px 0 0;
	font-size: 12px;
	font-weight: 500;
	color: #1d4366;
	text-align: center;
}

.footer_info__address a {
	color: #1d4366;
	display: inline-block;
	position: relative;
	padding: 0 0 3px;
}

.footer_info__address a::after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #1d4366;
}

.footer_info__house {
	border-bottom: solid 5px #1d4366;
	padding: 0 0 0 100px;
}

.footer_info__links {
	text-align: center;
	width: 500px;
	margin: 25px auto 0;
}

.footer_info__links > li {
	display: inline-block;
	padding: 0 15px 10px;
	font-size: 13px;
	font-weight: 600;
	color: #1d4366;
}

.footer_info__links > li a:hover {
	text-decoration: underline;
}

.footer_info__house {
	border-bottom: solid 5px #1d4366;
	text-align: left;
}

.footer_info__copyright {
	font-family: "Josefin Slab","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,Osaka,"MS PGothic",arial,helvetica,sans-serif;
	font-style: italic;
	color: #1d4366;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	padding: 25px 0 0;
}

.f-logo {
	display: table;
	position: relative;
	bottom: -34px;
}

.f-top {
	display: table;
	position: relative;
	right: -845px;
}

#f {
	width: 100%;
	background-color: #184566;
	display: table;
}

li.li-s {
	list-style: none;
}

#f-sitemap {
	width: 980px;
	color: #ffffff;
	margin: 0 auto;
	padding: 40px 0;
	display: table;
}

#f-sitemap a {
	color: #ffffff;
}

.left-1 {
	width: 16%;
	display: inline-table;
	float: left;
}

.right-1 {
	width: 19%;
	display: inline-table;
	float: left;
}

.right-2 {
	width: 17%;
	display: inline-table;
	float: left;
}

.left-3 {
	width: 24%;
	display: inline-table;
	float: left;
}

.left-2 {
	width: 22%;
	display: inline-table;
	float: left;
}

#sitemap ul.s p {
	font-size: 15px;
	margin: 0;
}

#sitemap li.li-s p {
	font-size: 13.5px;
	margin: 0.5em 0;
}

ul.s p {
	font-size: 12px;
	font-weight: bold;
}

li.li-s p {
	padding-left: 1em;
	font-size: 11px;
}

#f-c {
	background-color: #313131;
	width: 100%;
}

#f-contact {
	width: 980px;
	margin: 0 auto;
	padding: 3em 0 0 0;
	display: table;
}

.logo,
.contact,
.address {
	display: table;
	margin: 5px 0;
}

.copyright {
	width: 377px;
	position: relative;
	right: -605px;
	top: -28px;
}

#f-en #f-left {
	width: 71%;
}

#f-en li.right img {
	margin: 0;
}

#f-en li.right {
	width: 18%;
	display: block;
	padding: 0;
}

#f-en #f-right {
	width: 100%;
	margin-top: 1em;
}

.copyright-search {
	width: 377px;
	position: relative;
	right: -605px;
}

.pagetop__link {
	display: block;
	background: rgba(29, 67, 102, 0.25);
	padding: 10px 0 8px;
	text-align: center;
}

/*=======================================================

     main

========================================================*/

.title_style {
	text-align: center;
}

.title_style .en {
	font-family: "Josefin Slab", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	line-height: 1;
}

.btn_follow {
	background: #000000;
	text-align: center;
}

.btn_follow.pc {
	position: fixed;
	right: 0;
	width: 50px;
	top: 20%;
	z-index: 200;
	height: 150px;
}

.english .btn_follow.pc {
	height: 200px;
}

.btn_follow.pc a {
	color: #ffffff;
	display: block;
	padding: 15px 12px;
	font-size: 1.5rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}

.btn_follow.sp {
	width: 100%;
	z-index: 199;
}

.btn_follow.sp a {
	display: block;
	color: #ffffff;
	padding: 10px;
}

.hero {
	background: url(../img/hero.jpg) no-repeat center top;
	background-size: cover;
}

.hero .content_inner {
	text-align: left;
}

.hero .content_inner .title_style {
	position: absolute;
	color: #ffffff;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	text-align: left;
}

.hero .content_inner .title_style .en {
	font-size: 5.5rem;
}

.hero .content_inner .title_style p {
	font-size: 2.0rem;
}

#concept {
	padding: 60px 0px 100px;
	text-align: center;
}

#concept .title_style {
	margin-bottom: 30px;
}

#concept .title_style h2 {
	font-size: 5.5rem;
}

#concept .title_style p {
	font-size: 1.4rem;
}

#concept .box_top {
	margin-bottom: 100px;
}

#concept .box_top dl dt {
	font-size: 2.0rem;
	font-weight: 900;
}

#concept .box_top dl dd {
	line-height: 3;
	font-size: 1.4rem;
}

#concept .box_txt {
	position: relative;
}

#concept .box_txt .title_style {
	text-align: left;
	font-size: 4.0rem;
}

#concept .box_txt .title_style span {
	font-size: 2.0rem;
	display: block;
	line-height: 1.5;
}

#concept .box_txt .box_inner {
	text-align: left;
}

#concept .box_txt #img-2 img {
	width: 100%;
}

#concept .concept-2 {
	margin-top: 100px;
}

#concept .concept-2 .box_txt {
	position: relative;
}

#concept .concept-2 .box_txt #img-4 img {
	width: 100%;
}

#movie {
	background: #535353;
	padding: 70px 0;
	text-align: center;
	color: #ffffff;
}

#movie .title_style {
	margin-bottom: 20px;
}

#movie .title_style h3 {
	font-size: 5.5rem;
}

#movie .title_style p {
	font-size: 1.4rem;
}

#movie p {
	line-height: 2;
	margin-bottom: 25px;
}

#tokuteiboka_60 {
	padding: 120px 0px 60px;
	position: relative;
}

#tokuteiboka_60::after {
	background-image: -ms-linear-gradient(90deg, #f4f4f4 0%, white 100%);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 430px;
	z-index: -1;
	bottom: 0;
	content: "";
}

#tokuteiboka_60 .title_style {
	margin-bottom: 100px;
}

#tokuteiboka_60 .title_style h3 {
	font-size: 3.4rem;
}

#tokuteiboka_60 .title_style p {
	font-size: 1.4rem;
}

#tokuteiboka_60 .box_txt {
	width: 52%;
	float: left;
}

#tokuteiboka_60 .box_txt dl dt {
	font-size: 4.0rem;
}

#tokuteiboka_60 .box_txt dl dd {
	margin: 30px auto 50px;
	line-height: 2;
}

#tokuteiboka_60 .box_txt table tr {
	border-bottom: 1px solid #e5e5e5;
}

#tokuteiboka_60 .box_txt table th {
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tokuteiboka_60 .box_txt table td {
	font-size: 1.2rem;
	padding: 10px 0px 10px 10px;
}

#tokuteiboka_60 .box_img {
	width: 47%;
	float: right;
}

#tokuteiboka_60 .box_bottom {
	margin-top: 60px;
}

#tokuteiboka_60 .box_bottom h4 {
	text-align: center;
	font-size: 3.0rem;
	margin-bottom: 40px;
}

#tokuteiboka_60 .box_bottom .layout li .box_img {
	clear: both;
	float: none;
}

#tokuteiboka_60 .box_bottom .layout li p {
	margin-top: 10px;
	font-size: 1.4rem;
}

#bokasetubi_20 {
	padding: 120px 0px 60px;
	position: relative;
}

#bokasetubi_20::after {
	background-image: -ms-linear-gradient(90deg, #f4f4f4 0%, white 100%);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 430px;
	z-index: -1;
	bottom: 0;
	content: "";
}

#bokasetubi_20 .title_style {
	margin-bottom: 100px;
}

#bokasetubi_20 .title_style h3 {
	font-size: 3.4rem;
}

#bokasetubi_20 dl.sp dt {
	font-size: 2.3rem;
	margin-bottom: 10px;
}

#bokasetubi_20 .box_txt {
	width: 52%;
	float: left;
}

#bokasetubi_20 .box_txt dl dt {
	font-size: 4.0rem;
}

#bokasetubi_20 .box_txt dl dd {
	margin: 30px auto 50px;
}

#bokasetubi_20 .box_txt table tr {
	border-bottom: 1px solid #e5e5e5;
}

#bokasetubi_20 .box_txt table th {
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bokasetubi_20 .box_txt table td {
	font-size: 1.2rem;
	padding: 10px 0px 10px 10px;
}

#bokasetubi_20 .box_img {
	width: 47%;
	float: right;
}

#bokasetubi_20 .box_bottom {
	margin-top: 60px;
}

#bokasetubi_20 .box_bottom h4 {
	text-align: center;
	font-size: 3.0rem;
	margin-bottom: 40px;
}

#bokasetubi_20 .box_bottom .layout li .box_img {
	clear: both;
	float: none;
}

#bokasetubi_20 .box_bottom .layout li p {
	margin-top: 10px;
	font-size: 1.4rem;
}

#project {
	padding: 130px 0px;
}

#project .title_style {
	margin-bottom: 50px;
}

#project .title_style h3 {
	font-size: 5.5rem;
	line-height: 1;
}

#project .title_style p {
	font-size: 1.4rem;
}

#project .tab_btn {
	border-bottom: 2px solid #f6f6f6;
	text-align: center;
	margin: 0px auto 30px;
}

#project .tab_btn:hover {
	cursor: pointer;
}

#project .tab_btn li {
	padding: 10px 0px;
}

#project .tab_btn li.is-active {
	border-bottom: 3px solid #1d4366;
}

#project .box_detail {
	text-align: center;
}

#project .box_detail p.box_detailbtn {
	padding: 10px;
	position: relative;
	background: #e5e5e5;
	margin-top: 50px;
}

#project .box_detail p.box_detailbtn:hover {
	cursor: pointer;
}

#project .box_detail p.box_detailbtn::after {
	background: url(../img/ico_plus-circle.png) no-repeat right center;
	width: 28px;
	height: 28px;
	right: 10px;
	top: 50%;
	content: "";
	position: absolute;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

#project .box_detail p.box_detailbtn.open::after {
	background-image: url(../img/ico_minus-circle.png);
}

#project .box_detail .box_detailinner {
	padding: 20px 0;
	text-align: left;
	display: none;
}

#project .box_detail .box_detailinner__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#project .box_detail .box_detailinner__li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

#column {
	padding: 60px 0px;
	background: #f7f7f7;
}

#column .content_inner {
	max-width: 900px;
}

#column .title_style {
	margin-bottom: 50px;
}

#column .title_style h3 {
	font-size: 5.5rem;
	line-height: 1;
}

#column .title_style p {
	font-size: 1.4rem;
}

#column table {
	width: 100%;
}

#column table tr {
	display: block;
	position: relative;
	border-bottom: solid 1px #dcdcdc;
}

#column table tr th {
	padding: 15px 15px 15px 0px;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

#column table tr td {
	padding: 15px 0 15px 15px;
	font-size: 14px;
	color: #1d4366;
	font-weight: 500;
}

#column table tr td a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #1d4366;
}

#column .box_btn {
	margin-top: 50px;
	text-align: center;
}

#contact {
	padding: 70px 0;
}

#contact .title_style .en {
	font-size: 3.2rem;
}

#contact .index_contact__content {
	margin: 0 auto;
	overflow: hidden;
}

#contact .index_contact__content .index_contact__content__group {
	width: 47.5%;
	margin: 0 5% 5% 0;
	float: left;
}

#contact .index_contact__content .index_contact__content__group:nth-child(2n) {
	margin-right: 0;
}

#contact .index_contact__content .index_contact__content__group__list > li {
	margin: 10px 0 20px;
}

#contact .index_contact__content .index_contact__content__group__list > li a:hover {
	text-decoration: underline;
}

#contact .index_contact__content .index_contact__content__group__list > li a.blue {
	background-color: #1d4366;
	background-image: url(../img/ico_arrow_white.png);
	color: #fff;
}

#contact .index_contact__content .index_contact__content__group h5 {
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.473684211em;
}

#contact .index_contact__content .index_contact__content__group__list > li a {
	display: block;
	height: 55px;
	border: solid 2px #1d4366;
	text-align: center;
	line-height: 55px;
	color: #1d4366;
	font-size: 16px;
	font-weight: 500;
	background: url(../img/ico_arrow_blue.png) 98% center no-repeat;
	background-size: 7%;
}

.layout .box_img {
	width: 100% !important;
	clear: both;
	float: none;
}

.layout-2 .box_title {
	font-size: 2.6rem;
	line-height: 1.4;
}

.layout-3 > div,
.layout-3 > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	float: left;
}

.layout-3 > div:nth-of-type(n+4),
.layout-3 > li:nth-of-type(n+4) {
	margin-top: 3.18%;
}

.layout-3 .box_title {
	font-size: 1.8rem;
	line-height: 1.6;
}

.slider_wrap {
	position: relative;
}

.slider_wrap li p {
	margin-top: 20px;
}

.prev-arrow {
	position: absolute;
	left: -70px;
	z-index: 198;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.prev-arrow:hover {
	cursor: pointer;
}

.next-arrow {
	position: absolute;
	right: -70px;
	z-index: 198;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.next-arrow:hover {
	cursor: pointer;
}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

.hero {
	min-height: 600px;
}

.hero .content_inner {
	min-height: 600px;
	position: relative;
}

#concept .box_txt {
	padding-top: 140px;
	height: 340px;
}

#concept .box_txt #img-2 {
	position: absolute;
	width: 80%;
	height: 480px;
	right: 0;
	top: 0;
	background: url(../img/img_02.jpg) no-repeat center top;
	background-size: cover;
	z-index: -1;
}

#concept .box_txt #img-2 img {
	height: 480px;
}

#concept .box_txt #img-1 {
	margin: 50px 0px 0px -100px;
}

#concept .concept-2 .box_txt {
	padding-top: 140px;
}

#concept .concept-2 .box_txt .box_innertxt {
	width: 400px;
	float: right;
}

#concept .concept-2 .box_txt #img-4 {
	position: absolute;
	width: 80%;
	height: 480px;
	left: 0;
	top: 0;
	background: url(../img/img_04.jpg) no-repeat center top;
	background-size: cover;
	z-index: -1;
}

#concept .concept-2 .box_txt #img-4 img {
	height: 480px;
}

#concept .concept-2 .box_txt #img-3 {
	margin: 50px 0px 0px -100px;
}

#project .box_detail .box_detailinner__li {
	padding: 0.5em 1em;
	width: 33%;
}

#project .box_detail .box_detailinner__li:nth-of-type(3n+1) {
	padding-left: 0;
}

#project .box_detail .box_detailinner__li:nth-of-type(3n) {
	padding-right: 0;
}

.layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.layout-2 > div,
.layout-2 > li {
	width: 50%;
}

.layout-2 .box_label-border {
	margin-bottom: 2.77%;
}

.layout-2-offset > div,
.layout-2-offset > li {
	width: 48%;
}

.layout-2-offset > div:nth-of-type(n+3),
.layout-2-offset > li:nth-of-type(n+3) {
	margin-top: 3.18%;
}

.layout-2-offset > div:not(:nth-of-type(2n)),
.layout-2-offset > li:not(:nth-of-type(2n)) {
	margin-right: 4%;
}

.layout-3-offset > div,
.layout-3-offset > li {
	width: 30.4%;
}

.layout-3-offset > div:nth-of-type(n+4),
.layout-3-offset > li:nth-of-type(n+4) {
	margin-top: 3.18%;
}

.layout-3-offset > div:not(:nth-of-type(3n)),
.layout-3-offset > li:not(:nth-of-type(3n)) {
	margin-right: 4.4%;
}

.layout-3 .box_label-border {
	margin-bottom: 4.16%;
}

.layout-4 > div,
.layout-4 > li {
	width: 25%;
}

.layout-4-offset > div,
.layout-4-offset > li {
	width: 21.73%;
	margin-right: 4.36%;
}

.layout-4-offset > div:nth-of-type(4n),
.layout-4-offset > li:nth-of-type(4n) {
	margin-right: 0;
}

}

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

header #gNavi {
	width: 500px;
}

}

@media screen and (min-width: 980px) {

.footer_info__splinks {
	display: none;
}

.footer_info__house {
	padding: 0 0 0 100px;
}

#contact .index_contact__content {
	width: 760px;
}

}

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

.content_inner {
	padding: 0 5%;
}

}

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

footer {
	font-size: 1.0rem;
	padding: 0px;
}

.footer_info {
	padding: 10px 0 20px;
}

.footer_info__logo {
	padding-top: 20px;
}

.footer_info__logo img {
	width: 70px;
}

.footer_info__address {
	padding: 0;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.footer_info {
	padding: 10px 0 20px;
}

.footer_info__splinks__main {
	padding: 0 6.25%;
	margin: 0;
}

.footer_info__splinks__main > li a {
	display: block;
	color: #1d4366;
	padding: 12px 1%;
	border-bottom: solid 1px #8ca1b1;
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	color: #1d4366;
	letter-spacing: 0.05em;
	background: url(../img/ico_arrow_blue.png) 98% center no-repeat;
	background-size: 12px;
}

.footer_info__splinks__sub {
	padding: 5px 0 10px;
	margin: 0 6.25%;
	border-bottom: solid 1px #8ca1b1;
	overflow: hidden;
}

.footer_info__splinks__sub > li {
	float: left;
	width: 50%;
	padding: 0 1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.footer_info__splinks__sub > li a {
	color: #1d4366;
	font-size: 1.0rem;
	font-weight: 500;
	color: #1d4366;
	letter-spacing: 0.05em;
	line-height: 2;
}

.footer_info__house {
	border-bottom: solid 5px #1d4366;
	padding: 0 0 0 6.25%;
}

.footer_info__house img {
	width: 35px;
}

.footer_info__links {
	display: none;
}

.footer_info__house {
	adding: 0 0 0 6.25%;
}

.footer_info__copyright {
	padding: 20px 0 0;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}

.pagetop__link img {
	width: 36px;
}

#contact {
	padding: 25px 0;
}

#contact .title_style {
	padding: 0 0 10px;
}

#contact .title_style .en {
	font-size: 1.6rem;
}

#contact .title_style p {
	font-size: 1.0rem;
}

#contact .index_contact__content .index_contact__content__group {
	width: 100%;
	margin: 0 0 6%;
	float: none;
}

#contact .index_contact__content .index_contact__content__group__list > li {
	margin: 0 0 10px;
}

#contact .index_contact__content .index_contact__content__group__list > li a.blue {
	background-size: 15px;
}

#contact .index_contact__content .index_contact__content__group h5 {
	font-size: 1.0rem;
	margin-top: 2em;
	margin-bottom: 1em;
}

#contact .index_contact__content .index_contact__content__group__list > li a {
	height: 38px;
	line-height: 36px;
	font-size: 1.1rem;
	background-size: 5%;
	border-width: 1px;
	background-size: 15px;
}

}

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

body {
	font-size: 1.4rem;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

header {
	height: 50px;
}

header .fixed-header__sp {
	display: block;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	z-index: 200;
}

header h1 {
	padding: 0;
	width: 32px;
	left: 10px;
}

header #gNavi {
	display: none;
}

header .language {
	right: 55px;
	top: 15px;
}

.fixed {
	height: 30px;
}

.btn_open {
	right: 10px;
	top: 5px;
	cursor: pointer;
	width: 32px;
}

.fixed-header__sp__openmenu__logo {
	width: 32px;
	padding: 15px 0 0;
}

.fixed-header__sp__openmenu__language {
	font-size: 14px;
	left: 10px;
}

.fixed-header__sp__openmenu__close {
	top: 5px;
	width: 25px;
	right: 15px;
}

.hero {
	min-height: auto;
	background: none;
	position: relative;
}

.hero img {
	width: 100%;
}

.hero .content_inner .title_style .en {
	font-size: 3.2rem;
}

.hero .content_inner .title_style p {
	font-size: 1.3rem;
}

#concept {
	padding: 40px 0px 60px;
}

#concept .title_style {
	margin-bottom: 15px;
}

#concept .title_style h2 {
	font-size: 3.0rem;
}

#concept .title_style p {
	font-size: 1.0rem;
}

#concept .box_top {
	margin-bottom: 50px;
}

#concept .box_top dl dt {
	font-size: 1.3rem;
}

#concept .box_top dl dd {
	font-size: 1.0rem;
	line-height: 2;
	max-width: 270px;
	margin: 0px auto;
}

#concept .box_txt .title_style {
	font-size: 2.3rem;
}

#concept .box_txt .title_style span {
	font-size: 1.3rem;
	line-height: 2;
}

#concept .box_txt .title_style p {
	font-size: 1.2rem;
}

#concept .box_txt .box_inner p {
	font-size: 1.1rem;
}

#concept .box_txt #img-2 {
	margin-top: 20px;
}

#concept .box_txt #img-1 {
	margin: 20px auto 0px;
}

#concept .concept-2 {
	margin-top: 30px;
}

#concept .concept-2 .box_txt #img-4 {
	margin-top: 20px;
}

#concept .concept-2 .box_txt #img-3 {
	margin-top: 20px;
}

#movie {
	padding: 40px 0;
}

#movie .title_style h3 {
	font-size: 3.0rem;
}

#movie .title_style p {
	font-size: 1.0rem;
}

#movie p {
	font-size: 1.0rem;
}

#tokuteiboka_60 {
	padding: 60px 0px 30px;
}

#tokuteiboka_60 .title_style {
	margin-bottom: 15px;
}

#tokuteiboka_60 .title_style h3 {
	font-size: 2.3rem;
	text-align: left;
}

#tokuteiboka_60 .box_txt dl dt {
	font-size: 2.3rem;
	margin: 0px auto 10px;
}

#tokuteiboka_60 .box_txt dl dd {
	font-size: 1.2rem;
	margin: 0px auto 0px;
}

#tokuteiboka_60 .box_txt p {
	font-size: 1.2rem;
}

#tokuteiboka_60 .box_txt table {
	margin-top: 15px;
}

#tokuteiboka_60 .box_txt table th {
	font-size: 0.6rem;
	padding: 5px 0px 5px 0px;
	width: 70px;
}

#tokuteiboka_60 .box_txt table td {
	font-size: 0.6rem;
	padding: 5px 0px 5px 5px;
}

#tokuteiboka_60 .box_bottom {
	margin-top: 30px;
}

#tokuteiboka_60 .box_bottom h4 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

#tokuteiboka_60 .box_bottom .layout li {
	margin-bottom: 20px;
}

#tokuteiboka_60 .box_bottom .layout li:last-child {
	margin-bottom: 0px;
}

#tokuteiboka_60 .box_bottom .layout li p {
	font-size: 1.0rem;
}

#bokasetubi_20 {
	padding: 60px 0px 30px;
}

#bokasetubi_20 .title_style {
	margin-bottom: 10px;
}

#bokasetubi_20 .title_style h3 {
	font-size: 2.3rem;
	text-align: left;
}

#bokasetubi_20 .box_txt dl dt {
	font-size: 2.3rem;
}

#bokasetubi_20 .box_txt dl dd {
	margin: 0px auto;
}

#bokasetubi_20 .box_txt p {
	font-size: 1.2rem;
}

#bokasetubi_20 .box_txt table {
	margin-top: 15px;
}

#bokasetubi_20 .box_txt table th {
	padding: 5px 0px 5px 0px;
	font-size: 0.6rem;
	width: 70px;
}

#bokasetubi_20 .box_txt table td {
	font-size: 0.6rem;
	padding: 5px 0px 5px 5px;
}

#bokasetubi_20 .box_bottom {
	margin-top: 30px;
}

#bokasetubi_20 .box_bottom h4 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

#bokasetubi_20 .box_bottom .layout li {
	margin-bottom: 20px;
}

#bokasetubi_20 .box_bottom .layout li:last-child {
	margin-bottom: 0px;
}

#bokasetubi_20 .box_bottom .layout li:nth-child(2) {
	margin-bottom: 0px;
}

#bokasetubi_20 .box_bottom .layout li p {
	font-size: 1.0rem;
}

#project {
	padding: 65px 0px;
}

#project .title_style {
	margin-bottom: 25px;
}

#project .title_style h3 {
	font-size: 3.0rem;
}

#project .title_style p {
	font-size: 1.0rem;
}

#project .tab_btn li {
	font-size: 1.3rem;
}

#project .box_detail p.box_detailbtn {
	margin-top: 25px;
	padding: 8px;
	font-size: 1.1rem;
}

#project .box_detail p.box_detailbtn::after {
	background-size: 15px;
	width: 15px;
	height: 15px;
}

#project .box_detail .box_detailinner {
	padding: 10px;
	font-size: 1.1rem;
}

#project .box_detail .box_detailinner__li {
	width: 50%;
	padding: 0.5em 0.3em;
}

#column {
	padding: 35px 0px;
}

#column .title_style {
	margin-bottom: 20px;
}

#column .title_style h3 {
	font-size: 3.0rem;
}

#column .title_style p {
	font-size: 1.0rem;
}

#column table tr th {
	display: block;
	width: 100%;
	font-size: 1.0rem;
	padding: 5px 0px;
}

#column table tr td {
	display: block;
	width: 100%;
	font-size: 1.0rem;
	padding: 0px 0px 5px;
}

.layout-2 .box_title {
	font-size: 1.9rem;
}

.layout-3-offset > div,
.layout-3-offset > li {
	width: 48%;
	float: left;
}

.layout-3-offset > div:not(:nth-of-type(2n)),
.layout-3-offset > li:not(:nth-of-type(2n)) {
	margin: 0px 4% 0px 0px;
}

.layout-3 .box_title {
	font-size: 1.9rem;
}

.layout-4-offset > div,
.layout-4-offset > li {
	width: 48%;
	float: left;
}

.slider_wrap li p {
	margin-top: 10px;
}

.prev-arrow {
	width: 80px;
	left: -15px;
}

.next-arrow {
	width: 80px;
	right: -15px;
}

}

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

.layout-4-offset > div:not(:nth-of-type(2n)),
.layout-4-offset > li:not(:nth-of-type(2n)) {
	margin: 0px 4% 0px 0px;
}

}

