@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

/* font
==================================*/
input,
textarea,
select,
i,
.wp-element-button {
  font-style: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
}

body {
  color: #2A2A2A;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body {
  font-size: 18px;
  line-height: 36px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
dt,
dd,
th,
td,
table th,
table td {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
  list-style-type: none !important;
}

a {
  outline: none;
}

#masthead {
  display: none;
}

#main {
  padding: 0;
}

* {
  background-color: initial;
  box-shadow: initial;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 18px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #2A2A2A;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #2A2A2A;
}
a:hover {
  color: #2A2A2A;
  text-decoration: none;
}
a:active {
  color: #2A2A2A;
}
a:hover {
  outline: none;
}

a:focus,
*:focus {
  outline: none !important;
}

body {
  background-color: #fff;
}
body table th,
body table td {
  border: initial;
  padding: initial;
  vertical-align: middle;
}

.spsm {
  display: none;
}

.spmd {
  display: none;
}

.spmlg {
  display: none;
}

.spmlg02 {
  display: none;
}

@media (max-width: 375px) {
  .spsm {
    display: block;
  }
}
@media (max-width: 900px) {
  .spmd {
    display: block;
  }
}
@media (max-width: 1210px) {
  .spmlg {
    display: block;
  }
}
@media (max-width: 1350px) {
  .spmlg02 {
    display: block;
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  opacity: 0;
  transform: translateY(50px);
  /* 下から浮かび上がる */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

footer.visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に戻る */
}

html,
body {
  overflow-x: hidden;
}

.pc {
  display: none !important;
}

body {
  background: #fff;
  overflow-x: hidden !important;
  position: relative;
}
body::before {
  content: "";
  display: block;
  background: url(../../images/top/main_bg_sp.png) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#anc01,
#anc02,
#anc03 {
  display: block;
  height: 0;
  padding-top: 100px;
  margin-top: -100px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 16px;
  line-height: 1.8;
}

/* header
==================================*/
header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  will-change: backdrop-filter;
  background-color: rgba(255, 255, 255, 0.32);
  z-index: 500;
}
header .logo {
  position: relative;
  z-index: 50;
  width: 110.41px;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .Wrap {
  margin: 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
  height: 70px;
  position: relative;
  justify-content: space-between;
}
header .c_Btn a {
  display: block;
  background-image: linear-gradient(90deg, rgb(230, 120, 23), rgb(197, 68, 80));
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  max-width: 241px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-right: 50px;
}
header .nav_area {
  display: flex;
  flex-direction: column;
  /* 縦に配置 */
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  height: 100vh;
  transform: translateX(80%);
  position: fixed;
  top: 0;
  left: 20%;
  bottom: 0;
  right: -160px;
  z-index: 7777;
  transition: 0.3s;
  padding: 60px 15px 30px;
}
header .nav_area ul {
  border-top: solid 1px #D5949A;
  margin-bottom: 75px;
}
header .nav_area ul a {
  display: block;
  padding: 26px 15px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border-bottom: solid 1px #D5949A;
}
header .nav_area .c_Btn a {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 19px;
  border-radius: 60px;
  padding-left: 30px;
  position: relative;
}
header .nav_area .c_Btn a::before {
  content: "";
  background: url(../../images/common/icon_mail.svg) no-repeat 0 0;
  background-size: 27.42px auto;
  width: 28px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -9px;
}
header .nav_area .top_nav {
  display: none;
}

.hamburger {
  width: 40px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 8888;
  transition: 0.3s;
}
.hamburger span {
  width: 32px;
  height: 2px;
  display: block;
  background: #BE1D2C;
  border-radius: 10px;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 50%;
  margin-left: -16px;
  z-index: 8888;
}

.hamburger span.b01 {
  top: 12px;
}

.hamburger span.b02 {
  top: 22px;
}

.hamburger span.b03 {
  top: 32px;
}

.hamburger.active span.b01 {
  top: 24px;
  background: #BE1D2C;
  transform: rotate(-45deg);
  height: 2px;
}

.hamburger.active span.b02,
.hamburger.active span.b03 {
  height: 2px;
  top: 24px;
  background: #BE1D2C;
  transform: rotate(45deg);
}

.panelactive .nav_area {
  opacity: 1;
  transform: translateX(0);
  position: fixed;
  top: 0;
  left: 20%;
  bottom: 0;
  right: 0;
  z-index: 7777;
  height: 100vh;
  overflow-y: scroll;
  padding: 60px 15px 30px;
  box-sizing: border-box;
  width: 80%;
}

body.panelactive {
  width: 100%;
  height: 100%;
  position: fixed;
}
body.panelactive::after {
  content: "";
  display: block;
  background: #ABABAB;
  opacity: 0.6;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* main
==================================*/
/* 左からフェードインの基本スタイル */
.fade-in-element {
  opacity: 0;
  /* 初期状態は透明 */
  transform: translateY(-30px);
  /* 左に30px移動 */
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* フェードインの遷移効果 */
}

/* フェードイン後の状態 */
.fade-in-element.visible {
  opacity: 1;
  /* 完全に表示 */
  transform: translateX(0);
  /* 元の位置に移動 */
}

.k_Main_area {
  background: url(../../images/common/k_main.jpg) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.k_Main_area .inner {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  padding-top: 64px;
}
.k_Main_area .txt_area {
  padding-bottom: 50px;
}
.k_Main_area .txt_area .title {
  font-size: 34px;
  text-align: center;
  color: #004484;
}
.k_Main_area .txt_area .title .eng {
  opacity: 0.2;
  margin-bottom: 5px;
  display: block;
}

@keyframes fadeIn02 {
  from {
    opacity: 0.2;
    /* フェードイン前の透明度 */
  }
  to {
    opacity: 1;
    /* フェードイン後の透明度 */
  }
}
.Title .eng {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.Title .eng::before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #CB4A56;
  margin-right: 10px;
}
.Title strong {
  font-size: 26px;
  font-weight: 500;
}

.link_blank span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  position: relative;
}
.link_blank span:hover {
  text-decoration-color: #BE1D2C;
}
.link_blank span::after {
  content: "";
  display: block;
  background: url(../images/common/icon_blank.svg) no-repeat 0 0;
  background-size: 100% auto;
  width: 18.96px;
  height: 18.96px;
  margin-left: 15px;
}

.Anc_area {
  margin-bottom: 70px;
}
.Anc_area .anc_box {
  margin-bottom: 40px;
}
.Anc_area .anc_box dt {
  font-size: 18px;
  color: #004484;
  margin-bottom: 5px;
  font-weight: 400;
}
.Anc_area .anc_box ul {
  display: flex;
  justify-content: center;
}
.Anc_area .anc_box li {
  width: 176px;
  margin-right: 26px;
}
.Anc_area .anc_box li:last-child {
  margin-right: 0;
}
.Anc_area .anc_box a {
  background: #fff;
  border: solid 1px #6094BF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
}
.Anc_area .anc_box a::before {
  content: "";
  background: url(../images/common/icon_yajirushi_under.svg) no-repeat center 50%;
  background-size: 12px auto;
  width: 19px;
  height: 15px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  filter: invert(62%) sepia(13%) saturate(1310%) hue-rotate(165deg) brightness(86%) contrast(90%);
}
.Anc_area .anc_box a:hover {
  background-color: #6094BF;
  color: #fff;
}
.Anc_area .anc_box a:hover::before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(102%) contrast(101%);
}

.table_box dl {
  display: flex;
  width: 100%;
}
.table_box dl dt,
.table_box dl dd {
  padding: 15px 0;
}
.table_box dl dt,
.table_box dl dd,
.table_box dl a,
.table_box dl span {
  font-size: 16px;
  line-height: 1.6;
}
.table_box dl dd {
  padding-left: 0px;
}
.table_box dl dd .map_box {
  margin-top: 15px;
}
.table_box dl dd .map_box iframe {
  height: 166px;
  max-width: 479px;
}
.table_box dl dt {
  position: relative;
  width: 80px;
  margin-right: 10px;
}
.table_box dl dt::after {
  content: "";
  height: 1px;
  border-radius: 10px;
  background: #BE1D2C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.table_box dl:first-child dt::before {
  content: "";
  height: 1px;
  border-radius: 10px;
  background: #BE1D2C;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.table_box dl:first-child dd::after {
  content: "";
  height: 1px;
  border-radius: 10px;
  background: #D8A7AC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.table_box dl dd {
  position: relative;
  width: calc(100% - 80px);
}
.table_box dl dd::before {
  content: "";
  height: 1px;
  border-radius: 10px;
  background: #D8A7AC;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.c_Btn a {
  display: block;
  background-image: linear-gradient(90deg, rgb(230, 120, 23), rgb(197, 68, 80));
  border-radius: 0 0 6px 6px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 24px 10px;
  max-width: 241px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c_Btn a:hover::before {
  opacity: 1;
}

.Btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 290px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  padding: 20px 25px;
  margin: 0 auto;
  font-weight: 400;
  transition: 0.3s;
  border: solid 2px #E9E9E9;
}
.Btn a::after {
  content: "";
  background: url(../../images/common/icon_yajirushi.svg) no-repeat 90% 50%;
  background-size: 100% auto;
  width: 48.14px;
  height: 8px;
  display: block;
  position: relative;
  right: 0;
  top: -1px;
  transition: 0.3s;
}
.Btn a:hover::after {
  right: -8px;
}
.Btn a:hover {
  border-color: #EFBCC0;
}

.Wrap {
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
}

.bg_pink {
  background: #FFF9F9;
  padding: 20px 15px;
  border-radius: 25px;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.lato {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.News_box {
  display: flex;
  flex-wrap: wrap;
}
.News_box a.News_a {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  position: relative;
}
.News_box a.News_a .ph {
  font-size: 0;
  line-height: 0;
}
.News_box a.News_a .ph img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.News_box a.News_a ul {
  padding: 15px;
}
.News_box a.News_a ul .tag span {
  border-radius: 30px;
  border: solid 2px #EFBCC0;
  padding: 0 30px;
  min-width: 156px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.News_box a.News_a ul .tag {
  margin-bottom: 5px;
}
.News_box a.News_a ul .day {
  line-height: 1.7;
}
.News_box a.News_a .more {
  background: url(../../images/common/icon_yajirushi.svg) no-repeat 100% 50%;
  background-size: 48.14px auto;
  width: 49px;
  height: 8px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.3s;
}
.News_box a.News_a .tl {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  line-height: 32px;
  margin-bottom: 8px;
}
.News_box a.News_a:hover .more {
  right: 0px;
}
.News_box a.News_a:hover .tl {
  text-decoration-color: #BE1D2C;
}

.blank {
  position: relative;
  display: flex;
}
.blank::after {
  content: "";
  display: block;
  background: url(../../images/common/icon_blank.svg) no-repeat center 50%;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}

/* footer
==================================*/
footer {
  padding: 40px 0;
  margin-top: 80px;
}
footer .Wrap .logo {
  margin: 0 0 20px;
}
footer .Wrap ul {
  margin-bottom: 10px;
}
footer .Wrap ul a {
  font-size: 16px;
  white-space: nowrap;
  margin: 0 0 10px;
}
footer .Wrap .copy {
  text-align: left;
  font-size: 9px;
  margin-top: 30px;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
.home {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  /* 初期状態：非表示＆縮小 */
  /* アニメーション開始時のクラス */
}
.home header .top_nav {
  display: block;
}
.home header .k_nav {
  display: none;
}
.home footer {
  margin-top: 0;
}
.home .Main_area .figureimage {
  transform: scale(0.3);
  opacity: 0;
  transition: transform 1.3s ease-in, opacity 1.2s ease-out;
  z-index: 0;
  transform: translate X(0%);
  transform: scale(0.3) translate(0%, 0%);
  display: block;
  position: absolute;
  top: 30px;
}
.home .Main_area .figureimage img {
  width: 100%;
}
.home .Main_area .figure_on {
  position: absolute;
  z-index: 3;
  top: 30px;
}
.home .Main_area .figure_on img {
  width: 100%;
  height: auto;
}
.home .Main_area .txt_area,
.home .Main_area .lead,
.home .Main_area .Btn,
.home .Main_area .figure_on {
  opacity: 0;
  transition: opacity 1.5s ease-in;
  transition-delay: 1.5s;
}
.home header {
  opacity: 0;
  transition: transform 0.3s ease-out;
  transition-delay: 0.8s;
  transform: translateY(-100px);
}
.home .Main_area.loaded .figureimage,
.home .Main_area.loaded .figure_on {
  opacity: 1;
  transform: scale(1.7) translate(7.5%, 29vw);
}
.home .Main_area.loaded .figureimage img,
.home .Main_area.loaded .figure_on img {
  width: 100%;
  height: auto;
}
.home .Main_area.loaded .txt_area,
.home .Main_area.loaded .lead,
.home .Main_area.loaded .Btn,
.home .Main_area.loaded .figure_on {
  opacity: 1;
}
.home header.loaded {
  opacity: 1;
  transform: translateY(0px);
}
.home main .Wrap {
  position: relative;
}
.home main .Main_area {
  margin-bottom: 100px;
}
.home main .Main_area .Wrap {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 260vw;
}
.home main .Main_area .txt_area {
  padding-left: 15%;
  margin: 0 auto;
  position: absolute;
  top: 77vw;
}
.home main .Main_area h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.home main .Main_area .lead {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}
.home main .Main_area .Btn a {
  margin: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  border: none;
  color: #BE1D2C;
  height: 45px;
  margin: 0 auto;
}
.home main .Main_area .Btn a span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.home main .Main_area .Btn a:hover span {
  text-decoration-color: #BE1D2C;
}
.home main .Message_area {
  margin-bottom: 90px;
}
.home main .Message_area .message_ph {
  background: url(../../images/top/message_bg.png) no-repeat 0 50%;
  background-size: 100% auto;
  width: 300px;
  height: 300px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home main .Message_area .message_ph::before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  background: #D5949A;
}
.home main .Message_area .message_ph::after {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -2px;
  background: #C54450;
}
.home main .Message_area .message_ph .tl_eng {
  text-align: center;
  margin: -10px auto 0px;
}
.home main .Message_area .message_ph .tl_eng img {
  height: 20px;
  width: auto;
}
.home main .Message_area .message_ph .lead {
  text-align: center;
  font-size: 23px;
  line-height: 42px;
  font-weight: 500;
}
.home main .Message_area h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.home main .Message_area .txt {
  margin: 0 15px;
}
.home main .Message_area .txt span {
  position: relative;
}
.home main .Message_area .txt span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 0;
  background-color: #EFBCC0;
  transition: width 0.8s ease;
  z-index: -1;
}
.home main .Message_area .border_txt_active::before {
  width: 100% !important;
}
.home main .Slide_area {
  margin-bottom: 120px;
}
.home main .Slide_area ul.Slide_box li {
  border-radius: 13px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: 100px;
  width: 180px;
  margin: 0 5px;
}
.home main .Slide_area ul.Slide_box li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.home main .Slide_area .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.home main .Slide_area .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.home main .Slide_area .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  width: 800%;
}
.home main .Slide_area .scroll-infinity__item {
  width: 25vw;
}
.home main .Slide_area .scroll-infinity__item > img {
  width: 100%;
}
.home .Company_area {
  margin-bottom: 120px;
}
.home .Company_area h2 {
  margin-bottom: 40px;
}
.home .Company_area .Title img {
  height: 21.34px;
  width: auto;
}
.home .Product_area {
  position: relative;
  margin: 0 auto 120px;
  padding: 20px 0;
}
.home .Product_area .Wrap {
  padding-top: 30px;
  position: relative;
  z-index: 3;
}
.home .Product_area .l_box {
  margin-bottom: 20px;
}
.home .Product_area .l_box .Title {
  margin-bottom: 20px;
}
.home .Product_area .l_box .Title img {
  height: 16.78px;
  width: auto;
}
.home .Product_area .l_box .lead {
  line-height: 1.5;
}
.home .Product_area .r_box {
  border: solid 5px #E2A3A9;
  border-radius: 11px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  align-self: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .Product_area .r_box dl {
  padding: 10px 0;
}
.home .Product_area .r_box dl dt {
  margin: 0 0 10px 0;
  border-bottom: solid 2px #BE1D2C;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}
.home .Product_area .r_box dl dt img {
  height: 16px;
  width: auto;
}
.home .Product_area .r_box dl dd {
  font-size: 16px;
  line-height: 1.5;
}
.home .News_area {
  margin-bottom: 120px;
}
.home .News_area .Title {
  margin-bottom: 40px;
}
.home .News_area .Title img {
  height: 21.34px;
  width: auto;
}
.home .News_area .Btn {
  margin-top: 30px;
}
.home .Contact_area {
  background: #EFBCC0;
}
.home .Contact_area a {
  height: 280px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.home .Contact_area a::before {
  content: "";
  display: block;
  background: url(../../images/common/contact_bg.png) no-repeat center 50%;
  background-size: cover;
  height: 280px;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .Contact_area .Title {
  padding-top: 60px;
}
.home .Contact_area .Title strong {
  font-size: 18px;
}
.home .Contact_area .Title img {
  height: 36px;
  width: auto;
}
.home .Contact_area .Wrap {
  height: 100%;
}
.home .Contact_area .Title .eng::before {
  content: "";
  display: block;
  height: 6px;
  width: 38px;
  background: #BE1D2C;
}
.home .Contact_area .btn_figure {
  background: url(../../images/common/contact_btn.png) no-repeat 0 50%;
  background-size: 100% auto;
  width: 290px;
  height: 84px;
  position: absolute;
  top: 75%;
  right: -10px;
  margin-right: 0;
  margin-top: -42px;
  transition: 0.3s;
}
.home .Contact_area .btn_figure::after {
  content: "";
  background: url(../../images/common/contact_btn_hover.png) no-repeat 0 50%;
  background-size: 100% auto;
  width: 290px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-right: 0;
  margin-top: -42px;
  transition: 0.3s;
  opacity: 0;
}
.home .Contact_area .btn_figure::before {
  content: "";
  background: url(../../images/common/icon_yajirushi_red.svg) no-repeat 0 50%;
  background-size: 100% auto;
  width: 49.67px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 200px;
  margin-top: -8px;
  transition: 0.3s;
  z-index: 2;
}

/*==================================
  Top
==================================*/
.post-type-archive-news main .tag_area {
  padding-bottom: 20px;
  border-bottom: solid 1px #13426E;
  margin-bottom: 15px;
}
.post-type-archive-news main .tag_area .tl {
  font-size: 18px;
  margin-bottom: 10px;
}
.post-type-archive-news main .tag_area .btn_cate_list li {
  margin-bottom: 15px;
}
.post-type-archive-news main .tag_area .btn_cate_list a {
  font-size: 16px;
  border-radius: 30px;
  display: block;
  text-align: center;
  border: solid 2px #EFBCC0;
  background-color: #fff;
  padding: 5px;
}
.post-type-archive-news main .tag_area .btn_cate_list .selected a {
  background: #EFBCC0;
}
.post-type-archive-news main .News_box a {
  margin-bottom: 30px;
}
.post-type-archive-news main .archive_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.post-type-archive-news main .archive_pager .page-numbers:not(.next, .prev, .dots) {
  background: #fff;
  border: solid 2px #E9E9E9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 5px 10px;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.post-type-archive-news main .archive_pager .page-numbers:not(.next, .prev, .dots).current {
  background: #DA8989;
  border-color: transparent;
}
.post-type-archive-news main .archive_pager .page-numbers:not(.next, .prev, .dots):hover {
  border-color: #DA8989;
}
.post-type-archive-news main .archive_pager .dots {
  margin: 0 10px;
}
.post-type-archive-news main .archive_pager .prev {
  margin-right: 20px;
}
.post-type-archive-news main .archive_pager .prev::before {
  content: "";
  background: url(../../images/common/icon_prev.svg) no-repeat 0 0;
  background-size: 26px auto;
  width: 27px;
  height: 7px;
  display: block;
  margin-right: 8px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.post-type-archive-news main .archive_pager .next {
  margin-left: 20px;
}
.post-type-archive-news main .archive_pager .next::after {
  content: "";
  background: url(../../images/common/icon_next.svg) no-repeat 0 0;
  background-size: 26px auto;
  width: 27px;
  height: 7px;
  display: block;
  margin-left: 8px;
  position: relative;
  right: 0;
  transition: 0.3s;
}
.post-type-archive-news main .archive_pager .next,
.post-type-archive-news main .archive_pager .prev {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

body.single-news .news-single .News_box {
  display: block;
}
body.single-news .news-single .ph_main {
  border-radius: 13px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-bottom: 37px;
}
body.single-news .news-single .ph_main img {
  width: 100%;
  height: auto;
}
body.single-news .news-single ul.tag_area .tag span {
  border-radius: 30px;
  border: solid 2px #EFBCC0;
  padding: 0 30px;
  min-width: 156px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
}
body.single-news .news-single ul.tag_area .tag {
  margin-bottom: 5px;
}
body.single-news .news-single ul.tag_area .day {
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 15px;
}
body.single-news .news-single ul.tag_area .title h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  border-bottom: solid 1px #13426E;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
}
body.single-news .news-single .edit-area .w_content p {
  margin: 20px 0;
}
body.single-news .news-single .edit-area .w_content p img {
  max-width: 100%;
  max-width: 630px;
  width: auto;
  height: auto;
}
body.single-news .news-single .edit-area .w_content a {
  word-break: break-all;
  line-height: 1.4;
  display: block;
}
body.single-news .news-single .edit-area .w_content li {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  list-style: disc;
  margin-left: 1em;
}
body.single-news .news-single .edit-area .w_content h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  border-bottom: solid 2px #BE1D2C;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 50px;
}
body.single-news .news-single .edit-area .w_content h4 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
body.single-news .news-single .edit-area .w_content .Btn_contact {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 80px;
  width: 290px;
  height: 80px;
  margin: 80px auto 0;
}
body.single-news .news-single .edit-area .w_content .Btn_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  width: 290px;
  background: #fff;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 80px;
  color: #BE1D2C;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin: 0 auto !important;
  z-index: 1;
}
body.single-news .news-single .edit-area .w_content .Btn_contact a::before {
  content: "";
  display: block;
  width: 0;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: -1;
  background-color: #C54450;
  transition: 0.3s;
}
body.single-news .news-single .edit-area .w_content .Btn_contact a::after {
  content: "";
  background: url(../../images/common/icon_mail_b.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 26px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -11px;
  filter: invert(17%) sepia(42%) saturate(6069%) hue-rotate(342deg) brightness(95%) contrast(94%);
}
body.single-news .news-single .edit-area .w_content .wp-block-image {
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
body.single-news .news-single .edit-area .w_content .wp-block-image img {
  width: 100%;
  height: auto;
}
body.single-news .news-single .edit-area .w_content .wp-block-table {
  margin-top: 15px;
}
body.single-news .news-single .edit-area .w_content .wp-block-table tr:first-child td {
  text-align: center;
  padding: 10px 20px;
}
body.single-news .news-single .edit-area .w_content .wp-block-table td {
  padding: 20px 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-color: #363636;
}
body.single-news .news-single .single_bottom_nav {
  display: flex;
  align-content: center;
  margin-top: 115px;
  width: 297px;
}
body.single-news .news-single .single_bottom_nav .back.Btn {
  width: 120px;
}
body.single-news .news-single .single_bottom_nav .back.Btn a {
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
body.single-news .news-single .single_bottom_nav .back.Btn a::after {
  display: none;
}
body.single-news .news-single .single_bottom_nav .single_bottom_nav_prev {
  margin-right: 10px;
}
body.single-news .news-single .single_bottom_nav .single_bottom_nav_prev::before {
  content: "";
  background: url(../../images/common/icon_prev.svg) no-repeat 0 0;
  background-size: 26px auto;
  width: 27px;
  height: 7px;
  display: block;
  margin-right: 8px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
body.single-news .news-single .single_bottom_nav .single_bottom_nav_next {
  margin-left: 10px;
}
body.single-news .news-single .single_bottom_nav .single_bottom_nav_next::after {
  content: "";
  background: url(../../images/common/icon_next.svg) no-repeat 0 0;
  background-size: 26px auto;
  width: 27px;
  height: 7px;
  display: block;
  margin-left: 8px;
  position: relative;
  right: 0;
  transition: 0.3s;
}
body.single-news .news-single .single_bottom_nav .single_bottom_nav_next,
body.single-news .news-single .single_bottom_nav .single_bottom_nav_prev {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/*==================================
    page-template-page_contact
==================================*/
.page-template-page_contact main .disabled {
  pointer-events: none;
  /* 無効なリンクを視覚的に区別 */
  cursor: default;
}
.page-template-page_contact main .Form_area .icon {
  font-size: 18px;
  color: #BE1D2C;
}
.page-template-page_contact main .Form_area .icon.optional {
  background-color: #A2A2A2;
}
.page-template-page_contact main .Form_area .wpcf7-turnstile {
  margin: 0 -11px 30px;
}
.page-template-page_contact main .Form_area .wpcf7-turnstile div:first-child {
  width: 300px;
  margin: 0 auto;
}
.page-template-page_contact main .Form_area .wpcf7-turnstile iframe {
  width: 280px !important;
}
.page-template-page_contact main .Form_area .lead {
  margin-bottom: 66px;
}
.page-template-page_contact main .Form_area .red,
.page-template-page_contact main .Form_area .wpcf7-not-valid-tip {
  color: #C54450;
}
.page-template-page_contact main .Form_area .wpcf7 form.invalid .wpcf7-response-output,
.page-template-page_contact main .Form_area .wpcf7 form.unaccepted .wpcf7-response-output,
.page-template-page_contact main .Form_area .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #C54450;
}
.page-template-page_contact main .Form_box dl {
  margin-bottom: 25px;
}
.page-template-page_contact main .Form_box dl dt {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
}
.page-template-page_contact main .Form_box dl dt span {
  font-weight: 500;
}
.page-template-page_contact main .Form_box dl input {
  border: solid 1px #AAAAAA;
  padding: 10px 20px;
  background: #fff;
  border-radius: 7px;
}
.page-template-page_contact main .Form_box dl dd,
.page-template-page_contact main .Form_box dl span {
  font-weight: 400;
}
.page-template-page_contact main .Form_box .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 33.333333%;
}
.page-template-page_contact main .Form_box dl:last-child .wpcf7-list-item.last {
  width: 100%;
  margin-top: 20px;
}
.page-template-page_contact main .privacy_area {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-page_contact main .privacy_area .txt {
  text-align: center;
  margin: 0 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.page-template-page_contact main .privacy_area .txt a {
  text-decoration: underline;
  color: #C54450;
}
.page-template-page_contact main .privacy_area .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page_contact main .privacy_area .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
}
.page-template-page_contact main .confirm_your-email {
  word-wrap: break-word;
}
.page-template-page_contact main .confirm_txt {
  margin-bottom: 20px;
}
.page-template-page_contact main .confirm_privacy {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.page-template-page_contact main .submit_area {
  display: flex;
  max-width: 710px;
  margin: 0 auto;
}
.page-template-page_contact main .submit_area .submit_btn {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 80px;
  width: 467px;
  height: 80px;
  margin: 0 auto 0;
  transition: 0.3s;
}
.page-template-page_contact main .submit_area .submit_btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  width: 290px;
  background-color: #fff !important;
  box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 80px;
  color: #BE1D2C;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin: 0 auto !important;
  z-index: 4;
  transition: 0.3s;
  border: none;
}
.page-template-page_contact main .submit_area .submit_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 4;
  background-color: #C54450;
  transition: 0.3s;
}
.page-template-page_contact main .submit_area .wpcf7-response-output {
  border-color: #BE1D2C;
}
.page-template-page_contact main .submit_area .confirm_area .confirm_txt {
  font-size: 18px;
  color: #004484;
  margin-bottom: 20px;
}
.page-template-page_contact main .submit_area .confirm_area p {
  margin-bottom: 10px;
}
.page-template-page_contact main .submit_area .send .wpcf7-submit {
  padding: 0 0 0 0;
}
.page-template-page_contact main .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}
.page-template-page_contact main input[type=text],
.page-template-page_contact main input[type=tel],
.page-template-page_contact main input[type=email],
.page-template-page_contact main textarea,
.page-template-page_contact main select {
  border: solid 1px #AAAAAA;
  padding: 10px 20px;
  background: #fff;
  border-radius: 7px;
  font-size: 18px;
  width: 100% !important;
}
.page-template-page_contact main input[type=text]:focus,
.page-template-page_contact main input[type=tel]:focus,
.page-template-page_contact main input[type=email]:focus,
.page-template-page_contact main textarea:focus,
.page-template-page_contact main select:focus {
  outline: none !important;
}
.page-template-page_contact main input[type=text].p-postal-code,
.page-template-page_contact main input[type=tel].p-postal-code,
.page-template-page_contact main input[type=email].p-postal-code,
.page-template-page_contact main textarea.p-postal-code,
.page-template-page_contact main select.p-postal-code {
  width: 10em;
}
.page-template-page_contact main input[type=text] option:first-child,
.page-template-page_contact main input[type=tel] option:first-child,
.page-template-page_contact main input[type=email] option:first-child,
.page-template-page_contact main textarea option:first-child,
.page-template-page_contact main select option:first-child {
  color: #AAA;
}
.page-template-page_contact main input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070 !important;
  vertical-align: -5px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  margin-right: 10px;
  border-radius: 4px;
}
.page-template-page_contact main input[type=checkbox]:checked:after {
  content: "";
  display: block;
  background: url(../../images/common/icon_check.svg) no-repeat center 50%;
  background-size: 14px auto;
  position: absolute;
  border: none;
  width: 15px;
  height: 13px;
  content: "";
  transform: none;
  left: 2px;
  top: 2px;
}
.page-template-page_contact main input[type=checkbox]:checked {
  background-color: #BE1D2C;
}
.page-template-page_contact main form label {
  font-weight: 500;
  transition: 0.3s;
}
.page-template-page_contact main select {
  background: url(../../images/common/icon_under.svg) no-repeat 98% 50% #fff;
  background-size: 16px auto;
}
.page-template-page_contact main textarea {
  height: 200px;
  line-height: 1.4;
}
.page-template-page_contact main ::-moz-placeholder {
  color: #AAAAAA;
}
.page-template-page_contact main ::placeholder {
  color: #AAAAAA;
}
.page-template-page_contact main .Btn_area {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
}
.page-template-page_contact main .Btn_area .submitBtn {
  margin: 0;
}
.page-template-page_contact main .Btn_area li {
  margin: 0 20px;
}
.page-template-page_contact .confirm_message {
  white-space: pre-wrap;
}
.page-template-page_contact .submit_area.disabled-state input.wpcf7-submit[type=submit] {
  background-color: #fff !important;
  color: #9f9f9f !important;
  cursor: default;
}
.page-template-page_contact .submit_area.disabled-state .submit_btn p::before {
  background-color: #9f9f9f;
}
.page-template-page_contact .submit_area.disabled-state .submit_btn p::after {
  background-color: #9f9f9f;
}
.page-template-page_contact .error-message {
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.page-template-page_contact .privacy_area .wpcf7-not-valid-tip {
  text-align: center;
}
.page-template-page_contact .confirm_button:disabled {
  pointer-events: auto !important;
}

/*==================================
    page-template-page_privacy
==================================*/
.page-template-page_privacy main .lead {
  margin-bottom: 66px;
}
.page-template-page_privacy main h2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: solid 2px #BE1D2C;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-top: 50px;
}
.page-template-page_privacy main h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}
.page-template-page_privacy main h4 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}
.page-template-page_privacy main p {
  margin-bottom: 20px;
}
.page-template-page_privacy main .box {
  margin-bottom: 70px;
}
.page-template-page_privacy main .box ul li {
  margin-bottom: 10px;
}
.page-template-page_privacy main .signature {
  text-align: right;
  font-weight: 600;
  line-height: 1.6;
}
.page-template-page_privacy main a {
  color: #BE1D2C;
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.page-template-page_privacy main a:hover {
  text-decoration-color: #BE1D2C;
}
.page-template-page_privacy main .contact-info {
  border: solid 5px #E2A3A9;
  border-radius: 22px;
  padding: 15px;
  margin-top: 30px;
}
.page-template-page_privacy main .contact-info strong {
  font-weight: 500;
  line-height: 1.6;
  display: block;
}
.page-template-page_privacy main .contact-info .lead02 {
  font-weight: 600;
  margin-bottom: 0;
}
.page-template-page_privacy main .contact-info p {
  margin-bottom: 0;
}
.page-template-page_privacy main .contact-info .mail {
  font-size: 15px;
}
.page-template-page_privacy main .contact-info a {
  word-break: break-all;
  line-height: 1.4;
  display: block;
}
.page-template-page_privacy main ul.list {
  margin-left: 1em;
}
.page-template-page_privacy main ul.list li {
  list-style: circle;
}