@charset "UTF-8";
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
  color: #696969;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 335px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 22px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 2px;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
    top: 0;
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
    top: 22px;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #fff;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
    padding: 100px 20px 180px;
  }
  #sp_navi .navi li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    position: relative;
  }
  #sp_navi .navi li a::after {
    position: absolute;
    content: "";
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #sp_navi .navi li:first-child a {
    border-top: 1px solid #ccc;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #b07515 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #b07515;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #b07515 !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(../images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 10px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #b07515;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #b07515;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

contentトップ用

*****************************************/
@media screen and (max-height: 930px) {
  .wrapper .pc_box01 .content01 {
    zoom: 0.9;
  }
} /*max-height:900px*/
@media screen and (max-height: 840px) {
  .wrapper .pc_box01 .content01 {
    zoom: 0.8;
  }
} /*max-height:820px*/
@media screen and (max-height: 750px) {
  .wrapper .pc_box01 .content01 {
    zoom: 0.7;
  }
} /*max-height:730px*/
@media screen and (max-height: 670px) {
  .wrapper .pc_box01 .content01 {
    zoom: 0.6;
  }
} /*max-height:650px*/
.wrapper {
  position: relative;
}
.wrapper .pc_box01 {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 187.5px);
  height: 100vh;
  background: #e1eef4;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}
.wrapper .pc_box01 .bg_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 150%;
}
.wrapper .pc_box01 .icon01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  width: 38%;
}
.wrapper .pc_box01 .icon02 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 5;
  pointer-events: none;
  width: 23%;
}
.wrapper .pc_box01 .icon03 {
  position: absolute;
  right: 8%;
  top: 23%;
  z-index: 5;
  pointer-events: none;
  width: 10%;
}
.wrapper .pc_box01 .icon04 {
  position: absolute;
  left: 3%;
  bottom: 30%;
  z-index: 5;
  pointer-events: none;
  width: 14%;
}
.wrapper .pc_box01 .icon05 {
  position: absolute;
  right: 0;
  bottom: 25%;
  z-index: 5;
  pointer-events: none;
  width: 27%;
}
.wrapper .pc_box01 .icon07 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  width: 38%;
}
.wrapper .pc_box01 .icon06 {
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 5;
  pointer-events: none;
  width: 14%;
}
.wrapper .pc_box01 .content01 {
  z-index: 10;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
}
.wrapper .pc_box01 .content01 .pic {
  margin: 0 auto;
}
.wrapper .pc_box01 .content02 {
  position: relative;
  z-index: 5;
  padding-right: 5%;
}
.wrapper .pc_box01 .content02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 115%;
  background: url(images/pc_bg02.png) top center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wrapper .pc_box01 .content02 .pic {
  max-width: 543px;
  margin: 0 auto;
  transform: translateX(-2%);
  z-index: 3;
  position: relative;
}
.wrapper .pc_box02 {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  width: calc(50% - 187.5px);
  height: 100vh;
  background: url(images/pc_bg03.jpg) center center no-repeat;
  background-size: cover;
}
.wrapper .pc_box02 .bg_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 130%;
}
.wrapper .pc_box02 .icon01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  width: 55%;
}
.wrapper .pc_box02 .icon02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  width: 40%;
}
.wrapper .pc_box02 .icon03 {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 5;
  pointer-events: none;
  width: 25%;
}
.wrapper .pc_box02 .icon04 {
  position: absolute;
  right: 7%;
  top: 40%;
  z-index: 5;
  pointer-events: none;
  width: 10%;
}
.wrapper .pc_box02 .icon05 {
  position: absolute;
  left: 8%;
  top: 60%;
  z-index: 5;
  pointer-events: none;
  width: 10%;
}
.wrapper .pc_box02 .icon06 {
  position: absolute;
  right: 0;
  top: 55%;
  z-index: 5;
  pointer-events: none;
  width: 23%;
}
.wrapper .pc_box02 .icon07 {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 5;
  pointer-events: none;
  width: 15%;
}
.wrapper .pc_box02 .icon08 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  width: 38%;
}
.wrapper .pc_box02 .pc_navi_box {
  width: 75%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.wrapper .pc_box02 .pc_navi_box ul {
  padding: 100px 0;
  text-align: center;
}
.wrapper .pc_box02 .pc_navi_box ul li {
  line-height: 1.3;
}
.wrapper .pc_box02 .pc_navi_box ul li:last-child {
  margin-bottom: 0;
}
.wrapper .pc_box02 .pc_navi_box ul li:first-child a {
  border-top: 1px solid #e6e6e6;
}
.wrapper .pc_box02 .pc_navi_box ul li a {
  text-decoration: none;
  color: #696969;
  letter-spacing: 0.05em;
  width: 50%;
  min-width: 200px;
  margin: 0 auto;
  padding: 5% 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.wrapper .pc_box02 .pc_navi_box ul li a .en {
  font-size: clamp(1.2rem, 1.8vw, 2.2rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.wrapper .pc_box02 .pc_navi_box ul li a .ja {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}
.wrapper .pc_box02 .pc_navi_box .pc_navi_btn {
  margin-top: -50px;
}
.wrapper .pc_box02 .pc_navi_box .pc_navi_btn a {
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
  line-height: 1.2;
  padding: 16px 0;
  font-size: clamp(0.7rem, 1.6vw, 2.2rem);
}
.wrapper .pc_box02 .pc_navi_box .pc_navi_btn .txt{
  text-align: center;
  margin-top: 15px;
  font-size: clamp(0.8rem, 0.8vw, 1.2rem);

}
.wrapper .pc_box02 .pc_navi_box .pc_navi_btn a::after {
  width: 14px;
  height: 8px;
  right: 5%;
}
.wrapper main {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .wrapper .pc_box01 {
    width: calc(100% - 375px);
  }
  .wrapper .pc_box01 .content01 {
    width: 100%;
  }
  .wrapper .pc_box02 {
    display: none;
  }
  .wrapper main {
    margin: 0 0 0 auto;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .wrapper .pc_box01 {
    display: none;
  }
  .wrapper .pc_box02 {
    display: none;
  }
  .wrapper main {
    max-width: 100%;
  }
} /*max-width:767px*/
.campain_box {
  text-align: center;
  padding: 10px;
  background: #696969;
}
.campain_box p {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.campain_box p .time_area span {
  font-size: 1.8rem;
}

.campain_box p span.small {
  font-size: 1.1rem;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .campain_box p {
    font-size: clamp(1rem, 3.2vw, 1.5rem);
  }
  .campain_box p .time_area span {
    font-size: clamp(1.4rem, 4vw, 2rem);
  }
} /*max-width:767px*/
@media screen and (max-width: 767px) {
  .mv .campain_box p {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
  .mv .campain_box p .time_area span {
    font-size: clamp(1.4rem, 4.6vw, 2rem);
  }
  .campain_box p span.small {
    font-size: clamp(1rem, 2.8vw, 1.4rem);

  }
} /*max-width:767px*/
/*1カラム*/
.lp_box01 {
  position: relative;
  padding: 40px 20px;
}
.lp_box01 .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  z-index: -1;
}
.lp_box01 .inner .lp_box01_content dt {
  width: 80%;
  margin: 0 auto 20px;
}
.lp_box01 .inner .lp_box01_content dd {
  width: 68%;
  margin: 0 auto;
}
.lp_box01 .inner .txt_area {
  padding: 30px 0;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.lp_box01 .inner .txt_area .txt_icon01 {
  position: absolute;
  width: 15%;
  left: 0;
  top: 0;
}
.lp_box01 .inner .txt_area .txt_icon02 {
  position: absolute;
  width: 15%;
  right: 0;
  bottom: 0;
}
.lp_box01 .inner .txt_area p {
  line-height: 2.5;
  font-size: 1.2rem;
}
.lp_box01 .inner .txt_area p .small{

  font-size: 1rem;
  display: inline-block;
  margin-top: 10px;
}
.lp_box01 .inner .campain_box {
  padding: 10px 0;
  background: #b49b7f;
}

@media screen and (max-width: 767px) {
  .lp_box01 .inner .txt_area p {
    font-size: clamp(1.2rem, 3vw, 1.4rem);
  }
  .lp_box01 .inner .txt_area p .small{
    font-size: clamp(1rem, 2vw, 1.2rem);

}
} /*max-width:767px*/
/*2カラム*/
.lp_box02 {
  margin-bottom: 60px;
}
.lp_box02 .lp_box02_content {
  position: relative;
  padding: 30px 20px 50px 40px;
}
.lp_box02 .lp_box02_content::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% + 30px);
  background: #e1eef4;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lp_box02 .lp_box02_content .tit_wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  margin-bottom: 10px;
}
.lp_box02 .lp_box02_content .tit_wrap .lp_box02_tit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
.lp_box02 .lp_box02_content .tit_wrap .sns {
  display: flex;
  gap: 0 10px;
  align-items: center;
  width: 76px;
}
.lp_box02 .lp_box02_content .tit_wrap .sns li a {
  display: block;
  text-decoration: none;
}
.lp_box02 .lp_box02_content .lp_box02_info {
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 20px;
}
.lp_box02 .lp_box02_content .lp_box02_info .info_wrap {
  display: flex;
  gap: 0 15px;
  align-items: center;
}
.lp_box02 .lp_box02_content .lp_box02_info dl {
  display: flex;
  align-items: center;
}
.lp_box02 .lp_box02_content .lp_box02_info dl dt {
  font-weight: bold;
  font-size: 1.2rem;
}
.lp_box02 .lp_box02_content .lp_box02_info dl dd {
  font-size: 1.2rem;
}
.lp_box02 .lp_box02_content .txt_area p {
  font-size: 1.2rem;
}

/*3カラム*/
.lp_box03 {
  position: relative;
  padding: 80px 20px;
}
.lp_box03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 106px);
  background: url(images/bg01.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.lp_box03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 117px;
  background: url(images/bg02.png) bottom center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.lp_box03 .icon {
  position: absolute;
  top: 60px;
  right: 0;
  width: 22%;
  z-index: 10;
}
.lp_box03 .subhead01 {
  color: #fff;
}
.lp_box03 .subhead01 .en::after {
  background: #fff;
}
.lp_box03 .subhead01 .en::before {
  background: #fff;
}
.lp_box03 .lp_box03_content01 {
  background: #fff;
  padding: 50px 12%;
  position: relative;
}
.lp_box03 .lp_box03_content01 .icon {
  position: absolute;
  left: 10px;
  top: -35px;
  width: 188px;
}
.lp_box03 .lp_box03_content01 .content_tit {
  text-align: center;
  color: #b07515;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: relative;
}
.lp_box03 .lp_box03_content01 .content_tit::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 47px;
  background: url(images/tit_icon01.png) no-repeat;
  background-size: contain;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.lp_box03 .lp_box03_content01 .content_tit::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 47px;
  background: url(images/tit_icon02.png) no-repeat;
  background-size: contain;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.lp_box03 .lp_box03_content01 section {
  margin-bottom: 50px;
}
.lp_box03 .lp_box03_content01 section:first-of-type figure img {
  width: 110%;
  transform: translateX(-5%);
}
.lp_box03 .lp_box03_content01 section:last-of-type {
  margin-bottom: 0;
}
.lp_box03 .lp_box03_content01 section:last-of-type figure {
  width: 75%;
  margin: 0 auto 20px;
}
.lp_box03 .lp_box03_content01 section figure {
  margin-bottom: 20px;
  text-align: center;
}
.lp_box03 .lp_box03_content01 section figure img {
  margin-bottom: 5px;
}
.lp_box03 .lp_box03_content01 section figure figcaption {
  font-size: 1.1rem;
}
.lp_box03 .lp_box03_content01 section .txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2;
}
.lp_box03 .plus_icon {
  width: 47px;
  margin: 10px auto;
}
.lp_box03 .lp_box03_content02 {
  padding: 40px 10%;
  background: linear-gradient(90deg, #e1d6bc 0%, #f9f2e0 50%, #cbbc9c 100%);
  margin-bottom: 10px;
}
.lp_box03 .lp_box03_content02 .lp_box03_content02_tit {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  padding: 0 0 5px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, rgba(132, 86, 35, 0) 0%, #845623 30%, #845623 70%, rgba(132, 86, 35, 0) 100%);
}
.lp_box03 .lp_box03_content02 .lp_box03_content02_tit span {
  font-size: 3.2rem;
}
.lp_box03 .lp_box03_content02 section figure {
  margin-bottom: 25px;
}
.lp_box03 .lp_box03_content02 section .subhead02 {
  letter-spacing: 0.1em;
}
.lp_box03 .lp_box03_content02 section .txt {
  font-size: 1.3rem;
  line-height: 2;
  color: #b07515;
}
.lp_box03 .bottom_txt {
  font-size: 1.1rem;
  color: #fff;
}
.lp_box03 .btn {
  padding: 20px 20px 10px;
}
.lp_box03 .btn li {
  margin-bottom: 15px;
}
.lp_box03 .btn li p{
  text-align: center;
  margin-top: 15px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.4;
}
.lp_box03 .btn li:first-child a {
  background: linear-gradient(270deg, #8d5c2d 0%, #a4713c 33%, #c08e4a 66%, #dac487 100%);
  border: 1px solid #83562a;
  box-shadow: 0 5px 0 #724315;
}
.lp_box03 .btn li:last-child a {
  color: #b07515;
  border: 1px solid #83562a;
  box-shadow: 0 5px 0 #8b765e;
  background: #fff;
}
.lp_box03 .btn li:last-child a::after {
  background: url(images/btn_icon02.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .lp_box03 .lp_box03_content01 .content_tit {
    font-size: clamp(1.6rem, 5.6vw, 2.4rem);
  }
  .lp_box03 .lp_box03_content01 section .txt {
    font-size: clamp(1.2rem, 3vw, 1.4rem);
  }

  .lp_box03 .btn li p{
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    
}
} /*max-width:767px*/
/*btn*/
.btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 62px;
  background: linear-gradient(180deg, #d91c53 0%, #b51d47 50%, #b51d47 100%);
  font-size: 2rem;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  position: relative;
  border: 1px solid #fff;
  box-shadow: 0 5px 0 #c6bfb8;
  border-radius: 100px;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: clamp(1.8rem, 5vw, 2rem);
  }
} /*max-width:767px*/
/*4カラム*/
.lp_box04 {
  padding: 20px 20px 0;
  position: relative;
}
.lp_box04 .icon {
  position: absolute;
  width: 32%;
  right: 0;
  top: -70px;
  z-index: -1;
}
.lp_box04 .lp_box04_wrap {
  background: linear-gradient(90deg, #8d5c2d 0%, #a4713c 33%, #c08e4a 66%, #dac487 100%);
  padding: 50px 20px 30px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 {
  position: relative;
  background: #f8f4ee;
  padding: 30px 10px;
  margin-bottom: 20px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 .lp_box04_content01_tit {
  position: absolute;
  width: 65%;
  left: 0;
  top: -20px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 figure {
  margin-bottom: 10px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 dl {
  text-align: center;
  margin-bottom: 20px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 dl dt {
  font-size: 1.2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 20px;
  position: relative;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 dl dt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #696969;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 dl dd {
  font-size: 1.3rem;
}
.lp_box04 .lp_box04_wrap .lp_box04_content01 .price {
  width: 90%;
}
.lp_box04 .lp_box04_wrap .lp_box04_content02 {
  margin-bottom: 20px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content03 {
  background: #f8f4ee;
  padding: 30px 0;
}
.lp_box04 .lp_box04_wrap .lp_box04_content03 .off {
  width: 90%;
  margin: 0 auto 30px;
}
.lp_box04 .lp_box04_wrap .lp_box04_content03 .price {
  margin-bottom: 20px;
}
.lp_box04 .lp_box04_wrap .btn {
  padding: 0 20px;
  margin-bottom: 15px;
}
.lp_box04 .lp_box04_wrap dl {
  text-align: center;
  padding: 0 20px;
}
.lp_box04 .lp_box04_wrap dl dt {
  width: 80%;
  margin: 0 auto 20px;
}
.lp_box04 .lp_box04_wrap dl dd {
  letter-spacing: 0;
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lp_box04 .lp_box04_wrap dl dd {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
  }
} /*max-width:767px*/
/*5カラム*/
.lp_box05 {
  padding: 40px 20px;
}
.lp_box05 .lp_box05_tit {
  text-align: center;
  margin-bottom: 20px;
}
.lp_box05 .lp_box05_tit .ja {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
}
.lp_box05 .lp_box05_tit .ja::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background: #696969;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.lp_box05 .lp_box05_tit .ja::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background: #696969;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/*6カラム*/
.lp_box06 {
  padding: 0 20px;
}
.lp_box06 .lp_box06_inner {
  padding: 50px 20px;
  background: url(images/bg03.jpg) top center no-repeat;
  background-size: cover;
}
.lp_box06 .lp_box06_inner .lp_box06_tit {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
.lp_box06 .lp_box06_inner .lp_box06_tit span {
  display: inline-block;
  background: #696969;
  color: #fff;
  margin-bottom: 5px;
  padding: 0 5px;
}
.lp_box06 .lp_box06_inner .list {
  display: flex;
  justify-content: center;
  gap: 6px 1%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.lp_box06 .lp_box06_inner .list li {
  width: 32%;
  font-size: 1.1rem;
  letter-spacing: 0;
  border-radius: 5px;
  line-height: 42px;
  background: #fff;
  text-align: center;
  font-weight: 500;
  border: 1px solid #696969;
}
.lp_box06 .lp_box06_inner .list li.auto {
  line-height: 1.2;
  padding-top: 7px;
  height: 44px;
}
.lp_box06 .lp_box06_inner .content {
  width: 92%;
  margin-left: auto;
  margin-bottom: 50px;
}
.lp_box06 .lp_box06_inner .content:last-of-type {
  margin-bottom: 0;
}
.lp_box06 .lp_box06_inner .content figure {
  width: 85%;
  margin-left: auto;
}
.lp_box06 .lp_box06_inner .content .txt_area {
  width: 85%;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
}
.lp_box06 .lp_box06_inner .content .txt_area p {
  font-size: 1.2rem;
  line-height: 2;
}
.lp_box06 .lp_box06_inner .content:nth-of-type(even) {
  margin-left: 0;
}
.lp_box06 .lp_box06_inner .content:nth-of-type(even) figure {
  margin-left: 0;
}
.lp_box06 .lp_box06_inner .content:nth-of-type(even) .txt_area {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .lp_box06 .lp_box06_inner .lp_box06_tit {
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  }
  .lp_box06 .lp_box06_inner .list li {
    font-size: clamp(0.8rem, 2.6vw, 1.1rem);
  }
} /*max-width:767px*/
/*7カラム*/
.lp_box07 {
  padding: 40px 20px 50px;
}
.lp_box07 .lp_box07_wrap {
  background: linear-gradient(90deg, #8d5c2d 0%, #a4713c 33%, #c08e4a 66%, #dac487 100%);
  padding: 50px 20px 30px;
}
.lp_box07 .lp_box07_wrap .lp_box07_content {
  position: relative;
  background: #f8f4ee;
  padding: 30px 0 0;
  margin-bottom: 20px;
}
.lp_box07 .lp_box07_wrap .lp_box07_content .lp_box07_content_tit {
  position: absolute;
  width: 47%;
  left: 0;
  top: -20px;
}
.lp_box07 .lp_box07_wrap .lp_box07_content figure {
  width: 85%;
  margin: 0 auto 10px;
}
.lp_box07 .lp_box07_wrap .lp_box07_content .price01 {
  width: 85%;
  padding-left: 20px;
}
.lp_box07 .lp_box07_wrap .flow_icon {
  width: 34px;
  margin: 8px auto 10px;
}
.lp_box07 .lp_box07_wrap .btn_area .btn {
  padding: 0 20px;
  margin-bottom: 20px;
}
.lp_box07 .lp_box07_wrap .btn_area .txt {
  text-align: left;
  color: #fff;
  font-size: 1.1rem;
}

/*8カラム*/
.lp_box08 {
  padding: 40px 20px;
  background: #e1eef4;
  position: relative;
}
.lp_box08 .icon {
  position: absolute;
  left: 0;
  top: -50px;
  width: 27%;
}
.lp_box08 .campain_box {
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.lp_box08 .campain_box p {
  color: #707070;
  font-weight: 700;
}
.lp_box08 .campain_box p .time_area{
  letter-spacing: -0.03em;
}
.lp_box08 .lp_box08_content {
  background: #fff;
  padding: 20px 10px 20px 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
}
.lp_box08 .lp_box08_content figure {
  width: 60%;
  margin: 0 auto;
}
.lp_box08 .lp_box08_content .txt_area {
  padding-left: 25px;
}
.lp_box08 .lp_box08_content .txt_area .tit {
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  font-size: 1.4rem;
}
.lp_box08 .lp_box08_content .txt_area .tit::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/num01.png) no-repeat;
  background-size: contain;
  left: -20px;
  top: 3px;
}
.lp_box08 .lp_box08_content .txt_area .txt {
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 2;
}
.lp_box08 .lp_box08_content .txt_area .btn {
  margin-top: 8px;
}
.lp_box08 .lp_box08_content .txt_area .btn a {
  line-height: 30px;
  width: 132px;
  font-size: 1.1rem;
  box-shadow: 0 3px 0 #c6bfb8;
}
.lp_box08 .lp_box08_content .txt_area .btn a::after {
  width: 8px;
  height: 4px;
}
.lp_box08 .lp_box08_content:first-of-type {
  position: relative;
}
.lp_box08 .lp_box08_content:first-of-type::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 10px;
  background: #696969;
  left: 0;
  right: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -16px;
  margin: 0 auto;
}
.lp_box08 .lp_box08_content:last-of-type {
  margin-bottom: 0;
  padding: 20px 20px 0 10px;
  align-items: flex-end;
}
.lp_box08 .lp_box08_content:last-of-type .txt_area .tit::after {
  background: url(images/num02.png) no-repeat;
  background-size: contain;
}
.lp_box08 .lp_box08_content:last-of-type figure {
  width: 100%;
}

/*9カラム*/
.lp_box09 {
  padding: 50px 20px;
}

/*10カラム*/
.lp_box10 {
  padding: 50px 20px;
  background: #b49b7f;
}
.lp_box10 .subhead01 {
  color: #fff;
}
.lp_box10 .subhead01 .en::after {
  background: #fff;
}
.lp_box10 .subhead01 .en::before {
  background: #fff;
}
.lp_box10 .lp_box10_content {
  padding: 40px 10px 50px;
  background: #fff;
  position: relative;
}
.lp_box10 .lp_box10_content .icon01 {
  position: absolute;
  width: 15%;
  left: 10px;
  top: 10px;
}
.lp_box10 .lp_box10_content .icon02 {
  position: absolute;
  width: 15%;
  right: 10px;
  bottom: 10px;
}
.lp_box10 .lp_box10_content .lp_box10_content_tit {
  width: 70%;
  margin: 0 auto 15px;
}
.lp_box10 .lp_box10_content .mail {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  color: #696969;
  font-weight: 600;
}
.lp_box10 .lp_box10_content .mail a {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  color: #696969;
  font-weight: 600;
}
.lp_box10 .lp_box10_content .info {
  background: #f7f7f7;
  padding: 15px 10px;
}
.lp_box10 .lp_box10_content .info dl {
  display: flex;
  justify-content: center;
}
.lp_box10 .lp_box10_content .info dl dt {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.lp_box10 .lp_box10_content .info dl dd {
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .lp_box10 {
    padding: 50px 20px 100px;
  }
  .lp_box10 .lp_box10_content .info dl dt {
    font-size: clamp(1.2rem, 3.2vw, 1.5rem);
  }
  .lp_box10 .lp_box10_content .info dl dd {
    font-size: clamp(1.2rem, 3.2vw, 1.5rem);
  }
} /*max-width:767px*/
.sp_bana {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #b07515 0%, #7b5026 39.42%, #925f1e 64.9%, #9b6a18 100%);
}
.sp_bana a {
  display: block;
  width: 260px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sp_bana {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_bana {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #b07515 0%, #7b5026 39.42%, #925f1e 64.9%, #9b6a18 100%);
  }
  .sp_bana a {
    display: block;
    width: 260px;
    margin: 0 auto;
  }
} /*max-width:767px*/
/****************************************

pc_footer

*****************************************/
/****************************************

タイトル

*****************************************/
.subhead01 {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.subhead01 .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.subhead01 .en::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background: #696969;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.subhead01 .en::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 1px;
  background: #696969;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.subhead01 .ja {
  font-size: 1.4rem;
}

.subhead02 {
  color: #b07515;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  letter-spacing: 0;
}
.subhead02 span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    font-size: clamp(1.6rem, 5.2vw, 2.4rem);
  }
  .subhead02 span {
    font-size: clamp(1.2rem, 3.6vw, 1.8rem);
  }
} /*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.common_table {
  width: 100%;
  border-collapse: collapse;
}

.common_table th:first-of-type {
  width: 25%;
}
.common_table th:nth-of-type(2) {
  width: 45%;
}
.common_table th:last-of-type {
  width: 30%;
  border-right: none;
}
.common_table th {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #b07515;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  border-right: 4px solid #ccccff;
  font-weight: 500;
}

.common_table td:first-of-type {
  width: 25%;
}
.common_table td:nth-of-type(2) {
  width: 45%;
}
.common_table td:last-of-type {
  border-right: none;
  width: 30%;
}
.common_table td {
  border-right: 4px solid rgba(204, 204, 255, 0.45);
  padding: 16px 5px;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  text-align: center;
  vertical-align: middle;
  color: #58595b;
  background: #f9f5ff;
}

.common_table tr:nth-of-type(even) td {
  background: #fff;
}

.common_table02 {
  width: 100%;
  border-collapse: collapse;
}

.common_table02 th:first-of-type {
  width: 25%;
}
.common_table02 th:nth-of-type(2) {
  width: 45%;
}
.common_table02 th:last-of-type {
  width: 30%;
  border-right: none;
}
.common_table02 th {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  background-color: #b07515;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  border-right: 4px solid #ccccff;
}

.common_table02 td:first-of-type {
  width: 25%;
}
.common_table02 td:nth-of-type(2) {
  width: 45%;
}
.common_table02 td:last-of-type {
  border-right: none;
  width: 30%;
}
.common_table02 td {
  border-right: 4px solid #ccccff;
  padding: 16px 5px;
  letter-spacing: 0;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  text-align: center;
  vertical-align: middle;
  background: #fff;
  font-weight: 500;
}

.common_table02 tr:nth-of-type(even) td {
  background: #f9f5ff;
}

@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: scroll;
  }
  .table_wrap table {
    width: 767px;
  }
} /*max-width:767px*/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 20px;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
/****************************************

追加用

*****************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein_l {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.8s;
}

.slide_in.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
} /*max-width:767px*/
pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* FAQ */
.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-bottom: 10px;
}
.details .details-summary {
  line-height: 1.2;
  font-size: 1.4rem;
  background: #f7f7f7;
  padding: 14px 10px;
  position: relative;
  transition: all 0.3s;
  font-weight: bold;
  text-align: center;
  font-weight: 500;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary .btn {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 20px;
  width: 13px;
  height: 13px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details .details-summary .btn:before, .details .details-summary .btn:after {
  content: "";
  background-color: #696969;
  width: 13px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
  transform-origin: center center;
}
.details .details-summary .btn:before {
  width: 1px;
  height: 13px;
  top: 0;
  left: 6px;
}
.details .details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details .details-summary.is-active .btn:before {
  content: none;
}
.details .details-content {
  padding: 10px 0;
  position: relative;
}
.details .details-content dl {
  margin-bottom: 10px;
}
.details .details-content dl:last-of-type {
  margin-bottom: 0;
}
.details .details-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.details .details-content ul li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.details .details-content p {
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */