@charset "utf-8";
/* ===========================================================
 *
 * 金属溶材株式会社 リクルート スタイルシート
 * Last UpDate : 2025/05/28
 *
=========================================================== */

/* ----------------------------------------------------------
ページ共通css
---------------------------------------------------------- */
@import "../../css/general.css";
@import "fonts.css";

/* noto-sans-jp-200 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url('noto-sans-jp-v53-japanese-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('noto-sans-jp-v53-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('noto-sans-jp-v53-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('noto-sans-jp-v53-japanese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body  {
	color: #333;
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
}


:root {
	--main-color: #006a84;
	--entry-color: #b19600;
	--news-color: #00468c;
	--light-color: #488ff4;
}


/* ----------------------------------------------------------
 リンクの色
---------------------------------------------------------- */
a:link		 { color: #333; text-decoration: none; }
a:visited	 { color: #333; text-decoration: none; }
a:hover		 { color: #00468c; text-decoration: none; }
a:active	 { color: #00468c; text-decoration: none; }

/* ----------------------------------------------------------
 ヘッダー
---------------------------------------------------------- */
header{ margin: 0 150px 0 50px; display: flex; align-items: center; justify-content: space-between; height: 100px; }
.header_logo{ }
.header_logo a{ display: flex; align-items: center; }
.header_logo a:hover{ opacity: .6; }
.header_logo span{ display: block; font-size: 22px; color: var(--main-color); font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-left: 20px;  }

.header_entry{ width: 250px; }
.header_entry a{ position: relative; display: block; font-size: 23px; color: #fff; text-align: center; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; background-color: var(--entry-color); padding: 8px 5px 8px 40px; border: 1px solid var(--entry-color); letter-spacing: 2px; border-radius: 40px; }
.header_entry a i{ position: absolute; left: 43px; bottom: -5px; font-size: 44px; margin-right: 10px; }
.header_entry a:hover{ background-color: #fff; color: var(--entry-color); }



.pure-drawer div > ul { padding: 0 10px 0 30px; }
.pure-drawer div > ul > li { font-size: 15px; letter-spacing: 0.05em; font-weight: 500; line-height: 2.0em; margin-bottom: 8px; }
.pure-drawer div > ul > li:first-child { margin-bottom: 15px; }
/* .pure-drawer div > ul > li span { display: none; } */
.pure-drawer div > ul > li > ul { padding-left: 10px; }
/* .pure-drawer div > ul > li > ul:after { content: ""; display: block; clear: both; } */
.pure-drawer div > ul > li > ul > li { position: relative; font-size: 13px; font-weight: 400; color: #fff; letter-spacing: 0.05em; text-align: left; line-height: 2.0em; padding-left: 15px; }
.pure-drawer div > ul > li > ul > li:before {
	display: block; content: ''; position: absolute; top: 11px; left: 5px; width: 5px; height: 5px; background-color: #fff; border-radius: 100%;
}
.pure-drawer div > ul > li a { color: #fff; }
.pure-drawer div > ul > li a:hover { color: #ccc; }

.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before{ background-color: #fff; top: 0; }
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after{ background-color: #fff; top: 10px; }


/* ----------------------------------------------------------
 フッター
---------------------------------------------------------- */
footer{ background-color: var(--news-color); text-align: center; color: #fff; padding: 40px 0 0 0; }
.footer_logo{ font-size: 27px; letter-spacing: 4px; font-weight: 700; margin-bottom: 10px; }
.footer_logo span{ display: block; font-size: 15px; letter-spacing: 2px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.footer_add{ font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.footer_copyright{ font-size: 12px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; padding-bottom: 40px; }


.footer_btn{ text-align: center; transition: 0.5s; z-index: 1; width: 100%; height: 100%; 
background-color: #036; cursor: pointer; border: none; outline: none; position: relative; }

.footer_btn:before{ content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #333; z-index: -1; transition: all 0.5s; }
.footer_btn:hover::before{ width: 100%; }
.footer_btn:hover::after{ background-color: #333; }
.footer_btn a{ display: block; font-size: 15px; padding: 20px 0; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; color: #fff; letter-spacing: 3px; }




/* ----------------------------------------------------------
 ナビゲーション
---------------------------------------------------------- */



/* ----------------------------------------------------------
 見出し
---------------------------------------------------------- */

.contents h1{ font-size: 60px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; }
.contents h1 span{ display: block; font-size: 16px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h2{ position: relative; font-size: 60px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; padding-left: 80px; margin-bottom: 30px; line-height: 1; }
.contents h2:before{ position: absolute; content: ""; display: block; left: 0; top: 3px; width: 60px; height: 60px; background-color: var(--light-color); border-radius: 100%;  }
.contents h2:after{ position: absolute; left: 16px; top: 18px; content: "\e902"; color: #fff; font-size: 30px; font-family: 'icomoon' !important; z-index: 2;}


.contents h3{ position: relative; font-size: 30px; color: var(--news-color); padding-left: 25px; width: fit-content; }
.contents h3:before{ position: absolute; content: ""; display: block; left: 0; top: 15px; width: 15px; height: 15px; background-color: #e9b605; border-radius: 100%;  }
.contents h3 span{ display: block; text-align: right; font-size: 16px; letter-spacing: 2px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h4{ font-size: 25px; color: var(--news-color); margin-bottom: 20px; }

.about_sec_txt h4{ font-size: 23px; color: var(--news-color); line-height: 1.1; margin-bottom: 10px; }
.about_sec_txt h4 i{ font-size: 26px; margin-right: 10px; }


.breadcrumbs{}
.breadcrumbs ol{ display: flex; }
.breadcrumbs ol li{ position: relative; margin-right: 20px; }
.breadcrumbs ol li:after{ 
position: absolute;
top: 10px;
right: -10px;
display: block;
content: "";
background: #999;
width: 5px;
height: 1px;
}
.breadcrumbs ol li:last-child:after{ display: none; }
.breadcrumbs ol li a{ display: block; font-size: 13px; color: #999; }
.breadcrumbs ol li a:hover{ opacity: .6; }


/* ----------------------------------------------------------
 コンテンツ
---------------------------------------------------------- */
.contents{ width: 1200px; margin: 0 auto; }

.top_img{ position: relative; }
.top_img_catch{ position: absolute; left: 150px; bottom: 100px; color: #fff; font-size: 110px; font-weight: 200; line-height: 1.2; z-index: 2; }

.slider{ width:100%; margin:0 auto; }
.slider img{ width:100%; }
.slider .slick-slide{ height:auto!important; }
.slider .slick-arrow{ z-index:2!important; }
.slider .slick-next{ right:0!important; }
.slider .slick-prev{ left:0!important; }
.slick-slide{ margin-right: 5px!important; margin-left: 5px!important; }


.top_info{ position: relative; margin-bottom: 80px; }
.top_info_sec{ margin-left: 10%; }
.top_info_catch{ width: 40%; font-size: 30px; color: var(--nres-color); font-weight: 400; letter-spacing: 2px; line-height: 1.5; }
.top_info_sec01{ position: absolute; top: 5px; right: 0; width: 55%; background-color: var(--news-color); border-radius: 10px 0 0 10px; padding: 20px 20px 20px 30px; }
.top_info_sec_tit{ color: #fff; font-size: 35px; letter-spacing: 2px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.top_info_sec_tit i{ font-size: 40px; margin-right: 10px; }
.top_info_sec_txt{ display: flex; align-items: center; color: #fff; }
.top_info_sec_date01{ font-size: 14px; letter-spacing: 2px; font-weight: 700; margin-right: 20px; }
.top_info_sec_txt01{ font-size: 18px; letter-spacing: 2px; font-weight: 700; }



.top_concept{ position: relative; width: 90%; margin: 0 0 0 auto; background-color: #e5ecf3; border-radius: 15px 0 0 15px; padding: 80px; margin-bottom: 200px; }

.top_concept_tit{  }
.top_concept_tit i{ color: #4692de; margin-right: 10px; }
.top_concept h2{ color: var(--news-color); font-size: 35px; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; }
.top_concept h3{ font-size: 70px; font-weight: 200; letter-spacing: 2px; line-height: 1.2; margin-bottom: 20px; }

.top_concept_list{ display: flex; justify-content: space-between; }
.top_concept_item{ flex-basis: 45%; }
.top_concept_txt01{ font-size: 17px; margin-bottom: 30px; }
.top_concept_btn{ width: 500px; }
.top_concept_btn a{ display: block; color: #fff; font-size: 25px; text-align: center; background-color: var(--news-color); font-weight: 700; letter-spacing: 2px; padding: 15px; border-radius: 10px; border: 1px solid var(--news-color); }
.top_concept_btn a:hover{ background-color: #fff; color: var(--news-color); }

.top_concept_img{ position: absolute; right: 0; top: 40px; }
.top_concept_img img{ border-radius: 10px 0 0 10px; }



.top_division{ width: 90%; margin: 0 auto 100px auto; }
.top_division_list{ display: flex; justify-content: space-between; }
.top_division_item{ flex-basis: 24%; }
.top_division_item h2{ font-size: 45px; font-weight: 200; color: var(--news-color); text-align: center; margin-bottom: 20px; }
.top_division_item h2 span{ position: relative; display: block; font-size: 16px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; }
.top_division_item h2 span:before,
.top_division_item h2 span:after{ 
position: relative;
display: inline-block;
content: "";
background: var(--news-color);
width: 1px;
height: 1em;
margin: 0 10px;
margin-top: -.2em;
vertical-align: middle;
}
.top_division_item h2 span:before{ transform: rotate(25deg); }
.top_division_item h2 span:after{ transform: rotate(25deg); }
.top_division_img01{ margin-bottom: 10px; }
.top_division_tit01{ font-size: 25px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.top_division_txt01{ font-size: 16px; letter-spacing: 1px; min-height: 120px; }
.top_division_more01{ display: block; width: 180px; background-color: var(--news-color); border: 1px solid var(--news-color); font-size: 16px; color: #fff; text-align: center; font-weight: bold; padding: 3px; border-radius: 40px; margin: 10px auto 0 auto; transition: 0.5s; }
.top_division_more01:hover{ background-color: #fff; color: var(--news-color); }

.nav_anker{ display: flex; justify-content: center; text-align: center; margin: 30px auto 100px auto; }
.nav_anker_list{ display: flex; justify-content: center; background-color: var(--news-color); border-radius: 40px; padding: 0 30px; }
.nav_anker_item{ position: relative; flex-grow: 1; }
.nav_anker_item a{ display: inline-block; color: #fff; font-size: 16px; padding: 15px 20px; }
.nav_anker_item a:hover{ opacity: .6; }
.nav_anker_item:after{ 
position: absolute;
top: 20px;
right: 0px;
display: block;
content: "";
background: #fff;
width: 1px;
height: 1em;
transform: rotate(25deg);
}
.nav_anker_item:last-child:after{ display: none; }



.about_sec{ width: 1100px; margin: 0 auto 100px auto; }

.about_sec_list{ display: flex; justify-content: space-between; margin-bottom: 100px; flex-wrap: wrap; }
.about_sec_item:nth-child(1){ flex-basis: 35%; }
.about_sec_item:nth-child(2){ flex-basis: 65%; }

.about_sec_txt{ margin-bottom: 40px; }
.about_sec_txt p{ font-size: 18px; letter-spacing: 2px; line-height: 1.6; margin-bottom: 30px; }
.about_sec_txt p span{ font-size: 22px; color: var(--news-color); font-weight: 500; }
.about_sec_txt p.about_sec_name{ text-align: right; font-size: 28px; }
.about_sec_txt p.about_sec_name span{ font-size: 20px; color: var(--news-color); margin-right: 30px; }

.about_sec_txt ul{ display: flex; justify-content: space-between; }
.about_sec_txt ul li{ flex-basis: 49%; }
.about_sec_txt ul li p{ font-size: 16px; }
.about_sec_txt img{ border-radius: 10px; }



.about_sec_table{ width: 100%; }
.about_sec_table th{ width: 18%; font-size: 16px; font-weight: normal; padding: 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; vertical-align: text-top; }
.about_sec_table td{ font-size: 16px; padding: 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; }



.jobs_sec_tit{ font-size: 30px; font-weight: 700; letter-spacing: 2px; text-align: center; padding: 10px 15px; background-color: #e5ecf3; margin-bottom: 30px; }

.jobs_sec{}
.job_sec_img{ margin-bottom: 20px; }
.job_sec_img img{ width: 100%; height: auto; }
.job_sec01{ position: relative; background-color: #e5ecf3; border-radius: 10px; padding: 90px 30px 30px 30px; margin-bottom: 20px; }
.job_sec01_tit01{ position: absolute; top: 30px; left: 0; background-color: var(--news-color); color: #fff; font-size: 20px; border-radius: 0 10px 10px 0; padding: 5px 30px; letter-spacing: 2px; }
.job_sec01_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.job_sec01_item{ position: relative; flex-basis: 48%; font-size: 17px; font-weight: 700; padding-left: 20px; margin-bottom: 10px; letter-spacing: 2px; }
.job_sec01_item:before{ position: absolute; content: ""; display: block; left: 0; top: 10px; width: 10px; height: 10px; background-color: var(--light-color); border-radius: 100%; }



.guideline_sec{ margin-top: 40px; }
.guideline_sec .about_sec_table th{ color: var(--news-color); font-weight: 600; }


.faq_sec{ margin-top: 40px; }
.top_faq{ background-color: #f5f5f5; padding: 0 0 80px 0; }
.top_faq_tit{ font-size: 8rem; color: var(--news-color); text-align: center; font-weight: 900; }
.top_faq_txt{ font-size: 1.8rem; color: var(--news-color); text-align: center; margin-bottom: 30px; }
.top_faq_list{ width: 1100px; margin: 0 auto 60px auto; }
.top_faq_item{ margin-bottom: 30px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: var(--news-color); padding: 20px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 18px; letter-spacing: 2px; }



.accordion-title{
cursor: pointer;
padding: 25px 50px 25px 40px;
transition: all .5s ease;
background-color: #fff;
font-size: 20px;
font-weight: 700;
box-shadow: 0px 5px 13px -3px rgba(0, 104, 183, 0.2);
letter-spacing: 2px;
border: 1px solid #fff;
}
.accordion-title span{ color: var(--light-color); font-size: 25px; margin-right: 20px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; }

.accordion-title:hover,
.accordion-title.open{ background-color: #fff; border: 1px solid var(--news-color); }


.accordion-content{ display: none;/*はじめは非表示*/ background: var(--news-color); padding: 20px; border-radius: 0 0 10px 10px; }
.accordion-content span{ color: #fff; font-size: 25px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-right: 20px; }
.accordion-content p {
  font-size: 18px;
  line-height: 1.8;
	color: #fff;
	font-weight: 600;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }


.accordion-title::after{
    position: absolute;
	font-family: 'icomoon';
    content:'\e900';
    color: var(--light-color);
    top: 25px;
    right: 25px;
	font-size: 30px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::after{
    transform: rotate(-90deg);
}

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


.entry_sec{ margin-top: 40px; }

.form_sec{ width: 900px; margin: 0 auto 100px auto; }




form#mailformpro dl dt {
	width: 280px;
	font-size: 16px;
	padding: 20px 0px;
}
form#mailformpro dl dd {
	padding: 20px 5px 20px 290px;
	font-size: 16px;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
	width: 94%;
}

.mfp_element_email,
.mfp_element_tel,
.mfp_element_add,
.mfp_element_textarea{ width: 94% !important; }
.mfp_element_name{ width: 45% !important; }

div.mfp_err {
	background-position: 0px 6px;
}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 0px 0px #933;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}

div#mfp_thanks {
	text-align: left;
}



/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width:640px) {

img,video  {
  max-width: 100%; height: auto;
}

/* 非表示用 */
.none_sp { display: none !important; }

/* ----------------------------------------------------------
 ヘッダー
---------------------------------------------------------- */
header{ margin: 0 0 0 10px; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.header_logo{ width: 140px; }
.header_logo img{ width: 100%; height: auto; }
.header_logo a{ display: flex; align-items: center; }
.header_logo a:hover{ opacity: .6; }
.header_logo span{ display: block; font-size: 13px; margin-left: 10px;  }

.header_entry{ width: 60px; margin-right: 70px; }
.header_entry a{ position: relative; display: block; font-size: 14px; padding: 5px 5px 5px 5px;  letter-spacing: 1px; border-radius: 0px; }
.header_entry a i{ display: none; position: absolute; left: 43px; bottom: -5px; font-size: 44px; margin-right: 10px; }
.header_entry a:hover{ background-color: #fff; color: var(--entry-color); }



.pure-drawer div > ul { padding: 0 10px 0 30px; }
.pure-drawer div > ul > li { font-size: 15px; letter-spacing: 0.05em; font-weight: 500; line-height: 2.0em; margin-bottom: 8px; }
.pure-drawer div > ul > li:first-child { margin-bottom: 15px; }
/* .pure-drawer div > ul > li span { display: none; } */
.pure-drawer div > ul > li > ul { padding-left: 10px; }
/* .pure-drawer div > ul > li > ul:after { content: ""; display: block; clear: both; } */
.pure-drawer div > ul > li > ul > li { position: relative; font-size: 13px; font-weight: 400; color: #fff; letter-spacing: 0.05em; text-align: left; line-height: 2.0em; padding-left: 15px; }
.pure-drawer div > ul > li > ul > li:before {
	display: block; content: ''; position: absolute; top: 11px; left: 5px; width: 5px; height: 5px; background-color: #fff; border-radius: 100%;
}
.pure-drawer div > ul > li a { color: #fff; }
.pure-drawer div > ul > li a:hover { color: #ccc; }


.pure-toggle-label[data-toggle-label='right'] {
right: 0px;
left: auto;
}

.pure-toggle-label {
	width: 60px !important;
	height: 60px !important;
}
.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon:before, .pure-toggle-label .pure-toggle-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 30px;
    cursor: pointer;
    background: #0068b7;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}

/* 追記 */
.pure-toggle-label .pure-toggle-icon {
    /* background:transparent; */
}

.pure-toggle-label p {
	display: none;
}
.pure-toggle-label .pure-toggle-icon {
	top: 40px !important;
	left: 50%;
}
.pure-toggle-label .pure-toggle-icon:before {
	top: 5px;
}
.pure-toggle-label .pure-toggle-icon:after {
	top: -5px;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon, .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon, .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon {
    background-color: transparent;
}
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before{ background-color: #fff; top: 0; }
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after{ background-color: #fff; top: 10px; }


/* ----------------------------------------------------------
 フッター
---------------------------------------------------------- */
footer{ background-color: var(--news-color); text-align: center; color: #fff; padding: 40px 0 0 0; }
.footer_logo{ font-size: 27px; letter-spacing: 4px; font-weight: 700; margin-bottom: 10px; }
.footer_logo span{ display: block; font-size: 15px; letter-spacing: 2px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.footer_add{ font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.footer_copyright{ font-size: 12px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; padding-bottom: 40px; }


.footer_btn{ text-align: center; transition: 0.5s; z-index: 1; width: 100%; height: 100%; 
background-color: #036; cursor: pointer; border: none; outline: none; position: relative; }

.footer_btn:before{ content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #333; z-index: -1; transition: all 0.5s; }
.footer_btn:hover::before{ width: 100%; }
.footer_btn:hover::after{ background-color: #333; }
.footer_btn a{ display: block; font-size: 15px; padding: 20px 0; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; color: #fff; letter-spacing: 3px; }




/* ----------------------------------------------------------
 ナビゲーション
---------------------------------------------------------- */



/* ----------------------------------------------------------
 見出し
---------------------------------------------------------- */

.contents h1{ font-size: 45px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; }
.contents h1 span{ display: block; font-size: 14px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h2{ position: relative; font-size: 40px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; padding-left: 60px; margin-bottom: 30px; line-height: 1; }
.contents h2:before{ position: absolute; content: ""; display: block; left: 0; top: 3px; width: 45px; height: 45px; background-color: var(--light-color); border-radius: 100%;  }
.contents h2:after{ position: absolute; left: 11px; top: 14px; content: "\e901"; color: #fff; font-size: 25px; font-family: 'icomoon' !important; z-index: 2;}


.contents h3{ position: relative; font-size: 28px; color: var(--news-color); padding-left: 25px; width: fit-content; }
.contents h3:before{ position: absolute; content: ""; display: block; left: 0; top: 15px; width: 15px; height: 15px; background-color: #e9b605; border-radius: 100%;  }
.contents h3 span{ display: block; text-align: right; font-size: 16px; letter-spacing: 2px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h4{ font-size: 22px; color: var(--news-color); margin-bottom: 20px; }


.breadcrumbs{}
.breadcrumbs ol{ display: flex; }
.breadcrumbs ol li{ position: relative; margin-right: 20px; }
.breadcrumbs ol li:after{ 
position: absolute;
top: 10px;
right: -10px;
display: block;
content: "";
background: #999;
width: 5px;
height: 1px;
}
.breadcrumbs ol li:last-child:after{ display: none; }
.breadcrumbs ol li a{ display: block; font-size: 13px; color: #999; }
.breadcrumbs ol li a:hover{ opacity: .6; }


/* ----------------------------------------------------------
 コンテンツ
---------------------------------------------------------- */
.contents{ width: 96%; margin: 0 auto; }

.top_img{ position: relative; }
.top_img_catch{ left: 10px; bottom: 10px; font-size: 40px; line-height: 1.2; }

.slider{ width:100%; margin:0 auto; }
.slider img{ width:100%; }
.slider .slick-slide{ height:auto!important; }
.slider .slick-arrow{ z-index:2!important; }
.slider .slick-next{ right:0!important; }
.slider .slick-prev{ left:0!important; }
.slick-slide{ margin-right: 2.5px!important; margin-left: 2.5px!important; }


.top_info{ position: relative; margin-bottom: 40px; }
.top_info_sec{ width: 96%; margin-left: auto; margin-right: auto; }
.top_info_catch{ width: 100%; font-size: 20px; margin: 0 auto 20px auto; }
.top_info_catch br{ display: none; }
.top_info_sec01{ position: relative; top: 0; right: 0; width: 100%; border-radius: 10px; padding: 20px 20px 20px 30px; margin: 0 auto; }
.top_info_sec_tit{ font-size: 20px; margin-bottom: 10px; }
.top_info_sec_tit i{ font-size: 30px; margin-right: 10px; }
.top_info_sec_txt{ display: flex; align-items: center; flex-wrap: wrap; color: #fff; }
.top_info_sec_date01{ flex-basis: 100%; font-size: 13px; letter-spacing: 2px; font-weight: 700; margin-right: 20px; }
.top_info_sec_txt01{ flex-basis: 100%; font-size: 16px; letter-spacing: 2px; font-weight: 700; }


.top_concept{ position: relative; width: 96%; margin: 0 0 0 auto; background-color: #e5ecf3; border-radius: 15px 0 0 15px; padding: 20px; margin-bottom: 100px; }

.top_concept_tit{  }
.top_concept_tit i{ color: #4692de; margin-right: 10px; }
.top_concept h2{ color: var(--news-color); font-size: 15px; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; }
.top_concept h3{ font-size: 40px; font-weight: 200; letter-spacing: 2px; line-height: 1.2; margin-bottom: 20px; }

.top_concept_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_concept_item{ flex-basis: 100%; }
.top_concept_txt01{ font-size: 17px; margin-bottom: 30px; }
.top_concept_btn{ width: 250px; margin: 0 auto 20px auto; }
.top_concept_btn a{ font-size: 20px; padding: 10px; }
.top_concept_btn a:hover{ background-color: #fff; color: var(--news-color); }

.top_concept_img{ position: initial; right: auto; top: auto; }
.top_concept_img img{ border-radius: 10px; }



.top_division{ width: 90%; margin: 0 auto 100px auto; }
.top_division_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_division_item{ flex-basis: 100%; margin-bottom: 40px; }
.top_division_item h2{ font-size: 35px; font-weight: 200; color: var(--news-color); text-align: center; margin-bottom: 20px; }
.top_division_item h2 span{ position: relative; display: block; font-size: 14px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; }
.top_division_item h2 span:before,
.top_division_item h2 span:after{ 
position: relative;
display: inline-block;
content: "";
background: var(--news-color);
width: 1px;
height: 1em;
margin: 0 10px;
margin-top: -.2em;
vertical-align: middle;
}
.top_division_item h2 span:before{ transform: rotate(25deg); }
.top_division_item h2 span:after{ transform: rotate(25deg); }
.top_division_img01{ margin-bottom: 10px; text-align: center; }
.top_division_tit01{ font-size: 20px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.top_division_txt01{ font-size: 14px; letter-spacing: 1px; min-height: auto; }
.top_division_more01{ display: block; width: 180px; background-color: var(--news-color); border: 1px solid var(--news-color); font-size: 16px; color: #fff; text-align: center; font-weight: bold; padding: 3px; border-radius: 40px; margin: 10px auto 0 auto; transition: 0.5s; }
.top_division_more01:hover{ background-color: #fff; color: var(--news-color); }


.nav_anker{ display: flex; justify-content: flex-start; text-align: left; margin: 30px auto 40px auto; }
.nav_anker_list{ display: flex; flex-wrap: wrap; justify-content: flex-start; background-color: var(--news-color); border-radius: 10px; padding: 5px 20px; }
.nav_anker_item{ position: relative; flex-basis: 50%; }
.nav_anker_item a{ display: inline-block; color: #fff; font-size: 14px; padding: 5px 15px; }
.nav_anker_item a:hover{ opacity: .6; }
.nav_anker_item:after{
	
position: absolute;
top: 10px;
right: 0px;
display: none;
content: "";
background: #fff;
width: 1px;
height: 1em;
transform: rotate(25deg);
}
.nav_anker_item:last-child:after{ display: none; }



.about_sec{ width: 90%; margin: 0 auto 100px auto; }

.about_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 100px; flex-wrap: wrap; }
.entry_sec .about_sec_list{ margin-bottom: 20px; }
.about_sec_item:nth-child(1){ flex-basis: 100%; margin-bottom: 20px; }
.about_sec_item:nth-child(2){ flex-basis: 100%; }

.about_sec_txt{ margin-bottom: 40px; }
.about_sec_txt p{ font-size: 18px; letter-spacing: 2px; line-height: 1.6; margin-bottom: 30px; }
.about_sec_txt p span{ font-size: 22px; color: var(--news-color); font-weight: 500; }
.about_sec_txt p.about_sec_name{ text-align: right; font-size: 28px; }
.about_sec_txt p.about_sec_name span{ font-size: 20px; color: var(--news-color); margin-right: 30px; }

.about_sec_txt ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.about_sec_txt ul li{ flex-basis: 100%; }
.about_sec_txt ul li p{ font-size: 16px; }
.about_sec_txt img{ border-radius: 10px; }



.about_sec_table{ width: 100%; }
.about_sec_table th{ display: block; width: 100%; font-size: 16px; font-weight: 700; padding: 10px 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; vertical-align: text-top; background-color: #f5f5f5; }
.about_sec_table td{ display: block; width: 100%; font-size: 16px; padding: 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; }


.about_sec_map{ position: relative; width: 100%; padding-top: 56.25%; height: 0; }
.about_sec_map iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.jobs_sec_tit{ font-size: 25px; font-weight: 700; letter-spacing: 2px; text-align: center; padding: 10px 15px; background-color: #e5ecf3; margin-bottom: 30px; }

.jobs_sec{}
.job_sec_img{ margin-bottom: 20px; }
.job_sec_img img{ width: 100%; height: auto; }
.job_sec01{ position: relative; background-color: #e5ecf3; border-radius: 10px; padding: 90px 30px 30px 30px; margin-bottom: 20px; }
.job_sec01_tit01{ position: absolute; top: 30px; left: 0; background-color: var(--news-color); color: #fff; font-size: 20px; border-radius: 0 10px 10px 0; padding: 5px 30px; letter-spacing: 2px; }
.job_sec01_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.job_sec01_item{ position: relative; flex-basis: 48%; font-size: 17px; font-weight: 700; padding-left: 20px; margin-bottom: 10px; letter-spacing: 2px; }
.job_sec01_item:before{ position: absolute; content: ""; display: block; left: 0; top: 10px; width: 10px; height: 10px; background-color: var(--light-color); border-radius: 100%; }



.guideline_sec{ margin-top: 40px; }
.guideline_sec .about_sec_table th{ color: var(--news-color); font-weight: 600; }


.faq_sec{ margin-top: 40px; }
.top_faq{ background-color: #f5f5f5; padding: 0 0 80px 0; }
.top_faq_tit{ font-size: 8rem; color: var(--news-color); text-align: center; font-weight: 900; }
.top_faq_txt{ font-size: 1.8rem; color: var(--news-color); text-align: center; margin-bottom: 30px; }
.top_faq_list{ width: 100%; margin: 0 auto 60px auto; }
.top_faq_item{ margin-bottom: 30px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: var(--news-color); padding: 10px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 18px; letter-spacing: 2px; }



.accordion-title{
cursor: pointer;
padding: 15px 50px 15px 20px;
transition: all .5s ease;
background-color: #fff;
font-size: 20px;
font-weight: 700;
box-shadow: 0px 5px 13px -3px rgba(0, 104, 183, 0.2);
letter-spacing: 2px;
border: 1px solid #fff;
}
.accordion-title span{ color: var(--light-color); font-size: 25px; margin-right: 20px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; }

.accordion-title:hover,
.accordion-title.open{ background-color: #fff; border: 1px solid var(--news-color); }


.accordion-content{ display: none;/*はじめは非表示*/ background: var(--news-color); padding: 20px; border-radius: 0 0 10px 10px; }
.accordion-content span{ flex-basis: 100%; color: #fff; font-size: 25px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-right: 20px; }
.accordion-content p {
	flex-basis: 100%;
  font-size: 18px;
  line-height: 1.8;
	color: #fff;
	font-weight: 600;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }


.accordion-title::after{
    position: absolute;
	font-family: 'icomoon';
    content:'\e900';
    color: var(--light-color);
    top: 25px;
    right: 15px;
	font-size: 30px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::after{
    transform: rotate(-90deg);
}

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


.entry_sec{ margin-top: 40px; }

.form_sec{ width: 100%; margin: 0 auto 100px auto; }



form#mailformpro dl dt {
	float: none;
	width: 100%;
	font-size: 16px;
	padding: 10px 10px 0 10px;
}
form#mailformpro dl dd {
	float: none;
	padding: 10px;
	font-size: 16px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
	width: 94%;
}

.mfp_element_email,
.mfp_element_tel,
.mfp_element_add,
.mfp_element_textarea{ width: 94% !important; }
.mfp_element_name{ width: 45% !important; }

div.mfp_err {
	background-position: 0px 6px;
}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 0px 0px #933;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.mfp_not_checked{ white-space: pre-wrap !important; }

div#mfp_thanks {
	text-align: center;
}


}
/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width:641px) and (max-width:1100px) {
/* ----------------------------------------------------------
 1 - ページ共通css
---------------------------------------------------------- */
img,video  {
  max-width: 100%; height: auto;
}

/* 非表示用 */
.none_tab{ display: none !important; }

/* ----------------------------------------------------------
 ヘッダー
---------------------------------------------------------- */
header{ margin: 0 0 0 10px; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.header_logo{ width: 180px; }
.header_logo img{ width: 100%; height: auto; }
.header_logo a{ display: flex; align-items: center; }
.header_logo a:hover{ opacity: .6; }
.header_logo span{ display: block; font-size: 12px; color: var(--main-color); font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-left: 20px; white-space: nowrap; }

.header_entry{ width: 80px; margin-right: 80px; }
.header_entry a{ position: relative; display: block; font-size: 14px; padding: 5px 5px 5px 5px;  letter-spacing: 1px; border-radius: 0px; }
.header_entry a i{ display: none; position: absolute; left: 43px; bottom: -5px; font-size: 44px; margin-right: 10px; }
.header_entry a:hover{ background-color: #fff; color: var(--entry-color); }



.pure-drawer div > ul { padding: 0 10px 0 30px; }
.pure-drawer div > ul > li { font-size: 15px; letter-spacing: 0.05em; font-weight: 500; line-height: 2.0em; margin-bottom: 8px; }
.pure-drawer div > ul > li:first-child { margin-bottom: 15px; }
/* .pure-drawer div > ul > li span { display: none; } */
.pure-drawer div > ul > li > ul { padding-left: 10px; }
/* .pure-drawer div > ul > li > ul:after { content: ""; display: block; clear: both; } */
.pure-drawer div > ul > li > ul > li { position: relative; font-size: 13px; font-weight: 400; color: #fff; letter-spacing: 0.05em; text-align: left; line-height: 2.0em; padding-left: 15px; }
.pure-drawer div > ul > li > ul > li:before {
	display: block; content: ''; position: absolute; top: 11px; left: 5px; width: 5px; height: 5px; background-color: #fff; border-radius: 100%;
}
.pure-drawer div > ul > li a { color: #fff; }
.pure-drawer div > ul > li a:hover { color: #ccc; }


.pure-toggle-label[data-toggle-label='right'] {
right: 0px;
left: auto;
}

.pure-toggle-label {
	width: 60px !important;
	height: 60px !important;
}
.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon:before, .pure-toggle-label .pure-toggle-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 30px;
    cursor: pointer;
    background: #0068b7;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}

/* 追記 */
.pure-toggle-label .pure-toggle-icon {
    /* background:transparent; */
}

.pure-toggle-label p {
	display: none;
}
.pure-toggle-label .pure-toggle-icon {
	top: 40px !important;
	left: 50%;
}
.pure-toggle-label .pure-toggle-icon:before {
	top: 5px;
}
.pure-toggle-label .pure-toggle-icon:after {
	top: -5px;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon, .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon, .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon {
    background-color: transparent;
}
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before{ background-color: #fff; top: 0; }
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after{ background-color: #fff; top: 10px; }


/* ----------------------------------------------------------
 フッター
---------------------------------------------------------- */
footer{ background-color: var(--news-color); text-align: center; color: #fff; padding: 40px 0 0 0; }
.footer_logo{ font-size: 27px; letter-spacing: 4px; font-weight: 700; margin-bottom: 10px; }
.footer_logo span{ display: block; font-size: 15px; letter-spacing: 2px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.footer_add{ font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.footer_copyright{ font-size: 12px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; padding-bottom: 40px; }


.footer_btn{ text-align: center; transition: 0.5s; z-index: 1; width: 100%; height: 100%; 
background-color: #036; cursor: pointer; border: none; outline: none; position: relative; }

.footer_btn:before{ content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #333; z-index: -1; transition: all 0.5s; }
.footer_btn:hover::before{ width: 100%; }
.footer_btn:hover::after{ background-color: #333; }
.footer_btn a{ display: block; font-size: 15px; padding: 20px 0; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; color: #fff; letter-spacing: 3px; }




/* ----------------------------------------------------------
 ナビゲーション
---------------------------------------------------------- */



/* ----------------------------------------------------------
 見出し
---------------------------------------------------------- */

.contents h1{ font-size: 45px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; }
.contents h1 span{ display: block; font-size: 14px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h2{ position: relative; font-size: 40px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; padding-left: 60px; margin-bottom: 30px; line-height: 1; }
.contents h2:before{ position: absolute; content: ""; display: block; left: 0; top: 3px; width: 45px; height: 45px; background-color: var(--light-color); border-radius: 100%;  }
.contents h2:after{ position: absolute; left: 11px; top: 14px; content: "\e901"; color: #fff; font-size: 25px; font-family: 'icomoon' !important; z-index: 2;}


.contents h3{ position: relative; font-size: 28px; color: var(--news-color); padding-left: 25px; width: fit-content; }
.contents h3:before{ position: absolute; content: ""; display: block; left: 0; top: 15px; width: 15px; height: 15px; background-color: #e9b605; border-radius: 100%;  }
.contents h3 span{ display: block; text-align: right; font-size: 16px; letter-spacing: 2px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h4{ font-size: 22px; color: var(--news-color); margin-bottom: 20px; }


.breadcrumbs{}
.breadcrumbs ol{ display: flex; }
.breadcrumbs ol li{ position: relative; margin-right: 20px; }
.breadcrumbs ol li:after{ 
position: absolute;
top: 10px;
right: -10px;
display: block;
content: "";
background: #999;
width: 5px;
height: 1px;
}
.breadcrumbs ol li:last-child:after{ display: none; }
.breadcrumbs ol li a{ display: block; font-size: 13px; color: #999; }
.breadcrumbs ol li a:hover{ opacity: .6; }


/* ----------------------------------------------------------
 コンテンツ
---------------------------------------------------------- */
.contents{ width: 96%; margin: 0 auto; }

.top_img{ position: relative; }
.top_img_catch{ left: 10px; bottom: 10px; font-size: 40px; line-height: 1.2; }

.slider{ width:100%; margin:0 auto; }
.slider img{ width:100%; }
.slider .slick-slide{ height:auto!important; }
.slider .slick-arrow{ z-index:2!important; }
.slider .slick-next{ right:0!important; }
.slider .slick-prev{ left:0!important; }
.slick-slide{ margin-right: 2.5px!important; margin-left: 2.5px!important; }


.top_info{ position: relative; margin-bottom: 40px; }
.top_info_sec{ width: 96%; margin-left: auto; margin-right: auto; }
.top_info_catch{ width: 100%; font-size: 20px; margin: 0 auto 20px auto; }
.top_info_catch br{ display: none; }
.top_info_sec01{ position: relative; top: 0; right: 0; width: 100%; border-radius: 10px; padding: 20px 20px 20px 30px; margin: 0 auto; }
.top_info_sec_tit{ font-size: 20px; margin-bottom: 10px; }
.top_info_sec_tit i{ font-size: 30px; margin-right: 10px; }
.top_info_sec_txt{ display: flex; align-items: center; flex-wrap: wrap; color: #fff; }
.top_info_sec_date01{ flex-basis: 100%; font-size: 13px; letter-spacing: 2px; font-weight: 700; margin-right: 20px; }
.top_info_sec_txt01{ flex-basis: 100%; font-size: 16px; letter-spacing: 2px; font-weight: 700; }


.top_concept{ position: relative; width: 96%; margin: 0 0 0 auto; background-color: #e5ecf3; border-radius: 15px 0 0 15px; padding: 20px; margin-bottom: 100px; }

.top_concept_tit{  }
.top_concept_tit i{ color: #4692de; margin-right: 10px; }
.top_concept h2{ color: var(--news-color); font-size: 15px; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; }
.top_concept h3{ font-size: 40px; font-weight: 200; letter-spacing: 2px; line-height: 1.2; margin-bottom: 20px; }

.top_concept_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_concept_item{ flex-basis: 100%; }
.top_concept_txt01{ font-size: 17px; margin-bottom: 30px; }
.top_concept_btn{ width: 250px; margin: 0 auto 20px auto; }
.top_concept_btn a{ font-size: 20px; padding: 10px; }
.top_concept_btn a:hover{ background-color: #fff; color: var(--news-color); }

.top_concept_img{ position: initial; right: auto; top: auto; }
.top_concept_img img{ border-radius: 10px; }



.top_division{ width: 90%; margin: 0 auto 100px auto; }
.top_division_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_division_item{ flex-basis: 48%; margin-bottom: 40px; }
.top_division_item h2{ font-size: 35px; font-weight: 200; color: var(--news-color); text-align: center; margin-bottom: 20px; }
.top_division_item h2 span{ position: relative; display: block; font-size: 14px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; }
.top_division_item h2 span:before,
.top_division_item h2 span:after{ 
position: relative;
display: inline-block;
content: "";
background: var(--news-color);
width: 1px;
height: 1em;
margin: 0 10px;
margin-top: -.2em;
vertical-align: middle;
}
.top_division_item h2 span:before{ transform: rotate(25deg); }
.top_division_item h2 span:after{ transform: rotate(25deg); }
.top_division_img01{ margin-bottom: 10px; }
.top_division_tit01{ font-size: 20px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.top_division_txt01{ font-size: 14px; letter-spacing: 1px; }


.nav_anker{ display: flex; justify-content: center; text-align: center; margin: 30px auto 40px auto; }
.nav_anker_list{ display: flex; flex-wrap: wrap; justify-content: center; background-color: var(--news-color); border-radius: 40px; padding: 0 20px; }
.nav_anker_item{ position: relative; flex-grow: 1; }
.nav_anker_item a{ display: inline-block; color: #fff; font-size: 16px; padding: 10px 9px; }
.nav_anker_item a:hover{ opacity: .6; }
.nav_anker_item:after{ 
position: absolute;
top: 17px;
right: 0px;
display: block;
content: "";
background: #fff;
width: 1px;
height: 1em;
transform: rotate(25deg);
}
.nav_anker_item:last-child:after{ display: none; }



.about_sec{ width: 90%; margin: 0 auto 100px auto; }

.about_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 100px; flex-wrap: wrap; }
.entry_sec .about_sec_list{ margin-bottom: 20px; }
.about_sec_item:nth-child(1){ flex-basis: 100%; margin-bottom: 20px; }
.about_sec_item:nth-child(2){ flex-basis: 100%; }

.about_sec_txt{ margin-bottom: 40px; }
.about_sec_txt p{ font-size: 18px; letter-spacing: 2px; line-height: 1.6; margin-bottom: 30px; }
.about_sec_txt p span{ font-size: 22px; color: var(--news-color); font-weight: 500; }
.about_sec_txt p.about_sec_name{ text-align: right; font-size: 28px; }
.about_sec_txt p.about_sec_name span{ font-size: 20px; color: var(--news-color); margin-right: 30px; }

.about_sec_txt ul{ display: flex; justify-content: space-between; }
.about_sec_txt ul li{ flex-basis: 48%; }
.about_sec_txt ul li p{ font-size: 16px; }
.about_sec_txt img{ border-radius: 10px; width: 100%; height: auto; }



.about_sec_table{ width: 100%; }
.about_sec_table th{ display: block; width: 100%; font-size: 16px; font-weight: 700; padding: 10px 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; vertical-align: text-top; background-color: #f5f5f5; }
.about_sec_table td{ display: block; width: 100%; font-size: 16px; padding: 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; }


.about_sec_map{ position: relative; width: 100%; padding-top: 56.25%; height: 0; }
.about_sec_map iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.jobs_sec_tit{ font-size: 25px; font-weight: 700; letter-spacing: 2px; text-align: center; padding: 10px 15px; background-color: #e5ecf3; margin-bottom: 30px; }

.jobs_sec{}
.job_sec_img{ margin-bottom: 20px; }
.job_sec_img img{ width: 100%; height: auto; }
.job_sec01{ position: relative; background-color: #e5ecf3; border-radius: 10px; padding: 90px 30px 30px 30px; margin-bottom: 20px; }
.job_sec01_tit01{ position: absolute; top: 30px; left: 0; background-color: var(--news-color); color: #fff; font-size: 20px; border-radius: 0 10px 10px 0; padding: 5px 30px; letter-spacing: 2px; }
.job_sec01_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.job_sec01_item{ position: relative; flex-basis: 48%; font-size: 17px; font-weight: 700; padding-left: 20px; margin-bottom: 10px; letter-spacing: 2px; }
.job_sec01_item:before{ position: absolute; content: ""; display: block; left: 0; top: 10px; width: 10px; height: 10px; background-color: var(--light-color); border-radius: 100%; }



.guideline_sec{ margin-top: 40px; }
.guideline_sec .about_sec_table th{ color: var(--news-color); font-weight: 600; }


.faq_sec{ margin-top: 40px; }
.top_faq{ background-color: #f5f5f5; padding: 0 0 80px 0; }
.top_faq_tit{ font-size: 8rem; color: var(--news-color); text-align: center; font-weight: 900; }
.top_faq_txt{ font-size: 1.8rem; color: var(--news-color); text-align: center; margin-bottom: 30px; }
.top_faq_list{ width: 100%; margin: 0 auto 60px auto; }
.top_faq_item{ margin-bottom: 30px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: var(--news-color); padding: 10px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 18px; letter-spacing: 2px; }



.accordion-title{
cursor: pointer;
padding: 15px 50px 15px 20px;
transition: all .5s ease;
background-color: #fff;
font-size: 20px;
font-weight: 700;
box-shadow: 0px 5px 13px -3px rgba(0, 104, 183, 0.2);
letter-spacing: 2px;
border: 1px solid #fff;
}
.accordion-title span{ color: var(--light-color); font-size: 25px; margin-right: 20px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; }

.accordion-title:hover,
.accordion-title.open{ background-color: #fff; border: 1px solid var(--news-color); }


.accordion-content{ display: none;/*はじめは非表示*/ background: var(--news-color); padding: 20px; border-radius: 0 0 10px 10px; }
.accordion-content span{ flex-basis: 100%; color: #fff; font-size: 25px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-right: 20px; }
.accordion-content p {
	flex-basis: 100%;
  font-size: 18px;
  line-height: 1.8;
	color: #fff;
	font-weight: 600;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }


.accordion-title::after{
    position: absolute;
	font-family: 'icomoon';
    content:'\e900';
    color: var(--light-color);
    top: 15px;
    right: 15px;
	font-size: 30px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::after{
    transform: rotate(-90deg);
}

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


.entry_sec{ margin-top: 40px; }

.form_sec{ width: 100%; margin: 0 auto 100px auto; }



form#mailformpro dl dt {
	float: none;
	width: 100%;
	font-size: 16px;
	padding: 10px 10px 0 10px;
}
form#mailformpro dl dd {
	float: none;
	padding: 10px;
	font-size: 16px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
	width: 94%;
}

.mfp_element_email,
.mfp_element_tel,
.mfp_element_add,
.mfp_element_textarea{ width: 94% !important; }
.mfp_element_name{ width: 45% !important; }

div.mfp_err {
	background-position: 0px 6px;
}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 0px 0px #933;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.mfp_not_checked{ white-space: pre-wrap !important; }

div#mfp_thanks strong{ display: inline; }


}
/* ----------------------------------------------------------
 TAB CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 PC CSS
---------------------------------------------------------- */
@media print, screen and (min-width:1101px) and (max-width:1900px) {

body { }
/* 非表示用 */
.nonw_pc{ display: none !important; }

/* ----------------------------------------------------------
 ヘッダー
---------------------------------------------------------- */
header{ margin: 0 150px 0 50px; display: flex; align-items: center; justify-content: space-between; height: 100px; }
.header_logo{ }
.header_logo a{ display: flex; align-items: center; }
.header_logo a:hover{ opacity: .6; }
.header_logo span{ display: block; font-size: 22px; color: var(--main-color); font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-left: 20px;  }

.header_entry{ width: 250px; }
.header_entry a{ position: relative; display: block; font-size: 23px; color: #fff; text-align: center; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; background-color: var(--entry-color); padding: 8px 5px 8px 40px; border: 1px solid var(--entry-color); letter-spacing: 2px; border-radius: 40px; }
.header_entry a i{ position: absolute; left: 43px; bottom: -5px; font-size: 44px; margin-right: 10px; }
.header_entry a:hover{ background-color: #fff; color: var(--entry-color); }



.pure-drawer div > ul { padding: 0 10px 0 30px; }
.pure-drawer div > ul > li { font-size: 15px; letter-spacing: 0.05em; font-weight: 500; line-height: 2.0em; margin-bottom: 8px; }
.pure-drawer div > ul > li:first-child { margin-bottom: 15px; }
/* .pure-drawer div > ul > li span { display: none; } */
.pure-drawer div > ul > li > ul { padding-left: 10px; }
/* .pure-drawer div > ul > li > ul:after { content: ""; display: block; clear: both; } */
.pure-drawer div > ul > li > ul > li { position: relative; font-size: 13px; font-weight: 400; color: #fff; letter-spacing: 0.05em; text-align: left; line-height: 2.0em; padding-left: 15px; }
.pure-drawer div > ul > li > ul > li:before {
	display: block; content: ''; position: absolute; top: 11px; left: 5px; width: 5px; height: 5px; background-color: #fff; border-radius: 100%;
}
.pure-drawer div > ul > li a { color: #fff; }
.pure-drawer div > ul > li a:hover { color: #ccc; }
	
	



/* ----------------------------------------------------------
 フッター
---------------------------------------------------------- */
footer{ background-color: var(--news-color); text-align: center; color: #fff; padding: 40px 0 0 0; }
.footer_logo{ font-size: 27px; letter-spacing: 4px; font-weight: 700; margin-bottom: 10px; }
.footer_logo span{ display: block; font-size: 15px; letter-spacing: 2px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.footer_add{ font-size: 13px; letter-spacing: 2px; margin-bottom: 20px; }
.footer_copyright{ font-size: 12px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; padding-bottom: 40px; }


.footer_btn{ text-align: center; transition: 0.5s; z-index: 1; width: 100%; height: 100%; 
background-color: #036; cursor: pointer; border: none; outline: none; position: relative; }

.footer_btn:before{ content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #333; z-index: -1; transition: all 0.5s; }
.footer_btn:hover::before{ width: 100%; }
.footer_btn:hover::after{ background-color: #333; }
.footer_btn a{ display: block; font-size: 15px; padding: 20px 0; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; color: #fff; letter-spacing: 3px; }




/* ----------------------------------------------------------
 ナビゲーション
---------------------------------------------------------- */



/* ----------------------------------------------------------
 見出し
---------------------------------------------------------- */

.contents h1{ font-size: 60px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; }
.contents h1 span{ display: block; font-size: 16px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h2{ position: relative; font-size: 60px; color: var(--news-color); font-weight: 200; letter-spacing: 2px; padding-left: 80px; margin-bottom: 30px; line-height: 1; }
.contents h2:before{ position: absolute; content: ""; display: block; left: 0; top: 3px; width: 60px; height: 60px; background-color: var(--light-color); border-radius: 100%;  }
.contents h2:after{ position: absolute; left: 16px; top: 18px; content: "\e901"; color: #fff; font-size: 30px; font-family: 'icomoon' !important; z-index: 2;}


.contents h3{ position: relative; font-size: 30px; color: var(--news-color); padding-left: 25px; width: fit-content; }
.contents h3:before{ position: absolute; content: ""; display: block; left: 0; top: 15px; width: 15px; height: 15px; background-color: #e9b605; border-radius: 100%;  }
.contents h3 span{ display: block; text-align: right; font-size: 16px; letter-spacing: 2px; color: var(--light-color); font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; }

.contents h4{ font-size: 25px; color: var(--news-color); margin-bottom: 20px; }


.breadcrumbs{}
.breadcrumbs ol{ display: flex; }
.breadcrumbs ol li{ position: relative; margin-right: 20px; }
.breadcrumbs ol li:after{ 
position: absolute;
top: 10px;
right: -10px;
display: block;
content: "";
background: #999;
width: 5px;
height: 1px;
}
.breadcrumbs ol li:last-child:after{ display: none; }
.breadcrumbs ol li a{ display: block; font-size: 13px; color: #999; }
.breadcrumbs ol li a:hover{ opacity: .6; }


/* ----------------------------------------------------------
 コンテンツ
---------------------------------------------------------- */
.contents{ width: 1000px; margin: 0 auto; }

.top_img{ position: relative; }
.top_img_catch{ position: absolute; left: 100px; bottom: 60px; color: #fff; font-size: 80px; font-weight: 200; line-height: 1.2; z-index: 2; }

.slider{ width:100%; margin:0 auto; }
.slider img{ width:100%; }
.slider .slick-slide{ height:auto!important; }
.slider .slick-arrow{ z-index:2!important; }
.slider .slick-next{ right:0!important; }
.slider .slick-prev{ left:0!important; }
.slick-slide{ margin-right: 5px!important; margin-left: 5px!important; }


.top_info{ position: relative; margin-bottom: 80px; }
.top_info_sec{ margin-left: 5%; }
.top_info_catch{ width: 40%; font-size: 25px; color: var(--nres-color); font-weight: 400; letter-spacing: 2px; line-height: 1.5; }
.top_info_sec01{ position: absolute; top: 5px; right: 0; width: 55%; background-color: var(--news-color); border-radius: 10px 0 0 10px; padding: 20px 20px 20px 30px; }
.top_info_sec_tit{ color: #fff; font-size: 20px; letter-spacing: 2px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.top_info_sec_tit i{ font-size: 30px; margin-right: 10px; }
.top_info_sec_txt{ display: flex; align-items: center; color: #fff; }
.top_info_sec_date01{ font-size: 12px; letter-spacing: 2px; font-weight: 700; margin-right: 20px; }
.top_info_sec_txt01{ font-size: 16px; letter-spacing: 2px; font-weight: 700; }



.top_concept{ position: relative; width: 90%; margin: 0 0 0 auto; background-color: #e5ecf3; border-radius: 15px 0 0 15px; padding: 40px; margin-bottom: 100px; }

.top_concept_tit{  }
.top_concept_tit i{ color: #4692de; margin-right: 10px; }
.top_concept h2{ color: var(--news-color); font-size: 35px; font-family: azo-sans-web, sans-serif; font-weight: 500; font-style: normal; }
.top_concept h3{ font-size: 70px; font-weight: 200; letter-spacing: 2px; line-height: 1.2; margin-bottom: 20px; }


.top_concept_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_concept_item{ flex-basis: 100%; }
.top_concept_txt01{ font-size: 17px; margin-bottom: 30px; }
.top_concept_btn{ width: 350px; margin: 0 auto 20px auto; }
.top_concept_btn a{ font-size: 20px; padding: 10px; }
.top_concept_btn a:hover{ background-color: #fff; color: var(--news-color); }

.top_concept_img{ position: initial; right: auto; top: auto; }
.top_concept_img img{ border-radius: 10px; }



.top_division{ width: 90%; margin: 0 auto 100px auto; }
.top_division_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_division_item{ flex-basis: 48%; margin-bottom: 40px; }
.top_division_item h2{ font-size: 45px; font-weight: 200; color: var(--news-color); text-align: center; margin-bottom: 20px; }
.top_division_item h2 span{ position: relative; display: block; font-size: 16px; font-family: azo-sans-web, sans-serif; font-weight: 200; font-style: normal; letter-spacing: 2px; }
.top_division_item h2 span:before,
.top_division_item h2 span:after{ 
position: relative;
display: inline-block;
content: "";
background: var(--news-color);
width: 1px;
height: 1em;
margin: 0 10px;
margin-top: -.2em;
vertical-align: middle;
}
.top_division_item h2 span:before{ transform: rotate(25deg); }
.top_division_item h2 span:after{ transform: rotate(25deg); }
.top_division_img01{ margin-bottom: 10px; width: 100%; height: auto; text-align: center; }
.top_division_tit01{ font-size: 25px; font-weight: 700; text-align: center; margin-bottom: 10px; }
.top_division_txt01{ font-size: 16px; letter-spacing: 1px; }


.nav_anker{ display: flex; justify-content: center; text-align: center; margin: 30px auto 100px auto; }
.nav_anker_list{ display: flex; justify-content: center; background-color: var(--news-color); border-radius: 40px; padding: 0 30px; }
.nav_anker_item{ position: relative; flex-grow: 1; }
.nav_anker_item a{ display: inline-block; color: #fff; font-size: 16px; padding: 15px 20px; }
.nav_anker_item a:hover{ opacity: .6; }
.nav_anker_item:after{ 
position: absolute;
top: 20px;
right: 0px;
display: block;
content: "";
background: #fff;
width: 1px;
height: 1em;
transform: rotate(25deg);
}
.nav_anker_item:last-child:after{ display: none; }



.about_sec{ width: 1000px; margin: 0 auto 100px auto; }

.about_sec_list{ display: flex; justify-content: space-between; margin-bottom: 100px; flex-wrap: wrap; }
.entry_sec .about_sec_list{ margin-bottom: 0px; }
.about_sec_item:nth-child(1){ flex-basis: 35%; }
.about_sec_item:nth-child(2){ flex-basis: 65%; }

.about_sec_txt{ margin-bottom: 40px; }
.about_sec_txt p{ font-size: 18px; letter-spacing: 2px; line-height: 1.6; margin-bottom: 30px; }
.about_sec_txt p span{ font-size: 22px; color: var(--news-color); font-weight: 500; }
.about_sec_txt p.about_sec_name{ text-align: right; font-size: 28px; }
.about_sec_txt p.about_sec_name span{ font-size: 20px; color: var(--news-color); margin-right: 30px; }

.about_sec_txt ul{ display: flex; justify-content: space-between; }
.about_sec_txt ul li{ flex-basis: 49%; }
.about_sec_txt ul li p{ font-size: 16px; }
.about_sec_txt img{ border-radius: 10px; width: 100%; height: auto; }



.about_sec_table{ width: 100%; }
.about_sec_table th{ width: 18%; font-size: 16px; font-weight: normal; padding: 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; vertical-align: text-top; }
.about_sec_table td{ font-size: 16px; padding: 15px; border-bottom: 1px solid #ccc; letter-spacing: 2px; }

.about_sec_map{ position: relative; width: 100%; padding-top: 56.25%; height: 0; }
.about_sec_map iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.jobs_sec_tit{ font-size: 30px; font-weight: 700; letter-spacing: 2px; text-align: center; padding: 10px 15px; background-color: #e5ecf3; margin-bottom: 30px; }

.jobs_sec{}
.job_sec_img{ margin-bottom: 20px; }
.job_sec_img img{ width: 100%; height: auto; }
.job_sec01{ position: relative; background-color: #e5ecf3; border-radius: 10px; padding: 90px 30px 30px 30px; margin-bottom: 20px; }
.job_sec01_tit01{ position: absolute; top: 30px; left: 0; background-color: var(--news-color); color: #fff; font-size: 20px; border-radius: 0 10px 10px 0; padding: 5px 30px; letter-spacing: 2px; }
.job_sec01_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.job_sec01_item{ position: relative; flex-basis: 48%; font-size: 17px; font-weight: 700; padding-left: 20px; margin-bottom: 10px; letter-spacing: 2px; }
.job_sec01_item:before{ position: absolute; content: ""; display: block; left: 0; top: 10px; width: 10px; height: 10px; background-color: var(--light-color); border-radius: 100%; }



.guideline_sec{ margin-top: 40px; }
.guideline_sec .about_sec_table th{ color: var(--news-color); font-weight: 600; }


.faq_sec{ margin-top: 40px; }
.top_faq{ background-color: #f5f5f5; padding: 0 0 80px 0; }
.top_faq_tit{ font-size: 8rem; color: var(--news-color); text-align: center; font-weight: 900; }
.top_faq_txt{ font-size: 1.8rem; color: var(--news-color); text-align: center; margin-bottom: 30px; }
.top_faq_list{ width: 1000px; margin: 0 auto 60px auto; }
.top_faq_item{ margin-bottom: 30px; }

/* 開閉 */

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}
.accordion-area_support{ margin-bottom: 60px; }

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	padding: 0;
}


.accordion-content .faq_txt{ background: var(--news-color); padding: 20px; margin-bottom: 0; }
.accordion-content .faq_txt p{ font-size: 18px; letter-spacing: 2px; }



.accordion-title{
cursor: pointer;
padding: 25px 50px 25px 40px;
transition: all .5s ease;
background-color: #fff;
font-size: 20px;
font-weight: 700;
box-shadow: 0px 5px 13px -3px rgba(0, 104, 183, 0.2);
letter-spacing: 2px;
border: 1px solid #fff;
}
.accordion-title span{ color: var(--light-color); font-size: 25px; margin-right: 20px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; }

.accordion-title:hover,
.accordion-title.open{ background-color: #fff; border: 1px solid var(--news-color); }


.accordion-content{ display: none;/*はじめは非表示*/ background: var(--news-color); padding: 20px; border-radius: 0 0 10px 10px; }
.accordion-content span{ color: #fff; font-size: 25px; font-family: azo-sans-web, sans-serif; font-weight: 700; font-style: normal; margin-right: 20px; }
.accordion-content p {
  font-size: 18px;
  line-height: 1.8;
	color: #fff;
	font-weight: 600;
}

/*アイコンの＋と×*/

.accordion-title{ position: relative; }


.accordion-title::after{
    position: absolute;
	font-family: 'icomoon';
    content:'\e900';
    color: var(--light-color);
    top: 25px;
    right: 25px;
	font-size: 30px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.open::after{
    transform: rotate(-90deg);
}

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


.entry_sec{ margin-top: 40px; }

.form_sec{ width: 900px; margin: 0 auto 100px auto; }




form#mailformpro dl dt {
	width: 280px;
	font-size: 16px;
	padding: 20px 0px;
}
form#mailformpro dl dd {
	padding: 20px 5px 20px 290px;
	font-size: 16px;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
	width: 94%;
}

.mfp_element_email,
.mfp_element_tel,
.mfp_element_add,
.mfp_element_textarea{ width: 94% !important; }
.mfp_element_name{ width: 45% !important; }

div.mfp_err {
	background-position: 0px 6px;
}

.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 0px 0px #933;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 0px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}

}


/* ----------------------------------------------------------
PC CSS END
---------------------------------------------------------- */
/* ----------------------------------------------------------
PCWIDE CSS
---------------------------------------------------------- */
@media screen and (min-width:1901px) {

/* 非表示用 */
.none_pcwide{ display: none; }

}
/* ----------------------------------------------------------
PCWIDE CSS END
---------------------------------------------------------- */

