/*
Theme Name: webtan
Theme URI: https://www.webtan.cc/
Author: webtan
Author URI: https://www.webtan.cc/
Description: Webtan Theme
Version: 1.0
*/

@charset "utf-8";

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');



body {
	color: var(--color-black-01);
	font-family: var(--font-family-01);
	background: var(--color-bg);
	letter-spacing: 1px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}

a {
	color: var(--color-link-text);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	text-decoration: none;
	transition: opacity 0.3s ease; /* アニメーションを加える */
}

input:focus, select:focus, textarea:focus {outline: none;}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: var(--color-gray-02);
	height: 1px;
	margin: 30px 0px;
	border-bottom: 1px dotted var(--color-gray-07);
}

.markerLine {
	background: linear-gradient(transparent 60%, #fefa7f 60%);
}

.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt50 {margin-top: 50px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mtb10 {margin: 10px 0!important;}
.mtb50 {margin: 50px 0!important;}
.text_center {text-align: center!important;}
.box_center {margin: 10px auto!important;}

:root {
	--color-white: #fff;
	--color-bg: #f0f1f5;
	--color-blue-01: #2b3541;
	--color-blue-02: #1171d8;
	--color-blue-03: #bcd9e9;
	--color-blue-04: #f0f1ff;
	--color-blue-05: #f2f5f6;
	--color-blue-06: #f5fffb;
	--color-orange-01: #fff6e7;
	--color-yellow-01: #fffbba;
	--color-yellow-02: #fefa7f;
	--color-black-01: #3c3c3c;
	--color-black-02: #333;
	--color-black-03: #515556;
	--color-gray-01: #ccc;
	--color-gray-02: #bfbfbf;
	--color-gray-03: #f8f8f8;
	--color-gray-04: #ececec;
	--color-gray-05: #f4f4f4;
	--color-gray-06: #dbdbdb;
	--color-gray-07: #9d9d9d;
	--color-link-text: #317dee;
	--color-link-hover: #1a5cbd;
	--color-btn-01: #317dee;
	--color-btn-02: #1a5cbd;
	--color-red-01: #ff0000;
	--color-red-02: #ec3636;
	--font-family-01: 'Noto Sans JP', sans-serif;
	--font-weight-01: 600;
	--title-01: 2.0rem;
	--title-02: 1.2rem;
	--title-03: 1.0rem;
	--title-04: 1.5rem;
}

.pc_br {
	display: block;
}
.sp_br {
	display: none;
}
@media screen and (max-width:767px) {
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
}

/* -----------------------------------------------------------
	notice
----------------------------------------------------------- */

.notice {
	color: var(--color-red-01);
}

.notice02 {
	font-size: 1.5em;
}
.notice03 {
	font-size: 0.7em;
}

.notice_box {
	margin: 15px 0;
	padding: 10px 15px;
	border: 1px solid var(--color-red-01);
}

.textIndent {
	margin: 10px 0;
}

.textIndent li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

/* -----------------------------------------------------------
	wrap
----------------------------------------------------------- */

.wrap {
	display: flex;
	flex-flow: row nowrap;
	gap: 80px;
	max-width: clamp(320px, 90%, 1400px);
	margin: 100px auto 80px;
}

@media (max-width: 767px) {
	.wrap {
		flex-flow: column;
		max-width: 100%;
		margin: 50px auto 80px;
		padding: 0 10px;
	}
}

section {
	margin: 100px 0 0;
}

.page_wrap section:nth-child(n+2) {
	margin: 150px 0 0;
}

.wide_container {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 100px 0px 100px;
	background: var(--color-blue-05);
}

.wide_container_box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	section {
		margin: 70px 0 0;
	}
	.wide_container {
		padding: 70px 30px 70px;
	}
	.wide_container_box {
		width: 100%;
	}
	.page_wrap section:nth-child(even) {
		margin: 80px 0 0;
	}
}

/* -----------------------------------------------------------
	main_visual
----------------------------------------------------------- */

.swiper-pagination-bullet {
	width: 20px!important;
	height: 20px!important;
	background: var(--color-white)!important;
	opacity: 0.5!important;
}
.swiper-pagination-bullet-active {
	width: 20px!important;
	height: 20px!important;
	background: var(--color-white)!important;
	opacity: 1!important;
}

.swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	color: var(--color-white);
	font-size: 40px;
	font-weight: 900;
}
.swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: var(--color-white);
	font-size: 40px;
	font-weight: 900;
}
.swiper-button-next::after, .swiper-button-prev::after {
	content: none !important;
}

