@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

::selection {
  color: #525252;
  background-color: #ffd0c4;
}

::-moz-selection {
  color: #525252;
  background-color: #ffd0c4;
}

.f-common-wrap {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 100%;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1241px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  padding-right: 100px;
  padding-left: 60px;
}
@media screen and (max-width: 980px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
@media screen and (max-width: 576px) {
  header {
    padding-left: 6%;
  }
}

.l-header-logo {
  position: relative;
  -ms-flex-preferred-size: 166px;
      flex-basis: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .l-header-logo {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    -ms-flex-preferred-size: 141px;
        flex-basis: 141px;
  }
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav li {
  -ms-flex-preferred-size: 142px;
      flex-basis: 142px;
}
@media screen and (max-width: 980px) {
  .l-header-nav li {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
.l-header-nav li:not(:first-child) {
  margin-left: 15px;
}
.l-header-nav a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  letter-spacing: 0.14em;
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 34px;
  height: 26px;
  background-image: url(../../resource/images/menu_open.svg);
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 27px;
  right: 20px;
  z-index: 1020;
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-image: url(../../resource/images/menu_close.svg);
}

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-color: #000;
  border-bottom: 18px solid #ffcd3c;
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  padding: 15px 10px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  padding-bottom: 80px;
  position: relative;
}
footer::after {
  content: "";
  z-index: 1;
  background-color: #ffcd3c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 456px;
  height: 40px;
}

/* ナビ
----------------------------------------------------------------- */
.l-footer-nav {
  border-bottom: 1px solid #000;
  padding-top: 75px;
  padding-bottom: 30px;
}

.l-footer-nav-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-nav-parent li {
  margin: 0 3em;
}

/* ロゴ
----------------------------------------------------------------- */
.l-footer-logo {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* 所在地・TEL
----------------------------------------------------------------- */
.l-footer-data {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2.2;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-top: 60px;
}
.l-copyright address {
  font-style: normal;
  letter-spacing: 0.14em;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  display: none;
}
a#pagetop img {
  width: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

.footer-bottom-wrapper {
  display: none;
}

.footer-bottom {
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .footer-bottom {
    padding: 10px;
  }
}
.footer-bottom .img {
  -ms-flex-preferred-size: 49.25%;
      flex-basis: 49.25%;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .footer-bottom .img {
    margin-right: 0;
  }
}
.footer-bottom .c-btn-main {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-left: 0;
  margin-right: auto;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .c-btn-main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.footer-bottom .c-btn-main a,
.footer-bottom .c-btn-main button {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  .footer-bottom .c-btn-main a,
  .footer-bottom .c-btn-main button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: 100%;
  height: 345px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-page-title {
    margin-top: 0;
    height: 270px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .l-page-title .l-page-title-inner {
    margin-top: 30px;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 2.8571428571rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 4rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 5.1428571429rem;
  }
}

.l-sec {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 576px) {
  .l-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container--small,
.l-container--large,
.l-container--xlarge {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}

.l-container {
  max-width: calc(1120px + 12%);
}

.l-container--small {
  max-width: calc(1000px + 12%);
}

.l-container--large {
  max-width: calc(1200px + 12%);
}

.l-container--xlarge {
  max-width: calc(1320px + 12%);
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small > *:first-child {
  margin-left: 0;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: 19.2%;
}
.c-flex-small .c-flex-4-clm {
  width: 24.25%;
}
.c-flex-small .c-flex-3-clm {
  width: 32.6666666667%;
}
.c-flex-small .c-flex-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-flex-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-flex-small > *:first-child {
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-flex-medium > * {
  margin-left: 4%;
}
.c-flex-medium > *:first-child {
  margin-left: 0;
}
.c-flex-medium .c-flex-3-clm {
  width: 30.6666666667%;
}
.c-flex-medium .c-flex-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-flex-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-flex-medium > *:first-child {
    margin-top: 0;
  }
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large > * {
  margin-left: 6%;
}
.c-flex-large > *:first-child {
  margin-left: 0;
}
.c-flex-large .c-flex-3-clm {
  width: 29.3333333333%;
}
.c-flex-large .c-flex-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-flex-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-flex-large > *:first-child {
    margin-top: 0;
  }
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm, .c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm, .c-grid-small .c-grid-4-clm, .c-grid-small .c-grid-3-clm, .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm, .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 29.3333333333%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm, .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm, .c-grid-collapse .c-grid-4-clm, .c-grid-collapse .c-grid-3-clm, .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 30px;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #ff9849;
  font-weight: 700;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #ffcd3c;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #ff9849;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 th,
.c-tb-pattern1 td {
  font-size: 16px;
  vertical-align: top;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 th,
  .c-tb-pattern1 td {
    display: block;
  }
}
.c-tb-pattern1 th {
  font-weight: 400;
  width: 178px;
}
.c-tb-pattern1 th div {
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 th div {
    text-align: left;
  }
}
.c-tb-pattern1 th div::after {
  content: "";
  display: inline-block;
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 th div::after {
    display: none;
  }
}
.c-tb-pattern1 td {
  padding-left: 25px;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 td {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.c-tb-pattern2 {
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid #e9e9e9;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border: 1px solid #e9e9e9;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #ffcd3c;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  color: #ff9849;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #e9e9e9;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #ffcd3c;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #ffcd3c;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th,
.c-tb-pattern3 table td {
  border: solid 1px #d4d4d4;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #ffcd3c;
  background-color: #e9e9e9;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  background-color: #f6f6f6;
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1240px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #ffcd3c;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.25rem;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 2.5rem;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: -1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  margin: 1%;
  background-color: #f6f6f6;
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    width: 98%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #ffcd3c;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #ffcd3c;
  border-bottom: solid 1px #ffcd3c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #fff;
  background-color: #e6be2a;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover:after {
  border-color: #fff;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #ffcd3c;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  background-color: #f6f6f6;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #ffcd3c;
  border-left: 4px solid #ffcd3c;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #ffcd3c;
  background-color: #fff;
  background-image: url(../../source/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb, .c-breadcrumb-ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb, .c-breadcrumb-ft {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #676767;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #676767;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2), .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #676767;
  border-right: solid 1px #676767;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 33.3333333334%;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #ffcd3c;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  padding: 0 0.5rem;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th.c-form-required:after {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td {
    padding: 0.5rem 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  text-align: center;
  text-indent: -9%;
  position: relative;
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #ffcd3c;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  padding: 0 0.5rem;
  position: absolute;
  top: 0.45rem;
  margin-left: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
    font-size: 8px;
    font-size: 0.5rem;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -0.25rem 0.5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #ff9849;
}

.c-form-checkbox {
  background-color: #fff;
}
.c-form-checkbox:checked:before {
  content: "✔";
  color: #ff9849;
  font-size: 2rem;
  line-height: 0;
}

.c-form-input,
.c-form-textarea {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-input {
  height: 40px;
}

.c-form-privacy {
  background-color: #f6f6f6;
  margin-top: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 2rem 5%;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 850px;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #ffcd3c;
  border-bottom: 4px solid #ff9849;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #ffcd3c;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 40px 0 56px;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-lightgray {
  background-color: #e9e9e9 !important;
}

.c-bg-silver {
  background-color: #d4d4d4 !important;
}

.c-bg-gray {
  background-color: #676767 !important;
}

.c-bg-black {
  background-color: #000 !important;
}

.c-bg-main {
  background-color: #ffcd3c !important;
}

.c-bg-sub {
  background-color: #ff9849 !important;
}

.c-bg-hover {
  background-color: #e6be2a !important;
}

.c-bg-whitesmoke {
  background-color: #f6f6f6 !important;
}

.c-bg-selection_txt {
  background-color: #525252 !important;
}

.c-bg-selection_bg {
  background-color: #ffd0c4 !important;
}

.c-bg-tomato {
  background-color: #ef423b !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 17px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  letter-spacing: 0.16em;
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  background-color: #e6be2a;
}
.c-btn-main--thanks,
.c-btn-main--white--thanks {
  max-width: 284px;
}
.c-btn-main--thanks a,
.c-btn-main--white--thanks a {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.c-btn-main--arrow {
  max-width: 405px;
}
.c-btn-main--arrow a::after,
.c-btn-main--arrow button::after {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 15px;
}

.c-btn-main--white a,
.c-btn-main--white button {
  color: #ffcd3c;
  background-color: #fff;
  background-image: url(../../resource/images/ico_arrow_main.svg);
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  color: #fff;
  background-image: url(../../resource/images/ico_arrow_white.svg);
}

.c-btn-large {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c-btn-large a,
.c-btn-large button {
  font-size: 35px;
  border: 2px solid #000;
  text-align: center;
  border-radius: 100px;
  width: 100%;
  display: block;
  font-weight: 600;
  padding: 10px;
  background-image: url(../../resource/images/icon_arrow_right.svg);
  background-size: 30px 30px;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn-large a,
  .c-btn-large button {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-large a,
  .c-btn-large button {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-large a img,
  .c-btn-large button img {
    width: 20px;
    margin-left: -20px;
  }
}
.c-btn-large a span,
.c-btn-large button span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-btn-large a span,
  .c-btn-large button span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-large a span,
  .c-btn-large button span {
    font-size: 12px;
  }
}
.c-btn-large--yellow a,
.c-btn-large--yellow button {
  background-color: #e7cc68;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-btn-large--yellow a:hover,
.c-btn-large--yellow button:hover {
  background-color: #e5be2a;
}
.c-btn-large--blue a,
.c-btn-large--blue button {
  background-color: #3f5768;
  color: #fff;
  border-color: #9d8d81;
  background-image: url(../../resource/images/icon_arrow_right_light.svg);
}
.c-btn-large--blue a:hover,
.c-btn-large--blue button:hover {
  background-color: #142a3a;
}
.c-btn-large--bluewhite a,
.c-btn-large--bluewhite button {
  border-color: #142a3a;
  background-color: #fff;
}
.c-btn-large--white a,
.c-btn-large--white button {
  background-color: #fff;
  border-color: #e5be2a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-btn-large--white a:hover,
.c-btn-large--white button:hover {
  background-color: #e7cc68;
}
.c-btn-large--white a:hover img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.c-btn-large--whiteCustom a,
.c-btn-large--whiteCustom button {
  background-color: #fff;
  border-color: #142a3a;
}
.c-btn-large--whiteCustom a:hover,
.c-btn-large--whiteCustom button:hover {
  background-color: #3f5768;
  color: #fff;
}
.c-btn-large + .c-btn-large {
  margin-top: 20px;
}

.c-btn-card,
.c-btn-card-tmb {
  border: 4px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card-tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card-tmb {
    padding: 1.5rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card-tmb .c-btn-card__ttl {
  margin-bottom: 0.5rem;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card-tmb .c-btn-card__txt {
  color: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card-tmb .c-btn-card__txt span {
  color: #ff9849;
}
.c-btn-card a,
.c-btn-card-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb {
  border: 1px solid #e9e9e9;
  padding: 0;
}
.c-btn-card-tmb .c-btn-card-tmb__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn-card-tmb .c-btn-card-tmb__txt span {
  color: #ff9849;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(../../resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid #e9e9e9;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(255, 205, 60, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(255, 205, 60, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #ffcd3c;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #ff9849;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #ff9849;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Barlow", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #ffcd3c;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #e6be2a;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-lightgray {
  color: #e9e9e9 !important;
}

.c-txt-silver {
  color: #d4d4d4 !important;
}

.c-txt-gray {
  color: #676767 !important;
}

.c-txt-black {
  color: #000 !important;
}

.c-txt-main {
  color: #ffcd3c !important;
}

.c-txt-sub {
  color: #ff9849 !important;
}

.c-txt-hover {
  color: #e6be2a !important;
}

.c-txt-whitesmoke {
  color: #f6f6f6 !important;
}

.c-txt-selection_txt {
  color: #525252 !important;
}

.c-txt-selection_bg {
  color: #ffd0c4 !important;
}

.c-txt-tomato {
  color: #ef423b !important;
}

.c-txt-yellow {
  color: #ffcd3c;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-txt-lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .c-txt-lead {
    font-size: 14px;
  }
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #ffcd3c;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-lv1 {
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 40px;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv1 {
    font-size: 24px;
    margin-bottom: 2em;
  }
}
.c-ttl-lv1::after {
  margin-top: 0.3em;
  content: "";
  width: 214px;
  height: 11px;
  background-image: url(../../resource/images/line_ttl_lv1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv1::after {
    width: 137px;
    height: 7px;
  }
}
.c-ttl-lv1--white {
  color: #fff;
}
.c-ttl-lv1--white::after {
  background-image: url(../../resource/images/line_ttl_lv1_white.svg);
}

.c-ttl-lv2 {
  border-left: 5px solid #e5be1c;
  padding-left: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-ttl-lv2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.c-ttl-en {
  font-size: 120px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1240px) {
  .c-ttl-en {
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl-en {
    font-size: 15.625vw;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-en {
    font-size: 11.59vw !important;
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 0.25rem;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #ffcd3c;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #e6be2a;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
.p-idx-mv {
  height: 760px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-mv {
    height: 644px;
  }
}

.p-idx-mv-slider {
  height: 100%;
}
.p-idx-mv-slider .slick-list,
.p-idx-mv-slider .slick-track {
  height: 100%;
}
.p-idx-mv-slider .slick-slide {
  height: 100%;
  width: 100vw;
  background-position: center;
  background-size: cover;
}
.p-idx-mv-slider .slick-slide:nth-child(1) {
  background-image: url(../../resource/images/idx_mv1.jpg);
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-slide:nth-child(1) {
    background-image: url(../../resource/images/idx_mv1_sp.jpg);
  }
}
.p-idx-mv-slider .slick-slide:nth-child(2) {
  background-image: url(../../resource/images/idx_mv2.jpg);
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-slide:nth-child(2) {
    background-image: url(../../resource/images/idx_mv2_sp.jpg);
  }
}
.p-idx-mv-slider .slick-slide:nth-child(3) {
  background-image: url(../../resource/images/idx_mv3.jpg);
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-slide:nth-child(3) {
    background-image: url(../../resource/images/idx_mv3_sp.jpg);
  }
}
.p-idx-mv-slider .slick-slide:nth-child(4) {
  background-image: url(../../resource/images/idx_mv4.jpg);
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-slide:nth-child(4) {
    background-image: url(../../resource/images/idx_mv4_sp.jpg);
  }
}
.p-idx-mv-slider .slick-slide:nth-child(5) {
  background-image: url(../../resource/images/idx_mv5.jpg);
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-slide:nth-child(5) {
    background-image: url(../../resource/images/idx_mv5_sp.jpg);
  }
}
.p-idx-mv-slider .slick-dots {
  bottom: 30px;
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-dots {
    bottom: 10px;
  }
}
.p-idx-mv-slider .slick-dots li {
  margin: 0 10px;
}
.p-idx-mv-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #fff;
}
.p-idx-mv-slider .slick-dots li button::before {
  display: none;
}
@media screen and (max-width: 576px) {
  .p-idx-mv-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.p-idx-mv-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.p-idx-mv-catch {
  color: #fff;
  position: absolute;
  font-size: 45px;
  top: 420px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.14em;
  left: 14.28%;
}
@media screen and (max-width: 1240px) {
  .p-idx-mv-catch {
    top: 250px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 830px) {
  .p-idx-mv-catch {
    font-size: 5.42vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-idx-mv-subcatch {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 5px;
  right: 100px;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .p-idx-mv-subcatch {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-subcatch {
    bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
.p-idx-mv-subcatch .ja {
  background-color: #000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.14em;
}
.p-idx-mv-subcatch .ja + .ja {
  margin-top: 15px;
}
.p-idx-mv-subcatch .en {
  font-size: 36px;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.24em;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .p-idx-mv-subcatch .en {
    font-size: min(8.5vw, 32px);
    text-align: center;
  }
}

/* 当社の強み
----------------------------------------------------------------- */
.p-idx-strength {
  background-color: #efeee8;
  border-bottom: 28px solid #ffcd3c;
}
.p-idx-strength .c-ttl-en {
  margin-top: -120px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-strength .c-ttl-en {
    margin-top: -49px;
    text-align: center;
  }
}

.p-idx-strength-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-idx-strength-flex {
    display: block;
  }
}

.p-idx-strength-flex-box {
  -ms-flex-preferred-size: 46.41%;
      flex-basis: 46.41%;
  background-color: #fff;
  text-align: center;
  padding: 40px 20px 80px 20px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-flex-box {
    padding-bottom: 40px;
  }
}
.p-idx-strength-flex-box h3 {
  font-size: 40px;
  margin-bottom: 0.75em;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-flex-box h3 {
    font-size: 24px;
  }
}
.p-idx-strength-flex-box h3 span {
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-flex-box h3 span {
    font-size: 19px;
  }
}
.p-idx-strength-flex-box h3 .en {
  font-size: 27px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-flex-box h3 .en {
    font-size: 18px;
  }
}
.p-idx-strength-flex-box img {
  max-width: 286px;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-flex-box img {
    width: 70%;
  }
}
.p-idx-strength-flex-box p {
  margin-top: 2em;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-flex-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-idx-strength-flex-box + .p-idx-strength-flex-box {
    margin-top: 77px;
  }
}

.p-idx-strength-p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-strength-p {
    font-size: 17px;
    text-align: center;
  }
}
.p-idx-strength-p a {
  text-decoration: underline;
}

.p-idx-strength-cross {
  position: absolute;
  top: 29%;
  right: -22%;
  margin-left: auto;
  margin-right: auto;
  width: 29.3%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-idx-strength-cross {
    top: auto;
    bottom: -90px;
    width: 104px !important;
    left: 0;
    right: 0;
  }
}

/* 事業案内
----------------------------------------------------------------- */
.p-idx-service-box-image {
  position: absolute;
  height: 561px;
  width: calc(50vw - 20px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box-image {
    width: 100vw;
    height: 334px;
    position: static;
  }
}

.p-idx-service-box-wrapper {
  max-width: 1400px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.p-idx-service-box-text {
  max-width: 700px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box-text {
    padding-top: 0;
    margin-top: -40px;
  }
}
.p-idx-service-box-text .c-ttl-en {
  line-height: 1.4;
  margin-left: 20px;
}

.p-idx-service-box-text__contents {
  background-color: #000;
  color: #fff;
  padding: 60px 8%;
  letter-spacing: 0.14em;
  position: relative;
}
.p-idx-service-box-text__contents h3 {
  font-size: 36px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box-text__contents h3 {
    font-size: 24px;
    text-align: center;
  }
}
.p-idx-service-box-text__contents p {
  line-height: 3;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box-text__contents p {
    font-size: 16px;
  }
}
.p-idx-service-box-text__contents::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-right: 36px solid #ffcd3c;
  /*1色パターン：border-bottomだけに色指定*/
  border-bottom: 36px solid #ffcd3c;
  border-left: 36px solid transparent;
}

.p-idx-service-box__reason {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box__reason {
    margin-top: 30px;
  }
}
.p-idx-service-box__reason a {
  display: block;
  border: 1px solid #000;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box__reason a {
    font-size: 16px;
  }
}
.p-idx-service-box__reason a::before, .p-idx-service-box__reason a::after {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  content: "";
  background-color: #ffcd3c;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box__reason a::before, .p-idx-service-box__reason a::after {
    width: 12px;
  }
}
.p-idx-service-box__reason a::before {
  left: 0;
}
.p-idx-service-box__reason a::after {
  right: 0;
}
.p-idx-service-box__reason a span {
  font-size: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box__reason a span {
    font-size: 14px;
  }
}

.p-idx-service-box + .p-idx-service-box {
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box + .p-idx-service-box {
    margin-top: 0;
  }
}
.p-idx-service-box--rev .p-idx-service-box-text {
  margin-left: 0;
  margin-right: auto;
}
.p-idx-service-box--rev .p-idx-service-box-image {
  right: 0;
  left: auto;
}

.p-idx-service-box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box01 {
    margin-bottom: 0;
  }
}
.p-idx-service-box01 .c-ttl-en {
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box01 .c-ttl-en {
    line-height: 1;
  }
}

.p-idx-service-box02 {
  margin-bottom: 200px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box02 {
    margin-bottom: 50px;
  }
}
.p-idx-service-box02 .p-idx-service-box-text {
  padding-top: 0;
}
.p-idx-service-box02 .p-idx-service-box-image {
  padding-top: 50px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box02 .p-idx-service-box-image {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-service-box02 .p-idx-service-box-text__contents {
    margin-top: -40px;
  }
}
.p-idx-service-box02 .p-idx-service-box-text__contents::before {
  /*1色パターン：border-leftだけに色指定*/
  border-bottom: 36px solid transparent;
  border-left: 36px solid #ffcd3c;
  /*1色パターン：border-topだけに色指定*/
  border-top: 36px solid #ffcd3c;
  border-right: 36px solid transparent;
  top: -15px;
  bottom: auto;
  left: -15px;
  right: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box02 .p-idx-service-box-text__contents::before {
    border-top: 36px solid transparent;
    border-rleft: 36px solid #ffcd3c;
    /*1色パターン：border-bottomだけに色指定*/
    border-bottom: 36px solid #ffcd3c;
    border-right: 36px solid transparent;
    top: auto;
    bottom: -15px;
  }
}

.p-idx-service-box03 .p-idx-service-box-text {
  padding-top: 140px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-box03 .p-idx-service-box-text {
    padding-top: 0;
    margin-top: -40px;
  }
}

.p-idx-service-thums {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-idx-service-thums {
    display: block;
    margin-top: 50px;
  }
}

.p-idx-service-thums__item {
  -ms-flex-preferred-size: 31.66%;
      flex-basis: 31.66%;
  margin-bottom: 3%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-service-thums__item {
    margin-bottom: 20px;
    width: 82.4vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-idx-service-thums__item figcaption {
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .p-idx-service-thums__item figcaption {
    font-size: 16px;
  }
}
.p-idx-service-thums__item:first-child img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
@media screen and (max-width: 576px) {
  .p-idx-service-thums__item:first-child img {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 576px) {
  .p-idx-service-thums__item1_1 .thum,
  .p-idx-service-thums__item2_1 .thum,
  .p-idx-service-thums__item2_3 .thum {
    -webkit-transform: translateX(8.9vw);
            transform: translateX(8.9vw);
  }
}

@media screen and (max-width: 576px) {
  .p-idx-service-thums__item1_2 .thum,
  .p-idx-service-thums__item2_2 .thum {
    -webkit-transform: translateX(-8.9vw);
            transform: translateX(-8.9vw);
  }
}

.p-idx-service-thums__item1_2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 576px) {
  .p-idx-service-thums__item2_2 .p-idx-service-thums__arrow {
    left: 40px;
  }
}

.p-idx-service-sptext {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffcd3c;
  margin-left: auto;
  margin-right: auto;
}

.p-idx-service-thums__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-service-thums__arrow {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
    bottom: 10px;
    top: auto;
    left: 10vw;
    right: auto;
  }
}

/* 採用情報
----------------------------------------------------------------- */
.p-idx-recruit .c-btn-main {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit .c-btn-main {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .p-idx-recruit-button__wrapper {
    padding: 30px;
    background-color: #957e61;
    margin-top: 80px;
  }
}

.p-idx-recruit01 {
  background-image: url(../../resource/images/idx_recruit_bg01.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01 {
    background-image: none;
    background-color: #957e61;
    padding-top: 0;
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 576px) {
  .p-idx-recruit01-head {
    background-image: url(../../resource/images/idx_recruit_bg01.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01-head h2 {
    margin-bottom: 20px;
  }
}
.p-idx-recruit01-head h3 {
  font-size: 24px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  padding: 20px 20px 20px 20px;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01-head h3 {
    font-size: 23px;
  }
}

.p-idx-recruit01-contents {
  max-width: 890px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px 40px 67px;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01-contents {
    padding: 0 30px;
  }
}
.p-idx-recruit01-contents::before, .p-idx-recruit01-contents::after {
  content: "";
  position: absolute;
  top: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01-contents::before, .p-idx-recruit01-contents::after {
    display: none;
  }
}
.p-idx-recruit01-contents::before {
  width: calc(100% - 35px);
  height: calc(100% - 30px);
  border: 5px solid #fff;
  right: 0;
}
.p-idx-recruit01-contents::after {
  width: 100%;
  height: 100%;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  left: 0;
}
.p-idx-recruit01-contents h3 {
  text-align: center;
  margin-bottom: 1.5em;
}
.p-idx-recruit01-contents dl dt {
  background-color: #fff;
  max-width: 323px;
  color: #000;
  border-right: 21px solid #ffcd3c;
  padding: 0px 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01-contents dl dt {
    max-width: none;
  }
}
.p-idx-recruit01-contents dl dd {
  font-size: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit01-contents dl dd {
    line-height: 2;
  }
}
.p-idx-recruit01-contents dl dd + dt {
  margin-top: 25px;
}

.p-idx-recruit-car {
  bottom: -30px;
  left: -98px;
  position: absolute;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit-car {
    width: 60px;
    left: -48px;
    bottom: -14px;
  }
}

.p-idx-recruit02 {
  background-color: #957e61;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-idx-recruit02 h3 {
  font-size: 40px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02 h3 {
    font-size: 21px;
  }
}
.p-idx-recruit02 h3 .sm {
  display: block;
  font-size: 28px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02 h3 .sm {
    font-size: 18px;
  }
}
.p-idx-recruit02 h3 .sm::before, .p-idx-recruit02 h3 .sm::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.p-idx-recruit02 h3 .sm::before {
  left: -40px;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
.p-idx-recruit02 h3 .sm::after {
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}

.p-idx-recruit02-contents {
  border: 5px solid #fff;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 72px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-idx-recruit02-contents h4 {
  font-size: 28px;
  background-color: #fff;
  color: #000;
  position: relative;
  text-align: left;
  padding: 5px 276px 5px 20px;
  -webkit-transform: translateX(-54px);
          transform: translateX(-54px);
  margin-bottom: 50px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents h4 {
    padding-right: 20px;
    font-size: 19px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    width: 86.1vw;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
}
.p-idx-recruit02-contents h4 span {
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents h4 span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    bottom: -54px;
    background-color: #fff;
    letter-spacing: 0.05em;
    padding: 10px;
    right: -40px;
    font-size: 13px;
  }
}

.p-idx-recruit02-contents__inner {
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents__inner {
    padding-top: 14px;
  }
}

.p-idx-recruit02-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents-flex {
    display: block;
  }
}
.p-idx-recruit02-contents-flex .image {
  -ms-flex-preferred-size: 31.42%;
      flex-basis: 31.42%;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents-flex .image {
    float: left;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents-flex .image img {
    width: 40vw;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.p-idx-recruit02-contents-flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit02-contents-flex .text {
    padding-left: 0;
    font-size: 16px;
    text-align: justify;
    padding-top: 50px;
  }
}

.p-idx-recruit03 {
  background-image: url(../../resource/images/idx_recruit_bg02.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03 {
    background-image: url(../../resource/images/idx_recruit_bg02_sp.jpg);
    padding-bottom: 0;
  }
}

.p-idx-recruit03-contents {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 80px 20px 120px 20px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03-contents {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.p-idx-recruit03-contents::before {
  content: "";
  width: 5px;
  height: 200px;
  background-color: #ffcd3c;
  position: absolute;
  top: -50px;
  right: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03-contents::before {
    height: 160px;
    top: -40px;
    right: 40px;
  }
}
.p-idx-recruit03-contents table {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}
.p-idx-recruit03-contents table th,
.p-idx-recruit03-contents table td {
  font-size: 16px;
  vertical-align: top;
  line-height: 1.7;
}
.p-idx-recruit03-contents table th {
  width: 178px;
}
.p-idx-recruit03-contents table th div {
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03-contents table th div {
    text-align: left;
  }
}
.p-idx-recruit03-contents table th div::after {
  content: "";
  display: inline-block;
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03-contents table th div::after {
    display: none;
  }
}
.p-idx-recruit03-contents table td {
  padding-left: 25px;
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03-contents table td {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.p-idx-recruit03-contents .c-ttl-en {
  color: #fff;
  position: absolute;
  bottom: -0.95em;
  right: -1em;
}
@media screen and (max-width: 1240px) {
  .p-idx-recruit03-contents .c-ttl-en {
    right: -6vw;
    font-size: 9.6vw;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-recruit03-contents .c-ttl-en {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    bottom: -1.8em;
  }
}

.p-idx-about {
  padding-top: 200px;
}
@media screen and (max-width: 576px) {
  .p-idx-about {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.p-idx-about .c-ttl-en {
  line-height: 0.8;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .p-idx-about .c-ttl-en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    right: -0.78em;
    top: 0;
  }
}
.p-idx-about .c-tb-pattern1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-idx-about-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-idx-about-message {
    display: block;
  }
}

.p-idx-about-message-image {
  -ms-flex-preferred-size: 45.71%;
      flex-basis: 45.71%;
  border-left: 80px solid #ffcd3c;
  background-image: url(../../resource/images/idx_about_message.jpg);
  background-position: center top 18%;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .p-idx-about-message-image {
    padding-top: 80.8%;
    border-left-width: 23px;
    width: 80vw;
    position: relative;
  }
}
.p-idx-about-message-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-idx-about-message-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #000;
  color: #fff;
  padding: 100px 30px 50px 60px;
}
@media screen and (max-width: 576px) {
  .p-idx-about-message-text {
    margin-right: 0;
    margin-left: auto;
    width: 94vw;
    padding: 40px 30px;
  }
}
.p-idx-about-message-text .p-idx-about-message-text__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-idx-about-message-text h3 {
  margin-bottom: 1.5em;
  font-size: 24px;
}
.p-idx-about-message-text p {
  line-height: 3;
  margin-bottom: 4em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-about-message-text p {
    margin-bottom: 1em;
  }
}
.p-idx-about-message-text .name {
  font-size: 36px;
  font-weight: 300;
  text-align: right;
}
.p-idx-about-message-text .name span {
  font-size: 16px;
  margin-right: 3em;
}

.p-idx-about-table-wrapper {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-about-table-wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.p-idx-about-history {
  border-top: 1px solid rgba(140, 140, 140, 0.5);
  border-bottom: 1px solid rgba(140, 140, 140, 0.5);
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-idx-about-history__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-idx-about-history__inner h4 {
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-idx-about-history__inner h4 {
    font-size: 20px;
  }
}
.p-idx-about-history__inner table th,
.p-idx-about-history__inner table td {
  padding: 10px 0;
}
@media screen and (max-width: 576px) {
  .p-idx-about-history__inner table th {
    padding-bottom: 0;
  }
}
.p-idx-about-history__inner table td {
  padding-left: 25px;
}
@media screen and (max-width: 576px) {
  .p-idx-about-history__inner table td {
    padding-left: 0;
    padding-top: 0;
  }
}

.p-idx-about-sdgs {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 90px;
}
@media screen and (max-width: 576px) {
  .p-idx-about-sdgs {
    padding-top: 50px;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 30px;
  }
}
.p-idx-about-sdgs h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffcd3c;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 40px;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-idx-about-sdgs h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-idx-about-sdgs p {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-about-sdgs p {
    font-size: 15px;
  }
}
.p-idx-about-sdgs p a {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .p-idx-about-sdgs p.sm {
    font-size: 14px;
  }
}
.p-idx-about-sdgs img {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 566px;
}
@media screen and (max-width: 576px) {
  .p-idx-about-sdgs img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .p-idx-about-access {
    width: 100vw;
    -webkit-transform: translateX(-6vw);
            transform: translateX(-6vw);
  }
}

.p-idx-about-access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-idx-about-access-flex {
    display: block;
  }
}
.p-idx-about-access-flex > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.p-idx-about-access-flex .map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .p-idx-about-access-flex .map {
    height: 207px;
  }
}
.p-idx-about-access-flex .text .data {
  background-color: #efeee8;
  padding: 56px 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-about-access-flex .text .data {
    font-size: 16px;
    letter-spacing: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-idx-about-access-flex .link a {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 300;
  padding: 30px 20px;
  letter-spacing: 0.1em;
  background-image: url(../../resource/images/ico_map.svg);
  background-size: 63px 49px;
  background-repeat: no-repeat;
  background-position: center left 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-about-access-flex .link a:hover {
  opacity: 0.8;
}

/* お問い合わせ
----------------------------------------------------------------- */
.p-idx-contact {
  background-color: #efeee8;
  position: relative;
}
.p-idx-contact .c-ttl-lv1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact .c-ttl-lv1 {
    margin-bottom: 40px;
  }
}
.p-idx-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-top: 110px solid #ffcd3c;
  border-right: 110px solid #ffcd3c;
  border-bottom: 110px solid transparent;
  border-left: 110px solid transparent;
}
@media screen and (max-width: 576px) {
  .p-idx-contact::before {
    border-top-width: 50px;
    border-right-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 50px;
  }
}
.p-idx-contact p {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact p {
    font-size: 16px;
  }
}
.p-idx-contact p.sm {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact p.sm {
    font-size: 14px;
  }
}
.p-idx-contact p.en {
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact p.en {
    font-size: 12px;
  }
}
.p-idx-contact p.en a {
  text-decoration: underline;
  color: #0080e3;
}

.p-idx-contact-sort {
  margin-top: 60px;
  margin-bottom: 40px;
}
.p-idx-contact-sort table {
  max-width: 843px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-idx-contact-sort table th,
.p-idx-contact-sort table td {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-sort table th,
  .p-idx-contact-sort table td {
    display: block;
  }
}
.p-idx-contact-sort table th {
  padding-right: 1em;
  font-weight: 400;
}
.p-idx-contact-sort table label {
  font-size: 18px;
}
.p-idx-contact-sort table label:not(:last-child) {
  margin-right: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-sort table label {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .p-idx-contact-table th,
  .p-idx-contact-table td {
    display: block;
  }
}
.p-idx-contact-table th {
  text-align: right;
  width: 250px;
  padding-right: 30px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-table th {
    text-align: left;
  }
}

/* ==========================================================================
お問い合わせフォーム
========================================================================== */
.p-idx-contact-table {
  margin-bottom: 20px;
}
.p-idx-contact-table th,
.p-idx-contact-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-table th,
  .p-idx-contact-table td {
    padding-bottom: 0;
  }
}
.p-idx-contact-table th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-idx-contact-table th .required {
  color: #b4272d;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-table td {
    padding-top: 10px;
  }
}
.p-idx-contact-table input[type=text],
.p-idx-contact-table textarea {
  padding: 15px;
  width: 100%;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.p-idx-contact-table textarea {
  height: 240px;
}

label span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
label input[type=radio] {
  display: none;
}
label input[type=radio]:checked + span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
}

/* 確認画面 */
.p-confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .p-confirm-buttons {
    display: block;
  }
}
.p-confirm-buttons > div {
  max-width: 300px;
  width: 100%;
  margin: 0 10px;
}
@media screen and (max-width: 576px) {
  .p-confirm-buttons > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.p-form-contents {
  padding-top: 200px;
  padding-bottom: 200px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 576px) {
  .p-form-contents {
    padding-bottom: 110px;
    padding-top: 110px;
  }
}

.p-confirm-table {
  margin-bottom: 80px;
}
.p-confirm-table tr {
  border-bottom: 1px solid #D6D6D6;
}
.p-confirm-table tr th,
.p-confirm-table tr td {
  font-size: 16px;
  padding-top: 15px;
}
.p-confirm-table tr th {
  width: 200px;
}

/* 完了画面 */
.p-thanks-lg {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 576px) {
  .p-thanks-lg {
    font-size: 18px;
  }
}

.p-thanks-contents p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3em;
}
@media screen and (max-width: 576px) {
  .p-thanks-contents p {
    font-size: 16px;
  }
}
.p-thanks-contents .p-thanks-notion {
  color: #b4272d;
  font-size: 16px;
  margin-bottom: 5em;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 0.7142857143rem;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-small-top {
    margin-top: 1.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-top {
    margin-top: 1rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-medium-top {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 1.7142857143rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .u-margin-large-top {
    margin-top: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.8571428571rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xlarge-top {
    margin-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 4rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xxlarge-top {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.5rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.5rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 4rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.8571428571rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}
/*# sourceMappingURL=main.css.map */