@charset "utf-8";

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

  base

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

/* ------------------------
  kv
------------------------*/
.sub_kv {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
  position: relative;
  font-weight: 600;
}
.sub_kv::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
}
.sub_kv .ttl {
  font-size: 80px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
}
.sub_kv span {
  font-size: 18px;
}
.subkv01 {
  background-image: url(../images/subkv01.jpg);
}
.subkv02 {
  background-image: url(../images/subkv02.jpg);
  background-position: center;
}
.subkv03 {
  background-image: url(../images/company_img01.jpg);
  background-position: center;
}
.subkv04 {
  background-image: url(../images/company_img06.jpg);
  background-position: center;
}
.subpage_ttl {
  color: #FFFFFF;
  font-size: 46px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .sub_kv {
    height: 200px;
  }
  .subkv02 {
    background-position: center;
  }
  .sub_kv .ttl {
    font-size: 42px;
  }
  .sub_kv span {
    font-size: 14px;
  }
  .subpage_ttl {
    font-size: 34px;
  }
}

/* ------------------------
  contents
------------------------*/
.subpage .section__contents:first-child {
  margin-top: 114px;
}
.section__contents p {
  margin-bottom: 30px;
}

/* ------------------------
  ttl
------------------------*/
.subpage h2 {
  width: fit-content;
  font-size: 42px;
  line-height: 1.4em;
  position: relative;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.subpage h3 {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 50px;
}
.subpage h4, .subpage h5 {
  font-weight: normal;
}
h3.ttl__deco01 {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
h3.ttl__deco01::before {
  content: "";
  width: 34px;
  height: 3px;
  background-color: #000000;
  margin-right: 14px;
}
.ttl__deco02 {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  border-left: 10px solid #000000;
  margin-bottom: 8px !important;
  padding-left: 12px;
}
@media screen and (max-width:1099px) {
  .subpage h3 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:750px) {
  .subpage h2 {
    font-size: 26px;
  }
  .subpage h3 {
    font-size: 20px;
  }
  h3.ttl__deco01::before {
    width: 25px;
    height: 2px;
  }
}

/* ------------------------
  breadcrumbs
------------------------*/
.breadcrumbs {
  background-color: #F0F0F0;
  margin-bottom: 135px;
}
.breadcrumbs_inner {
  width: 1600px;
  font-size: 14px;
  padding: 16px 0;
  margin: auto;
}
.breadcrumbs a:hover {
  opacity: 0.5;
}
@media screen and (max-width:1600px) {
  .breadcrumbs_inner {
    width: 90%;
    padding: 8px;
  }
}
@media screen and (max-width:750px) {
  .breadcrumbs_inner {
    font-size: 12px;
  }
}

/* ------------------------
  anchor
------------------------*/
.anchor {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.anchor li {
  width: 24.2%;
  margin: 0 12px 12px 0;
  display: table;
}
.anchor li:nth-child(4n), .anchor li:last-child {
  margin-right: 0;
}
.anchor li a {
  width: 200px;
  height: 42px;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 30px 20px 20px;
  position: relative;
}
.anchor li a:hover {
  background-color: #F5F5F5;
}
.anchor li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
@media screen and (max-width:1200px) {
  .anchor {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
  .anchor li {
    width: 23.9%;
  }
  .anchor li a {
    width: 15vw;
    font-size: 14px;
    padding: 15px 26px 15px 15px;
  }
}
@media screen and (max-width:950px) {
  .anchor {
    width: 100%;
    padding: 0 30px;
    justify-content: unset;
  }
  .anchor li {
    margin: 0 2% 2% 0;
    display: table;
    width: 49%
  }
  .anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .section__content__innerblock .anchor {
    display: block;
    width: 100%;
    padding: 0;
  }
  .section__content__innerblock .anchor li {
    margin: 0 2% 2% 0;
    display: table;
    width: 100%;
  }
}

/* ------------------------
  contents margin
------------------------*/
.breadcrumbs, .anchor {
  margin-bottom: 114px;
}
/* .subpage .section__contents {
  margin-bottom: 200px;
} */
.subpage .section__contents:last-child {
  margin-bottom: 215px;
}
.section__content__innerblock {
  margin-bottom: 70px;
}
.section__content__innerblock:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
  .anchor {
    margin-bottom: 90px;
  }
  .subpage .section__contents:last-child {
    margin-bottom: 90px;
  }
  .section__content__innerblock {
    margin-bottom: 40px;
  }
}

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

  faq

=========================*/
.faq_list {
  width: 100%;
}
.faq_list li {
  margin-bottom: 60px;
}
.faq_list li:last-child {
  margin-bottom: 0;
}
.faq_list h3 {
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.faq_list h3::before {
  content: "Q.";
  font-size: 1.3em;
  line-height: 1.0em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.faq_list .answer {
  font-size: 1.0em;
  width: calc(100% - 109px);
  padding: 34px 34px 34px 75px;
  background-color: #EBEBEB;
  position: relative;
}
.faq_list .answer::before {
  content: "A.";
  position: absolute;
  font-size: 26px;
  line-height: 1.0;
  width: 26px;
  height: 26px;
  display: inline-block;
  left: 34px;
  top: 36px;
  margin: auto;
}
.faq_list .answer p {
  margin-bottom: 0;
}
@media screen and (max-width:1600px) {
  .faq_list li {
    margin-bottom: 60px;
  }
  .faq_list h3 {
    margin-bottom: 20px;
    padding-left: 42px;
  }
  .faq_list .answer {
    width: calc(100% - 74px);
    padding: 20px 20px 20px 54px;
  }
  .faq_list .answer::before {
    font-size: 22px;
    width: 22px;
    height: 22px;
    left: 20px;
    top: 20px;
    margin: auto;
  }
}
@media screen and (max-width:750px) {
  .faq_list li {
    margin-bottom: 50px;
  }
}

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

  news

=========================*/
#news_list .news_item, #interview_list .interview_item {
  margin-bottom: 30px;
  text-align: left;
}
#news_list .news_item:last-child,
#interview_list .interview_item:last-child  {
  margin-bottom: 0;
}
#news_list .news_item_inner a, #interview_list .interview_item_inner a {
  display: flex;
  align-items: center;
}
#news_list .news_item_inner dd, #interview_list .interview_item_inner dd {
  width: 20%;
}
#news_list .news_item_inner h3, #interview_list .interview_item_inner h3 {
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#news_post .post_contents, #news_post h2,
#interview_post .post_contents, #interview_post h2 {
  text-align: left;
}
#news_post .post_contents,
#interview_post .post_contents {
  width: calc(100% - 80px);
  padding: 60px 40px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
