@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap);

/* ========================================
   Base / Reset
======================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
  background: #fff;
  text-rendering: optimizeLegibility;
}

/* Remove default margins */
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, figure {
  margin: 0;
}

/* Lists */
ul, ol {
  padding: 0;
  list-style: none;
}

/* Images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Form */
button,
input,
textarea,
select {
  font: inherit;
}


body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  color: #252525
}

div#container {
  width: 100%;
  height: 100%;
  margin: auto;
}

::selection {
  background: #da3915;
  color: #fff;
}

::-moz-selection {
  background: #da3915;
  color: #fff;
}

a {
  transition: background-color .4s ease, color .4s ease, opacity .4s ease;
}

a {
  color: #da3915;
}

a img {
  transition: opacity .4s ease;
}

a:hover {
  opacity: .8;
}

a:hover img {
  opacity: .8;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {

  table.tb_block,
  div.form section table,
  table.tb_block thead,
  div.form section table thead,
  table.tb_block tbody,
  div.form section table tbody,
  table.tb_block tfoot,
  div.form section table tfoot,
  table.tb_block tr,
  div.form section table tr {
    display: block;
    width: 100%;
  }

  table.tb_block tr th,
  div.form section table tr th,
  table.tb_block tr td,
  div.form section table tr td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 568px) {

  table.sp_block,
  table.sp_block thead,
  table.sp_block tbody,
  table.sp_block tfoot,
  table.sp_block tr {
    display: block;
    width: 100%;
  }

  table.sp_block tr th,
  table.sp_block tr td {
    display: block;
    width: 100%;
  }
}

picture {
  display: block;
}

br {
  line-height: inherit;
}

hr {
  height: 1px;
  clear: both;
  border: none;
  border-top: #ccc 1px solid;
  color: #fff;
}

div.editor br:after,
div.editor:after,
div.edit aside ul.article_entry li dl:after,
.header_link>ul:after,
.wrapper:after,
div.error_area .error_access:after,
div.error_area .text_box:after,
div.error_area .list_box:after,
div.error_area:after,
div.err_area .list_box:after,
div.form div.flow_nav:after,
div.form p.closing:after,
div.form p.head:after,
div.pan div.in:after,
div.column_2:after,
.sec article:after,
header div.inner:after {
  display: block;
  content: "";
}

.wrapper,
div.error_area .error_access,
div.error_area .text_box,
div.error_area .list_box,
div.error_area,
div.err_area .list_box,
div.form div.flow_nav,
div.form p.closing,
div.form p.head,
.sec article,
header div.inner {
  width: min(100% - 2rem, 1200px);
  margin-inline: auto;
  position: relative;
}

.transitions,
.slick-dots li button {
  transition: opacity .4s ease;
}

@media screen and (max-width: 768px) {

  .transitions,
  .slick-dots li button {
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
  }
}

.all_transitions,
.header_link>ul>li ul.sub_menu li a,
.header_link>ul>li ul.sub_menu li,
.header_link>ul>li ul.sub_menu {
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.vertical,
.header_link,
header h1,
header div.header_logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.obj_image {
  object-fit: cover;
  font-family: "object-fit: cover;"
}

@media screen and (max-width: 768px) {

  h2.ttl,
  h3.ttl {
    margin: 0 auto 20px auto;
  }
}


div.ttl h1,
div.ttl p.text_ttl {
  font-size: 30px;
}

@media screen and (max-width: 768px) {

  div.ttl h1,
  div.ttl p.text_ttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 568px) {

  div.ttl h1,
  div.ttl p.text_ttl {
    font-size: 24px;
  }
}

.sec {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 40px 10px 0;
  }
}

.sec:first-child {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .sec:first-child {
    padding-top: 30px;
  }
}

.sec:last-child {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec:last-child {
    padding-bottom: 10px;
  }
}


div.ttl {
  width: 100%;
  background-color: #da3915;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  div.ttl {
    padding: 40px 0;
  }
}

@media screen and (max-width: 568px) {
  div.ttl {
    padding: 30px 0;
  }
}

div.ttl h1,
div.ttl p.text_ttl {
  color: #fff;
  text-align: center;
  font-weight: bold;
}


/* ========================================
   Adjust
======================================== */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .mt_20 {
    margin-top: 15px;
  }

  .mt_30 {
    margin-top: 20px;
  }

  .mt_50 {
    margin-top: 30px;
  }

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

@media screen and (max-width: 568px) {
  .mt_20 {
    margin-top: 15px;
  }

  .mt_50 {
    margin-top: 25px;
  }
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 15px;
  }

  .mb_30 {
    margin-bottom: 20px;
  }

  .mb_50 {
    margin-bottom: 30px;
  }

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

@media screen and (max-width: 568px) {
  .mb_20 {
    margin-bottom: 15px;
  }

  .mb_50 {
    margin-bottom: 25px;
  }
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

a.link_text {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .hide_sp,
  .slick-slide img.hide_sp,
  .kv-slide img.hide_sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {

  .hide_pc,
  .slick-slide img.hide_pc,
  .kv-slide img.hide_pc {
    display: none !important;
  }
}

.display_none {
  display: none;
}


/* ========================================
   Slick
======================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/arrow/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}



/* ========================================
   CTA
======================================== */
.c-button {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
  font-weight: bold;
  display: block;
  border-bottom: solid 2px #da3915;
  text-align: left;
  position: relative;
  transition: .3s;
}

.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(150%, -50%);
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  width: 11px;
  height: 9px;
  background-image: url(../img/arrow/arrow_right.svg);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    max-width: 320px;
  }
}

.c-button,
.c-button:visited {
  color: #da3915;
}

.c-button--phone {
  position: relative;
  transition: .3s;
}

.c-button--phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(200%, -50%);
  -webkit-transform: translate(200%, -50%);
  -ms-transform: translate(200%, -50%);
  width: 28px;
  height: 20px;
  background-image: url(../../assets/img/common/cta-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .c-button--phone::before {
    width: 24px;
    height: 16px;
  }
}

.c-button--phone:hover {
  background-color: #da3915;
  color: #fff !important;
}

.c-button--phone:hover::before {
  content: "";
}

.c-button--form {
  background-color: #fff;
  color: #da3915;
  position: relative;
  transition: .3s;
}

.c-button--form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  width: 28px;
  height: 20px;
  background-image: url(../../assets/img/common/cta-email.svg);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-button--form::before {
    width: 21px;
    height: 15px;
  }
}

.c-button--form:hover {
  background-color: #da3915;
  color: #fff !important;
}

.c-button--form:hover::before {
  content: "";
  background-image: url(../../assets/img/common/cta-email-white.svg);
}

.c-button__text {
  margin-left: 30px;
}


.cta-section {
  padding: 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-section {
    padding: 0;
  }
}

.cta-section__promo {
  font-family: "Noto Serif JP", serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  color: #da3915;
  font-weight: bold;
  width: 100%;
  background: #f2efe7;
  overflow: hidden;
  white-space: nowrap;
  height: 120px;
  display: flex;
  align-items: center;
}

.cta-section__promo-inner {
  display: flex;
  animation: cta-marquee 60s linear infinite;
  width: fit-content;
}

@media screen and (max-width: 768px) {

  .cta-section__promo {
    height: 60px;
  }

  .cta-section__promo-inner {
    animation: cta-marquee 40s linear infinite;
  }
}

.cta-section__promo img {
  vertical-align: middle;
  width: auto;
  height: 74px;
  margin: 0 200px;
}

@media screen and (max-width: 768px) {
  .cta-section__promo img {
    height: 30px;
    margin: 0 50px;
  }
}

