@charset "UTF-8";
/*ResetCSS*/
@import url("bootstrap-reboot.css");
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* Word Press Native Style */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

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

/*displayプロパティー */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-inline {
    display: inline; } }
@media (max-width: 767px) {
  .d-sp-none {
    display: none; }

  .d-sp-block {
    display: block; }

  .d-sp-inline-block {
    display: inline-block; }

  .d-sp-inline {
    display: inline; } }
/*flexプロパティー*/
.d-flex {
  display: flex;
  flex-wrap: wrap; }

.justify-content-end {
  justify-content: flex-end; }

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

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

@media (min-width: 768px) {
  .d-flex.flex-md-row-reverse, .d-md-flex.flex-md-row-reverse {
    flex-direction: row-reverse; }

  .d-md-flex {
    display: flex;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .d-md-flex > * {
    margin-bottom: 16px; } }
/*positionプロパティー*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed;
  z-index: 1;
  width: 100%; }

/*基本設定*/
html {
  font-size: 18px; }

body {
  font-family: "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  color: black;
  letter-spacing: .01em; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .14em;
  line-height: 1.4; }

p {
  line-height: 1.73;
  letter-spacing: .05em; }

.serif {
  font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif; }

.sans-serif {
  font-family: "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

.midashi-font {
  font-family: "M PLUS 1p", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

figure {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto !important; }

iframe {
  max-width: 100%; }

@media (max-width: 767px) {
  table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > th, table.sp-block > tbody > tr > td {
    display: block; } }
.container-l {
  max-width: inherit;
  width: 94.8%;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 94.8%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 94.8%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.container-ss {
  width: 94.8%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

/*float*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clearboth {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (min-width: 768px) {
  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; } }
@media (max-width: 767px) {
  .sp-clearfix:after {
    content: "";
    clear: both;
    display: block; }

  .float-sp-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px; }

  .float-sp-right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; } }
/*グリッドシステム*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w-16, .parent-6 > * {
  width: calc(100% / 6); }

.parent-6s > * {
  width: calc((100% / 6) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-20, .parent-5 > * {
  width: calc(100% / 5); }

.parent-5s > * {
  width: calc((100% / 5) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-25, .parent-4 > * {
  width: calc(100% / 4); }

.parent-4s > * {
  width: calc((100% / 4) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-30 {
  width: 30%; }

.w-33s {
  width: calc((100% / 3) -  2% ); }

.w-33, .parent-3 > * {
  width: calc(100% / 3); }

.parent-3s > * {
  width: calc((100% / 3) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-40 {
  width: 40%; }

.w-50, .parent-2 > * {
  width: calc(100% / 2); }

.parent-2s > * {
  width: calc((100% / 2) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-60 {
  width: 60%; }

.w-66 {
  width: calc((100% / 3) * 2); }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-100 {
  width: 100%; }

@media (min-width: 768px) {
  .w-md-16, .parent-md-6 > * {
    width: calc(100% / 6); }

  .parent-md-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-16s {
    width: calc((100% / 6) -  1% ); }

  .w-md-20, .parent-md-5 > * {
    width: calc(100% / 5); }

  .parent-md-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-20s {
    width: calc((100% / 5) -  1% ); }

  .w-md-25, .parent-md-4 > * {
    width: calc(100% / 4); }

  .parent-md-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-30 {
    width: 30%; }

  .w-md-30s {
    width: calc(30% - 2% ); }

  .w-md-33, .parent-md-3 > * {
    width: calc(100% / 3); }

  .w-md-33s {
    width: calc((100% / 3) - 2% ); }

  .parent-md-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-40 {
    width: 40%; }

  .w-md-40s {
    width: calc(40% -  2% ); }

  .w-md-50, .parent-md-2 > * {
    width: calc(100% / 2); }

  .parent-md-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-60 {
    width: 60%; }

  .w-md-60s {
    width: calc(60% -  2% ); }

  .w-md-66 {
    width: calc((100% / 3) * 2); }

  .w-md-66s {
    width: calc((100% / 3) * 2 - 2% ); }

  .w-md-70 {
    width: 70%; }

  .w-md-70s {
    width: calc(70% -  2% ); }

  .w-md-75 {
    width: 75%; }

  .w-md-75s {
    width: calc(75% -  2% ); }

  .w-md-80 {
    width: 80%; }

  .w-md-80s {
    width: calc(80% -  2% ); }

  .w-md-100 {
    width: 100%; } }
@media (max-width: 767px) {
  .w-sp-16, .parent-sp-6 > * {
    width: calc(100% / 6); }

  .parent-sp-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-20, .parent-sp-5 > * {
    width: calc(100% / 5); }

  .parent-sp-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-25, .parent-sp-4 > * {
    width: calc(100% / 4); }

  .parent-sp-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-30 {
    width: 30%; }

  .w-sp-33, .parent-sp-3 > * {
    width: calc(100% / 3); }

  .parent-sp-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-40 {
    width: 40%; }

  .w-sp-50, .parent-sp-2 > * {
    width: calc(100% / 2); }

  .parent-sp-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-60 {
    width: 60%; }

  .w-sp-66 {
    width: calc((100% / 3) * 2); }

  .w-sp-70 {
    width: 70%; }

  .w-sp-75 {
    width: 75%; }

  .w-sp-80 {
    width: 80%; }

  .w-sp-100 {
    width: 100%; } }
/*ボックスのサイズと余白と効果
横方向に個別の幅を指定するクラスは無い*/
.p-0px {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.pt-0px {
  padding-top: 0; }

.pl-0px {
  padding-left: 0; }

.pr-0px {
  padding-right: 0; }

.pb-0px {
  padding-bottom: 0; }

.pt-10px {
  padding-top: 10px; }

.pt-15px {
  padding-top: 15px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-70px {
  padding-top: 70px; }

.pt-80px {
  padding-top: 80px; }

.pt-90px {
  padding-top: 90px; }

.pt-100px {
  padding-top: 100px; }

.pb-10px {
  padding-bottom: 10px; }

.pb-15px {
  padding-bottom: 15px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-70px {
  padding-bottom: 70px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-90px {
  padding-bottom: 90px; }

.pb-100px {
  padding-bottom: 100px; }

.m-0px {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.mt-0px {
  margin-top: 0; }

.ml-0px {
  margin-left: 0; }

.mr-0px {
  margin-right: 0; }

.mb-0px {
  margin-bottom: 0; }

.mt-10px {
  margin-top: 10px; }

.mt-15px {
  margin-top: 15px; }

.mt-20px {
  margin-top: 20px; }

.mt-24px {
  margin-top: 24px; }

.mt-30px {
  margin-top: 30px; }

.mt-40px {
  margin-top: 40px; }

.mt-50px {
  margin-top: 50px; }

.mt-60px {
  margin-top: 60px; }

.mt-70px {
  margin-top: 70px; }

.mt-80px {
  margin-top: 80px; }

.mt-90px {
  margin-top: 90px; }

.mt-100px {
  margin-top: 100px; }

.mb-10px {
  margin-bottom: 10px; }

.mb-15px {
  margin-bottom: 15px; }

.mb-20px {
  margin-bottom: 20px; }

.mb-24px {
  margin-bottom: 24px; }

.mb-30px {
  margin-bottom: 30px; }

.mb-32px {
  margin-bottom: 32px; }

.mb-40px {
  margin-bottom: 40px; }

.mb-48px {
  margin-bottom: 48px; }

.mb-50px {
  margin-bottom: 50px; }

.mb-60px {
  margin-bottom: 60px; }

.mb-64px {
  margin-bottom: 64px; }

.mb-70px {
  margin-bottom: 70px; }

.mb-72px {
  margin-bottom: 72px; }

.mb-80px {
  margin-bottom: 80px; }

.mb-90px {
  margin-bottom: 90px; }

.mb-96px {
  margin-bottom: 96px; }

.mb-100px {
  margin-bottom: 100px; }

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

.asp-1-2 {
  height: 0;
  padding-top: 200%; }

.asp-1-1 {
  height: 0;
  padding-top: 100%; }

.asp-4-3 {
  height: 0;
  padding-top: 75%; }

.asp-3-2 {
  height: 0;
  padding-top: 66.6%; }

.asp-16-9 {
  height: 0;
  padding-top: 56.25%; }

.asp-2-1 {
  height: 0;
  padding-top: 50%; }

.asp-3-1 {
  height: 0;
  padding-top: 33.3%; }

.asp-4-1 {
  height: 0;
  padding-top: 25%; }

@media (min-width: 768px) {
  .asp-md-1-2 {
    padding-top: 200%; }

  .asp-md-1-1 {
    height: 0;
    padding-top: 100%; }

  .asp-md-4-3 {
    height: 0;
    padding-top: 75%; }

  .asp-md-3-2 {
    height: 0;
    padding-top: 66.6%; }

  .asp-md-16-9 {
    height: 0;
    padding-top: 56.25%; }

  .asp-md-2-1 {
    height: 0;
    padding-top: 50%; }

  .asp-md-3-1 {
    height: 0;
    padding-top: 33.3%; }

  .asp-md-4-1 {
    height: 0;
    padding-top: 25%; } }
.bk-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/*ボックスにリンクエリア*/
.linkbox {
  position: relative;
  cursor: pointer; }
  .linkbox:hover {
    background-color: #f3f3f3; }
  .linkbox a.more {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px; }

/*文字*/
.ex-small {
  font-size: 0.67em; }

.small {
  font-size: 0.9375em; }

.large {
  font-size: 1.368em; }

.ex-large {
  font-size: 1.6em; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: 400; }

.underline {
  text-decoration: underline; }

.base-text-color {
  color: black; }

.theme-color {
  color: #999; }

.bk-theme-color {
  background-color: #999;
  color: white; }
  .bk-theme-color a {
    color: white; }

.bk-sub-color {
  background-color: #7CC400;
  color: white; }
  .bk-sub-color:hover {
    color: white; }
  .bk-sub-color a {
    color: white; }

.bk-accent-color {
  background-color: black;
  color: white; }
  .bk-accent-color:hover {
    color: white; }
  .bk-accent-color a {
    color: white; }

.heavy-theme-color {
  color: #666; }

.bk-heavy-theme-color {
  background-color: #666;
  color: white; }

.sub-color {
  color: #7CC400; }

.bk-ex-light-sub-color {
  background-color: #F3FFDF; }

.bk-accent-color {
  background-color: black;
  color: white; }

/*ボタン*/
.btn a {
  display: inline-block;
  padding: .5em 1em;
  line-height: 1.2;
  cursor: pointer; }
  .btn a:hover {
    opacity: 1;
    filter: brightness(1.1);
    text-decoration: none; }
  .btn a.round {
    border-radius: 1.2em; }
  .btn a.after-tri::after {
    content: '▶';
    padding-left: .5em; }
  .btn a.bk-accent-color:hover {
    color: white; }
  .btn a.waku {
    border-width: .15em;
    border-style: solid;
    transform: scale(1);
    transition: transform .2s; }
    .btn a.waku:hover {
      transform: scale(1.05); }
  .btn a.waku-sub-color {
    border-color: #7CC400;
    background-color: white; }
    .btn a.waku-sub-color:hover {
      color: #7CC400; }

/*丸数字*/
.maru {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center; }

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

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

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

.text-tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .text-md-center {
    text-align: center; }

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

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

  .text-md-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
@media (max-width: 767px) {
  .text-sp-center {
    text-align: center; }

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

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

  .text-sp-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
/*アンカー*/
a {
  color: #333; }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none; }
    a[href*="tel:"]:hover {
      color: black;
      text-decoration: none; }
    a[href*="tel:"].nolink {
      pointer-events: none; }

/*表組み*/
table.stripe > tbody > tr > th, table.stripe > tbody > tr > td {
  border: none; }
table th, table td {
  padding: .5em 1em;
  border: 1px solid #ccc; }
table th {
  font-weight: 600; }
table td {
  font-weight: normal; }

ul.ls-none, ol.ls-none {
  list-style: none;
  padding-left: 0; }

@media (min-width: 768px) {
  table.stripe {
    background-color: white; }
    table.stripe > tbody > tr:nth-child(odd) {
      background-color: #f3f3f3; }
      table.stripe > tbody > tr:nth-child(odd) > th {
        border-right: 2px solid white; } }
/*フォーム*/
.hissu::before {
  content: "必須";
  display: inline-block;
  background-color: #999;
  color: white;
  border-radius: 3px;
  padding: .2em;
  line-height: 1;
  font-size: .8em;
  margin-right: .5em;
  position: relative;
  bottom: .1em; }

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
  padding: .7em;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #ccc;
  border-radius: 5px; }

textarea::placeholder, input::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder {
  color: #ccc; }

#page-header h1 {
  margin: 0; }
#page-header #contact-header p {
  margin: 0; }

#nav-main a {
  display: block; }

.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .tategaki-md {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.dropdown-btn {
  cursor: pointer; }
  .dropdown-btn:hover {
    filter: brightness(1.05); }

.dropdown-content {
  display: none; }

/*開発用*/
.memo {
  padding: .3em .5em;
  background-color: #FFE7FC;
  border: 2px solid red;
  color: red;
  font-weight: 600;
  display: inline-block; }

.memo:before {
  content: '開発メモ';
  font-size: .9em;
  display: block;
  text-decoration: underline; }

.container-ss {
  width: 94%;
  max-width: 800px;
  margin: 0 auto; }

.btn a {
  border-radius: .1em; }

.link-arrow a {
  display: inline-block;
  transition: background-position .2s;
  background-position: calc(100% - .5em) center;
  background-image: url("../images/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-size: 2em;
  padding-right: 3em;
  font-weight: bold; }
  .link-arrow a:hover {
    background-position: 100% center;
    text-decoration: none; }

.blue,
a .blue {
  color: #00508e; }
  .blue a,
  a .blue a {
    color: #00508e; }

html {
  min-height: 100vh;
  position: relative; }
  html[lang="ja"] .en {
    display: none; }
  html[lang="en"] .ja {
    display: none; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: white; }

body {
  overflow-x: hidden; }

p {
  line-height: 1.6; }

li {
  line-height: 1.3; }
  li p {
    line-height: 1.6; }

li p {
  margin-bottom: 0; }

.offsetBox .container-l {
  margin: 0; }
.offsetBox .elementOffsetBox img {
  width: 100%; }

.btn.btn-arrow {
  transition: filter .2s;
  filter: brightness(1); }
  .btn.btn-arrow.thin a {
    padding: 1.3em; }
  .btn.btn-arrow a {
    padding: 2em;
    background-image: url("../images/arrow_right.svg");
    background-position: -5px center;
    background-size: calc(2em + 5px);
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    transition: background-position .2s,filter .2s;
    text-align: center;
    width: 100%; }
    .btn.btn-arrow a:hover {
      background-position: 0 center;
      filter: brightness(1.2); }
  .btn.btn-arrow.btn-arrow-green {
    background-color: #7aa741; }
  .btn.btn-arrow.btn-arrow-blue {
    background-color: #00508e; }
  .btn.btn-arrow:hover {
    filter: brightness(1.1); }

#contact input[type="submit"] {
  padding: 1em;
  background-color: #00508e;
  background-image: url("../images/arrow_right.svg");
  background-position: -5px center;
  background-size: calc(2em + 5px);
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  transition: background-position .2s;
  text-align: center;
  width: 100%;
  max-width: 500px; }
  #contact input[type="submit"]:disabled {
    background-color: #999;
    background-image: none; }
  #contact input[type="submit"]:hover {
    background-position: 0 center; }

#page-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: white; }
  #page-header .container-l {
    position: relative; }
  #page-header h1 a {
    display: flex;
    align-items: center;
    color: #f3f3f3;
    font-weight: normal; }
    #page-header h1 a:hover {
      text-decoration: none;
      color: #f3f3f3; }

#btn-menu-container {
  position: relative; }

#btn-menu {
  cursor: pointer;
  position: absolute;
  width: 64px;
  height: 54px;
  top: 0;
  right: 0;
  border-radius: 50%; }
  #btn-menu.active {
    background-color: white; }
  #btn-menu div {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    transition: transform .5s;
    transform-origin: center center;
    background-color: black; }
    #btn-menu div:nth-child(1) {
      top: 30%; }
    #btn-menu div:nth-child(2) {
      top: 50%; }
    #btn-menu div:nth-child(3) {
      top: 70%; }
  #btn-menu.active div:nth-child(1) {
    top: 50%;
    transform: rotate(210deg); }
  #btn-menu.active div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0); }
  #btn-menu.active div:nth-child(3) {
    top: 50%;
    transform: rotate(-210deg); }

#nav-main {
  display: flex; }
  #nav-main a:hover {
    text-decoration: none; }

.wp-pagenavi {
  justify-content: center;
  display: flex;
  margin-top: 36px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 1;
    display: inline-block;
    margin: .2em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wp-pagenavi a {
    background-color: white; }
    .wp-pagenavi a:hover {
      text-decoration: none; }
  .wp-pagenavi a.page,
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    width: 2.5em;
    height: 2.5em; }
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    color: white;
    border-color: transparent; }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    border-radius: 2em; }
    .wp-pagenavi a.nextpostslink:hover,
    .wp-pagenavi a.previouspostslink:hover {
      filter: brightness(1.1); }
  .wp-pagenavi .pages {
    width: 4em;
    height: 2.5em; }

#slick-mv {
  background-color: white;
  line-height: 0; }
  #slick-mv img {
    width: 100%; }

#page-main {
  background-color: white; }

section {
  padding-bottom: 140px; }
  section:nth-of-type(odd) {
    background-color: #f7f7f7; }
    section:nth-of-type(odd) .elementOffsetBox img {
      position: relative;
      z-index: 1; }
  section:nth-last-of-type(1) {
    padding-bottom: 128px; }
  section h2 {
    text-align: center;
    margin-bottom: 2em;
    font-weight: 600;
    letter-spacing: 0; }
  section h3 {
    letter-spacing: 0; }

#page-footer {
  position: relative; }
  #page-footer .nav-footer {
    margin-top: 32px; }
  #page-footer .elementOffsetBox img {
    position: relative;
    z-index: 1; }

#home section {
  padding-bottom: clamp(40px, 6.4vw, 64px); }
  #home section:nth-of-type(odd) {
    background-color: white; }
  #home section:nth-of-type(even) {
    background-color: #f7f7f7; }
  #home section#list-contents-home {
    padding-bottom: 0;
    margin-bottom: clamp(40px, 6.4vw, 64px); }
    #home section#list-contents-home .sect-header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #home section#list-contents-home .sect-header h2 {
        text-align: left;
        font-weight: normal; }
      #home section#list-contents-home .sect-header .link-arrow {
        margin-bottom: 0;
        font-size: 18px; }
#home #page-footer::before {
  display: none; }

.page section:nth-of-type(1) {
  padding-top: 0; }

#sect-contact h3 {
  margin-bottom: 1em; }
#sect-contact .list-tel-fax {
  background-color: #00508e; }
  #sect-contact .list-tel-fax li {
    color: white;
    font-weight: bold; }
    #sect-contact .list-tel-fax li.linkbox:hover {
      background-color: transparent; }
    #sect-contact .list-tel-fax li .num {
      font-size: 1.53em; }
    #sect-contact .list-tel-fax li .time {
      font-size: .73em;
      color: #acc6da; }
#sect-contact .headline-info li label {
  margin-bottom: 0; }
#sect-contact .headline-info li [data-name="acceptance"] {
  font-weight: bold; }

#sect-intro-home {
  background: linear-gradient(to bottom, #00477a 20%, #0a819b);
  color: white;
  padding-top: 35px;
  text-align: center; }
  #sect-intro-home:before {
    content: '';
    display: block;
    background-image: url("../images/illust_family.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1; }
  #sect-intro-home h2 {
    position: relative;
    letter-spacing: .03em; }
    #sect-intro-home h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      display: block;
      border-bottom: 3px solid white; }
  #sect-intro-home p {
    font-weight: 600;
    line-height: 1.9; }

.headline-info {
  margin-bottom: clamp(48px, 6.4vw, 96px); }
  .headline-info .date {
    font-weight: bold;
    white-space: nowrap; }
  .headline-info .title {
    margin-bottom: 0;
    line-height: 1.5; }

.pr-image {
  position: relative; }
  .pr-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 14.3%;
    left: 0;
    width: 100%;
    height: 85.7%;
    background-color: white; }
  .pr-image img {
    position: relative;
    z-index: 1; }

#sect-company-home h2 {
  font-weight: normal;
  text-align: left; }
#sect-company-home .txt .tel {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1.3em;
  letter-spacing: 0; }

.map .iframe-container {
  padding-top: 78.6%;
  margin-bottom: 24px; }