#news_post h2,
#interview_post h2 {
  width: 100%;
}
#news_post .post_ttl,
#interview_post .post_ttl {
  margin-bottom: 60px;
}
#news_post .h2_date, #interview_post .h2_date {
  margin-bottom: 15px;
}
#news_post h2, #interview_post h2 {
  font-size: 20px;
  margin: 8px 0 0 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #CCCCCC;
}
#news_post h2::before, #interview_post h2::before {
  content: none;
}

#news_post .news_content_box h1,
#news_post .news_content_box h2,
#news_post .news_content_box h3,
#news_post .news_content_box h4,
#interview_post .interview_content_box > h1,
#interview_post .interview_content_box > h2,
#interview_post .interview_content_box > h3,
#interview_post .interview_content_box > h4 {
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 0;
}
#news_post .news_content_box h1,
#interview_post .news_content_box > h1,
#interview_post .interview_content_box > h1 {
  font-size: 50px;
  line-height: 1.0;
}
#news_post .news_content_box h2,
#interview_post .news_content_box > h2,
#interview_post .interview_content_box > h2 {
  font-size: 40px;
  border: none;
}
#news_post .news_content_box h3,
#interview_post .news_content_box > h3,
#interview_post .interview_content_box > h3 {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
#news_post .news_content_box h3::before,
#interview_post .news_content_box > h3::before,
#interview_post .interview_content_box > h3::before  {
  content: "";
  width: 34px;
  height: 3px;
  background-color: #000000;
  margin-right: 14px;
}
#news_post .news_content_box h4,
#interview_post .news_content_box > h4,
#interview_post .interview_content_box > h4 {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  border-left: 10px solid #000000;
  margin-bottom: 8px !important;
  padding-left: 12px;
}
.news_content_box a:hover, .interview_content_box a:hover {
  opacity: 0.6;
}

/* ul ol */
.news_content_box ul, .news_content_box ol,
.interview_content_box ul, .interview_content_box ol {
  margin-bottom: 40px;
  padding-left: 16px;
}
.news_content_box ul, .interview_content_box ul {
  list-style-type: disc;
}
.news_content_box ol, .interview_content_box ol {
  list-style: decimal;
}

/* 画像 */
.news_content_box img, .interview_content_box img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.news_content_box img.alignleft, .interview_content_box img.alignleft {
  width: 350px;
  float: left;
}
.news_content_box img.alignright, .interview_content_box img.alignright {
  width: 350px;
  float: right;
}

/* 引用 */
.news_content_box blockquote, .interview_content_box blockquote {
  position: relative;
  margin-bottom: 40px;
  padding: 38px 15px 15px;
  box-sizing: border-box;
  font-style: italic;
  text-align: left;
  background: #efefef;
  color: #555555;
}
.news_content_box blockquote:before, .interview_content_box > blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.news_content_box blockquote p, .interview_content_box > blockquote p {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.7;
}
.news_content_box blockquote cite, .interview_content_box > blockquote cite {
  display: block;
  text-align: left;
  color: #888888;
  font-size: 0.9em;
}
/* 前の記事、次の記事 */
.page_back_next li {
  margin-right: 30px;
}
.page_back_next li:last-child {
  margin-right: 0;
}
.back_next a {
  background-color: #FFFFFF;
  margin-top: 60px;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #000000;
  display: block;
}
.back_next a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
@media screen and (max-width:750px) {
  #news_list .news_item, #interview_list .interview_item {
    margin-bottom: 20px;
  }
  #news_list .news_item_inner a,
  #interview_list .news_item_inner a {
    display: block;
  }
  #news_post h2, #interview_post h2 {
    padding-bottom: 15px;
  }
  #news_post .news_content_box h3,
  #interview_post .news_content_box > h3,
  #interview_post .interview_content_box > h3 {
    font-size: 18px;
  }
  #news_post .news_content_box h3::before, #interview_post .news_content_box > h3::before, #interview_post .interview_content_box > h3::before {
    width: 20px;
  }
  #news_post .news_content_box h4,
  #interview_post .news_content_box > h4,
  #interview_post .interview_content_box > h4 {
    font-size: 16px;
  }
  #news_post .post_contents,
  #interview_post .post_contents {
    width: calc(100% - 40px);
    padding: 30px 20px;
    background-color: #FFFFFF;
    border-radius: 15px;
  }
  #news_list .news_item_inner dd,
  #news_list .news_item_inner h3,
  #interview_list .news_item_inner dd,
  #interview_list .news_item_inner h3 {
    width: 100%;
    font-size: 14px;
  }
  #news_post .post_ttl, #interview_post .post_ttl {
    margin-bottom: 40px;
  }
  .news_content_box img.alignleft,
  .news_content_box img.alignright,
  .interview_content_box img.alignleft,
  .interview_content_box img.alignright {
    width: 100%;
    float: unset;
  }
  .back_next a {
    margin-top: 40px;
  }
}

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

  404