.cta-section__contact {
  background-image: url(../../assets/img/common/cta_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55px 0;
}

@media screen and (max-width: 768px) {
  .cta-section__contact {
    background-image: url(../../assets/img/common/cta_contact_sp.jpg);
    padding: 40px 20px;
  }
}

.cta-section__lead {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .cta-section__lead {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.cta-section__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta-section__buttons .c-button--phone {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 18px 50px;
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  min-width: 350px;
}

@media screen and (max-width: 768px) {
  .cta-section__buttons .c-button--phone {
    font-size: 18px;
    max-width: 400px;
    min-width: 320px;
    padding: 10px 30px;
    letter-spacing: 0.05em;
    width: calc(100% - 40px);
  }
}

.cta-section__buttons .c-button--phone::after {
  content: none;
}

.cta-section__buttons .c-button--form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 18px 0px;
  font-size: 20px;
  color: #da3915;
  margin-top: 0;
  min-width: 350px;
  border: none;
}

@media screen and (max-width: 768px) {
  .cta-section__buttons .c-button--form {
    min-width: 320px;
    font-size: 18px;    
    max-width: 400px;
    width: calc(100% - 40px);
  }
}

.cta-section__buttons .c-button--form::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .cta-section__buttons {
    flex-direction: column;
    align-items: center;
  }
}

@keyframes cta-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* ========================================
   HEADER
======================================== */
header {
  width: 100%;
  background-color: #f2efe7;
  font-family: "Futura", "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: solid 5px #da3915;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
  }
}

header div.inner {
  height: 80px;
  margin: auto;
  text-align: center;
  max-width: none;
}

@media screen and (max-width: 768px) {
  header div.inner {
    min-width: inherit;
    height: 65px;
  }
}

header div.inner h1 {
  display: inline;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {

  header h1,
  header div.header_logo {
    width: 100%;
    text-align: center;
  }
}

header h1 a,
header div.header_logo a {
  display: block;
}

@media screen and (max-width: 768px) {

  header h1 a,
  header div.header_logo a {
    display: inline;
  }
}

header h1 a img,
header div.header_logo a img {
  width: 190px;
  height: auto;
}

@media screen and (max-width: 768px) {

  header h1 a img,
  header div.header_logo a img {
    width: 125px;
  }
}

header div.cv {
  width: 180px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
}

@media screen and (max-width: 768px) {
  header div.cv {
    display: none;
  }
}

header div.cv a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #da3915;
  text-align: center;
  position: relative;
}

header div.cv a,
header div.cv a:hover,
header div.cv a:visited,
header div.cv a:link {
  color: #da3915;
  text-decoration: none;
}

header div.cv a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  background-image: url(../img/arrow/arrow_right_w.svg);
  background-position: right center;
  background-size: 20px 20px;
  padding: 5px 25px 5px 0;
  white-space: nowrap;
}

header div.cv a:hover {
  opacity: .8;
}

.sub header {
  position: relative;
}

.sub header:after {
  content: "";
  background-image: url(../../assets//img/common/arrow-down.svg);
  width: 32px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  z-index: 10;
}

@media screen and (max-width: 768px) {

  header::after {
    content: none;
  }

  #container {
    padding-top: 65px;
  }

  .sub header:after {
    background-size: 32px 14px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .sub#container {
    padding-top: 0px;
  }
}

.front header {
  border-bottom: none;
}

.header_link {
  margin: auto;
  position: absolute;
  right: 40px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .header_link {
    display: none;
  }
}

.header_link>ul {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .header_link>ul {
    width: 100%;
    padding: 20px 0;
  }
}

.header_link>ul>li {
  float: left;
}

@media screen and (max-width: 768px) {
  .header_link>ul>li {
    width: 100%;
    float: none;
    border-bottom: #ececec 1px solid;
  }
}

.header_link>ul>li:nth-child(1) a {
  border-right: solid 2px #da3915;
}

.header_link>ul>li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .header_link>ul>li a {
    padding: 15px;
  }
}

.header_link>ul>li a.active {
  color: #da3915;
}

.header_link>ul>li.parent_menu {
  position: relative;
}

.header_link>ul>li.parent_menu>a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow/input_select.svg);
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header_link>ul>li ul.sub_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  transform: translate(-50%, 0);
  background-color: hsla(0, 0%, 100%, .7)
}

.header_link>ul>li ul.sub_menu li {
  padding: 0 40px;
  height: 0;
  overflow: hidden;
}

.header_link>ul>li ul.sub_menu li a {
  padding: 0 10px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-position: left top 5px;
  white-space: nowrap;
  text-align: left;
  line-height: 1.7;
  opacity: 0;
  border: none;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header_link>ul>li ul.sub_menu li a {
    padding: 5px 5px 5px 15px;
  }
}

@media screen and (max-width: 768px) {
  .header_link>ul>li ul.sub_menu {
    position: static;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    z-index: auto;
    padding: 0 0 15px 25px;
    overflow: inherit;
    height: auto;
    background: inherit;
  }

  .header_link>ul>li ul.sub_menu li {
    height: auto;
    overflow: inherit;
    padding: 0;
  }

  .header_link>ul>li ul.sub_menu li a {
    opacity: 1;
    font-size: 13px;
    background-image: url("../img/arrow/arrow_right_c.svg");
    background-position: left top 10px;
  }

  .header_link>ul>li ul.sub_menu li a:hover {
    letter-spacing: inherit;
  }
}

@media screen and (min-width: 769px) {
  .header_link>ul>li:hover ul.sub_menu {
    padding: 5px 5px;
  }

  .header_link>ul>li:hover ul.sub_menu li {
    padding: 5px 10px;
    overflow: visible;
    height: auto;
  }

  .header_link>ul>li:hover ul.sub_menu li a {
    padding: 0 10px;
    opacity: 1;
    background-image: url("../img/arrow/arrow_right_c.svg")
  }
}

.header_link>ul>li.switching {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_link>ul>li.switching {
    display: inherit;
  }
}

.header_link>ul>li.switching img {
  width: 90%;
  height: auto;
  margin: 0 auto 20px auto;
}

.header_link>ul>li.switching ul {
  padding: 15px 0;
}

.header_link>ul>li.switching ul li a {
  padding: 3px 15px;
  font-weight: normal;
  border-bottom: none;
}

body.drawer_open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.toggle_button {
  position: absolute;
  top: 50px;
  transform: translateY(0%);
  z-index: 1001;
  right: 0;
  display: block;
  box-sizing: content-box;
  width: 50px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .toggle_button {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 50px;
    padding: 20px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}

.toggle_button .bar {
  background-color: #da3915;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  -webkit-transition: background-color .35s ease, transform .35s ease;
  transition: background-color .35s ease, transform .35s ease;
}

.toggle_button .bar+.bar {
  margin-top: 9px;
}

.toggle_button.toggle_active .bar {
  background-color: #fff;
}

.toggle_button.toggle_active .top {
  -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
  transform: translateY(15px) translateX(0) rotate(45deg);
  width: 30px;
}

.toggle_button.toggle_active .middle {
  opacity: 0;
}

.toggle_button.toggle_active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  width: 30px;
  margin-left: 0;
}

.sub .toggle_button {
  top: 50%;
  transform: translateY(-50%);
}

.drawer_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, .5);
}

.full-page-nav__section {
  width: 33.3333333333%;
  height: 100%;
  float: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section {
    width: 100%;
  }
}

.full-page-nav__section .full-page-nav__content {
  height: fit-content;
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .full-page-nav__section .full-page-nav__content {
    top: 0px;
    left: 0px;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
}

.full-page-nav__section--primary {
  background-color: #da3915;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--primary {
    height: 26.4814814815%;
  }
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--primary .full-page-nav__content {
    padding-bottom: 50px;
  }
}

.full-page-nav__section--primary .full-page-nav__content .full-page-nav__logo {
  display: block;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--primary .full-page-nav__content .full-page-nav__logo {
    text-align: left;
    margin: 20px 0 40px 50px;
  }
}

.full-page-nav__section--primary .full-page-nav__content .full-page-nav__logo img {
  height: 60px;
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--primary .full-page-nav__content .full-page-nav__logo img {
    height: 50px;
  }
}

.full-page-nav__section--primary .full-page-nav__content .full-page-nav__sns ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--primary .full-page-nav__content .full-page-nav__sns ul {
    justify-content: flex-start;
    padding-left: 50px;
  }
}

.full-page-nav__section--primary .full-page-nav__content .full-page-nav__sns ul li:nth-child(1) {
  margin-right: 20px;
}

.full-page-nav__section--link {
  background-color: #e25333;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--link {
    height: 55%;
    background-color: #da3915;
  }
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
  }
}

