@charset "UTF-8";
/* Scss Document */
@import "normalize.css";
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

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

    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================

    common

========================================================*/
html {
  font-size: 63.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 56.5%;
  }
}

body {
  font-size: 1.5rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #142846;
  font-family: "Noto Sans JP", sans-serif;
}
a {
  transition: all 0.3s ease 0s;
  color: #142846;
  text-decoration: none;
}
a:hover {
  color: #142846;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1209px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1210px) {
  .sp02 {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.no_link {
  opacity: 0.3;
  pointer-events: none;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

a img {
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

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

.f12 {
  font-size: 1.2rem !important;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #e50044;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold;
}

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

    header

========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden;
  }
}
#container header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  z-index: 9999;
  background: #142846;
}
@media screen and (max-width: 767px) {
  #container header {
    padding: 0;
  }
}
#container header.is-fixed {
  position: fixed;
  background: #142846;
  animation: nyuru 0.5s;
}
#container header.is-fixed.bl {
  background: rgba(255, 255, 255, 0.8);
}
@keyframes nyuru {
  0% {
    margin-top: -158px;
  }
  100% {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes nyuru {
    0% {
      margin-top: -78px;
    }
    100% {
      margin-top: 0;
    }
  }
}
#container header .head_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 45px 30px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1209px) {
  #container header .head_inner {
    padding: 13px;
    position: relative;
    z-index: 1000;
  }
}
#container header .head_inner .nav_wrap {
  width: 60%;
}
#container header .head_inner .nav_wrap .telnum {
  color: #142846;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
  margin-bottom: 1em;
  background: #fff;
  padding: 20px 25px 10px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  right: 100px;
  top: 0;
}
#container header .head_inner .nav_wrap .telnum a {
  color: #142846;
}
@media screen and (max-width: 1209px) {
  #container header .head_inner .nav_wrap nav {
    width: 65%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1101px) {
  #container header .head_inner .nav_wrap nav {
    width: 50%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  #container header .head_inner .nav_wrap nav {
    padding: 10px;
  }
}
#container header .head_inner .nav_wrap nav .gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#container header .head_inner .nav_wrap nav .gnav li {
  width: calc(16.666666% - 20px);
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.2;
}
#container header .head_inner .nav_wrap nav .gnav li span {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
#container header .head_inner .nav_wrap nav .gnav li:last-child {
  margin-right: 0;
}
#container header .head_inner .nav_wrap nav .gnav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
}
#container .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 9999;
  border-radius: 5px;
  background: #0c1c4d;
  transform: scale(0.8);
}
#container .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff;
}
#container .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
#container .menu-trigger {
  padding-right: 20px;
}
#container .menu-trigger.active span {
  background-color: #fff;
}
#container .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#container .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  display: none;
  text-align: center;
}
#container #overlay .telnum {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
}
#container #overlay .telnum span {
  font-size: 1.6rem;
}
#container #overlay ul {
  width: 100%;
  margin: 10px 0;
}
#container #overlay ul li {
  margin: 25px 15px;
  text-align: center;
  line-height: 1.6;
  border: 0;
}
#container #overlay ul li span {
  display: block;
  font-size: 1.2rem;
}
#container #overlay ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#container footer {
  background: #112C50;
}
#container footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #container footer .inner {
    padding: 20px 10px;
  }
}
#container footer .inner nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
#container footer .inner nav .gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav .gnav {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#container footer .inner nav .gnav li {
  margin-right: 30px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav .gnav li {
    border-right: 0;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}
#container footer .inner nav .gnav li:last-child {
  margin-right: 0;
  border-right: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav .gnav li:last-child {
    padding: 0 0 10px 0;
  }
}
#container footer .inner nav .gnav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#container footer .inner nav .gnav li span {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #container footer .inner nav .gnav li span {
    font-size: 1.2rem;
  }
}
#container footer address {
  background: #E9E9E9;
  padding: 25px;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #container footer address {
    display: block;
  }
}
#container footer address .link {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #container footer address .link {
    margin: 20px 0 0 0;
  }
}
#container footer address .link a {
  text-decoration: underline;
}

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

    共通レイアウト

========================================================*/
#container img {
  max-width: 100%;
  height: auto;
}
#container .flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #container .flex .box01 {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #container .flex .box02 {
    order: 2;
  }
}
#container .flex img {
  max-width: 100%;
}
#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 1101px) {
  #container #content .inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#container #content section p {
  line-height: 2.3;
}
#container #content section .inner {
  padding: 50px 0;
}
@media screen and (max-width: 1101px) {
  #container #content section .inner {
    padding: 15px 0;
    box-sizing: border-box;
  }
}
#container #content section .more01 {
  line-height: 1;
}
#container #content section .more01 a {
  max-width: 360px;
  display: block;
  margin: 60px auto 0;
  background: #142846;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
#container #content section .more01 a::after {
  content: url(../img/top/ico_arrow01.svg);
  position: absolute;
  top: 12px;
  right: 15px;
}
#container #content section .more02 {
  line-height: 1;
}
#container #content section .more02 a {
  max-width: 300px;
  display: block;
  margin: 30px auto 0;
  border: 1px solid #142846;
  text-align: center;
  color: #142846;
  position: relative;
  padding: 20px;
  font-weight: 600;
  box-sizing: border-box;
}
#container #content section .more02 a::after {
  content: url(../img/top/ico_link.svg);
  margin-left: 20px;
}
#container #content section .more03 {
  line-height: 1.4;
}
#container #content section .more03 a {
  max-width: 315px;
  display: block;
  margin: 60px auto 0;
  background: #142846;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
}
#container .toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #container .toTop {
    bottom: 0;
  }
}
#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 0;
  margin: 2px 10px;
  color: #707070;
  font-size: 1.6rem;
  border-radius: 50%;
  width: 40px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  background: #fff;
  border: 1px solid #444;
}
#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #b52e82;
  background: #b52e82;
  color: #fff;
}
#container .wp-pagenavi a.nextpostslink {
  border-radius: 20px;
  font-size: 1.3rem;
  width: auto;
  height: auto;
  padding: 10px 10px;
  line-height: 1.6;
}
#container .wp-pagenavi a.previouspostslink {
  border-radius: 20px;
  font-size: 1.3rem;
  width: auto;
  height: auto;
  padding: 10px 10px;
  line-height: 1.6;
}
#container .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#container .slick-next:before {
  background: url(../img/common/ico_next.svg) !important;
  background-size: contain !important;
}
#container .slick-prev:before {
  background: url(../img/common/ico_prev.svg) !important;
  background-size: contain !important;
}

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

    TOPコンテンツ

========================================================*/
#top #container {
  overflow: hidden;
}
#top #container section h2.style01 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #142846;
  padding: 15px 0;
  border-top: 2px solid #142846;
  border-bottom: 2px solid #142846;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #top #container section h2.style01 {
    font-size: 2.3rem;
  }
}
#top #container section h2.style02 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container section h2.style02 {
    font-size: 2.3rem;
  }
}
#top #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top #container section .inner {
    padding: 50px 15px;
  }
}
#top #container .mv {
  margin-bottom: 100px;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