=========================*/
#error404 {
  text-align: center;
  margin: 190px 0;
}
#error404 h2 {
  font-size: 4em;
  line-height: 1.6em;
}
#error404 h3 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 50px;
}
#error404 .error404_txt {
  margin-bottom: 60px;
}
#error404 .error404_txt p {
  text-align: center;
}

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

  form

=========================*/
.form {
  background-color: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 70px;
  padding: 60px 50px;
}
.form p {
  text-align: center;
  margin-bottom: 0;
}
.form dl {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F7F7F7;
}
.form dl dt {
  width: 30%;
  font-weight: 500;
}
.form dl dt p,
.form dd p {
  text-align: left;
}
.form dd input,
.form dd textarea {
  width: 430px;
  border-radius: 100vh;
  border: 1px solid #E0E0E0;
  padding: 10px 30px;
}
.form dd textarea {
  border-radius: 15px;
}
.form dd input[type="checkbox"] {
  width: auto;
}
[type="submit"] {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
  padding: 14px 72px;
  font-size: 1.0em;
  border-radius: 100vw;
  margin-top: 70px;
}
[type="submit"]:hover {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  opacity: 0.6;
}
.form dd ::placeholder {
  color: #E0E0E0;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 2px solid #000000;
  outline: 0;
}
.privacy_policy {
  height: 300px;
  overflow: scroll;
  background-color: #FFFFFF;
  border-radius: 15px;
}
.privacy_policy .privacy_policy_inner {
  font-size: 14px;
  padding: 60px;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  text-align: left;
  padding-left: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  text-align: center;
  margin-top: 70px;
  padding: 10px;
  border-color: #000000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #000000 !important;
}
@media screen and (max-width:950px) {
  .form dl dt {
    margin-right: 15px;
  }
  .form dd {
    width: 100%;
  }
  .form dd input, .form dd textarea {
    width: calc(100% - 62px);
  }
}
@media screen and (max-width:750px) {
  .form {
    padding: 30px 20px;
  }
  .form dl {
    display: block;
  }
  .form dl dt {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .form dd input, .form dd textarea {
    width: calc(100% - 42px);
    padding: 10px 20px;
  }
  .privacy_policy .privacy_policy_inner {
    font-size: 13px;
    padding: 30px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px !important;
    padding-left: 0;
  }
}
/* =========================

  complete

=========================*/
#complete {
  margin-top: 215px;
}
@media screen and (max-width:750px) {
  #complete {
    margin-top: 110px;
  }
}
/* =========================

  page navi

=========================*/
.wp-pagenavi {
  text-align: center;
  margin: 60px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000000;
	padding: 12px 19px;
	margin: 0 5px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000000;
  border-radius: 5px;
}
.wp-pagenavi a:hover{
	color: #FFFFFF;
	background-color: #000000
}
.wp-pagenavi span.current {
	color: #FFFFFF;
	background-color: #000000;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last, .wp-pagenavi a.first {
  border-radius: 4px;
}
@media screen and (max-width:750px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi span.pages,.wp-pagenavi a.first,
  .wp-pagenavi a.last {
    display: none;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
  }
}

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

  other

=========================*/
.photo, .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.photo li, .col2 .col2__item {
  width: 48%;
  margin-bottom: 30px;
}
.photo {
  align-items: normal;
}
.photo p {
  text-align: center;
}
.col2 .col2__item {
  text-align: left;
}
.col3 {
  display: flex;
}
.col3 li {
  text-align: center;
  margin-right: 2%;
}
.col3 li:last-child {
  margin-right: 0;
}
.col3 li .img__area {
  width: 525px;
  height: 325px;
}
.col3 li .img__area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width:1600px) {
  .col3 li {
    width: 32%;
  }
  .col3 li .img__area {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width:750px) {
  .col2, .col3 {
    display: block;
  }
  .col2 .col2__item {
    width: 100%;
  }
  .col3 li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .col3 li:last-child {
    margin-bottom: 0;
  }
}