.full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu li.menu__item {
  margin-bottom: 55px;
  position: relative;
  text-align: left;
}

.full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu li.menu__item:before {
  content: "";
  background-image: url(../../assets//img/common/nav_list.svg);
  width: 10px;
  height: 8px;
  position: absolute;
  inset: 0;
  top: 50%;
  left: -14px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu li.menu__item:before {
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu li.menu__item {
    margin-bottom: 20px;
  }
}

.full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu li.menu__item a.menu__link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--link .full-page-nav__content ul.full-page-nav__menu li.menu__item a.menu__link {
    font-size: 16px;
  }
}

ul.full-page-nav__menu li.menu__item a.is-external:after {
  content: "";
  background-image: url(../../assets/img/common/external-link.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  ul.full-page-nav__menu li.menu__item a.is-external:after {
    content: "";
    background-image: url(../../assets/img/common/external-link.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
}

.full-page-nav__section--info {
  background-color: #6a5145;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--info {
    height: 18.5185185185%;
    display: flex;
    align-items: center;
  }

  .full-page-nav__section--info .full-page-nav__content {
    position: static;
    transform: none;
    width: 100%;
  }
}

.full-page-nav__section--info .full-page-nav__description {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--info .full-page-nav__description {
    flex-direction: row;
    align-items: center;
    padding-left: 35px;
  }
}

.full-page-nav__text a {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
}

.full-page-nav__text a:after {
  content: "";
  background-image: url(../../assets//img/common/external-link.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .full-page-nav__text a {
    color: #fff;
    font-size: 18px;
    position: relative;
  }

  .full-page-nav__text a:after {
    content: "";
    background-image: url(../../assets//img/common/external-link.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--info .full-page-nav__description .full-page-nav__text p {
    font-size: 12px;
  }
}

.full-page-nav__section--info .full-page-nav__description .description__text {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.4;
}

.full-page-nav__section--info .full-page-nav__description p {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
}

.full-page-nav__section--info .full-page-nav__description img {
  width: 90px;
  height: 90px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  .full-page-nav__section--info .full-page-nav__description img {
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  nav {
    display: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  nav.is_open {
    display: block;
    top: 0;
    opacity: 1;
    animation-duration: .4s;
    animation-name: fadeInRight;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOutScale {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.9);
  }
}



/* ========================================
   FOOTER
======================================== */

/* == PAGEUP == */
div#pageup {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  div#pageup {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 568px) {
  div#pageup {
    width: 40px;
    height: 40px;
  }
}

div#pageup a img.img_pageup {
  width: 100%;
  height: 100%;
}

.l-footer .footer_pc {
  width: 100%;
  padding: 20px 0;
  margin: auto;
  background-color: #f2efe7;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 100px;
  background-color: #da3915;
}

@media screen and (max-width: 768px) {
  .l-footer .footer_pc {
    display: none;
  }
}

.l-footer .footer_pc__logo img {
  width: 126px;
}

.l-footer .footer_pc div.l-footer__link_wrapper {
  display: flex;
  align-items: center;
}

.l-footer .footer_pc div.l-footer__link_wrapper a.l-footer__link {
  color: #fff;
  text-decoration: none;
  font-family: "Futura", "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
}

.l-footer .footer_pc div.l-footer__link_wrapper a.l-footer__link:nth-child(1) {
  border-right: solid 2px #fff;
}

.l-footer .footer_pc div.l-footer__link_wrapper a.l-footer__link:last-child(2) {
  margin-right: 37px;
}

.l-footer .footer_pc div.l-footer__link_wrapper a.l-footer__link:hover {
  text-decoration: underline;
}

.l-footer .footer_pc div.l-footer__link_wrapper .l-footer__sns-icon {
  margin-right: 20px;
}

.l-footer .footer_pc div.l-footer__link_wrapper .l-footer__sns-icon:nth-child(1) {
  margin-left: 37px;
}

.l-footer .footer_pc div.l-footer__link_wrapper .l-footer__sns-icon img {
  display: block;
  width: 24px;
  height: auto;
}

.l-footer .footer_pc__copyright {
  color: #fff;
  font-size: 12px;
}

.l-footer .footer_pc .l-footer__copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.l-footer .footer_sp {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #da3915;
  padding: 20px 0 20px;
}

@media screen and (min-width: 769px) {
  .l-footer .footer_sp {
    display: none;
  }
}

.l-footer .footer_sp .l-footer__icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.l-footer .footer_sp .l-footer__icon_wrapper .l-footer__logo {
  margin-right: 30px;
}

.l-footer .footer_sp .l-footer__icon_wrapper .l-footer__logo img {
  width: 110px;
}

.l-footer .footer_sp .l-footer__icon_wrapper .l-footer__sns-icon:nth-child(2) {
  margin-right: 10px;
}

.l-footer .footer_sp .l-footer__link_wrapper {
  margin-top: 20px;
}

.l-footer .footer_sp .l-footer__link_wrapper a.l-footer__link {
  margin-top: 20px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Futura", "futura-pt", sans-serif;
  letter-spacing: 0.1em;
}

.l-footer .footer_sp .l-footer__link_wrapper a.l-footer__link:nth-child(1) {
  border-right: solid 2px #fff;
}

.l-footer .footer_sp .l-footer__copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}



/* ========================================
   PAGEヘッダー
======================================== */
.page-header {
  padding: 60px 0 0;
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 40px 20px 0;
  }
}

.page-header__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header__title {
  font-family: "Futura", "futura-pt", sans-serif;
  font-size: 90px;
  font-weight: 500;
  color: #f6d60f;
  margin-bottom: 5px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page-header__title {
    font-size: 50px;
  }
}

.page-header__subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #da3915;
  margin-bottom: 0;
}

.page-header__image {
  margin-bottom: 20px;
  text-align: center;
}

.page-header__image img {
  width: 354px;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .page-header__image img {
    width: 100%;
    max-width: 300px;
  }
}

.page-header__text {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 500;
}


/* ========================================
   TOP
======================================== */

div.front {
  background: #f2efe7;
  position: relative;
}

div.front::after {
  content: "";
  background-image: url(../../assets/img/front/mv_bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  div.front::after {
    display: none;
  }
}

div.top_view {
  width: 100%;
  position: relative;
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  div.top_view .top_view_right {
    display: none;
  }
}

div.top_view .vertical_text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .2em;
  font-size: 30px;
  color: #da3915;
  font-family: "Noto Serif JP", serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  font-weight: 500;
}

div.top_view_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 0 100px 0 20px;
}

@media screen and (max-width: 1200px) {
  div.top_view_main {
    gap: 40px;
    padding: 0 80px 0 20px;
  }
}

div.top_view_left {
  flex-shrink: 0;
}

div.top_view_center {
  position: relative;
  width: 100%;
  max-width: 930px;
  flex-shrink: 1;
  min-width: 0;
}

/* KV Slider */
.kv-slider {
  position: relative;
  width: 100%;
}

.kv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.kv-slide:first-child {
  position: relative;
}

.kv-slide.is-active {
  opacity: 1;
}

.kv-slide img {
  max-width: 930px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

div.top_view_right {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  div.top_view_right {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  div.top_view_right {
    right: 10px;
    gap: 12px;
  }

  div.top_view .vertical_text {
    font-size: 22px;
  }
}

div.top_view_right p.vertical_text {
  font-size: 16px;
  color: #da3915;
  font-family: "Futura", "futura-pt", sans-serif;
  font-weight: 500;
}

.yorunotobira {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.yorunotobira-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a.yorunotobira-link:hover {
  opacity: 0.7;
}

img.yorunotobira-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-bottom: 5px;
}

div.top_view_right .top_social_links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

div.top_view_right .top_social_links img {
  width: 24px;
  height: auto;
}


div.top_view_right .yorunotobira-link  {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.top_view_right .yorunotobira-link img {
  margin-bottom: 5px;

}

@media screen and (max-width: 768px) {
  div.top_view {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: left;
  }

  div.top_view .top_view_left {
    background: #fff;
    padding: 10px 0px;
    font-family: "Noto Serif JP", serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
  }

  div.top_view .top_view_left::after {
    content: "";
    background-image: url(../../assets/img/front/mv_bg_sp.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  div.top_view .vertical_text {
    writing-mode: horizontal-tb;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
  }

  div.top_view_main {
    display: contents;
  }

  div.top_view_left {
    text-align: center;
  }

  div.top_view_center {
    order: 1;
    padding: 0;
    width: 100%;
  }

  .kv-slide img {
    max-width: 100%;
    width: 100%;
  }

  div.top_view_right {
    position: static;
    transform: none;
    order: 3;
    margin-top: 30px;
    width: 100%;
    gap: 25px;
  }

  div.top_view_right .top_social_links {
    order: 1;
    flex-direction: row;
    gap: 25px;
  }

  div.top_view_right .vertical_text {
    order: 2;
  }
  
  a.yorunotobira-link {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  img.yorunotobira-icon {
    width: 24px;
    height: 24px;
  }
}

/* == INFO == */
.sec_info .ttl {
  margin-bottom: 20px;
  color: #da3915;
  font-size: 18px;
  font-weight: 500;
  font-family: "Futura", "futura-pt", sans-serif;
}

.sec_info .info_list {
  max-width: 800px;
  margin: auto;
  display: grid;
  row-gap: 20px;
}

.sec_info .info_item {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 30px;
  align-items: start;
}

.sec_info dt {
  color: #da3915;
  font-weight: 600;
  text-align: right;
}

.sec_info dd {
  margin: 0;
  font-size: 16px;
  color: #252525;
}

.sec_info dd small {
  color: #da3915;
  font-size: 14px;
}

@media (max-width: 768px) {

  .sec_info .info_list {
    row-gap: 10px;
  }

  .sec_info .info_item {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .sec_info dt {
    font-size: 14px;
    text-align: left;
  }

  .sec_info dd {
    font-size: 14px;
    line-height: 1.6;
  }

}

  .sec_info .sec_info_links {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .sec_info .sec_info_links a {
    border-bottom: solid 2px #da3915;
    position: relative;
    padding: 0 20px 5px 10px;
    font-weight: 700;
  }

  .sec_info .sec_info_links a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(150%, -50%);
    -webkit-transform: translate(150%, -50%);
    -ms-transform: translate(150%, -50%);
    width: 11px;
    height: 9px;
    background-image: url(../img/arrow/arrow_right.svg);
    background-size: contain;
  }

@media screen and (max-width: 768px) {

  .sec_info .sec_info_links {
    margin-top: 10px;
    display: inline-block;
  }

  .sec_info .sec_info_links {
    margin-top: 10px;
  }

  .sec_info .sec_info_links a {
    display: block;
    margin-bottom: 15px;
    padding: 0 20px 5px 0;
    font-size: 14px;
  }
}


/* == リンクエリア == */
.link_area {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .link_area {
    flex-direction: column;
    gap: 20px;
  }
}

.link_area .link_item {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
  min-height: 300px;
}

.link_area .link_item__1 {
  border-radius: 0 20px 20px 0;
}

.link_area .link_item__2 {
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 768px) {
  .link_area .link_item {
    align-items: center;
    justify-content: center;
  }
  .link_area .link_item__1 {
    border-radius: 10px;
  }

  .link_area .link_item__2 {
    border-radius: 10px;
  }
}

.link_area .link_item .link_item_wrapper {
  display: flex;
  align-items: center;
  color: #da3915;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .link_area .link_item .link_item_wrapper .link_item_img {
    display: none;
  }
}

.link_area .link_item .link_item_wrapper:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .link_area .link_item .link_item_wrapper {
    flex-direction: column
  }
}

.link_area .link_item:nth-child(1) .link_item_wrapper {
  justify-content: flex-end
}

.link_area .link_item:nth-child(1) .link_item_wrapper .link_item_text {
  padding: 30px 60px 45px 0;
}

@media screen and (max-width: 768px) {
  .link_area .link_item:nth-child(1) .link_item_wrapper .link_item_text {
    padding: 0;
  }
}

.link_area .link_item:nth-child(1) .link_item_wrapper .link_item_img {
  padding-left: 16px;
}

.link_area .link_item:nth-child(1) .link_item_wrapper .link_item_img img {
  width: 289px;
  height: auto;
}

.link_area .link_item:nth-child(2) .link_item_wrapper {
  justify-content: flex-start;
}

.link_area .link_item:nth-child(2) .link_item_wrapper .link_item_text {
  padding: 30px 0px 45px 60px;
}

@media screen and (max-width: 768px) {
  .link_area .link_item:nth-child(2) .link_item_wrapper .link_item_text {
    padding: 0;
  }
}

.link_area .link_item:nth-child(2) .link_item_wrapper .link_item_text img.icon {
  width: 29px;
}

.link_area .link_item:nth-child(2) .link_item_wrapper .link_item_img {
  margin-left: 66px;
}

.link_area .link_item:nth-child(2) .link_item_wrapper .link_item_img img {
  width: 182px;
  height: auto;
}

.link_area .link_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.link_area .link_item_text {
  text-align: center;
  color: #da3915;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link_area .link_item_text .icon {
  width: 32px;
  height: auto;
  margin-bottom: 15px;
}

.link_area .link_item_text h3 {
  font-family: "Futura", "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.link_area .link_item_text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(circle, #f6d60f 4px, transparent 4px);
  background-size: 16px 8px;
  background-repeat: repeat-x;
  background-position: center;
}

.link_area .link_item__2 h3 {
  font-weight: 700;
}

.link_area .link_item_text p {
  font-size: 16px;
  line-height: 1.8;
}

.link_area .link_item_text .more {
  width: 75px;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
  font-weight: bold;
  display: block;
  border-bottom: solid 2px #da3915;
  text-align: left;
  padding-left: 14px;
}

.link_area .link_item_text .more span {
  position: relative;
}

.link_area .link_item_text .more span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(150%, -50%);
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  width: 11px;
  height: 9px;
  background-image: url(../img/arrow/arrow_right.svg);
  background-size: contain;
}


/* == お知らせ == */
ul.list_article {
  max-width: 740px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

ul.list_article li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 20px 0;
  align-items: center;
  font-size: 16px;
}

ul.list_article .cat {
  text-align: right;
}

ul.list_article .cat span,
ul.list_article .cat a {
  display: inline-block;
  font-size: 16px;
  color: #da3915;
  text-decoration: none;
  font-weight: 600;
}

ul.list_article .news_text {
  line-height: 1.6;
}

ul.list_article .news_text a {
  color: #da3915;
  text-decoration: underline;
}

ul.list_article .news_text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  ul.list_article li {
    padding: 10px 0 10px;
    grid-template-columns: 1fr;
    gap: 0;
    border-bottom: 1px solid #E0D6BC;
  }

  ul.list_article .cat {
    text-align: left;
  }
}

/* SNS */
.sec_news .sns_link {
  margin: 20px auto 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sec_news .sns_link a {
  position: relative;
}


/* == メンバー == */
.sec_member {
  background: #fff;
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  .sec_member {
    padding: 40px 0 0;
  }
}

.sec_member article {
  max-width: 100%;
  width: 1000%;
}

.sec_member article .member_slider_wrapper {
  overflow: hidden;
  width: 100%;
}

.sec_member article .member_slider_wrapper:hover .member_slider {
  animation-play-state: paused
}

.sec_member article .member_slider {
  display: flex;
  animation: slideAnimation 40s linear infinite;
}

.sec_member article .member_item {
  position: relative;
  flex-shrink: 0;
  width: 250px;
  margin-right: 20px;
  cursor: pointer;
}

.sec_member article .member_item img {
  width: 100%;
  height: auto;
  display: block;
}

.sec_member article .member_item .member_description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 4, 4, .6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 20px;
}

.sec_member article .member_item .member_description h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: .5em;
}

.sec_member article .member_item .member_description p {
  font-size: 12px;
  line-height: 1.5;
}

.sec_member article .member_item .member_description>div {
  padding: 1em;
}

.sec_member article .member_item:hover .member_description {
  opacity: 1;
  pointer-events: auto;
}

.sec_member article .buying-promo {
  font-size: 60px;
  color: #da3915;
  font-family: "Noto Serif JP", serif, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "Roboto", sans-serif;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .sec_member article .buying-promo {
    font-size: 24px;
    margin: 20px auto;
    font-weight: 700;
  }
}



@keyframes slideAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1760px);
  }
}

.slick-prev,
.slick-next {
  width: 5%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

@media screen and (max-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 10%;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 0;
  background-image: url(../img/arrow/arrow_left_w.svg);
}

.slick-next {
  right: 0;
  background-image: url(../img/arrow/arrow_right_w.svg);
}

.slick-arrow {
  z-index: 10;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #f2efe7;
}

.slick-dots li button:hover {
  background-color: #da3915;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #da3915;
}


/* ========================================
   ABOUT
======================================== */
.about .info-section__title,
.about .access-section__title,
h2.ttl,
h3.ttl {
  margin: 0 auto 40px;
  color: #da3915;
  text-align: center;
  font-family: "Futura", "futura-pt", sans-serif;
  font-weight: 500;
}

.about .info-section__title,
.about .access-section__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.about .info-section__title {
  font-weight: 700;
}

.about .page-content {
  padding: 80px 0;
}

.about .info-section {
  text-align: center;
  background-image: url(../../assets/img/about/interview_bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 650px;
  margin: 0 auto;
  aspect-ratio: 650 / 430;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.about .info-section__icon {
  width: 40px;
  margin-bottom: 30px;
}

.about .info-section__text {
  margin-bottom: 35px;
  line-height: 1.8;
  font-weight: 700;
}

.about .info-section__button-area .c-button {
  min-width: 200px;
  text-align: center;
}

.about .info-section__button-area .c-button::after {
  right: 10%;
}


/* access-section */
.about .access-section {
  margin: 80px auto;
}

.about .access-section__info {
  text-align: center;
}

.about .access-section__address {
  font-weight: bold;
  margin-bottom: 20px;
}

.about .access-section__map {
  margin-bottom: 20px;
}

.about .access-section__map iframe {
  width: 100%;
  max-width: 900px;
  height: 400px;
  border: 1px solid #ccc;
}

.about .access-section__directions {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 700;
}

/* event-section */
.about .event-section__header {
  text-align: center;
}

.about .event-section__title {
  font-family: "Futura", "futura-pt", sans-serif;
  font-size: 90px;
  font-weight: 500;
  color: #f6d60f;
  margin-bottom: 20px;
  line-height: 1;
}

.about .event-section__subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #da3915;
  margin-bottom: 20px;
}

.about .event-section__text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 700;
}

.about .event-section .event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 940px;
  margin: 0 auto 15px;
}

.about .event-section .event-card {
  text-align: center;
  padding: 0 20px;
}

.about .event-section .event-card__image {
  margin-bottom: 15px;
}

.about .event-section .event-card__image img {
  width: 300px;
}

.about .event-section .event-card__title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #da3915;
}

.about .event-section .event-card__text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.about .event-section .event-card a {
  text-decoration: underline;
}

.about .cta-section {
  padding: 0;
}


/* == SP == */
@media screen and (max-width: 768px) {

  .about .page-content {
    padding: 30px 0 20px;
  }

  .about .info-section {
    max-width: calc(100% - 40px);
    margin: 0 20px;
    padding: 30px;
    background-image: none;
    background-color: #f2efe7;
    border-radius: 30px;
  }

  .about .info-section__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about .info-section__icon {
    width: 30px;
    margin-bottom: 10px;
  }

  .about .info-section__text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .about .info-section__button-area .c-button {
    font-size: 16px;
  }

  .about .access-section {
    margin: 40px auto;
  }

  .about .access-section__map iframe {
    height: 300px;
  }

  .about .access-section__address,
  .about .access-section__directions {
    font-weight: normal;
  }

  .about .event-section__title {
    font-size: 50px;
  }

  .about .event-section__subtitle {
    margin-bottom: 20px;
  }

  .about .event-section__text {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .about .event-section .event-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about .event-section .event-card__image img {
    width: 100%;
  }
}


/* ========================================
   買取りについて
======================================== */
.buying .page-content {
  padding: 80px 20px;
}

.section-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #da3915;
  margin-bottom: 35px;
}


/* buyable-items */
.buyable-items {
  margin-bottom: 80px;
}

.buyable-items__inner {
  max-width: 900px;
  margin: 0 auto;
}

.buyable-items .course-item {
  background-color: #f2efe7;
  border: 1px solid #da3915;
  border-radius: 10px;
  padding: 30px 60px;
}

.buyable-items .course-item + .course-item {
  margin-top: 60px;
}

.buyable-items .course-item__heading {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.buyable-items .course-item__icon {
  width: 24px;
  flex-shrink: 0;
}

.buyable-items .course-item__title {
  color: #da3915;
  font-size: 20px;
  font-weight: bold;
}

.buyable-items .course-item__text {
  line-height: 1.8;
}

.buyable-items .course-item__text p {
  font-size: 14px;
  font-weight: 500;
}

.how-to-buy__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.how-to-buy__item {
  max-width: 900px;
  background-color: #fff;
  border: 1px solid #da3915;
  border-radius: 10px;
  padding: 35px 70px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.how-to-buy__icon {
  width: 45px;
  height: 35px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-to-buy__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.how-to-buy__title {
  font-size: 20px;
  color: #da3915;
  font-weight: 700;
  margin-bottom: 15px;
}

.how-to-buy__text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  text-align: center;
}


/* == SP == */
@media screen and (max-width: 768px) {

  .buying .page-content {
    padding: 30px 20px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .buyable-items {
    margin-bottom: 40px;
  }

  .buyable-items .course-item {
    padding: 20px;
  }

  .buyable-items .course-item + .course-item {
    margin-top: 30px;
  }

  .buyable-items .course-item__title {
    font-size: 16px;
  }

  .how-to-buy__item {
    padding: 20px;
  }

  .how-to-buy__icon {
    width: 42px;
    height: 30px;
  }

  .how-to-buy__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .how-to-buy__text {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
  }
}


/* ========================================
   選書について
======================================== */
.select .page-content {
  padding: 40px 20px;
}

.select .text-area {
  background-color: #f2efe7;
  border-radius: 15px;
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 25px 30px;
  text-align: center;
}

.select .text-area__icon {
  height: 20px;
  margin-bottom: 25px;
  display: inline-block;
}

.select .text-area__text {
  line-height: 1.8;
  font-size: 14px;
  text-align: left;
}

/* course-section  */
.select .course-section {
  background-color: #f2efe7;
  padding: 60px 20px 80px;
  margin: 0 -20px 80px;
}

.select .course-section__inner {
  max-width: 900px;
  margin: 0 auto;
}

.select .course-section__inner h2 {
  font-size: 20px;
  text-align: center;
  color: #da3915;
  margin-bottom: 35px;
  font-weight: 700;
}

.select .course-section .course-item {
  border: 1px solid #da3915;
  border-radius: 10px;
  padding: 30px 60px;
}

.select .course-section .course-item + .course-item {
  margin-top: 30px;
}

.select .course-section .course-item__heading {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.select .course-section .course-item__icon {
  width: 24px;
  flex-shrink: 0;
}

.select .course-section .course-item__title {
  color: #da3915;
  font-size: 20px;
  font-weight: 700;
}

.select .course-section .course-item__text {
  line-height: 1.8;
  font-weight: 500;
}

.select .course-section .course-item__text p {
  font-size: 14px;
}


/* consultation-section */
.select .consultation-section {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.select .consultation-section__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.select .consultation-section__text-column {
  flex: 1;
  line-height: 1.8;
}

.select .consultation-section__image-column {
  flex-shrink: 0;
  width: 400px;
}

.select .consultation-section__image-column img {
  width: 100%;
}

.select .consultation-section__button-area {
  text-align: center;
}

.select .consultation-section__button-area .c-button {
  max-width: 400px;
  height: 70px;
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  background-color: #da3915;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  text-indent: 20px;
}

.select .consultation-section__button-area .c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(100%, -50%);
  width: 29px;
  height: 20px;
  background: url(../img/common/cta-email-white.svg) no-repeat center / contain;
}

.select .consultation-section__button-area .c-button::after {
  content: none;
}

.select .consultation-section__button-area .c-button:hover {
  background-color: #fff;
  border: 2px solid #da3915;
  color: #da3915;
  opacity: 1;
}

.select .consultation-section__button-area .c-button:hover::before {
  background-image: url(../img/common/cta-email.svg);
}


/* == SP == */
@media screen and (max-width: 768px) {

  .select .page-content,
  .gallery .page-content {
    padding: 40px 20px 0;
  }

  .select .text-area {
    margin-bottom: 40px;
    padding: 30px 20px;
  }

  .select .text-area__icon {
    height: 18px;
    margin-bottom: 20px;
  }

  .select .course-section {
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .select .course-section__inner h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .select .course-section .course-item {
    padding: 20px;
  }

  .select .course-section .course-item + .course-item {
    margin-top: 30px;
  }

  .select .course-section .course-item__title {
    font-size: 16px;
  }

  .select .consultation-section__inner {
    flex-direction: column;
  }

  .select .consultation-section__inner {
    gap: 20px;
    margin-bottom: 20px;
  }

  .select .consultation-section__text-column {
    font-size: 15px;
    line-height: 1.8;
  }

  .select .consultation-section__image-column {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }

  .select .consultation-section__button-area .c-button {
    height: 60px;
    font-size: 14px;
    max-width: 100%;
  }

  .select .consultation-section__button-area .c-button::before {
    width: 24px;
    height: 16px;
    transform: translate(120%, -50%);
  }
}


/* ========================================
   ギャラリーについて
======================================== */

.gallery .page-content {
  padding: 40px 20px 80px;
}

.gallery .gallery-grid {
  margin-bottom: 60px;
}

.gallery .gallery-grid__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery .gallery-grid__item img {
  width: 100%;
  object-fit: cover;
}

/* usage-guide */
.gallery .usage-guide {
  max-width: 940px;
  margin: 0 auto;
}

.gallery .usage-guide__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #da3915;
}

.gallery .usage-guide__table {
  width: 100%;
  border: 1px solid #d1c0a5;
  border-collapse: collapse;
}

.gallery .usage-guide__table th,
.gallery .usage-guide__table td {
  border: 1px solid #d1c0a5;
  padding: 20px 25px;
  text-align: left;
}

.gallery .usage-guide__table th {
  width: 25%;
  font-size: 16px;
  background-color: #f2efe7;
  color: #da3915;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-right: none;
}

.gallery .usage-guide__table td {
  font-size: 14px;
  line-height: 1.8;
  border-left: none;
}

.gallery .usage-guide__button-area a {
  text-decoration: underline;
  display: inline-block;
  min-width: 280px;
}


/* == SP == */
@media screen and (max-width: 768px) {

  .gallery .page-content {
    padding: 30px 20px 40px;
  }

  .gallery .gallery-grid {
    margin-bottom: 40px;
  }

  .gallery .gallery-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery .usage-guide__title {
    margin-bottom: 20px;
  }

  .gallery .usage-guide__table,
  .gallery .usage-guide__table tbody,
  .gallery .usage-guide__table tr {
    display: block;
    width: 100%;
  }

  .gallery .usage-guide__table th,
  .gallery .usage-guide__table td {
    display: block;
    width: 100%;
    border: 1px solid #d1c0a5;
    padding: 8px 15px;
  }

  .gallery .usage-guide__table th {
    font-size: 14px;
    text-align: center;
    border-bottom: none;
  }

  .gallery .usage-guide__table td {
    font-size: 14px;
    border-top: none;
    background-color: #fff;
    line-height: 1.6;
  }
}


/* ========================================
   フォーム
======================================== */

.contact .page-content {
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .contact .page-content {
    padding: 40px 20px;
  }
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.form-group+.form-group {
  margin-top: 40px;
}

.form-group dt {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.form-group dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background-color: #f6d60f;
}

@media screen and (max-width: 768px) {
  .form-group dt {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 0;
  }
}

.form-group dt label {
  cursor: pointer;
}

.form-group dd {
  width: 100%;
  margin: 0;
}

.is-required {
  display: inline-block;
  background-color: #da3915;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
.select-wrapper select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
.select-wrapper select:focus {
  outline: none;
  border-color: #da3915;
  box-shadow: 0 0 5px rgba(218, 57, 21, .5);
}

input[type=text].is-invalid,
input[type=tel].is-invalid,
input[type=email].is-invalid,
textarea.is-invalid,
.select-wrapper select.is-invalid {
  border-color: red;
  background-color: #fff5f5;
}

textarea {
  resize: vertical;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #666;
  pointer-events: none;
}

.select-wrapper::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #666;
  pointer-events: none;
}

.select-wrapper select {
  appearance: none;
}

.radio-group {
  display: flex;
  gap: 20px;
}

.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-group label input[type=radio] {
  display: none;
}

.radio-group label span {
  position: relative;
  padding-left: 28px;
}

.radio-group label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.radio-group label input[type=radio]:checked+span::before {
  border-color: #da3915;
  background-color: #da3915;
  box-shadow: 0 0 0 3px #fff inset;
}

.file-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
}

.file-wrapper input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-wrapper::before {
  content: "ファイルを選択";
  display: inline-block;
  padding: 8px 15px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.file-wrapper .file-name {
  margin-left: 10px;
}

.form-note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.6;
}

.form-submit {
  margin-top: 50px;
  text-align: center;
}

.form-submit .c-button {
  min-width: 280px;
  height: 70px;
  margin: 0 auto;
  border: none;
  background-color: #da3915;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  transition: .3s;
  box-sizing: border-box;
}

.form-submit .c-button::before {
  content: none;
}

.form-submit .c-button::after {
  content: none;
}

.form-submit .c-button:hover {
  opacity: 1;
  background-color: #fff;
  border: solid 2px #da3915;
  color: #da3915 !important;
}

.error-message {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.error-message.is-active {
  display: block;
}

/* Contact Thanks Page */
.contact_thanks .thanks-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.contact_thanks .thanks-message {
  text-align: center;
}

.contact_thanks .thanks-icon {
  font-size: 80px;
  color: #da3915;
  margin-bottom: 30px;
  line-height: 1;
}

.contact_thanks .thanks-message h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-message h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.contact_thanks .thanks-message p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-message p {
    font-size: 14px;
  }
}

.contact_thanks .thanks-note {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-note {
    font-size: 12px;
    padding: 15px;
  }
}

.contact_thanks .thanks-contact-info {
  margin-top: 40px;
  padding: 30px;
  background-color: #fff5f0;
  border-radius: 10px;
  border: 2px solid #f6d60f;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-contact-info {
    padding: 20px;
    margin-top: 30px;
  }
}

.contact_thanks .thanks-contact-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-contact-info p {
    font-size: 14px;
  }
}

.contact_thanks .thanks-contact-info strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #da3915;
}

.contact_thanks .thanks-button {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-button {
    margin-top: 40px;
  }
}

.contact_thanks .thanks-button .c-button {
  display: inline-block;
  min-width: 280px;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  background-color: #da3915;
  border-radius: 40px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-button .c-button {
    min-width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}

.contact_thanks .thanks-button .c-button::after {
  display: none;
}

.contact_thanks .thanks-button .c-button:hover {
  background-color: #fff;
  border: solid 2px #da3915;
  color: #da3915 !important;
  line-height: 66px;
}

@media screen and (max-width: 768px) {
  .contact_thanks .thanks-button .c-button:hover {
    line-height: 56px;
  }
}


/* ========================================
   フォーム
======================================== */

div.form span.essential,
div.form span.optional {
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 80%;
  color: #fff;
  background-color: #da3915;
  font-weight: normal;
  margin: 0 5px;
  border-radius: 20px;
}

div.form span.optional {
  background-color: #f6d60f;
}

div.form section table table {
  width: 100%;
}

div.form section table th,
div.form section table td {
  text-align: left;
}

div.form section table th {
  width: 25%;
  background-color: #e1e1e1;
  border-bottom: #fff 1px solid;
  font-weight: bold;
  position: relative;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  div.form section table th {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  div.form section table th {
    width: 100%;
    padding: 10px;
    border: none;
  }
}

div.form section table th p {
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
}

div.form section table th span.essential,
div.form section table th span.optional {
  position: absolute;
  right: 10px;
}

div.form section table td {
  padding: 15px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  div.form section table td {
    padding: 10px 10px 20px 10px;
  }
}

div.form section table tr:last-child th,
div.form section table tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  div.form section table.table_confirm th {
    padding: 15px 20px;
  }
}

div.form p.head {
  padding: 20px 0;
  font-weight: bold;
}

div.form p.closing {
  padding: 20px 0 10px 0;
  font-weight: bold;
  text-align: center;
}

div.form span.arrow {
  font-size: 90%;
  margin: 5px 0;
  font-weight: bold;
  display: inline-block;
}

div.form ul.transmission {
  width: auto;
  text-align: center;
  margin: 20px auto 50px auto;
  display: table;
}

@media screen and (max-width: 768px) {
  div.form ul.transmission {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 568px) {
  div.form ul.transmission {
    width: 95%;
    display: inherit;
  }
}

div.form ul.transmission li {
  display: table-cell;
  padding: 2px 5px;
}

@media screen and (max-width: 568px) {
  div.form ul.transmission li {
    display: block;
  }
}

div.form ul.transmission li a {
  cursor: pointer;
}

div.form ul.transmission_confirm {
  margin: 60px 0 50px;
}

@media screen and (max-width: 768px) {
  div.form ul.transmission_confirm {
    margin: 40px 0 30px;
  }
}

div.form ul.transmission_confirm li {
  text-align: center;
}

div.form ul.transmission_confirm li+li {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  div.form ul.transmission_confirm li+li {
    margin-top: 15px;
  }
}

div.form ul.transmission_confirm form {
  text-align: center;
}

div.form ul.break {
  width: 100%;
  display: table;
}

@media screen and (max-width: 568px) {
  div.form ul.break {
    display: inherit;
  }
}

div.form ul.break li {
  display: table-cell;
  padding: 0 5px;
}

div.form ul.break li:nth-child(1) {
  padding: 0 5px 0 0;
}

@media screen and (max-width: 568px) {
  div.form ul.break li:nth-child(1) {
    padding: 0;
  }
}

div.form ul.break li:last-child {
  padding: 0 0 0 5px;
}

@media screen and (max-width: 568px) {
  div.form ul.break li:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 568px) {
  div.form ul.break li {
    display: inherit;
    padding: 0;
  }
}

div.form ul.variable {
  width: 100%;
}

div.form ul.variable li {
  display: inline-block;
  padding: 0 5px;
}

div.form ul.variable li:last-child {
  padding: 0 0 0 5px;
}

@media screen and (max-width: 568px) {
  div.form ul.variable li:last-child {
    padding: 0;
  }
}

div.form ul.variable li:nth-child(1) {
  padding: 0 5px 0 0;
}

@media screen and (max-width: 568px) {
  div.form ul.variable li:nth-child(1) {
    padding: 0;
  }
}

@media screen and (max-width: 568px) {
  div.form ul.variable li {
    display: inherit;
    padding: 0;
  }
}

div.form ul.variable li input {
  width: auto;
  margin: 5px 10px 5px 0;
}

div.form ul.check_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

div.form ul.check_list li {
  width: auto;
  min-width: 25%;
  padding: 5px 0;
}

@media only screen and (max-width: 1000px) {
  div.form ul.check_list li {
    width: 100%;
    float: none;
    border-bottom: #ccc 1px solid;
  }
}

div.form ul.number {
  display: table;
}

div.form ul.number li {
  display: table-cell;
}

div.form ul.number li:nth-child(1) input {
  width: 5em;
}

div.form ul.number li:nth-child(2) input {
  width: 7em;
}

div.form ul.number li p {
  display: inline-block;
}

div.form ul.number li span {
  padding: 0 10px;
}

div.form ul.phone {
  display: table;
  table-layout: auto;
}

div.form ul.phone li {
  display: table-cell;
}

div.form ul.phone li:nth-child(1) input {
  width: 5em;
}

div.form ul.phone li:nth-child(2) input {
  width: 6em;
}

div.form ul.phone li:nth-child(3) input {
  width: 6em;
}

div.form ul.phone li p {
  display: inline-block;
}

div.form ul.phone li span {
  padding: 0 10px;
}

div.form div.comp_box {
  padding: 50px 0;
}

@media screen and (max-width: 568px) {
  div.form div.comp_box {
    padding: 30px 0;
  }
}

div.form div.flow_nav {
  max-width: 1000px;
  margin: 50px auto 30px;
  background-color: #e1e1e1;
}

@media screen and (max-width: 768px) {
  div.form div.flow_nav {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

div.form div.flow_nav ul {
  overflow: hidden;
}

div.form div.flow_nav ul li {
  float: left;
  position: relative;
  width: 35%;
  padding: 17px 0 17px 50px;
  text-align: left;
  background-color: #e1e1e1;
}

@media screen and (max-width: 768px) {
  div.form div.flow_nav ul li {
    padding: 10px 0 10px 40px;
  }
}

@media screen and (max-width: 568px) {
  div.form div.flow_nav ul li {
    padding-left: 25px;
  }
}

div.form div.flow_nav ul li:before {
  bottom: 0;
  content: "";
  width: 45px;
  height: 45px;
  margin: auto;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #e1e1e1;
  z-index: 1;
}

div.form div.flow_nav ul li:first-child {
  padding-left: 25px;
  width: 30%;
}

@media screen and (max-width: 768px) {
  div.form div.flow_nav ul li:first-child {
    padding-left: 15px;
  }
}

@media screen and (max-width: 568px) {
  div.form div.flow_nav ul li:first-child {
    padding-left: 0;
  }
}

div.form div.flow_nav ul li:last-child:before {
  content: none;
}

div.form div.flow_nav ul li span {
  position: relative;
  z-index: 100;
  padding: 0 0 0 15px;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 414px) {
  div.form div.flow_nav ul li span {
    font-size: 14px;
  }
}

div.form div.flow_nav ul.flow_form li:nth-child(1) {
  background-color: #da3915;
  color: #fff;
  font-weight: bold;
}

div.form div.flow_nav ul.flow_form li:nth-child(1):before {
  content: "";
  margin: auto;
  position: absolute;
  right: -22px;
  background-color: #da3915;
  border-bottom: none;
  border-right: none;
}

div.form div.flow_nav ul.flow_form li:nth-child(2):before {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
}

div.form div.flow_nav ul.flow_confirm li:nth-child(2) {
  background-color: #da3915;
  color: #fff;
  font-weight: bold;
}

div.form div.flow_nav ul.flow_confirm li:nth-child(2):before {
  content: "";
  margin: auto;
  position: absolute;
  right: -22px;
  background-color: #da3915;
  border-bottom: none;
  border-right: none;
}

div.form div.flow_nav ul.flow_complete li:nth-child(3) {
  background-color: #da3915;
  color: #fff;
  font-weight: bold;
}

div.form div.flow_nav ul.flow_complete li:nth-child(3):before {
  content: "";
  margin: auto;
  position: absolute;
  right: -22px;
  background-color: #da3915;
  border-bottom: none;
  border-right: none;
}

div.form div.flow_nav ul.flow_complete li:nth-child(1):before {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
}

div.form div.agree_box {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  div.form div.agree_box {
    margin: 40px auto 0;
    max-width: 900px;
    width: 90%;
  }
}

div.form div.agree_box,
div.form div.agree_box p,
div.form div.agree_box span,
div.form div.agree_box li,
div.form div.agree_box ul {
  line-height: 1.5;
}

@media screen and (max-width: 568px) {
  div.form div.agree_box {
    padding: 15px 5px 5px 5px;
    margin-top: 0;
  }
}

div.form div.agree_box p.strong_text {
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  div.form div.agree_box p.strong_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  div.form div.agree_box p.strong_text {
    font-size: 13px;
  }
}

div.form div.agree_box ul.check_list {
  width: 100%;
  max-width: 600px;
  margin: auto;
  justify-content: center;
}

div.form div.agree_box ul.check_list li {
  width: auto;
}

@media only screen and (max-width: 1000px) {
  div.form div.agree_box ul.check_list li {
    border-bottom: none;
  }
}

div.form div.agree_box div.err_area .text_box {
  padding: 0;
  max-width: 600px;
  margin: 5px auto 0 auto;
}

div.form div.agree_box .policy_box {
  height: 100px;
  width: 100%;
  border: 1px solid #ccc;
  overflow: auto;
  margin: 20px 0;
}

div.form div.agree_box .policy_box .policy_content {
  padding: 20px;
  text-align: left;
}

div.form div.agree_box .policy_box .policy_content h2 {
  font-weight: 700;
  margin-bottom: 1em;
}

div.form div.agree_box .policy_box .policy_content h3 {
  font-weight: 700;
  font-size: 14px;
}

div.form div.agree_box .policy_box .policy_content p {
  margin-bottom: 1em;
  font-size: 12px;
}

div.form div.agree_box .policy_box .policy_content p.mb_0 {
  margin-bottom: 0;
}

div.form div.agree_box .policy_box .policy_content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
  font-size: 12px;
}

div.form div.agree_box .policy_box .policy_content ol li ol {
  padding-left: 2em;
  margin-bottom: 0;
}

div.form div.agree_box .policy_box .policy_content ol.pl_25 {
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  div.form div.agree_box .policy_box {
    width: 100%;
    margin: 20px 0;
  }

  div.form div.agree_box .policy_box .policy_content {
    padding: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 568px) {
  div.form div.agree_box .policy_box {
    height: 120px;
    margin: 20px auto;
  }

  div.form div.agree_box .policy_box .policy_content {
    padding: 10px;
  }
}

div.form div.agree_box p.head_agree {
  margin: 0;
}

div.form div.agree_box p.head_agree span.essential {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  div.form div.agree_box p.head_agree {
    margin: 20px 0 0;
  }

  div.form div.agree_box p.head_agree span.essential {
    margin-right: 10px;
  }
}

div.err_area {
  display: block;
}

div.err_area p {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: #de2636;
  border: #de2636 1px solid;
  margin: 5px auto 0;
  text-align: center !important;
  border-radius: 5px;
}

div.err_area .text_box {
  width: 80%;
  margin: 5px auto;
  padding: 15px 0;
  display: block;
}

div.err_area .text_box li {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: #de2636;
  border: #de2636 1px solid;
  margin: 5px auto;
  text-align: center;
  border-radius: 5px;
}

div.err_area .list_box {
  width: 90%;
  margin: 0 auto 10px auto;
  padding: 5px 0;
}

div.err_area .list_box li {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: #de2636;
  border: #de2636 2px solid;
  margin: 5px auto;
  text-align: center;
  border-radius: 5px;
}

div.error_area {
  max-width: 800px;
}

div.error_area .error_access,
div.error_area .text_box,
div.error_area .list_box {
  margin: 0 auto 10px auto;
  padding: 5px 0;
}

div.error_area .error_access li,
div.error_area .text_box li,
div.error_area .list_box li {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: #de2636;
  border: #de2636 2px solid;
  margin: 5px auto;
  text-align: center;
  border-radius: 5px;
}

.btn_add,
.btn_remove {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #da3915;
  display: inline-block;
  font-weight: 700;
  border: none;
}

.btn_add,
.btn_remove,
.btn_add:hover,
.btn_add:visited,
.btn_add:link {
  color: #da3915;
  text-decoration: none;
}

.btn_add:hover,
.btn_remove:hover {
  text-decoration: none;
  opacity: .8;
}

.btn_add span,
.btn_remove span {
  padding-left: 12px;
  position: relative;
  display: inline-block;
}

.btn_add span:before,
.btn_remove span:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
}

.btn_remove {
  background-color: #e1e1e1;
}

.btn_remove,
.btn_remove:hover,
.btn_remove:visited,
.btn_remove:link {
  color: #da3915;
  text-decoration: none;
}

.btn_remove span:before {
  content: "-";
}

p#fm_ajax_message {
  font-weight: 700;
  color: #da3915;
  letter-spacing: 1px;
}

input,
select,
textarea,
search {
  border: #ccc 1px solid;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
  border-color: #da3915;
}

:-ms-input-placeholder {
  color: #ddd;
}

::placeholder {
  color: #ddd;
}

::selection {
  color: #fff;
  background: #da3915;
}

input::selection,
textarea::selection {
  color: #fff;
  background: #da3915;
}

input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

input.wth_80 {
  width: 80%;
}

@media screen and (max-width: 768px) {
  input.wth_80 {
    width: 100%;
  }
}

input.wth_70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  input.wth_70 {
    width: 100%;
  }
}

input.wth_50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  input.wth_50 {
    width: 100%;
  }
}

input.wth_30 {
  width: 30%;
}

@media screen and (max-width: 768px) {
  input.wth_30 {
    width: 100%;
  }
}

input.wth_20 {
  width: 20%;
}

@media screen and (max-width: 768px) {
  input.wth_20 {
    width: 50%
  }
}

textarea {
  width: 100%;
  height: 10em;
  padding: 10px;
  resize: vertical;
}

select {
  width: auto;
  padding: 10px 60px 10px 10px;
  background-image: url(../img/arrow/input_select.svg);
  background-position: right 5px center;
  background-size: 25px 25px;
  vertical-align: middle;
  border: #ccc 1px solid;
  margin: 5px 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio]+label {
  padding: 7px 0px 7px 25px;
  margin: 2px 20px 2px 0px;
  display: inline-block;
  background-image: url(../img/arrow/input_check_off.svg);
  background-position: left 50%;
  background-size: 18px 18px;
  cursor: pointer;
}

input[type=radio]:checked+label {
  background-image: url(../img/arrow/input_check_on.svg);
  background-position: left 50%;
  background-size: 18px 18px;
}

input[type=checkbox]+label {
  padding: 7px 0px 7px 25px;
  margin: 2px 20px 2px 0px;
  background-image: url(../img/arrow/checkbox_off.svg);
  background-position: left 50%;
  background-size: 18px 18px;
  display: inline-block;
  cursor: pointer;
}

input[type=checkbox]:checked+label {
  background-image: url(../img/arrow/checkbox_on.svg);
  background-position: left 50%;
  background-size: 18px 18px;
}

input[type=file] {
  border: none;
  padding: 0;
}

input[type=submit].input_submit,
input[type=reset].input_submit,
input[type=button].input_submit,
button[type=submit].input_submit,
button[type=button].input_submit {
  display: inline-block;
  width: auto;
  min-width: 300px;
  text-align: center;
  padding: 20px 20px;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  background-color: #da3915;
  border: none;
  cursor: pointer;
}

input[type=submit].input_submit:hover,
input[type=reset].input_submit:hover,
input[type=button].input_submit:hover,
button[type=submit].input_submit:hover,
button[type=button].input_submit:hover {
  opacity: .8;
}

input[type=submit].button_confirm,
input[type=reset].button_confirm,
input[type=button].button_confirm,
button[type=submit].button_confirm,
button[type=button].button_confirm {
  display: inline-block;
  width: auto;
  min-width: 300px;
  text-align: center;
  padding: 20px 20px;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  background-color: #da3915;
  border: none;
}

input[type=submit].input_return,
input[type=reset].input_return,
input[type=button].input_return,
button[type=submit].input_return,
button[type=button].input_return {
  display: inline-block;
  width: auto;
  border: none;
  padding: 0 0 0 15px;
  background-image: url(../img/arrow/arrow_left.svg);
  background-size: 5px auto;
  background-position: left center;
  min-width: inherit;
  color: #252525;
  font-weight: 500;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
  transition: none;
  cursor: pointer;
}

@media screen and (max-width: 414px) {

  input[type=submit].input_return,
  input[type=reset].input_return,
  input[type=button].input_return,
  button[type=submit].input_return,
  button[type=button].input_return {
    width: auto;
  }
}

p#fm_ajax_message {
  font-weight: bold;
  color: #da3915;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  div.edit aside {
    padding-top: 10px;
  }
}



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