#main_visual {
	position: relative;
	width: 100%;
	min-height: 700px;
	margin: 0 0 100px;
	padding: 80px 0 0px;
	overflow: hidden;
}

.swiper-wrapper .swiper-slide {
	width: 100%;
	min-height: 700px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper_txt{
	position: absolute;
	color: var(--color-white);
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.swiper_txt h1{
	font-size: 3.5rem;
}

.swiper_txt p {
	font-size: 1.8rem;
	margin: 20px 0 0;
}

@media screen and (max-width:767px){
	#main_visual {
		min-height: 400px;
		margin: 0 0 50px;
		padding: 70px 0 0px;
	}
	.swiper-wrapper .swiper-slide {
		min-height: 400px;
	}
	.swiper_txt h1 {
		font-size: 1.7rem;
	}
	.swiper_txt p {
		font-size: 0.9rem;
	}
}

/* -----------------------------------------------------------
	info_container
----------------------------------------------------------- */

.info_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	margin: 0 auto;
}

.info_ttl {
	display: flex;
	flex-flow: column;
	flex-basis: 25%;
}

.info_ttl_main {
	color: var(--color-blue-01);
	font-size: 1.7rem;
}

.info_ttl_sub {
	font-size: 0.9rem;
}

.info_list {
	flex-basis: 75%;
	border-top: 1px dashed var(--color-black-02);
	overflow: hidden;
}

.info_list li {
	padding: 25px 5px;
	border-bottom: 1px dashed var(--color-black-02);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.date {
	font-size: 0.9rem;
}

.category_btn {
	display: inline-block;
	color: var(--color-white);
	font-size: 0.8rem;
	text-align: center;
	margin: 0 10px;
	padding: 0px 10px;
	background-color: var(--color-gray-07);
	border-radius: 5px;
}
.category_btn:hover {
	background-color: var(--color-link-text);
}
.category_btn a {
	color: var(--color-white);
}
.category_btn a:hover {
	color: var(--color-white);
}

.info_text a {
	color: var(--color-link-text);
}

.info_text a:hover {
	color: var(--color-link-hover);
}

.info_btn {
	margin-top: 30px;
}

.info_btn > .btn {
	color: var(--color-btn-01);
	padding: 5px 40px;
	background: var(--color-white);
	border: 2px solid var(--color-btn-01);
	border-radius: 50px;
	transition: all 0.5s;
}

.info_btn > .btn:hover {
	color: var(--color-white);
	background: var(--color-btn-01);
}

.info_btn > .btn:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f0da";
	font-weight: 900;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.info_container {
		flex-flow: column;
		gap: 30px;
	}
	.info_ttl {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding: 0 10px;
	}
	.info_ttl_main {
		font-size: 1.5rem;
	}
	.info_list {
		width: 100%;
	}
	.info_text a {
		display: block;
		margin-top: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.info_btn {
		margin-top: 0px;
	}
	.info_btn > .btn {
		font-size: 0.9rem;
		padding: 5px 20px;
	}
}

/* -----------------------------------------------------------
	ttl
----------------------------------------------------------- */

.ttl_container {
	text-align: center;
}

.main_ttl {
	color: var(--color-01);
	font-size: 2rem;
	font-weight: 700;
}

.main_ttl::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	background-size: contain;
}

.icon_globe::before {background-image: url("img/index/icon_globe.svg");}
.icon_handshake::before {background-image: url("img/index/icon_handshake.svg");}
.icon_contact::before {background-image: url("img/index/icon_contact.svg");}

.icon_tw:before {
	font-family: 'Font Awesome 5 Brands';
	content: "\f099";
	color: var(--color-blue-01);
	font-weight: 900;
	padding: 0 10px 0 0;
}

.main_ttl_sub {
	color: var(--color-03);
    font-size: 1.2rem;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
	.main_ttl {
		font-size: 1.7rem;
	}
	.main_ttl_sub {
		font-size: 1.0rem;
	}
}

.page_ttl {
	font-size: 1.6rem;
	margin: 20px 0px 50px;
}

@media screen and (max-width: 767px) {
	.page_ttl {
		font-size: 1.4rem;
	}
}

.ttl01 {
	color: var(--color-01);
	font-size: 1.7rem;
	font-weight: 700;
}

.ttl01::after {
	content: '';
	display: inline-block;
	width: 35px;
	height: 50px;
	margin-left: 5px;
	background-size: contain;
	background: url("img/index/icon_flower.png") no-repeat left center;
}

.ttl02 {
	font-size: 1.7rem;
	font-weight: 700;
}