#sect-company .headline-info li.linkbox, #sect-office .headline-info li.linkbox {
  cursor: default; }
  #sect-company .headline-info li.linkbox:hover, #sect-office .headline-info li.linkbox:hover {
    background-color: inherit; }
#sect-company .headline-info li li, #sect-office .headline-info li li {
  border: none;
  padding: .15em 0 .15em 1.4em;
  line-height: 1.4;
  text-indent: -1.4em; }
#sect-company .headline-info ul, #sect-office .headline-info ul {
  padding-left: 0;
  list-style: disc;
  list-style-position: inside; }

#page-footer .copy {
  font-size: 14px;
  text-align: center;
  margin: 37px 0; }

.pageTitleWrapper {
  position: relative; }
  .pageTitleWrapper::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    mix-blend-mode: darken; }

#pageTitle {
  display: flex;
  align-items: center;
  background-position: left center;
  background-size: cover; }
  #pageTitle h1 {
    letter-spacing: 0; }

.kijiHeader h2 {
  margin-bottom: .3em; }
.kijiHeader .date {
  font-weight: bold; }

/*フォーム関連*/
.grecaptcha-badge {
  visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  margin-top: 0; }

.wpcf7 form.sent .wpcf7-submit {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
  padding: 1em;
  border: none;
  border-radius: .2em; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900; }

input[type="radio"], input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: bottom;
  margin-right: .5em; }

.full-width img {
  display: block;
  width: 100%; }

.sect-reason h2 img {
  display: block;
  margin: 0 auto .8em; }
.sect-reason p {
  text-align: center;
  font-weight: bold; }
.sect-reason picture.full-width {
  display: block; }
.sect-reason .illust {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