#top #container .mv video {
  width: 100%;
  aspect-ratio: 16/9;
}
#top #container .sec001 {
  text-align: center;
}
#top #container .sec001 h2 {
  margin-bottom: 70px;
}
#top #container .sec001 .lead {
  margin: 50px 0 100px;
}
#top #container .sec001 .box h3 {
  padding: 25px;
  background: #142846;
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .box h3 {
    font-size: 2.5rem;
  }
}
#top #container .sec001 .box .flex {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
#top #container .sec001 .box .flex figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .box .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #container .sec001 .box .flex .cont {
  width: calc(50% - 20px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .box .flex .cont {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#top #container .sec001 .box .flex .cont h4 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #container .sec001 .box .flex .cont h4 {
    font-size: 2.2rem;
  }
}
#top #container .sec002 .inner .lead {
  text-align: center;
  margin-bottom: 60px;
}
#top #container .sec002 .inner .flex {
  justify-content: space-between;
}
#top #container .sec002 .inner .flex li {
  width: calc(33.333333% - 5px);
}
@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top #container .sec003 {
  margin-bottom: 100px;
}
#top #container .sec003 .lead {
  text-align: center;
}
#top #container .sec004 {
  margin-bottom: 100px;
}
#top #container .sec004 .inner .outline {
  width: 500px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner .outline {
    width: 100%;
  }
}
#top #container .sec004 .inner .outline tr th {
  border-right: 1px solid #999999;
  padding: 10px 20px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1.6;
}
#top #container .sec004 .inner .outline tr td {
  padding: 10px 20px;
  line-height: 1.6;
}
#top #container .sec004 .inner .outline tr:first-child th {
  padding: 0 20px 10px;
}
#top #container .sec004 .inner .outline tr:first-child td {
  padding: 0 20px 10px;
}
#top #container .sec004 .inner .outline tr:last-child th {
  padding: 10px 20px 0;
}
#top #container .sec004 .inner .outline tr:last-child td {
  padding: 10px 20px 0;
}
#top #container .sec004 .inner figure {
  text-align: center;
  margin: 50px 0;
}
#top #container .sec004 .inner dl dt {
  background: #142846;
  padding: 15px;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
}
#top #container .sec004 .inner dl dd {
  padding: 40px 80px;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner dl dd {
    padding: 15px 20px;
  }
}
#top #container .sec004 .inner dl dd table {
  width: 100%;
}
#top #container .sec004 .inner dl dd table tr th {
  padding: 15px;
  border-bottom: 1px solid #999999;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner dl dd table tr th {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
    border: 0;
    padding: 10px;
  }
}
#top #container .sec004 .inner dl dd table tr td {
  padding: 15px;
  border-bottom: 1px solid #999999;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top #container .sec004 .inner dl dd table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
  }
}
#top #container .sec004 .inner dl dd table tr:last-child th {
  border-bottom: 0;
}
#top #container .sec004 .inner dl dd table tr:last-child td {
  border-bottom: 0;
}
#top #container .sec006 .inner .lead {
  text-align: center;
  margin-bottom: 30px;
}
#top #container .sec006 .inner .txt {
  text-align: center;
}
#top #container .sec006 .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
#top #container .sec006 .inner .flex figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #container .sec006 .inner .form {
  padding-top: 50px;
  margin: 50px 0 0;
  border-top: 1px solid #999999;
}
#top #container .sec006 .inner .form h3 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
#top #container .sec006 .inner .form .flex {
  justify-content: space-between;
}
#top #container .sec006 .inner .form .flex dl {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #top #container .sec006 .inner .form .flex dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #container .sec006 .inner .form .flex dl dt {
  font-size: 1.8rem;
}
#top #container .sec006 .inner .form .flex dl dt span {
  font-size: 1.6rem;
  color: #9F9D9C;
  margin-left: 1em;
}
#top #container .sec006 .inner .form .flex dl dt em {
  font-size: 1.2rem;
  color: #fff;
  background: #e50044;
  padding: 1px 3px;
  border-radius: 5px;
  margin-left: 1em;
}
#top #container .sec006 .inner .form .flex dl dd input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#top #container .sec006 .inner .form .flex dl dd textarea {
  width: 100%;
  height: 500px;
  padding: 10px;
  box-sizing: border-box;
}
#top #container .sec006 .inner .form .submit {
  text-align: center;
  margin-top: 40px;
}
#top #container .sec006 .inner .form .submit input {
  border: 1px solid #E50012;
  color: #E50012;
  font-size: 2.2rem;
  font-weight: 600;
  width: 300px;
  margin: 0 auto;
  background: #FACCD0;
  padding: 25px;
  box-sizing: border-box;
}
#top #container .sec006 .inner .privacy_txt {
  margin-top: 50px;
}
#top #container .sec006 .inner .privacy_txt dl dt {
  background: #EBEBEB;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  cursor: pointer;
}
#top #container .sec006 .inner .privacy_txt dl dt::after {
  content: url(../img/top/ico_arrow02.svg);
}
#top #container .sec006 .inner .privacy_txt dl dt.active::after {
  transform: rotate(180deg);
}
#top #container .sec006 .inner .privacy_txt dl dd {
  margin-top: 30px;
  display: none;
}

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

    下階層

========================================================*/
#local #container {
  overflow: hidden;
}
#local #container header {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #local #container header {
    margin-bottom: 40px;
  }
}
#local #container section h2.style01 {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #142846;
  padding: 15px 0;
  border-top: 2px solid #142846;
  border-bottom: 2px solid #142846;
  margin-bottom: 1em;
  line-height: 1.4;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style01 {
    font-size: 2.2rem;
  }
}
#local #container section h2.style02 {
  font-size: 3.8rem;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #local #container section h2.style02 {
    font-size: 2.5rem;
  }
}
#local #container section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #local #container section .inner {
    padding: 50px 15px;
  }
}

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

    実績紹介

========================================================*/
#local .works .sec001 {
  background-image: url(../img/works/bg02.svg), url(../img/works/bg03.svg), url(../img/works/bg04.svg);
  background-repeat: no-repeat;
  background-position: 105% 0, -5% 30%, 105% 100%;
}
@media screen and (max-width: 767px) {
  #local .works .sec001 {
    background: 0;
  }
}
#local .works .sec001 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #local .works .sec001 .inner .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#local .works .sec001 .inner .flex {
  justify-content: space-between;
}
#local .works .sec001 .inner .flex li {
  width: calc(33.333333% - 20px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .works .sec001 .inner .flex li {
    width: 100%;
  }
}
#local .works .sec002 {
  background-image: url(../img/works/bg05.svg);
  background-repeat: no-repeat;
  background-position: -5% 50%;
}
@media screen and (max-width: 767px) {
  #local .works .sec002 {
    background: 0;
  }
}
#local .works .sec002 .inner .lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .works .sec002 .inner .lead {
    text-align: left;
  }
}
#local .works .sec003 {
  background-image: url(../img/works/bg06.svg);
  background-repeat: no-repeat;
  background-position: 105% 50%;
}
@media screen and (max-width: 767px) {
  #local .works .sec003 {
    background: 0;
  }
}
#local .works .sec003 .inner .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
#local .works .sec003 .inner .flex figure {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  #local .works .sec003 .inner .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .works .sec003 .inner .flex .cont {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  #local .works .sec003 .inner .flex .cont {
    width: 100%;
  }
}
#local .works .sec003 .inner .lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .works .sec003 .inner .lead {
    text-align: left;
  }
}
#local .works .sec004 {
  background-image: url(../img/works/bg07.svg), url(../img/works/bg08.svg);
  background-repeat: no-repeat;
  background-position: -5% 0, 105% 100%;
}
@media screen and (max-width: 767px) {
  #local .works .sec004 {
    background: 0;
  }
}
#local .works .sec004 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #local .works .sec004 .inner .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#local .works .sec004 .inner .flex {
  justify-content: space-between;
}
#local .works .sec004 .inner .flex li {
  width: calc(33.333333% - 20px);
}
@media screen and (max-width: 767px) {
  #local .works .sec004 .inner .flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .works .sec005 {
  background-image: url(../img/works/bg09.svg);
  background-repeat: no-repeat;
  background-position: -5% 100%;
}
@media screen and (max-width: 767px) {
  #local .works .sec005 {
    background: 0;
  }
}
#local .works .sec005 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #local .works .sec005 .inner .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#local .works .sec006 .lead {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #local .works .sec006 .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#local .works .sec006 .flex {
  justify-content: space-between;
  margin-bottom: 50px;
}
#local .works .sec006 .flex figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #local .works .sec006 .flex figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

    採用情報

========================================================*/
#local .recruit .sec001 h2 {
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec001 h2 {
    font-size: 3.2rem;
  }
}
#local .recruit .sec001 .lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec001 .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
#local .recruit .sec001 .lead.mrgB0 {
  margin-bottom: 0;
}
#local .recruit .sec001 h3 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec001 h3 {
    font-size: 2.2rem;
  }
}
#local .recruit .sec002 {
  background: url(../img/recruit/bg01.png) no-repeat -30% top;
}
#local .recruit .sec002 .inner .flex {
  justify-content: space-between;
}
#local .recruit .sec002 .inner .flex li {
  width: calc(33.333333% - 20px);
}
@media screen and (max-width: 767px) {
  #local .recruit .sec002 .inner .flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .recruit .sec003 {
  background: url(../img/recruit/bg02.png) no-repeat 130% bottom/50%;
}
#local .recruit .sec003 .inner h3 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner h3 {
    font-size: 2.2rem;
  }
}
#local .recruit .sec003 .inner table {
  width: 100%;
  margin-bottom: 50px;
}
#local .recruit .sec003 .inner table tr th {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 15px;
  line-height: 1.6;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner table tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#local .recruit .sec003 .inner table tr td {
  padding: 15px;
  line-height: 1.6;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec003 .inner table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#local .recruit .sec003 .inner table tr:nth-child(odd) {
  background: #dcdfe3;
}
#local .recruit .sec003 .inner figure {
  text-align: center;
}
#local .recruit .sec004 {
  background: url(../img/recruit/bg03.png) no-repeat -30% bottom;
}
#local .recruit .sec005 .inner .catch {
  padding: 15px;
  background: #dcdfe3;
  text-align: center;
  margin-top: 40px;
}
#local .recruit .sec005 .inner .catch p {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec005 .inner .catch p {
    font-size: 1.6rem;
    text-align: left;
  }
}
#local .recruit .sec006 {
  background: url(../img/recruit/bg04.png) no-repeat 130% top;
}
#local .recruit .sec006 .inner .lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
#local .recruit .sec006 .inner table {
  width: 100%;
  vertical-align: middle;
}
#local .recruit .sec006 .inner table tr:first-child th {
  border-top: 1px solid #142846;
}
#local .recruit .sec006 .inner table tr:first-child td {
  border-top: 1px solid #142846;
}
#local .recruit .sec006 .inner table tr th {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 25px;
  border-bottom: 1px solid #142846;
  line-height: 1.6;
  width: 20%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .inner table tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#local .recruit .sec006 .inner table tr td {
  padding: 25px;
  border-bottom: 1px solid #142846;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec006 .inner table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#local .recruit .sec007 {
  background: url(../img/recruit/bg05.png) no-repeat -30% top;
}
#local .recruit .sec007 .inner .wrap {
  margin-top: 60px;
}
#local .recruit .sec007 .inner .wrap dl {
  padding: 20px 15px;
  border-top: 1px solid #142846;
}
#local .recruit .sec007 .inner .wrap dl.last {
  border-bottom: 1px solid #142846;
}
#local .recruit .sec007 .inner .wrap dl dt {
  font-size: 2rem;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .wrap dl dt {
    font-size: 1.6rem;
    padding-right: 30px;
  }
}
#local .recruit .sec007 .inner .wrap dl dt span {
  margin-right: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#local .recruit .sec007 .inner .wrap dl dt::after {
  content: url(../img/top/ico_arrow02.svg);
  position: absolute;
  right: 20px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec007 .inner .wrap dl dt::after {
    right: 10px;
  }
}
#local .recruit .sec007 .inner .wrap dl dt.active::after {
  transform: rotate(180deg);
}
#local .recruit .sec007 .inner .wrap dl dd {
  display: none;
  max-width: 860px;
  margin-top: 30px;
}
#local .recruit .sec007 .inner .wrap dl dd .flex {
  align-items: baseline;
  justify-content: space-between;
}
#local .recruit .sec007 .inner .wrap dl dd .flex span {
  background: #142846;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 5px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 5px;
}
#local .recruit .sec007 .inner .wrap dl dd .flex p {
  width: 94%;
}
#local .recruit .sec008 {
  background: url(../img/recruit/bg06.png) no-repeat 130% top/50%;
}
#local .recruit .sec008 .inner .lead {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 .inner .lead {
    font-size: 2rem;
    text-align: left;
  }
}
#local .recruit .sec008 .inner .flex {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto 60px;
}
#local .recruit .sec008 .inner .flex li {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 .inner .flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#local .recruit .sec008 .inner .flex li a {
  background: #112C50;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 25px;
  display: block;
}
#local .recruit .sec008 .inner .flex li:last-child a {
  background: #fff;
  border: 1px solid #112C50;
  color: #112C50;
}
#local .recruit .sec008 .inner .txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #local .recruit .sec008 .inner .txt {
    text-align: left;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */