@charset "UTF-8";
/* reset styles */
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo,Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
  font-style: normal;
  vertical-align: baseline;
  background-color: transparent;
}

/* 游ゴシックの場合 */
html,
body {
  font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
  color: #003a6c;
  background-color: #d9f6ff;
}

input:valid {
  background: #d9f6ff;
}

input:invalid {
  background: #d9f6ff;
}

img {
  vertical-align: middle;
  *line-height: 0;
  *vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

sup {
  vertical-align: top;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 10px 0;
  padding: 0;
}

table {
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
  empty-cells: show;
}

input,
select {
  display: inline;
  vertical-align: middle;
  *vertical-align: baseline;
}

picture img {
  display: block;
}

picture {
  display: block;
  width: 100%;
}

picture img {
  width: 100%;
}

/* base styles */
html {
  /* 10px */
  font-size: 62.5%;
}

#contents {
  position: relative;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

body {
  background: #fff;
  /* 横スクロールバーの発生する幅を指定 */
  min-width: 1000px;
  padding: 0;
  margin: 0;
  color: #231815;
  font-family: "Noto Sans JP", "メイリオ", Meiryo,Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.714285714;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(232, 246, 229, 0.5);
  /* Chromeのremバグ対策 */
}
body > header,
body > footer,
body > section,
body > article,
body > div {
  /* 14px */
  font-size: 16px;
}
@media only screen and (max-width: 969px) {
  body {
    /* 横スクロールバーの発生する幅を指定 */
    min-width: 320px;
    font-size: 16px;
    /* Chromeのremバグ対策 */
  }
  body > header,
  body > footer,
  body > section,
  body > article,
  body > div {
    /* 14px */
    font-size: 16px;
  }
}

.display--ib {
  display: inline-block;
}

/* a */
a {
  color: #333;
  text-decoration: none;
}
a img {
  transition: opacity 0.2s linear 0s;
  cursor: pointer;
}
a:hover img {
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* margin paddingのクラス（5~100px） */
.pT5 {
  padding-top: 5px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pR55 {
  padding-right: 55px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mR55 {
  margin-right: 55px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pR60 {
  padding-right: 60px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pR65 {
  padding-right: 65px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mR65 {
  margin-right: 65px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

.mL65 {
  margin-left: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pR70 {
  padding-right: 70px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pR75 {
  padding-right: 75px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mR75 {
  margin-right: 75px !important;
}

.mB75 {
  margin-bottom: 75px !important;
}

.mL75 {
  margin-left: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pR80 {
  padding-right: 80px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.pT85 {
  padding-top: 85px !important;
}

.pR85 {
  padding-right: 85px !important;
}

.pB85 {
  padding-bottom: 85px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.mT85 {
  margin-top: 85px !important;
}

.mR85 {
  margin-right: 85px !important;
}

.mB85 {
  margin-bottom: 85px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pR90 {
  padding-right: 90px !important;
}

.pB90 {
  padding-bottom: 90px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.mR90 {
  margin-right: 90px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.mL90 {
  margin-left: 90px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pR95 {
  padding-right: 95px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.mT95 {
  margin-top: 95px !important;
}

.mR95 {
  margin-right: 95px !important;
}

.mB95 {
  margin-bottom: 95px !important;
}

.mL95 {
  margin-left: 95px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pR100 {
  padding-right: 100px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.mL100 {
  margin-left: 100px !important;
}

/* テキスト色（任意で追加・削除） */
.txtRed {
  color: #f40000 !important;
}

/* テキスト書式（任意で追加・削除） */
.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_ind {
  text-indent: -1.04em;
  padding-left: 1.04em;
}

.txt_b {
  font-weight: bold;
}

/* float */
.c_b {
  clear: both;
}

.r {
  float: right;
}

.l {
  float: left;
}

/* clearfix */
.cf:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0.1px;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.cf,
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf,
* html .clearfix {
  height: 1%;
  overflow: visible;
}

.cf,
.clearfix {
  display: block;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* flexbox */
.flex {
  display: flex;
  flex-flow: row wrap;
}
.flex.row_rev {
  flex-direction: row-reverse;
}
.flex.col {
  flex-direction: column;
}
.flex.col_rev {
  flex-direction: column-reverse;
}

/* form（任意で編集） */
input {
  font-family: "Noto Sans JP", "M PLUS 1p", "メイリオ", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
}
input[type="image"], input[type="submit"], input[type="button"] {
  transition: opacity 0.2s linear 0s;
  cursor: pointer;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="url"] {
  height: 25px;
  line-height: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="url"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 969px) {
  input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input[type="number"] {
  text-align: right;
}
@media only screen and (max-width: 969px) {
  input[type="number"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

select {
  height: 25px;
  font-family: "Noto Sans JP", "M PLUS 1p", "メイリオ", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
  line-height: 25px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

textarea {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "M PLUS 1p", "メイリオ", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
  ime-mode: active;
}
@media only screen and (max-width: 969px) {
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ime_a {
  ime-mode: active;
}

.ime_i {
  ime-mode: inactive;
}

.ime_d {
  ime-mode: disabled;
}

/* プルダウンメニュー（必要の応じて追記） */
.pulldown {
  position: relative;
}
.pulldown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

/* アコーディオンメニュー（必要の応じて追記） */
.accordion_close,
.accordion_open {
  cursor: pointer;
}
.accordion_close[data-device="sp"],
.accordion_open[data-device="sp"] {
  cursor: default;
}
@media only screen and (max-width: 969px) {
  .accordion_close[data-device="sp"],
  .accordion_open[data-device="sp"] {
    cursor: pointer;
  }
}

.accordion_close:not([data-device="sp"]) + * {
  display: none;
}

@media only screen and (max-width: 969px) {
  .accordion_close[data-device="sp"] + * {
    display: none;
  }
}

@media only screen and (max-width: 969px) {
  .sp-accordion--close,
  .sp-accordion--open {
    cursor: pointer;
  }
}
@keyframes fade-in {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left2 {
  0% {
    transform: translateX(-50px) skewY(-2deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) skewY(-2deg);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right2 {
  0% {
    transform: translateX(50px) skewY(-2deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) skewY(-2deg);
    opacity: 1;
  }
}
@keyframes recruit-in1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes recruit-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes recruit-pop2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
[data-effect="fade"] {
  transform: translate(0, 50px);
  opacity: 0;
}

[data-effect="fade-left"],
[data-effect="fade-right"],
[data-effect="fade-left2"],
[data-effect="fade-right2"] {
  opacity: 0;
}

[data-effect="recruit-in1"] {
  opacity: 0;
}

[data-effect="fade"].fade {
  animation: fade-in 1s ease 0.3s forwards;
}

[data-effect="fade-left"].fade-left {
  animation-name: fade-in-left;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

[data-effect="fade-right"].fade-right {
  animation-name: fade-in-right;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

[data-effect="fade-left2"].fade-left2 {
  animation-name: fade-in-left2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

[data-effect="fade-right2"].fade-right2 {
  animation-name: fade-in-right2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

[data-effect="recruit-in1"].recruit-in1 {
  animation: recruit-in1 0.25s ease 0.15s forwards;
}

[data-effect="inview-center"] {
  position: relative;
  overflow: hidden;
}
[data-effect="inview-center"]:before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: scale(1, 1);
  left: 0;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  transform-origin: left top;
  top: 0;
  z-index: 2;
}
[data-effect="inview-center"]:after {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transform: scale(1, 1);
  right: 0;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  transform-origin: right top;
  top: 0;
  z-index: 2;
}
[data-effect="inview-center"].inview-center:before {
  transform: scale(0, 1);
}
[data-effect="inview-center"].inview-center:after {
  transform: scale(0, 1);
}

[data-effect="inview-left"] {
  position: relative;
  overflow: hidden;
}
[data-effect="inview-left"]:after {
  content: "";
  width: 102%;
  height: 102%;
  position: absolute;
  background-color: #fff;
  transform: scale(1, 1);
  right: 0;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  transform-origin: right top;
  top: -1%;
}
[data-effect="inview-left"].inview-left:after {
  transform: scale(0, 1);
}

[data-effect="inview-recruitleft"] {
  position: relative;
  overflow: hidden;
}
[data-effect="inview-recruitleft"]:after {
  content: "";
  width: 102%;
  height: 102%;
  position: absolute;
  background-color: #fff;
  transform: scale(1, 1);
  right: 0;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transform-origin: right top;
  top: -1%;
}
[data-effect="inview-recruitleft"].inview-recruitleft:after {
  transform: scale(0, 1);
}

[data-effect="inview-right"] {
  position: relative;
  overflow: hidden;
}
[data-effect="inview-right"]:after {
  content: "";
  width: 102%;
  height: 102%;
  position: absolute;
  background-color: #fff;
  transform: scale(1, 1);
  right: 0;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  transform-origin: left top;
  top: -1%;
}
[data-effect="inview-right"].inview-right:after {
  transform: scale(0, 1);
}

[data-effect="inview-recruitright"] {
  position: relative;
  overflow: hidden;
}
[data-effect="inview-recruitright"]:after {
  content: "";
  width: 102%;
  height: 102%;
  position: absolute;
  background-color: #fff;
  transform: scale(1, 1);
  right: 0;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transform-origin: left top;
  top: -1%;
}
[data-effect="inview-recruitright"].inview-recruitright:after {
  transform: scale(0, 1);
}

.fade-left {
  transform: translateX(0);
  opacity: 1;
}

.fade-right {
  transform: translateX(0);
  opacity: 1;
}

.fade-left2 {
  transform: translateX(0) skewY(-2deg);
  opacity: 1;
}

.fade-right2 {
  transform: translateX(0) skewY(-2deg);
  opacity: 1;
}

/* レスポンシブ対応（必要の応じて追記） */
.pc {
  display: block;
}
@media only screen and (max-width: 969px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 969px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 969px) {
  .line--sp {
    display: inline-block;
  }
}

@media only screen and (min-width: 970px) {
  .nowrap--pc {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 969px) {
  .nowrap--sp {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 969px) {
  img {
    width: 100%;
    max-width: auto;
    max-width: initial;
    height: auto;
  }
}

[data-effect_fade] {
  opacity: 0;
  transform: translateY(0px);
  transition: all 1s;
}

.inc-section-title {
  color: #bf001a;
  background: #fedb35;
  padding: 15px 0;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 969px) {
  .inc-section-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.inc-strong {
  padding: 40px 0 200px;
  position: relative;
  background: rgba(46, 59, 150, 0.1);
}
@media only screen and (max-width: 969px) {
  .inc-strong {
    padding: 40px 0 60px;
  }
}
.inc-strong:before {
  content: "";
  position: absolute;
  background: url("../../img/pho-strongback.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.inc-strong-container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 969px) {
  .inc-strong-container {
    width: 100%;
  }
}
.inc-strong-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 969px) {
  .inc-strong-title {
    margin-bottom: 25px;
  }
}
.inc-strong-title span {
  color: #bf001a;
  padding: 0px 15px;
  box-sizing: border-box;
  border-bottom: 4px solid #ffa500;
  margin-bottom: 40px;
  font-size: 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 969px) {
  .inc-strong-title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.inc-strong-text {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 60px;
}
@media only screen and (max-width: 969px) {
  .inc-strong-text {
    width: 93.5%;
    margin: 0 auto 100px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.inc-strong-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 969px) {
  .inc-strong-list {
    width: 100%;
    padding: 0 3.25%;
    box-sizing: border-box;
  }
}
.inc-strong-list__item {
  flex: 0 1 310px;
  border: 5px solid #ffa500;
  background: #fff;
  padding: 25px 10px 20px 10px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 969px) {
  .inc-strong-list__item {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 969px) {
  .inc-strong-list__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.inc-strong-list__item h3 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fedb35;
  color: #bf001a;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  width: 80%;
  padding: 10px 0;
  box-sizing: border-box;
}
.inc-strong-list__item picture {
  margin-bottom: 10px;
}
.inc-strong-list__item p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 969px) {
  .inc-strong-list__item p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.inc-section-title {
  color: #bf001a;
  background: #fedb35;
  padding: 15px 0;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 969px) {
  .inc-section-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px;
    margin-bottom: 25px;
  }
}
.inc-customer {
  width: 100%;
  margin: 0 auto 60px;
  background: #ffffb2;
  padding: 40px 0 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .inc-customer {
    padding: 30px 3.25% 40px;
  }
}
.inc-customer-container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 969px) {
  .inc-customer-container {
    width: 100%;
  }
}
.inc-customer-container h2 {
  text-align: center;
}
.inc-customer-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inc-customer-block:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 969px) {
  .inc-customer-block:not(:last-child) {
    margin-bottom: 50px;
  }
}
.inc-customer-block picture {
  flex: 0 1 380px;
  border: 3px solid #fff;
}
@media only screen and (max-width: 969px) {
  .inc-customer-block picture {
    flex: 0 1 100%;
    border: none;
    margin-bottom: 15px;
  }
}
.inc-customer-block dl {
  flex: 0 1 600px;
}
@media only screen and (max-width: 969px) {
  .inc-customer-block dl {
    flex: 0 1 100%;
  }
}
.inc-customer-block dl dt {
  background: #e64a19;
  font-size: 32px;
  font-size: 3.2rem;
  border-radius: 10px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .inc-customer-block dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 0;
    line-height: 1.5;
  }
}
.inc-customer-block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
@media only screen and (max-width: 969px) {
  .inc-customer-block dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.inc-section-title {
  color: #bf001a;
  background: #fedb35;
  padding: 15px 0;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 969px) {
  .inc-section-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.inc-qanda {
  width: 1000px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 969px) {
  .inc-qanda {
    width: 100%;
    padding: 0 3.25%;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
}
.inc-qanda h2 {
  text-align: center;
}
.inc-qanda-box {
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box {
    width: 100%;
    padding: 0;
  }
}
.inc-qanda-box dl:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box dl:not(:last-child) {
    margin-bottom: 35px;
  }
}
.inc-qanda-box dl dt {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 55px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box dl dt {
    margin-bottom: 10px;
  }
}
.inc-qanda-box dl dt span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  width: 40px;
  background: #02770c;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box dl dt span {
    font-size: 18px;
    font-size: 1.8rem;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.inc-qanda-box dl dt p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  display: inline-block;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box dl dt p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
  }
}
.inc-qanda-box dl dd {
  position: relative;
  padding-left: 55px;
  box-sizing: border-box;
}
.inc-qanda-box dl dd span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  width: 40px;
  background: #dc1451;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box dl dd span {
    font-size: 18px;
    font-size: 1.8rem;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.inc-qanda-box dl dd p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  display: inline-block;
}
@media only screen and (max-width: 969px) {
  .inc-qanda-box dl dd p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
  }
}
.inc-contact {
  width: 100%;
  background: #ffc000;
  padding: 30px 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .inc-contact {
    padding: 20px 0 !important;
  }
}
.inc-contact-toptext {
  width: 650px;
  margin: 0 auto 10px;
  border-radius: 400px;
  color: #c50015;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  background: #ffff00;
}
@media only screen and (max-width: 969px) {
  .inc-contact-toptext {
    width: 87.5%;
    margin: 0 auto 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.inc-contact-tel {
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .inc-contact-tel {
    line-height: 1;
    margin-bottom: 10px;
  }
}
.inc-contact-tel span {
  padding-left: 60px;
  box-sizing: border-box;
  color: #bf001a;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 969px) {
  .inc-contact-tel span {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    padding-left: 40px;
  }
}
.inc-contact-tel span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon-tel.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media only screen and (max-width: 969px) {
  .inc-contact-tel span:before {
    width: 24px;
    height: 24px;
  }
}
.inc-contact-detail {
  text-align: center;
  color: #bf001a;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 969px) {
  .inc-contact-detail {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.inc-contact-btn {
  width: 570px;
  margin: 0 auto;
  border-radius: 100px;
  background: #2e3b96;
  border-bottom: 3px solid #222;
}
@media only screen and (max-width: 969px) {
  .inc-contact-btn {
    width: 87.5%;
  }
}
.inc-contact-btn a {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 969px) {
  .inc-contact-btn a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.inc-news {
  width: 1000px;
  padding: 40px 0 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 969px) {
  .inc-news {
    width: 100%;
    padding: 25px 3.25% 30px;
    box-sizing: border-box;
  }
}
.inc-news h2 {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .inc-news h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inc-news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inc-news-list__item {
  flex: 0 1 480px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 1px solid #222;
}
.inc-news-list__item picture{
  flex: 0 1 40%;
  
}
.inc-news-list__item-block{
  flex: 0 1 55%;
  height: fit-content;
  margin: auto 0;
}
.inc-news-list__item-block-time{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media only screen and (max-width: 969px) {
  .inc-news-list__item-block-time{
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.inc-news-list__item-block-detail{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media only screen and (max-width: 969px) {
  .inc-news-list__item-block-detail{
    font-size: 18px;
    font-size: 1.8rem;
  }
}


.inc-area {
  padding: 40px 0 60px;
  box-sizing: border-box;
  background: #ffffb2;
}
@media only screen and (max-width: 969px) {
  .inc-area {
    width: 100%;
    padding: 25px 3.25% 30px;
    box-sizing: border-box;
  }
}
.inc-area h2 {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .inc-area h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inc-area picture {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 969px) {
  .inc-area picture {
    width: 100%;
  }
}
.inc-maker {
  padding: 40px 0 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .inc-maker {
    width: 100%;
    padding: 25px 3.25% 30px;
    box-sizing: border-box;
  }
}
.inc-maker h2 {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .inc-maker h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inc-maker picture {
  width: 670px;
  margin: 0 auto;
}
@media only screen and (max-width: 969px) {
  .inc-maker picture {
    width: 100%;
  }
}
.inc-maker p {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 969px) {
  .inc-maker p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.inc-contact {
  padding: 40px 0 60px;
  box-sizing: border-box;
  background: #ffdc73;
}
.inc-contact picture {
  width: 310px;
  margin: 0 auto;
}
@media only screen and (max-width: 969px) {
  .inc-contact picture {
    width: 40%;
    margin: 0 auto 12px;
  }
}
.inc-contact-tel {
  color: #bf001a;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 969px) {
  .inc-contact-tel {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
  }
}
.inc-contact-detail {
  text-align: center;
  color: #bf001a;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 969px) {
  .inc-contact-detail {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.inc-contact-text {
  width: 700px;
  margin: 0 auto 50px;
  text-align: center;
  color: #bf001a;
  background: #ffff00;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 969px) {
  .inc-contact-text {
    width: 93.5%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto 20px;
  }
}
.inc-contact-btn {
  width: 570px;
  margin: 0 auto;
  border-radius: 100px;
  background: #2e3b96;
  border-bottom: 3px solid #222;
}
@media only screen and (max-width: 969px) {
  .inc-contact-btn {
    width: 93.5%;
  }
}
.inc-contact-btn a {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 969px) {
  .inc-contact-btn a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}


.footer {
  padding: 30px 0 0;
  box-sizing: border-box;
  background: #fedb35;
}
.footer-main {
  width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 969px) {
  .footer-main {
    width: 100%;
  }
}
.footer-main__logo {
  flex: 0 1 180px;
}
@media only screen and (max-width: 969px) {
  .footer-main__logo {
    display: none;
  }
}
.footer-main-detail {
  flex: 0 1 260px;
}
@media only screen and (max-width: 969px) {
  .footer-main-detail {
    display: none;
  }
}
.footer-main-detail address {
  color: #bf001a;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-main-detail p {
  color: #bf001a;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 970px) {
  .footer-main-detail-tel a {
    /* pointer-events: none; */
  }
}
.footer-main-detail-tel a span {
  color: #bf001a;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.footer-main-detail-tel a span:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../img/icon-tel.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-main-links {
  flex: 0 1 270px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 969px) {
  .footer-main-links {
    flex: 0 1 100%;
  }
}
.footer-main-links li {
  flex: 0 1 50%;
}
@media only screen and (max-width: 969px) {
  .footer-main-links li {
    flex: 0 1 80%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 969px) {
  .footer-main-links li:first-child {
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 970px) {
  .footer-main-links li:last-child {
    display: none;
  }
}
.footer-main-links li a {
  display: block;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  color: #bf001a;
}
@media only screen and (max-width: 969px) {
  .footer-main-links li a {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.footer-main-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #bf001a;
}
@media only screen and (max-width: 969px) {
  .footer-main-links li a:before {
    content: none;
  }
}
.footer-copy {
  background: #ffa500;
  text-align: center;
  padding: 2px 0;
  box-sizing: border-box;
  margin-top: 40px;
}
@media only screen and (max-width: 969px) {
  .footer-copy {
    margin-top: 15px;
    background: none;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
}
.footer-copy small {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #bf001a;
  vertical-align: text-top;
}
@media only screen and (max-width: 969px) {
  .footer-copy small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 969px) {
  .breadcrumb ul {
    display: none;
  }
}
.breadcrumb ul li {
  flex: 0 1 auto;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
@media only screen and (max-width: 969px) {
  .breadcrumb ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.breadcrumb ul li p {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 969px) {
  .breadcrumb ul li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.breadcrumb ul li p:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 969px) {
  .breadcrumb ul li p:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.inner-header {
  width: 100%;
  padding: 40px 0 50px;
  box-sizing: border-box;
  background: #ffffb2;
}
@media only screen and (max-width: 969px) {
  .inner-header {
    padding: 0;
  }
}
.inner-header h1 {
  width: 1000px;
  margin: 0 auto 30px;
  color: #bf001a;
  text-align: center;
  background: #fedb35;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 969px) {
  .inner-header h1 {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
}

.footer {
  margin-top: 0;
}

.error_list {
  width: 80%;
  margin: 0 auto 15px;
  border: 1px solid #CF1B1E;
  padding: 2.04vw 1.04vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .error_list {
    padding: 25px 20px;
    width: 100%;
    margin: 0 auto 25px;
  }
}
.error_list li {
  text-align: center;
  color: #f40000;
}
@media only screen and (max-width: 969px) {
  .error_list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.error_list li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 969px) {
  .error_list li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.contact {
  margin-top: 209px;
}
@media only screen and (max-width: 969px) {
  .contact {
    margin-top: 75px;
  }
}
.contact-section-title {
  color: #bf001a;
  background: #fedb35;
  padding: 15px 0;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 969px) {
  .contact-section-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px;
    margin-bottom: 25px;
  }
}
.contact-container {
  background: #ffffb2;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .contact-container {
    padding: 50px 3.25% 30px;
  }
}
.contact-title {
  padding-bottom: 0.56vw;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fedb35;
  letter-spacing: 0.04em;
  margin-bottom: 1.56vw;
}
@media only screen and (max-width: 969px) {
  .contact-title {
    padding-top: 10px;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 12px;
    line-height: 1.3;
  }
}
.contact-title:before {
  content: "";
  position: absolute;
  width: 13.54vw;
  height: 2px;
  background: #ffa500;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-text {
  text-align: center;
  margin-bottom: 1.3vw;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form {
  width: 1000px;
  margin: 0 auto;
  padding: 0px 0 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .contact-form {
    width: 100%;
    min-width: inherit;
    padding: 0px;
  }
}
.contact-form table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fedb35;
}
@media only screen and (max-width: 969px) {
  .contact-form table {
    width: 100%;
  }
}
.contact-form table tr {
  display: flex;
  border-bottom: 1px solid #fedb35;
}
.contact-form table tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 969px) {
  .contact-form table tr {
    display: block;
  }
}
.contact-form table tr th {
  width: 200px;
  background: #fee986;
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #fedb35;
}
@media only screen and (max-width: 969px) {
  .contact-form table tr th {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    padding: 12px 0 12px 10px;
    text-align: left;
  }
}
.contact-form table tr td {
  width: 800px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .contact-form table tr td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fedb35;
    padding: 15px;
  }
}
.contact-form table tr td input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ffa500;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .contact-form table tr td input {
    width: 100% !important;
    height: 48px;
    min-height: inherit;
  }
}
.contact-form table tr td ::placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "MS P Gothic", "ＭＳ Ｐゴシック", "lroSVbN", sans-serif;
  color: #ccc;
}
.contact-form table tr td textarea {
  width: 100%;
  border: none;
  background: #fff;
  border: 1px solid #ffa500;
  border-radius: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
.contact-form table tr td .error {
  font-size: 13px;
  font-size: 1.3rem;
  color: #D53436;
}
@media only screen and (max-width: 969px) {
  .contact-form-name {
    padding-top: 10px !important;
  }
}
.contact-form-name td input {
  width: 31.25vw;
  min-width: 320px;
}
@media only screen and (max-width: 969px) {
  .contact-form-name td input {
    min-width: inherit;
  }
}
.contact-form-furigana td input {
  width: 31.25vw;
  min-width: 320px;
}
@media only screen and (max-width: 969px) {
  .contact-form-furigana td input {
    min-width: inherit;
  }
}
.contact-form-tel input {
  width: 20.83vw;
  min-width: 280px;
}
@media only screen and (max-width: 969px) {
  .contact-form-tel input {
    min-width: inherit;
  }
}
.contact-form-email input {
  width: 33.85vw;
  min-width: 320px;
}
@media only screen and (max-width: 969px) {
  .contact-form-email input {
    width: 100%;
    min-width: inherit;
  }
}
.contact-form-year td input {
  width: 33.85vw;
  min-width: 320px;
}
@media only screen and (max-width: 969px) {
  .contact-form-year td input {
    width: 100%;
    min-width: inherit;
  }
}
.contact-form-file td {
  padding: 1.8vw 0 1.8vw 1.56vw !important;
}
@media only screen and (max-width: 969px) {
  .contact-form-file td {
    padding: 15px 0 !important;
  }
}
.contact-form-file td input {
  background: none !important;
  height: auto !important;
  min-height: inherit !important;
}
.contact-form-text textarea {
  width: 33.85vw;
  min-width: 350px;
  height: 150px;
}
@media only screen and (max-width: 969px) {
  .contact-form-text textarea {
    width: 100%;
    min-width: inherit;
  }
}
.contact-btn {
  width: 570px;
  margin: 40px auto 0;
  border-radius: 100px;
  background: #2e3b96;
  border-bottom: 3px solid #222;
}
@media only screen and (max-width: 969px) {
  .contact-btn {
    width: 100%;
    margin: 20px auto;
  }
}
.contact-btn input {
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 969px) {
  .contact-btn input {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 13px 0;
  }
}
.contact-btn button {
  display: block;
  padding: 1.3vw 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 969px) {
  .contact-btn button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
  }
}
.contact-btn a {
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 969px) {
  .contact-btn a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 969px) {
  .contact-btn a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
  }
}
.contact-btn a:before {
  content: "";
  position: absolute;
  left: 1.56vw;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  width: 1.35vw;
  height: 0.42vw;
  background: url("../img/icon-arrow2.svg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 969px) {
  .contact-btn a:before {
    width: 15px;
    height: 4px;
    left: 15px;
  }
}
.contact-btnlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40.13vw;
  margin: 5.16vw auto 0;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist {
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
.contact-btnlist-back {
  flex: 0 1 18.04vw;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-back {
    flex: 0 1 100%;
  }
}
.contact-btnlist-back input {
  display: block;
  padding: 13px 0;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  border: none;
  width: 100%;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-back input {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
  }
}
.contact-btnlist-btn {
  flex: 0 1 18.04vw;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-btn {
    flex: 0 1 100%;
    order: 1;
    margin-bottom: 10px;
  }
}
.contact-btnlist-btn input {
  display: block;
  padding: 1.15vw 0;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  border: none;
  width: 100%;
  cursor: pointer;
  background: #fedb35;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-btn input {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
  }
}
.contact-btnlist-btn input:before {
  content: "";
  position: absolute;
  right: 1.56vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.35vw;
  height: 0.42vw;
  background: url("../img/icon-arrow2.svg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-btn input:before {
    width: 15px;
    height: 4px;
    right: 15px;
  }
}
.contact-btnlist-btn button {
  display: block;
  padding: 13px 0;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  border: none;
  width: 100%;
  cursor: pointer;
  background: #2e3b96;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 970px) {
  .contact-btnlist-btn button:hover {
    border: 1px solid #2e3b96;
    color: #2e3b96;
    box-sizing: border-box;
    background: #fff;
    padding: calc(13px - 1px) 0;
  }
  .contact-btnlist-btn button:hover:before {
    background: url("../img/icon-arrow2-hover.svg") no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-btn button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0;
  }
}
.contact-btnlist-btn button:before {
  content: "";
  position: absolute;
  right: 1.56vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.35vw;
  height: 0.42vw;
  background: url("../img/icon-arrow2.svg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 969px) {
  .contact-btnlist-btn button:before {
    width: 15px;
    height: 4px;
    right: 15px;
  }
}
.contact-privacy {
  display: none;
}
@media only screen and (max-width: 969px) {
  .contact-privacy {
    display: block;
    padding: 0 3.25%;
    box-sizing: border-box;
    margin: 40px auto 50px;
  }
  .contact-privacy h2 {
    text-align: center;
  }
  .contact-privacy p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .contact-privacy-block {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #222;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .contact-privacy-block dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .contact-privacy-block dl dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.contact-container .contact-confirm-block {
  width: 1000px;
  margin: 0 auto;
  min-width: 700px;
  background: #fff;
  box-shadow: 3px 3px 5px #ccc;
  border-radius: 5px;
  margin: 0 auto;
  padding: 4.17vw 4.69vw 5.5vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .contact-container .contact-confirm-block {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    padding: 25px 20px;
  }
}
.contact-container .contact-confirm-block .formTable {
  width: 90%;
  margin: 0 auto 1.56vw;
}
@media only screen and (max-width: 969px) {
  .contact-container .contact-confirm-block .formTable {
    width: 100%;
    margin-bottom: 25px;
  }
}
.contact-container .contact-confirm-block .formTable tr {
  display: block;
  padding: 2.2vw 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 969px) {
  .contact-container .contact-confirm-block .formTable tr {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 969px) {
  .contact-container .contact-confirm-block .formTable tr:first-child {
    padding-top: 0;
  }
}
.contact-container .contact-confirm-block .formTable tr th {
  width: 12.5vw;
  padding-left: 1.56vw;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (min-width: 969px) {
  .contact-container .contact-confirm-block .formTable tr th {
    font-size: calc(14px + ((1vw - 9.69px) * 0.42));
  }
}
@media (min-width: 1920px) {
  .contact-container .contact-confirm-block .formTable tr th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 969px) {
  .contact-container .contact-confirm-block .formTable tr th {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
.contact-block {
  width: 50.2vw;
  margin: 0 auto 1.56vw;
}
@media only screen and (max-width: 969px) {
  .contact-block {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
  }
}
.contact-block p {
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 969px) {
  .contact-block p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: -0.04em;
  }
}
.contact-block p:not(:last-child) {
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 969px) {
  .contact-block p:not(:last-child) {
    margin-bottom: 12px;
  }
}