@media screen and (max-width: 559px) {
	.ttl01 {
		font-size: 1.3em;
	}
	.ttl02 {
		font-size: 1.3em;
	}
}

/* -----------------------------------------------------------
	container
----------------------------------------------------------- */

.container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 80px;
	margin: 80px 0 0;
}

.container_2c {
	flex: 1;
}
.container_2c_re {
	flex: 1;
	order: 2;
}

.img_r01 {
	border-radius: 20px 0px 20px 0px;
	border: 2px solid var(--color-02);
	box-shadow: 10px 10px 0px 0px var(--color-blue-03);
}

.img_r02 {
	border-radius: 200px 15px 200px 15px;
	border: 2px solid var(--color-02);
	box-shadow: 10px 10px 0px 0px rgba(255,229,229,1.0);
}

.conts_text {
	line-height: 2.2;
	margin: 30px 0 0;
}

.conts_text_ttl {
	display: inline-block;
	color: var(--color-01);
	font-size: 1.4rem;
}
.conts_text_ttl:nth-child(n + 2) {
	margin: 20px 0 0px;
}

@media (max-width: 559px) {
	.container {
		flex-flow: column;
		gap: 30px;
		margin: 50px 0 0;
	}
	.container_2c_re {
		order: 0;
	}
}

/* -----------------------------------------------------------
	cta
----------------------------------------------------------- */

.cta_wrap {
	width: 100%;
	padding: 100px 0px 100px;
	background: var(--color-blue-05);
}

@media (max-width: 767px) {
	.cta_wrap {
		padding: 70px 30px 70px;
	}
}

.cta_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	gap: 30px;
	text-align: center;
	margin: 50px 0 0;
}

.cta_container h3 {
	font-size: 1.4rem;
	margin: 20px 0 0;
}

.cta_container h4 {
	font-size: 1.3rem;
}

.cta_container h4 span {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 2px;
	background: linear-gradient(transparent calc(100% - 2px), var(--color-black-02) 2px);
}

.cta_container h5 span {
	background: linear-gradient(transparent 60%, #fefa7f 60%);
}

.cta_line {
	width: 1px;
	height: 150px;
	background: var(--color-gray-02);
}

.cta_icon01::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f2a0";
	font-weight: 900;
	padding-right: 5px;
}

.cta_icon02::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0e0";
	font-weight: 900;
	padding-right: 5px;
}

@media (max-width: 559px) {
	.cta_container {
		flex-flow: column;
		gap: 30px;
	}
	.cta_line {
		display: none;
	}
}

a.btn_cta {
	display: block;
	width: 350px;
	margin: 30px auto 0;
	padding: 0.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--color-white);
	background: var(--color-btn-01);
	border: 2px solid var(--color-btn-01);
	border-radius: 50px;
	transition: .4s;
}
a.btn_cta:hover {
	background: var(--color-btn-02);
}

a.btn_cta::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0e0";
	font-weight: 900;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	a.btn01 {
		width: 80%;
	}
}


/* -----------------------------------------------------------
	page_visual
----------------------------------------------------------- */

#page_visual {
	width: 100%;
	margin: 0 0 10px;
	padding: 80px 0 0;
	background: var(--color-blue-01);
}

.page_visual_inner {
	max-width: clamp(320px, 90%, 1400px);
	margin: 0 auto;
	padding: 30px 5px;
}

#page_visual h1 {
	color: var(--color-white);
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.4rem;
}


.business_bg, .post-59 {background: url("img/conts/business_main.jpg") no-repeat center;}
.company_bg {background: url("img/conts/company_main.jpg") no-repeat center;}
.news_bg {background: url("img/conts/news_main.jpg") no-repeat center;}
.access_bg {background: url("img/conts/access_main.jpg") no-repeat center top;}
.contact_bg {background: url("img/conts/contact_main.jpg") no-repeat top;}

.page_visual_mask {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(37,40,85,0.4);
	min-height: 100px;
}

@media (max-width: 767px) {
	#page_visual {
		padding: 70px 0 0;
	}
	#page_visual h1 {
		font-size: 1.5rem;
		font-weight: 500;
	}
}

/* --------------------------------------------------------
	btn
-------------------------------------------------------- */

a.btn01 {
	display: block;
	width: 350px;
	margin: 50px auto 0;
	padding: 0.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--color-white);
	background: var(--color-btn-01);
	border: 2px solid var(--color-btn-01);
	border-radius: 50px;
	transition: .4s;
}
a.btn01:hover {
	background: var(--color-btn-02);
}

a.btn01:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f138";
	font-weight: 900;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	a.btn01 {
		width: 80%;
	}
}

/*----------------------------------------------------
	table
----------------------------------------------------*/

.table01 {
	width: 100%;
	margin: 30px 30px;
}
.table01 tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table01 th {
	width: 40%;
	padding: 20px;
}
.table01 td {
	padding: 20px;
	border: 0px solid #ddd;
}

@media only screen and (max-width:767px) {
	.table01 {
		margin: 30px 0px;
	}
	.table01 th,td {
		width: auto;
		display: block;
		border-top: none;
	}
	.table01 td {
		padding: 0 20px 20px;
	}
	.table01 tr:first-child th { border-top: 0px solid #ddd; }
}

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

.form_iconH {
	color: var(--color-white);
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--color-red-02);
	float: right;
}
.form_iconA {
	color: var(--color-white);
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--color-gray-07);
	float: right;
}

input::-webkit-input-placeholder { color: var(--color-black-03); }
input::-moz-placeholder { color: var(--color-black-03); }

input:focus, select:focus, textarea:focus {
	background: var(--color-blue-06);
}

.textarea_form {
	margin: 0 55px 0 10px!important;
}

.form-text {
	border: 1px solid var(--color-gray-07);
	border-radius: 5px;
	padding: 10px;
	margin: 0 5px 0 10px;
	background: var(--color-gray-03);
}

.form-submit {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin: 0 0 50px;
	padding: 10px 50px;
	border:1px solid var(--color-btn-01);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color:var(--color-white);
	background: var(--color-btn-01);
	cursor: pointer;
	transition: .2s linear;
}

.form-submit:hover {
	background: var(--color-btn-02);
	transition: .2s linear;
}

.submit_center {
	display: flex;
	justify-content: center;
}

input[type='checkbox'] {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin: 0 7px 0 10px;
	border: 1px solid var(--color-black-03);
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	vertical-align: middle;
}
input[type=checkbox]::before {
	position: absolute;
	content: "";
	display: block;
	top: 1px;
	left: 5px;
	width: 8px;
	height: 14px;
	border-style: solid;
	border-color: var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked {
	color: #fff;
	border-color: var(--color-black-03);
	background: var(--color-black-03);
}
input[type=checkbox]:checked::before {
	opacity: 1;
}

@media only screen and (max-width:767px) {
	.form-text {
		width: 90%!important;
		margin: 5px 5px 5px 0!important;
	}
}

/* -----------------------------------------------------------
	breadcrumb
----------------------------------------------------------- */

#breadcrumb {
	max-width: clamp(320px, 90%, 1400px);
	font-size: 0.9em;
	margin: 0 auto;
	padding: 7px 0px 0;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:after {
	content: '\03e';
	padding: 0 5px;
}

#breadcrumb li:last-child:after {
	content: '';
}

#breadcrumb li a {
	color: var(--color-black-01);
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
	font-size: 0.9em;
	padding-right: 5px;
	font-weight: 900;
}

@media (max-width: 559px) {
	#breadcrumb {
		width: 90%;
		padding: 0;
	}
}

/* -----------------------------------------------------------
	pageTop
----------------------------------------------------------- */

#scrollUp {
	bottom: 30px;
	right: 30px;
	background-image: url("img/common/pagetop.png");
	width: 50px;
	height: 50px;
}
#scrollUp:hover {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0.7;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

#footer {
	width: 100%;
	margin: 0px 0 0;
	color: var(--color-white);
	background: var(--color-blue-01);
}

#footer a {
	color: var(--color-white);
}

#footer a:hover {
	color: var(--color-yellow-01);
}

.footer_inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	width: 90%;
	max-width:1200px;
	margin: 0px auto;
	padding: 100px 0 50px;
}

.footer_logo {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.footer_link li {
	margin: 5px 0;
}

.footer_link li a {
	position: relative;
	padding-left: 1.5rem;
}

.footer_link li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	font-size: 0.9em;
	left: 0;
	top: 0;
	font-weight: 900;
}

.has_footer_child li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "ー";
	position: absolute;
	font-size: 0.9em;
	left: 0;
	top: 0;
	font-weight: 900;
}

.footer_sns {
	margin: 10px 0 0;
}

.copyright {
	color: var(--color-white);
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
	padding: 15px 0 30px;
}

@media screen and (max-width: 559px) {
	.footer_inner {
		flex-flow: column;
		width: 100%;
		padding: 80px 30px 30px;
	}
	.footer_link {
		margin: 20px 0;
	}
	.footer_sns {
		margin: 20px 0 0;
	}
}
