@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  vertical-align: baseline;
  background: transparent;
}

html {
  cursor: default;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
  font-size: 62.5%;
  width: 100%;
}

body {
  line-height: 1.55;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #faf6f0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.13em;
  font-size: 15px;
  color: #043607;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 360px) {
  body {
    font-size: 12px;
  }
}

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

nav ul {
  list-style: none;
}

li,
ol {
  list-style: 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 border colour to suit your needs */
html {
  overflow-y: scroll;
}

html,
body {
  width: 100%;
}

html,
body {
  min-width: 1200px;
  overflow-x: hidden;
}

@media screen and (max-width: 360px) {
  html,
  body {
    min-width: 360px;
  }
}

input,
select {
  vertical-align: middle;
  border-radius: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  outline-width: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

h1,
h2,
h3 {
  line-height: 1.5;
}

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

.bl_titlewrap {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .bl_titlewrap {
    width: 100%;
    padding: 0 20px;
  }
}

.bl_titlewrap .section_title {
  color: #043607;
  font-size: 58px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 360px) {
  .bl_titlewrap .section_title {
    font-size: 32px;
  }
}

.bl_titlewrap .subtit {
  color: #043607;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 360px) {
  .bl_titlewrap .subtit {
    font-size: 14px;
  }
}

._en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.bl_list_item_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.section_title3 {
  font-size: 36px;
}

@media screen and (max-width: 360px) {
  .section_title3 {
    font-size: 20px;
  }
}

/* ==========================================================================
// module
// ========================================================================== */
/* ボタン&アニメーション============== */
.bt_wrap {
  width: 196px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bt_wrap .el_btn1 {
  font-family: "Shippori Mincho B1", sans-serif;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}

@media screen and (max-width: 360px) {
  .bt_wrap .el_btn1 {
    font-size: 16px;
  }
}

.bt_wrap .bt_dec {
  position: absolute;
  width: 196px;
  top: 14px;
}

.bt_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt_block .bt_wrap_c {
  width: 140px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.bt_block .bt_wrap_c .el_btn2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 360px) {
  .bt_block .bt_wrap_c .el_btn2 {
    font-size: 16px;
  }
}

.bt_block .bt_wrap_c .bt_dec2 {
  position: absolute;
  width: 140px;
  top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bt_block .bt_wrap_c:hover .bt_dec2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.bt_block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt_block2 .bt_wrap_c {
  width: 258px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.bt_block2 .bt_wrap_c .el_btn2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 360px) {
  .bt_block2 .bt_wrap_c .el_btn2 {
    font-size: 16px;
  }
}

.bt_block2 .bt_wrap_c .bt_dec2 {
  position: absolute;
  width: 258px;
  top: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bt_block2 .bt_wrap_c:hover .bt_dec2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.center {
  text-align: center;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 50px auto 0;
  z-index: 1;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-dots {
  text-align: right !important;
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
}

@media screen and (max-width: 360px) {
  .slick-dots {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    text-align: center !important;
  }
}

.slick-dots li {
  width: 60px !important;
  height: 1px;
}

@media screen and (max-width: 360px) {
  .slick-dots li {
    width: 30px !important;
  }
}

.slick-dots li button::before {
  font-size: 0px;
  width: 60px !important;
  height: 1px !important;
  background: #000;
  content: "" !important;
  opacity: 1 !important;
}

@media screen and (max-width: 360px) {
  .slick-dots li button::before {
    width: 30px !important;
  }
}

.slick-dots .slick-active {
  width: 60px !important;
  height: 2px;
}

@media screen and (max-width: 360px) {
  .slick-dots .slick-active {
    width: 30px !important;
  }
}

.slick-dots .slick-active button::before {
  height: 2px !important;
  top: -1px;
}

/* ==========================================================================
// effect
// ========================================================================== */
.nav_wrap {
  position: relative;
  width: 100%;
  min-width: 1170px;
}

@media screen and (max-width: 360px) {
  .nav_wrap {
    min-width: auto;
  }
}

.nav_wrap ._h_fixBtn {
  position: absolute;
  right: 50px;
  top: -10px;
  width: 236px;
}

.g-nav {
  width: 94%;
  margin: 30px auto 0;
  position: relative;
  height: 74px;
  border-radius: 8px;
  background: transparent;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  --webkit-backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1170px;
  -webkit-filter: drop-shadow(0px 3px 15px rgba(82, 97, 105, 0.1));
  filter: drop-shadow(0px 3px 15px rgba(82, 97, 105, 0.1));
}

@media screen and (max-width: 360px) {
  .g-nav {
    margin: 0px auto 0;
    display: block;
    min-width: auto;
    width: 100%;
    background: none;
    border: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.drawer {
  padding: 0px 0px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .drawer {
    border-right: none;
  }
}

.drawer #logo .h_logo {
  width: 116px;
  margin-top: 6px;
}

@media screen and (max-width: 360px) {
  .drawer #logo .h_logo {
    display: none;
  }
}

.drawer #logo .h_logo:hover {
  opacity: 0.8;
}

/*ナビゲーション部分*/
.menu ul li a {
  display: block;
  font-weight: bold;
  padding: 1.3em;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 360px) {
  .menu ul li a {
    font-size: 15px;
  }
}

@media screen and (min-width: 1080px) {
  .menu ul li a:hover {
    opacity: 0.7;
  }
}

.menu ul li a span {
  font-size: 13px;
}

.menu {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /*画面より100%外へ押し出し非表示にさせる*/
  /*  transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/
}

@media screen and (max-width: 360px) {
  .menu {
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
    /*画面より100%外へ押し出し非表示にさせる*/
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
    padding-right: 0;
  }
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*メニューを元の位置へ戻す*/
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.menu.open ul {
  background-color: #f2ede6;
  height: 100vh;
  overflow: scroll;
}

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 200;
  right: 15px;
  top: 18px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 50px;
  border-bottom: solid 4px #333;
}

@media screen and (max-width: 360px) {
  .Toggle span {
    width: 30px;
  }
}

/*各ボーダー少しずつずらす*/
.Toggle span:nth-child(1) {
  top: 5px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 32px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  /* 1番目のspanをマイナス45度に */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------------------------------ここからPCモニターの記述-----------*/
@media screen and (min-width: 361px) {
  .Toggle {
    display: none;
  }
  .menu {
    width: 100%;
    font-size: 0.9em;
    background-color: transparent;
    margin: 0 0 0 auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 62px;
  }
  .menu ul {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 70px;
  }
  .menu ul li a {
    padding: 0 1em;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu ul li a:hover {
    background-color: transparent;
  }
}

.on_active {
  width: 100%;
  height: 100%;
  position: fixed;
}

#top header {
  display: none;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 360px) {
  #top header {
    display: block;
  }
}

#top .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
}

header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
}

@media screen and (max-width: 360px) {
  header {
    display: block;
  }
}

.h_con {
  width: 124px;
  margin-right: 20px;
}

@media screen and (max-width: 360px) {
  .h_con {
    width: 100px;
    margin-right: 0px;
  }
}

.h_con:hover {
  opacity: 0.5;
}

.cv_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 124px;
}

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

/* ==========================================================================
// Layout
// ========================================================================== */
#gFooter {
  margin: 0px auto 0;
  background: #f2ede6;
}

@media screen and (max-width: 360px) {
  #gFooter {
    margin: 0px auto 0;
  }
}

@media screen and (max-width: 360px) {
  #gFooter {
    padding: 80px 0 0;
  }
}

#gFooter .ft_contact {
  margin: 0px auto 0px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact {
    margin: 0px auto 0px;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact {
    padding-top: 0px;
  }
}

#gFooter .ft_contact .bl_flex {
  margin: 0px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  max-width: 830px;
  padding: 0 60px;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 88%;
    padding: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

#gFooter .ft_contact .bl_flex .bl_txtwrap {
  max-width: 830px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex .bl_txtwrap {
    padding: 0px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

#gFooter .ft_contact .bl_flex .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 20px;
  }
}

#gFooter .ft_contact .bl_flex .bl_txtwrap .bl_media_tit {
  margin-top: 40px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex .bl_txtwrap .bl_media_tit {
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex .bl_txtwrap .bl_media_tit {
    margin-top: 20px;
  }
}

#gFooter .ft_contact .bl_flex .bl_txtwrap .bl_media_txt {
  margin-top: 25px;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_contact .bl_flex .bl_txtwrap .bl_media_txt {
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

#gFooter .flex_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1088px;
  gap: 40px;
  margin: 80px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  #gFooter .flex_bt {
    margin-top: 30px;
    gap: 16px;
    padding: 0 30px;
  }
}

#gFooter .flex_bt .btbox {
  width: calc(260px - 16px);
}

@media screen and (max-width: 360px) {
  #gFooter .flex_bt .btbox {
    width: 60%;
    margin: 0 auto;
  }
}

#gFooter .flex_bt .btbox .ft_ct:hover {
  opacity: 0.7;
}

#gFooter .footer_sec {
  z-index: 0;
  position: relative;
  margin: 80px auto 0px;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec {
    margin: 30px auto 24px;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .ft_nav_wrap1 {
    display: none;
  }
}

#gFooter .footer_sec .ft_nav_wrap1 .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .ft_nav_wrap1 .nav-list {
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#gFooter .footer_sec .ft_nav_wrap1 .nav-list a {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .ft_nav_wrap1 .nav-list a {
    font-size: 13px;
  }
}

#gFooter .footer_sec .ft_nav_wrap1 .nav-list a span {
  font-size: 13px;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .ft_nav_wrap1 .nav-list a span {
    font-size: 11px;
  }
}

#gFooter .footer_sec .ft_nav_wrap1 .nav-list a:hover {
  opacity: 0.7;
}

#gFooter .footer_sec .ft_nav_wrap1 .nav-list a:hover {
  background-color: transparent;
}

#gFooter .footer_sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper {
    margin-top: 30px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info {
    margin-top: 30px;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .logo_wrap .btbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#gFooter .footer_sec .wrapper .site_info .logo_wrap .ft_logo {
  width: 290px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .logo_wrap .ft_logo {
    width: 50%;
    margin: 0 auto;
  }
}

#gFooter .footer_sec .wrapper .site_info .logo_wrap .txt {
  margin-top: 18px;
  text-align: center;
}

#gFooter .footer_sec .wrapper .site_info .address {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .address {
    width: auto;
  }
}

#gFooter .footer_sec .wrapper .site_info .address .ad_wrap_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

#gFooter .footer_sec .wrapper .site_info .address .ad_wrap_l .ad_l {
  font-size: 20px;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .address .ad_wrap_l .ad_l {
    font-size: 14px;
  }
}

#gFooter .footer_sec .wrapper .site_info .address .ad_wrap_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

#gFooter .footer_sec .wrapper .site_info .address .ad_wrap_r .ad_r {
  font-size: 20px;
}

@media screen and (max-width: 360px) {
  #gFooter .footer_sec .wrapper .site_info .address .ad_wrap_r .ad_r {
    font-size: 14px;
  }
}

#gFooter .ft_nav_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 40px 0;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_nav_wrap2 {
    margin: 30px 10px 0;
  }
}

#gFooter .ft_nav_wrap2 .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_nav_wrap2 .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#gFooter .ft_nav_wrap2 .nav-list li .nav-item {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_nav_wrap2 .nav-list li .nav-item {
    font-size: 10px;
  }
}

#gFooter .ft_nav_wrap2 .nav-list li .nav-item:hover {
  opacity: 0.7;
}

#gFooter .ft_nav_wrap2 .nav-list li + li {
  margin-left: 16px;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_nav_wrap2 .nav-list li + li {
    margin-left: 0px;
  }
}

#gFooter .ft_nav_wrap2 .copyright {
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  line-height: 1.7;
}

@media screen and (max-width: 360px) {
  #gFooter .ft_nav_wrap2 .copyright {
    font-size: 9px;
  }
}

/* ==========================================================================
// page
// ========================================================================== */
.ky_headerTop {
  position: relative;
}

.ky_headerTop .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.ky_headerTop .ky_header_flex::before {
  content: "";
  position: absolute;
  bottom: -54px;
  right: 0;
  width: 950px;
  height: 502px;
  background: #c7d5c8;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex::before {
    bottom: -20px;
    right: 0;
    width: 80%;
    height: 80%;
  }
}

.ky_headerTop .ky_header_flex::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(10%, transparent), to(#fff));
  background: linear-gradient(to left, transparent 0%, transparent 10%, #fff 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.ky_headerTop .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .flex_l {
    margin-top: 0px;
    top: auto;
    left: 20px;
    bottom: 30px;
    -webkit-transform: none;
    transform: none;
  }
}

.ky_headerTop .ky_header_flex .flex_l .txt_wrap {
  margin-top: 46px;
}

.ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 40px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 16px;
  }
}

.ky_headerTop .ky_header_flex .flex_l .txt_wrap .logo_fv {
  width: clamp(278px, 20vw, 600px);
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 25px;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .flex_l .txt_wrap .logo_fv {
    margin-top: 14px;
    width: 160px;
  }
}

.ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtxt {
  font-size: 15x;
  font-weight: bold;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtxt {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .flex_l .txt_wrap .headtxt {
    margin-top: 14px;
  }
}

.ky_headerTop .ky_header_flex .bl_media_img {
  width: clamp(1227px, 92vw, 1900px);
  margin: 0 auto 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .bl_media_img {
    width: 100%;
    height: 90vh;
    padding: 0 10px 0 0;
  }
}

.ky_headerTop .ky_header_flex .bl_media_img .top_slider {
  margin-bottom: 0 !important;
}

.ky_headerTop .ky_header_flex .fv_img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 360px) {
  .ky_headerTop .ky_header_flex .fv_img {
    height: 90vh;
    -o-object-position: 60% center;
    object-position: 60% center;
  }
}

.top_service {
  position: relative;
  padding: 150px 0;
}

@media screen and (max-width: 360px) {
  .top_service {
    padding: 60px 0 0;
  }
}

.top_service #_cont2 {
  z-index: 1;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 360px) {
  .top_service #_cont2 {
    width: 100%;
    padding-bottom: 80px;
  }
}

.top_service #_cont2 .bl_media_txtwrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .top_service #_cont2 .bl_media_txtwrap {
    width: 90%;
  }
}

@media screen and (max-width: 360px) {
  .top_service #_cont2 .bl_media_txtwrap .center {
    margin-left: 0;
  }
}

.top_service #_cont2 .bl_media_txtwrap .center .bl_txtwrap {
  position: relative;
  width: 50%;
  min-width: 536px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .top_service #_cont2 .bl_media_txtwrap .center .bl_txtwrap {
    padding: 0px 10px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

.top_service #_cont2 .bl_media_txtwrap .center .bl_txtwrap .bl_media_txt {
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 360px) {
  .top_service #_cont2 .bl_media_txtwrap .center .bl_txtwrap .bl_media_txt {
    margin-top: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.top_service #_cont2 .bl_media_txtwrap .center .bl_txtwrap .bt_block {
  margin-top: 40px;
}

@media screen and (max-width: 360px) {
  .top_service #_cont2 .bl_media_txtwrap .center .bl_txtwrap .bt_block {
    margin-top: 30px;
  }
}

.top_belief {
  margin: 0px auto 0px;
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}

@media screen and (max-width: 360px) {
  .top_belief {
    margin: 0px auto 0px;
  }
}

@media screen and (max-width: 360px) {
  .top_belief {
    padding-bottom: 20px;
  }
}

.top_belief .bl_vercolm_imgwrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 647px;
}

@media screen and (max-width: 360px) {
  .top_belief .bl_vercolm_imgwrap {
    width: 100%;
    height: auto;
  }
}

.top_belief .bl_vercolm_imgwrap .bl_media_img {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .top_belief .bl_vercolm_imgwrap .bl_media_img {
    width: 100%;
    margin: 0px auto;
    height: 200px;
  }
}

.top_belief .bl_flex {
  margin: 0px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 780px;
  padding: 60px 0 0;
}

@media screen and (max-width: 360px) {
  .top_belief .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0px auto;
    width: 88%;
    padding: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.top_belief .bl_flex .bl_txtwrap {
  max-width: 522px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .top_belief .bl_flex .bl_txtwrap {
    padding: 50px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.top_belief .bl_flex .bl_txtwrap .bl_media_txt {
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 360px) {
  .top_belief .bl_flex .bl_txtwrap .bl_media_txt {
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.top_belief .bl_flex .bl_txtwrap .bt_block {
  margin-top: 40px;
}

@media screen and (max-width: 360px) {
  .top_belief .bl_flex .bl_txtwrap .bt_block {
    margin-top: 30px;
  }
}

.top_belief .movie {
  position: relative;
  width: 604px;
  height: 340px;
  margin: 90px auto 0;
}

@media screen and (max-width: 360px) {
  .top_belief .movie {
    margin: 60px auto 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}

.top_belief .movie .title {
  text-align: center;
  font-size: 20px;
  margin-top: 22px;
}

@media screen and (max-width: 360px) {
  .top_belief .movie .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .top_belief .movie .title {
    margin-bottom: 50px;
  }
}

.top_belief .movie iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 360px) {
  .top_belief .movie iframe {
    width: 100%;
    height: 300px;
  }
}

.top_about {
  margin: 0px auto;
  position: relative;
  z-index: -1;
  background: #f2ede6;
  overflow: hidden;
}

@media screen and (max-width: 360px) {
  .top_about {
    padding-bottom: 60px;
  }
}

.top_about::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1325px;
  padding-top: 628px;
  background: url(../img/fs_top2.png) no-repeat center center/cover;
  z-index: 0;
}

@media screen and (max-width: 360px) {
  .top_about::before {
    width: 90%;
    padding-top: 200px;
    top: 80%;
    background: url(../img/fs_top2_sp.png) no-repeat center center/cover;
  }
}

.top_about::after {
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  left: -11%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 80%;
  background: url(../img/fs_maru.png) no-repeat center center/cover;
  z-index: -3;
}

@media screen and (max-width: 360px) {
  .top_about::after {
    top: 24%;
    left: -31%;
  }
}

.top_about .bl_media_centerArea_bg {
  height: 928px;
  position: relative;
  width: 76%;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .top_about .bl_media_centerArea_bg {
    height: 600px;
    width: 100%;
  }
}

.top_about .bl_media_centerArea_bg .bl_media_centerArea_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 720px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 360px) {
  .top_about .bl_media_centerArea_bg .bl_media_centerArea_content {
    width: 100%;
    padding: 0px 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.top_about .bl_media_centerArea_bg .bl_media_centerArea_content .mess {
  font-size: 24px;
  color: #c7d5c8;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .top_about .bl_media_centerArea_bg .bl_media_centerArea_content .mess {
    font-size: 20px;
  }
}

.top_about .bl_media_centerArea_bg .bl_media_centerArea_content .bl_media_centerArea_txt {
  margin-top: 27px;
  line-height: 1.8;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .top_about .bl_media_centerArea_bg .bl_media_centerArea_content .bl_media_centerArea_txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .top_about .bl_media_centerArea_bg .bl_media_centerArea_content .bl_media_centerArea_txt {
    margin-top: 14px;
  }
}

.top_news {
  text-align: center;
  margin: 140px auto 140px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .top_news {
    margin: 50px auto 80px;
  }
}

@media screen and (max-width: 360px) {
  .top_news {
    text-align: center;
  }
}

.top_news .bl_titlewrap {
  margin: 0 auto;
  width: 817px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 360px) {
  .top_news .bl_titlewrap {
    width: 100%;
    gap: 16px;
  }
}

.top_news .bl_titlewrap .section_title {
  text-align: left;
}

.top_news .bl_titlewrap .instaicon {
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 360px) {
  .top_news .bl_titlewrap .instaicon {
    width: 30px;
  }
}

.top_news .insta {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .top_news .insta {
    width: 100%;
    padding: 0 20px;
  }
}

.top_news .bt_block {
  margin-top: 60px;
}

@media screen and (max-width: 360px) {
  .top_news .bt_block {
    margin-top: 30px;
  }
}

.top_works {
  position: relative;
  z-index: 0;
  background: #c7d5c8;
  padding-bottom: 130px;
}

@media screen and (max-width: 360px) {
  .top_works {
    margin: 0px 0 0px;
    padding-bottom: 50px;
  }
}

.top_works .bl_center {
  padding: 140px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 766px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .top_works .bl_center {
    width: 100%;
    height: auto;
    padding: 60px 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.top_works .bl_media_feature {
  margin: 60px auto 0;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature {
    border-bottom: none;
  }
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature {
    margin: 0 auto;
    width: 100%;
  }
}

.top_works .bl_media_feature .bl_mediaPosts {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1870px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 24px;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px auto 0;
    gap: 30px;
  }
}

.top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
  width: calc(30% - 34px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item {
    width: 89%;
    height: 100%;
  }
}

.top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  width: 300px;
  height: 300px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
    width: 70%;
    height: auto;
  }
}

.top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    width: 92%;
    margin-top: 6px;
  }
}

.top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
  font-size: 15px;
  margin-top: 18px;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 2%;
  }
}

.top_works .bl_media_feature .bt_block {
  margin-top: 60px;
}

@media screen and (max-width: 360px) {
  .top_works .bl_media_feature .bt_block {
    margin-top: 30px;
  }
}

.top_rec {
  position: relative;
  background: #f2ede6;
}

@media screen and (max-width: 360px) {
  .top_rec {
    margin-top: -10px;
  }
}

.top_rec::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 100%;
  background: url(../img/fs_maru3.png) no-repeat center center/cover;
  z-index: 0;
}

@media screen and (min-width: 1500px) {
  .top_rec::after {
    left: -30%;
  }
}

.top_rec .bg_color {
  background: #c7d5c8;
  height: 150px;
}

@media screen and (max-width: 360px) {
  .top_rec .bg_color {
    height: 110px;
  }
}

.top_rec #rec_cont {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  margin: -100px auto 0;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont {
    margin: -100px auto 0;
  }
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont {
    width: 100%;
    padding-bottom: 80px;
  }
}

.top_rec #rec_cont .bl_center_img {
  width: 858px;
  height: 400px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_center_img {
    margin-top: 30px;
    height: 200px;
    width: 90%;
  }
}

.top_rec #rec_cont .bl_media_txtwrap {
  max-width: 1000px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap {
    margin: 0px auto 0;
    width: 90%;
  }
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap .center {
    margin-top: 5px;
    margin-left: 0;
  }
}

.top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap {
  position: relative;
  width: 50%;
  min-width: 620px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap {
    padding: 20px 10px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .section_title {
  font-size: 54px;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .section_title {
    font-size: 40px;
  }
}

.top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .bl_media_txt {
  margin-top: 25px;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .bl_media_txt {
    margin-top: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .bt_block {
  margin-top: 40px;
}

@media screen and (max-width: 360px) {
  .top_rec #rec_cont .bl_media_txtwrap .center .bl_txtwrap .bt_block {
    margin-top: 30px;
  }
}

.top_work {
  margin: 0px auto;
  background: #faf6f0;
}

@media screen and (max-width: 360px) {
  .top_work {
    margin: 0px auto;
  }
}

@media screen and (max-width: 360px) {
  .top_work {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.top_work .bl_flex {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1400px;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0px auto;
    width: 100%;
    padding: 0px 0;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.top_work .bl_flex .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 50%;
  min-width: 670px;
  height: 562px;
  overflow: hidden;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_vercolm_imgwrap {
    width: 100%;
    margin-right: 0px;
    min-width: auto;
    height: auto;
  }
}

.top_work .bl_flex .bl_vercolm_imgwrap .bl_media_img {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_vercolm_imgwrap .bl_media_img {
    width: 90%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.top_work .bl_flex .bl_txtwrap {
  position: relative;
  width: 50%;
  padding: 120px 52px;
  min-width: 670px;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_txtwrap {
    padding: 20px 20px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.top_work .bl_flex .bl_txtwrap .section_title {
  font-size: 54px;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_txtwrap .section_title {
    font-size: 40px;
  }
}

.top_work .bl_flex .bl_txtwrap .bl_media_txt {
  max-width: 512px;
  margin: 25px auto 0;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_txtwrap .bl_media_txt {
    margin: 18px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.top_work .bl_flex .bl_txtwrap .bt_block {
  margin-top: 40px;
}

@media screen and (max-width: 360px) {
  .top_work .bl_flex .bl_txtwrap .bt_block {
    margin-top: 30px;
  }
}

.ky_header_child {
  position: relative;
  background: #f2ede6;
}

.ky_header_child .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/bel_fv_photo2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  .ky_header_child .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

.ky_header_child .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 234px;
}

@media screen and (max-width: 360px) {
  .ky_header_child .ky_header_flex .flex_l {
    margin-left: 40px;
  }
}

.ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
    font-size: 34px;
  }
}

.ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
    margin-top: 4px;
  }
}

.ky_header_child .ky_header_flex .flex_l .txt_wrap .scroll {
  width: 26px;
  height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

.ky_header_child .ky_header_flex .flex_r {
  margin-right: 136px;
  z-index: 4;
  text-align: right;
  margin-top: 200px;
}

@media screen and (max-width: 360px) {
  .ky_header_child .ky_header_flex .flex_r {
    width: 90%;
    margin: 50px auto;
  }
}

.bel_mvv {
  margin: 0px auto;
  background: #f2ede6;
  padding-top: 60px;
}

@media screen and (max-width: 360px) {
  .bel_mvv {
    margin: 0px auto;
  }
}

@media screen and (max-width: 360px) {
  .bel_mvv {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.bel_mvv .bl_flex {
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1336px;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0px auto;
    width: 100%;
    padding: 0px 0;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    min-width: auto;
  }
}

.bel_mvv .bl_flex .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 50%;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_vercolm_imgwrap {
    width: 100%;
    margin-right: 0px;
  }
}

.bel_mvv .bl_flex .bl_vercolm_imgwrap .bl_media_img {
  min-width: 686px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_vercolm_imgwrap .bl_media_img {
    width: 90%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.bel_mvv .bl_flex .bl_txtwrap {
  position: relative;
  width: 50%;
  padding: 0px 80px 82px;
  min-width: 702px;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_txtwrap {
    padding: 20px 20px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

.bel_mvv .bl_flex .bl_txtwrap .box {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_txtwrap .box {
    margin: 20px auto 0;
  }
}

.bel_mvv .bl_flex .bl_txtwrap .box::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  height: 55%;
  background: #c7d5c8;
  z-index: -1;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_txtwrap .box::before {
    width: 105%;
  }
}

.bel_mvv .bl_flex .bl_txtwrap .box .subtit2 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_txtwrap .box .subtit2 {
    font-size: 22px;
  }
}

.bel_mvv .bl_flex .bl_txtwrap .bel_mes1 {
  width: 354px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_txtwrap .bel_mes1 {
    width: 80%;
  }
}

.bel_mvv .bl_flex .bl_txtwrap .bl_media_txt {
  text-align: left;
  max-width: 512px;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex .bl_txtwrap .bl_media_txt {
    margin: 30px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.bel_mvv .bl_flex2 {
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1366px;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto;
    width: 100%;
    padding: 0px 0;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    min-width: auto;
  }
}

.bel_mvv .bl_flex2 .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 50%;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_vercolm_imgwrap {
    width: 100%;
    margin-right: 0px;
  }
}

.bel_mvv .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
  min-width: 701px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1390px) {
  .bel_mvv .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
    min-width: 670px;
  }
}

@media screen and (max-width: 1366px) {
  .bel_mvv .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
    min-width: 686px;
  }
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
    width: 90%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap {
  position: relative;
  width: 50%;
  padding: 0px 80px 82px;
  min-width: 670px;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap {
    padding: 20px 20px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap .t_wrap {
  max-width: 600px;
  margin: 0 auto;
}

.bel_mvv .bl_flex2 .bl_txtwrap .box {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap .box {
    margin: 20px auto 0;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap .box::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  height: 55%;
  background: #c7d5c8;
  z-index: -1;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap .box::before {
    width: 105%;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap .box .subtit2 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap .box .subtit2 {
    font-size: 22px;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap ._2 {
  margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap ._2 {
    margin: 10px auto 0;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap .bel_mes2 {
  width: 504px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap .bel_mes2 {
    width: 80%;
  }
}

.bel_mvv .bl_flex2 .bl_txtwrap .bl_media_txt {
  max-width: 512px;
  margin: 40px auto 0;
  text-align: left;
}

@media screen and (max-width: 360px) {
  .bel_mvv .bl_flex2 .bl_txtwrap .bl_media_txt {
    margin: 30px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.bel_value {
  margin: 0px auto;
  position: relative;
  z-index: -1;
  background: #faf6f0;
  padding: 80px 0;
}

@media screen and (max-width: 360px) {
  .bel_value {
    padding: 40px 0 50px;
  }
}

.bel_value .bl_wrap {
  z-index: 1;
  position: relative;
  width: 88%;
  max-width: 1500px;
  padding: 80px 148px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .bel_value .bl_wrap {
    width: 92%;
    padding: 50px 1%;
  }
}

.bel_value .bl_wrap .bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 82px;
  gap: 16px;
}

@media screen and (max-width: 360px) {
  .bel_value .bl_wrap .bl_flex {
    margin-top: 20px;
    gap: 16px;
  }
}

.bel_value .bl_wrap .bl_flex .bl_txtwrap {
  position: relative;
  width: calc(50% - 8px);
  margin: 0 auto;
  background: #f2ede6;
  height: auto;
  padding: 20px 15px;
}

@media screen and (max-width: 360px) {
  .bel_value .bl_wrap .bl_flex .bl_txtwrap {
    padding: 20px 10px 20px;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

.bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 78px;
}

@media screen and (max-width: 360px) {
  .bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_titlewrap {
    height: auto;
  }
}

.bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_titlewrap .box {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0px auto 0;
}

.bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_titlewrap .box::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  height: 55%;
  background: #c7d5c8;
  z-index: -1;
}

.bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_titlewrap ._2 {
  margin: 10px auto 0;
}

.bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_media_txt {
  margin-top: 30px;
}

@media screen and (max-width: 360px) {
  .bel_value .bl_wrap .bl_flex .bl_txtwrap .bl_media_txt {
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.bel_bs {
  margin: 0px auto;
  position: relative;
  z-index: -1;
  background: #f2ede6;
  padding: 100px 140px 100px;
}

@media screen and (max-width: 360px) {
  .bel_bs {
    padding: 50px 14px;
  }
}

.bel_bs .bel_bswrap {
  width: 1085px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .bel_bs .bel_bswrap {
    width: 100%;
    padding: 0 20px;
  }
}

.bel_bs .bel_bswrap .bel_bsbox {
  width: 614px;
}

@media screen and (max-width: 360px) {
  .bel_bs .bel_bswrap .bel_bsbox {
    width: 100%;
  }
}

.bel_bs .bel_bswrap .bel_bsbox h2 {
  margin-bottom: 12px;
}

.bel_bs .bs_wrap {
  width: 1085px;
  margin: -40px auto 0;
}

@media screen and (max-width: 360px) {
  .bel_bs .bs_wrap {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
}

.bel_mess {
  position: relative;
  background: #f2ede6;
}

.bel_mess .bel_mess_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 514px;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/fs_bel3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 60px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 360px) {
  .bel_mess .bel_mess_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }
}

.bel_mess .bel_mess_wrap .bl_txtwrap {
  width: 540px;
  margin-left: 234px;
  color: #fff;
}

@media screen and (max-width: 360px) {
  .bel_mess .bel_mess_wrap .bl_txtwrap {
    width: 90%;
    margin: 0 auto;
  }
}

.bel_mess .bel_mess_wrap .bl_txtwrap .bl_titlewrap {
  text-align: left;
}

@media screen and (max-width: 360px) {
  .bel_mess .bel_mess_wrap .bl_txtwrap .bl_titlewrap {
    padding: 0;
  }
}

.bel_mess .bel_mess_wrap .bl_txtwrap .bl_titlewrap .section_title {
  color: #fff;
}

.bel_mess .bel_mess_wrap .bl_txtwrap .bl_titlewrap .subtit {
  color: #fff;
}

.bel_mess .bel_mess_wrap .bl_txtwrap .nameen {
  margin-top: 40px;
  font-size: 24px;
}

@media screen and (max-width: 360px) {
  .bel_mess .bel_mess_wrap .bl_txtwrap .nameen {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .bel_mess .bel_mess_wrap .bl_txtwrap .nameen {
    margin-top: 20px;
  }
}

.bel_mess .bel_mess_wrap .bl_txtwrap .name {
  margin-top: 3px;
  font-size: 20px;
}

@media screen and (max-width: 360px) {
  .bel_mess .bel_mess_wrap .bl_txtwrap .name {
    font-size: 15px;
  }
}

.bel_mess_voice {
  position: relative;
  background: #c7d5c8;
  position: relative;
}

.bel_mess_voice::before {
  content: "";
  position: absolute;
  right: 13%;
  top: -70px;
  width: 142px;
  height: 550px;
  background: url(../img/kotoba.png) no-repeat center center/contain;
  z-index: 3;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice::before {
    width: 100%;
    padding: 0 20px;
    height: auto;
    background: none;
    content: "「とてもおばあちゃんらしい祭壇やね」 「あなたが作ってくれたから、きっととても喜んでくれていると思うよ」";
    color: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    right: auto;
  }
}

.bel_mess_voice .bel_mess_wrap {
  margin: 0 auto;
  width: 720px;
  position: relative;
  padding: 208px 0 100px;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap {
    width: 90%;
    position: relative;
    padding: 80px 0 50px;
  }
}

.bel_mess_voice .bel_mess_wrap .bl_txtwrap {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap .bl_txtwrap {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap .bl_txtwrap .bl_titlewrap {
    padding: 0;
  }
}

.bel_mess_voice .bel_mess_wrap .bl_txtwrap .subtit {
  text-align: left;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap .bl_txtwrap .subtit {
    font-size: 15px;
  }
}

.bel_mess_voice .bel_mess_wrap .bl_txtwrap .bl_media_txt {
  margin-top: 20px;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap .bl_txtwrap .bl_media_txt {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 14px;
  }
}

.bel_mess_voice .bel_mess_wrap2 {
  margin: 0 auto;
  width: 720px;
  position: relative;
  padding: 90px 0 100px;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2 {
    width: 90%;
    position: relative;
    padding: 50px 0 50px;
  }
}

.bel_mess_voice .bel_mess_wrap2::before {
  content: "";
  position: absolute;
  left: -46%;
  top: -220px;
  width: 142px;
  height: 550px;
  background: url(../img/Sei_Nakamoto.png) no-repeat center center/contain;
  z-index: 0;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2::before {
    width: 110px;
    height: auto;
  }
}

.bel_mess_voice .bel_mess_wrap2 .bl_txtwrap {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2 .bl_txtwrap {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .bl_titlewrap {
    padding: 0;
  }
}

.bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .subtit {
  text-align: left;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .subtit {
    font-size: 15px;
  }
}

.bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .bl_media_txt {
  margin-top: 20px;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .bl_media_txt {
    margin-top: 14px;
  }
}

.bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .bl_media_txt + .bl_media_txt {
  margin-top: 30px;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice .bel_mess_wrap2 .bl_txtwrap .bl_media_txt + .bl_media_txt {
    margin-top: 15px;
  }
}

.bel_mess_voice .bel_mes {
  width: 1246px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}

.bel_mess_voice ._2 {
  margin-top: 60px;
}

@media screen and (max-width: 360px) {
  .bel_mess_voice ._2 {
    margin-top: 30px;
  }
}

#info .ky_header_child {
  position: relative;
  background: #f2ede6;
}

#info .ky_header_child .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/com_fv_photo2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  #info .ky_header_child .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

#info .ky_header_child .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 234px;
}

@media screen and (max-width: 360px) {
  #info .ky_header_child .ky_header_flex .flex_l {
    margin-left: 40px;
  }
}

#info .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  #info .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
    font-size: 34px;
  }
}

#info .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  #info .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
    margin-top: 4px;
  }
}

#info .ky_header_child .ky_header_flex .flex_l .txt_wrap .scroll {
  width: 26px;
  height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

#info .ky_header_child .ky_header_flex .flex_r {
  margin-right: 136px;
  z-index: 4;
  text-align: right;
  margin-top: 200px;
}

@media screen and (max-width: 360px) {
  #info .ky_header_child .ky_header_flex .flex_r {
    width: 90%;
    margin: 50px auto;
  }
}

.info_info {
  background: #f2ede6;
  padding-top: 80px;
}

@media screen and (max-width: 360px) {
  .info_info {
    padding-top: 50px;
  }
}

.info_info .bl_flex {
  z-index: 1;
  margin: 0px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  max-width: 780px;
  height: 100%;
  background: #faf6f0;
  padding: 60px;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px auto;
    width: 88%;
    padding: 20px 0px 50px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.info_info .bl_flex .bl_txtwrap {
  max-width: 522px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .bl_txtwrap {
    padding: 50px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.info_info .bl_flex .companyinfo_content_inner {
  position: relative;
  width: 97%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin: 15px auto 0;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .companyinfo_content_inner {
    width: 100%;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    z-index: 2;
    padding: 0 30px;
    text-align: center;
  }
}

.info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item {
    margin-bottom: 19px;
    display: block;
  }
}

.info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item .kinds {
  width: 260px;
  max-width: 260px;
  padding: 22px;
  text-align: center;
  border-bottom: #043607 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #043607;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item .kinds {
    text-align: center;
    border-bottom: none;
    width: 100%;
    max-width: none;
    font-weight: bold;
    padding: 22px 0 0;
  }
}

.info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item ._mdf_pd {
  height: 87px;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item ._mdf_pd {
    height: auto;
  }
}

.info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right {
  position: relative;
  width: 100%;
  margin-left: 15px;
  padding: 22px 20px;
  font-size: 14px;
  letter-spacing: 0.6px;
  border-bottom: #043607 solid 1px;
  text-align: center;
  color: #043607;
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right {
    margin-left: 0px;
    padding: 22px 20px 35px;
  }
}

@media screen and (max-width: 360px) {
  .info_info .bl_flex .companyinfo_content_inner .companyinfo_content_item ._topitem {
    margin-left: 0px;
    padding: 0px 20px 0px;
  }
}

.info_info .mediaimg {
  position: relative;
  margin: -200px auto 0;
  background: #f2ede6;
  z-index: 0;
}

@media screen and (max-width: 360px) {
  .info_info .mediaimg {
    margin: -250px auto 0;
  }
}

.info_info .mediaimg .mediaimg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  width: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/fs_info1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 642px;
}

@media screen and (max-width: 360px) {
  .info_info .mediaimg .mediaimg_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.info_br {
  text-align: center;
  margin: 0px auto 0;
  position: relative;
  background: #c7d5c8;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 360px) {
  .info_br {
    margin: 0px auto 0;
  }
}

@media screen and (max-width: 360px) {
  .info_br {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.info_br .bl_titlewrap {
  margin: 0 auto;
}

.info_br .bl_mediaPosts {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1870px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 80%;
  gap: 24px;
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
    margin: 40px auto 0;
  }
}

.info_br .bl_mediaPosts .bl_mediaPosts_item {
  width: 260px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}

.info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_title {
    margin-top: 10px;
    padding: 0 0px;
  }
}

.info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_txt {
    margin-top: 20px;
  }
}

.info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_p {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .info_br .bl_mediaPosts .bl_mediaPosts_item .bl_mediaPosts_item_p {
    margin-top: 20px;
  }
}

#service .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/ser_fv_photo2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  #service .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

.ser_works {
  background: #f2ede6;
  padding-top: 80px;
}

@media screen and (max-width: 360px) {
  .ser_works {
    padding-top: 80px;
  }
}

.ser_works .bl_list {
  z-index: 1;
  margin: 0px auto 0;
  position: relative;
  height: 100%;
  background: #f2ede6;
}

@media screen and (max-width: 360px) {
  .ser_works .bl_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px auto;
    min-width: auto;
  }
}

.ser_works .bl_list .bl_txtwrap {
  max-width: 522px;
  position: relative;
  display: block;
  margin: 0px auto 0;
  min-width: 1300px;
  max-width: 1300px;
}

@media screen and (max-width: 360px) {
  .ser_works .bl_list .bl_txtwrap {
    padding: 0px 20px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
  }
}

.ser_works .bl_list .bl_txtwrap .bl_titlewrap {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.ser_works .bl_list .bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3px;
  column-gap: 3px;
  padding: 20px 120px 60px;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 1300px;
  min-width: auto;
}

@media screen and (max-width: 360px) {
  .ser_works .bl_list .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 40px;
  }
}

.ser_works .bl_list .bl_flex .w1 {
  width: 456px;
  height: 472px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 360px) {
  .ser_works .bl_list .bl_flex .w1 {
    width: 100%;
    height: auto;
  }
}

.ser_works .bl_list .bl_flex .list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
}

@media screen and (max-width: 360px) {
  .ser_works .bl_list .bl_flex .list_3 {
    margin-top: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.ser_works .bl_list .bl_flex .list_3 .w2 {
  width: 207px;
  height: 410px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 360px) {
  .ser_works .bl_list .bl_flex .list_3 .w2 {
    width: 33%;
    height: auto;
  }
}

.ser_works .mediaimg {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2ede6), color-stop(50%, #f2ede6), color-stop(50%, #faf6f0), to(#faf6f0));
  background: linear-gradient(180deg, #f2ede6 0%, #f2ede6 50%, #faf6f0 50%, #faf6f0 100%);
  z-index: 1;
  margin: 150px auto 0;
}

@media screen and (max-width: 360px) {
  .ser_works .mediaimg {
    margin: 80px auto 0;
  }
}

.ser_works .mediaimg .mediaimg_wrap {
  margin: 0px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  position: relative;
  background: #faf6f0;
  background-image: url(../img/fs_ser1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
}

@media screen and (max-width: 360px) {
  .ser_works .mediaimg .mediaimg_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 150px;
  }
}

.ser_about {
  background: #faf6f0;
  position: relative;
  padding-top: 68px;
}

@media screen and (max-width: 360px) {
  .ser_about {
    padding-top: 60px;
  }
}

.ser_about .bl_txtwrap {
  max-width: 720px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .ser_about .bl_txtwrap {
    padding: 0px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.ser_about .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .ser_about .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.ser_about .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .ser_about .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 22px;
  }
}

.ser_about .bl_txtwrap .bl_media_txt {
  margin-top: 40px;
}

@media screen and (max-width: 360px) {
  .ser_about .bl_txtwrap .bl_media_txt {
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.ser_about .cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: 80%;
  margin: 80px auto 0;
  padding-bottom: 150px;
}

@media screen and (max-width: 360px) {
  .ser_about .cont_list {
    margin: 50px auto 0;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ser_about .cont_list .cont {
  width: calc(25% - 16px);
}

@media screen and (max-width: 360px) {
  .ser_about .cont_list .cont {
    width: 100%;
  }
}

.ser_guidance {
  background-image: url(../img/fs_ser_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 150px 0 222px;
}

@media screen and (max-width: 360px) {
  .ser_guidance {
    padding: 60px 0;
  }
}

.ser_guidance .bl_txtwrap {
  max-width: 522px;
  position: relative;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_txtwrap {
    padding: 0px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.ser_guidance .section_title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  .ser_guidance .section_title {
    font-size: 22px;
  }
}

.ser_guidance .bl_flex {
  z-index: 1;
  margin: 70px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  max-width: 780px;
  height: 100%;
  background: #f2ede6;
  padding: 100px 60px;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 0;
    width: 88%;
    padding: 30px 0px 50px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.ser_guidance .bl_flex .subtit {
  color: #043607;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .subtit {
    font-size: 16px;
  }
}

.ser_guidance .bl_flex .history-wrapper {
  margin: 50px 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper {
    margin: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ser_guidance .bl_flex .history-wrapper .history {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper .history {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.ser_guidance .bl_flex .history-wrapper .history .history-item {
  padding: 0px 0 50px 0px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper .history .history-item {
    padding: 0px 0 30px 0px;
    width: 80%;
    margin: 0 auto;
  }
}

.ser_guidance .bl_flex .history-wrapper .history .history-item .list-row {
  line-height: 1.8;
}

.ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #faf6f0;
}

.ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper dt {
  font-weight: 900;
  width: 74px;
  height: 150px;
  text-align: center;
  line-height: 2;
  background: #c7d5c8;
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper dt {
    margin-right: 0px;
  }
}

.ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper dt span {
  font-size: 58px;
  display: block;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper dt span {
    font-size: 40px;
  }
}

.ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 800;
  font-size: 15px;
  margin-right: 30px;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper .history .history-item .list-row .wrapper dd {
    margin-top: 0.5em;
    font-size: 12px;
    padding: 0 10px;
    margin-right: 0px;
  }
}

.ser_guidance .bl_flex .history-wrapper .history .history-item + .history-item {
  position: relative;
}

.ser_guidance .bl_flex .history-wrapper .history .history-item + .history-item::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 24px;
  height: 21px;
  background: url(../img/triangle.png) no-repeat center center/contain;
  z-index: 3;
}

@media screen and (max-width: 360px) {
  .ser_guidance .bl_flex .history-wrapper .history .history-item + .history-item::before {
    top: -25px;
    width: 22px;
    height: 19px;
  }
}

.ser_guidance .bl_flex .history-wrapper .history ._mod_none::after {
  display: none;
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 100%;
  left: 55px;
  top: 10px;
  z-index: -1;
}

.ser_guidance .bl_flex .txt {
  text-align: center;
  padding: 0 20px;
}

.ser_range {
  padding: 100px 0 150px;
  background: #faf6f0;
}

@media screen and (max-width: 360px) {
  .ser_range {
    padding: 0px 0 60px;
  }
}

.ser_range .bl_txtwrap {
  max-width: 720px;
  position: relative;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .ser_range .bl_txtwrap {
    padding: 50px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.ser_range .subtit {
  color: #043607;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .ser_range .subtit {
    font-size: 20px;
  }
}

.ser_range .txt {
  text-align: center;
  margin: 35px auto 0;
}

.ser_range .map {
  width: 1088px;
  height: 514px;
  display: block;
  margin: 70px auto 0;
}

@media screen and (max-width: 360px) {
  .ser_range .map {
    width: 80%;
    height: 300px;
    margin: 30px auto 0;
  }
}

#recruit {
  background: #f2ede6;
}

#recruit .ky_header_child {
  position: relative;
  background: #f2ede6;
}

#recruit .ky_header_child .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/rec_fv_photo2_change.jpg);
  background-size: cover;
  background-position: top 10% center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  #recruit .ky_header_child .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

#recruit .ky_header_child .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 234px;
}

@media screen and (max-width: 360px) {
  #recruit .ky_header_child .ky_header_flex .flex_l {
    margin-left: 40px;
  }
}

#recruit .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  #recruit .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
    font-size: 34px;
  }
}

#recruit .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  #recruit .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
    margin-top: 4px;
  }
}

#recruit .ky_header_child .ky_header_flex .flex_l .txt_wrap .scroll {
  width: 26px;
  height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

#recruit .ky_header_child .ky_header_flex .flex_r {
  margin-right: 136px;
  z-index: 4;
  text-align: right;
  margin-top: 200px;
}

@media screen and (max-width: 360px) {
  #recruit .ky_header_child .ky_header_flex .flex_r {
    width: 90%;
    margin: 50px auto;
  }
}

.rec_about {
  position: relative;
  margin: 80px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_about {
    margin: 60px auto 0;
  }
}

.rec_about::before {
  content: "";
  top: -60px;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 720px;
  height: 102%;
  background: #faf6f0;
}

@media screen and (max-width: 360px) {
  .rec_about::before {
    width: 94%;
    height: 104%;
    top: 50%;
  }
}

.rec_about .bl_txtwrap {
  max-width: 720px;
  width: 720px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media screen and (max-width: 360px) {
  .rec_about .bl_txtwrap {
    padding: 0px 30px 0;
    width: 100%;
    margin: 0px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.rec_about .bl_txtwrap .section_title {
  font-size: 44px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_txtwrap .section_title {
    font-size: 20px;
  }
}

.rec_about .bl_txtwrap .bl_media_txt {
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_txtwrap .bl_media_txt {
    margin: 20px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.rec_about .bl_flex {
  width: 100%;
  margin: 150px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1336px;
  gap: 80px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px auto 0;
    width: 100%;
    padding: 0px 0;
    gap: 20px;
    min-width: auto;
  }
}

.rec_about .bl_flex .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 50%;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_vercolm_imgwrap {
    width: 100%;
    padding: 0px 30px 0;
  }
}

.rec_about .bl_flex .bl_vercolm_imgwrap .bl_media_img {
  min-width: 686px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_vercolm_imgwrap .bl_media_img {
    width: 100%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.rec_about .bl_flex .bl_txtwrap {
  position: relative;
  width: 50%;
  padding: 0px 92px 82px;
  min-width: 702px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_txtwrap {
    padding: 0px 30px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
    text-align: center;
  }
}

.rec_about .bl_flex .bl_txtwrap .box {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_txtwrap .box {
    margin: 0px auto 0;
  }
}

.rec_about .bl_flex .bl_txtwrap .box::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  height: 55%;
  background: #c7d5c8;
  z-index: -1;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_txtwrap .box::before {
    width: 105%;
  }
}

.rec_about .bl_flex .bl_txtwrap .box .subtit2 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_txtwrap .box .subtit2 {
    font-size: 22px;
  }
}

.rec_about .bl_flex .bl_txtwrap .bel_mes1 {
  width: 354px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_txtwrap .bel_mes1 {
    width: 80%;
  }
}

.rec_about .bl_flex .bl_txtwrap .bl_media_txt {
  text-align: left;
  max-width: 512px;
  margin: 40px auto 0;
  width: 444px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex .bl_txtwrap .bl_media_txt {
    margin: 30px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
  }
}

.rec_about .bl_flex2 {
  width: 100%;
  margin: 68px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1366px;
  gap: 50px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 40px auto 0;
    width: 100%;
    padding: 0px 0;
    gap: 30px;
    min-width: auto;
  }
}

.rec_about .bl_flex2 .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 50%;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_vercolm_imgwrap {
    width: 100%;
    padding: 0px 30px 0;
  }
}

.rec_about .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
  min-width: 701px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  z-index: 1;
}

@media screen and (max-width: 1390px) {
  .rec_about .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
    min-width: 670px;
  }
}

@media screen and (max-width: 1366px) {
  .rec_about .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
    min-width: 686px;
  }
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_vercolm_imgwrap .bl_media_img {
    width: 100%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.rec_about .bl_flex2 .bl_txtwrap {
  position: relative;
  width: 50%;
  padding: 0px 92px 82px;
  min-width: 670px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap {
    padding: 0px 30px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
    text-align: center;
  }
}

.rec_about .bl_flex2 .bl_txtwrap .box {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap .box {
    margin: 0px auto 0;
  }
}

.rec_about .bl_flex2 .bl_txtwrap .box::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  height: 55%;
  background: #c7d5c8;
  z-index: -1;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap .box::before {
    width: 105%;
  }
}

.rec_about .bl_flex2 .bl_txtwrap .box .subtit2 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap .box .subtit2 {
    font-size: 22px;
  }
}

.rec_about .bl_flex2 .bl_txtwrap ._2 {
  margin: 20px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap ._2 {
    margin: 10px auto 0;
  }
}

.rec_about .bl_flex2 .bl_txtwrap .bel_mes2 {
  width: 504px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap .bel_mes2 {
    width: 80%;
  }
}

.rec_about .bl_flex2 .bl_txtwrap .bl_media_txt {
  max-width: 512px;
  margin: 40px auto 0;
  text-align: left;
  width: 444px;
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 .bl_txtwrap .bl_media_txt {
    margin: 30px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
  }
}

.rec_about .bl_flex2 ._blt2 {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

@media screen and (max-width: 360px) {
  .rec_about .bl_flex2 ._blt2 {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.rec_about ._bl3 {
  margin: 68px 0 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_about ._bl3 {
    margin: 40px auto 0;
  }
}

.rec_voice {
  margin: 150px auto 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .rec_voice {
    margin: 90px auto 0;
  }
}

.rec_voice .bl_flex {
  width: 87%;
  margin: 0 auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1200px;
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0px auto;
    width: 100%;
    padding: 0px 0;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    min-width: auto;
    padding: 0 20px;
  }
}

.rec_voice .bl_flex .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 600px;
  height: 630px;
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex .bl_vercolm_imgwrap {
    width: 100%;
    margin-right: 0px;
    height: auto;
  }
}

.rec_voice .bl_flex .bl_vercolm_imgwrap .bl_media_img {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
  width: 600px;
  height: 630px;
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex .bl_vercolm_imgwrap .bl_media_img {
    width: 100%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.rec_voice .bl_flex .bl_txtwrap {
  position: relative;
  width: 600px;
  height: 630px;
  padding: 210px 44px;
  min-width: 600px;
  background: #c7d5c8;
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex .bl_txtwrap {
    padding: 20px 20px 40px;
    width: 100%;
    margin: 0 20px;
    min-width: auto;
    height: auto;
  }
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.rec_voice .bl_flex .bl_txtwrap .section_title3 {
  text-align: center;
}

.rec_voice .bl_flex .bl_txtwrap .bl_media_txt {
  max-width: 512px;
  margin: 25px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex .bl_txtwrap .bl_media_txt {
    margin: 18px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.rec_voice .bl_flex .bl_txtwrap .bt_block {
  margin-top: 40px;
}

@media screen and (max-width: 360px) {
  .rec_voice .bl_flex .bl_txtwrap .bt_block {
    margin-top: 30px;
  }
}

.rec_detailed {
  background: #f2ede6;
  position: relative;
  padding-top: 135px;
}

@media screen and (max-width: 360px) {
  .rec_detailed {
    padding-top: 60px;
  }
}

.rec_detailed::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 230px;
  height: 780px;
  background: url(../img/rec5.jpg) no-repeat center center/contain;
  z-index: 3;
}

@media screen and (max-width: 360px) {
  .rec_detailed::after {
    display: none;
  }
}

.rec_detailed .bl_txtwrap {
  max-width: 720px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap {
    padding: 0px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.rec_detailed .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.rec_detailed .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 22px;
  }
}

.rec_detailed .bl_txtwrap h3 {
  font-size: 30px;
  margin-top: 66px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap h3 {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .modmt {
    margin-top: 40px;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner {
  position: relative;
  width: 904px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin: 15px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner {
    width: 100%;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 2;
    padding: 0px;
    text-align: center;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item {
    margin-bottom: 0px;
    display: block;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .kinds {
  width: 144px;
  max-width: 144px;
  padding: 22px 0;
  border-bottom: 1px solid #043607;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #043607;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .kinds {
    text-align: center;
    border-bottom: none;
    width: 100%;
    max-width: none;
    font-weight: bold;
    padding: 18px 0 0;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item ._mdf_pd {
  height: 709px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item ._mdf_pd {
    height: auto;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right {
  position: relative;
  width: 100%;
  padding: 22px 20px;
  font-size: 14px;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #043607;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right {
    padding: 12px 17px 20px;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .r_cont {
  width: 425px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .r_cont {
    width: 100%;
    text-align: left;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox {
  width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox {
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .tit {
  padding: 0 10px;
  color: #043607;
  font-size: 13px;
  border: #043607 1px solid;
  border-radius: 30px;
  display: inline-block;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .tit {
    font-size: 11px;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .ac {
  font-size: 15px;
  margin-top: 4px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .ac {
    font-size: 13px;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .info_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .info_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .info_cont .companyinfo_item {
  margin-right: 10px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .info_cont .companyinfo_item {
    margin-right: 0;
    font-size: 11px;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .info_cont .item + .item {
  border-left: 1px solid #043607;
  padding-left: 10px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox .info_cont .item + .item {
    border-left: none;
    padding-left: 0px;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner .companyinfo_content_item .companyinfo_content_item_right .infobox + .infobox {
  margin-top: 16px;
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner ._1 .kinds {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 318px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner ._1 .kinds {
    height: auto;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner ._2 .kinds {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 150px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner ._2 .kinds {
    height: auto;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner ._work .kinds {
  height: 255px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner ._work .kinds {
    height: auto;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner ._4 .kinds {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 402px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner ._4 .kinds {
    height: auto;
  }
}

.rec_detailed .bl_txtwrap .companyinfo_content_inner ._part .kinds {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 170px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap .companyinfo_content_inner ._part .kinds {
    height: auto;
  }
}

.rec_detailed .bl_txtwrap ._2_table {
  margin-top: 150px;
}

@media screen and (max-width: 360px) {
  .rec_detailed .bl_txtwrap ._2_table {
    margin-top: 64px;
  }
}

.rec_cv_btn_wrap {
  margin: 160px auto 0;
}

@media screen and (max-width: 360px) {
  .rec_cv_btn_wrap {
    margin: 64px auto 0;
  }
}

.rec_cv_btn_wrap .rec_cv_btn {
  width: 1028px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_cv_btn_wrap .rec_cv_btn {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 361px) {
  .rec_cv_btn_wrap .rec_cv_btn:hover {
    opacity: 0.7;
  }
}

.rec_cv_btn_wrap .rec_cv_btn img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rec_flow {
  background: #f2ede6;
  position: relative;
  padding-top: 150px;
}

@media screen and (max-width: 360px) {
  .rec_flow {
    padding-top: 60px;
  }
}

.rec_flow .bl_txtwrap {
  max-width: 720px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_flow .bl_txtwrap {
    padding: 0px 20px 0;
    width: 100%;
    margin: 0px;
  }
}

.rec_flow .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .rec_flow .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.rec_flow .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_flow .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 22px;
  }
}

.rec_flow .bl_txtwrap .bl_media_img {
  margin: 60px auto 0;
  display: block;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 360px) {
  .rec_flow .bl_txtwrap .bl_media_img {
    margin: 30px auto 0;
    width: 90%;
  }
}

.rec_flow .bl_txtwrap ._spflow {
  width: 55%;
}

.rec_process {
  position: relative;
  padding-top: 150px;
}

@media screen and (max-width: 360px) {
  .rec_process {
    padding-top: 60px;
  }
}

.rec_process .bl_txtwrap {
  max-width: 720px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_process .bl_txtwrap {
    padding: 0px 40px 0;
    width: 100%;
    margin: 0px;
  }
}

.rec_process .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .rec_process .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.rec_process .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_process .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 22px;
  }
}

.rec_process .bl_txtwrap .bl_media_txt {
  margin-top: 20px;
  text-align: center;
  width: 720px;
}

@media screen and (max-width: 360px) {
  .rec_process .bl_txtwrap .bl_media_txt {
    width: 100%;
    margin-top: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.rec_processflow {
  z-index: 1;
  margin: 130px auto 0px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  max-width: 720px;
  height: 100%;
}

@media screen and (max-width: 360px) {
  .rec_processflow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 0;
    width: 84%;
    padding: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }
}

.rec_processflow .subtit {
  color: #043607;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_processflow .subtit {
    font-size: 16px;
  }
}

.rec_processflow .history-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rec_processflow .history-wrapper .history {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rec_processflow .history-wrapper .history .history-item {
  padding: 0px 0 50px 0px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper .history .history-item {
    padding: 0px 0 30px 0px;
    width: 100%;
    margin: 0 auto;
  }
}

.rec_processflow .history-wrapper .history .history-item .list-row {
  line-height: 1.8;
}

.rec_processflow .history-wrapper .history .history-item .list-row .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2ede6;
}

.rec_processflow .history-wrapper .history .history-item .list-row .wrapper dt {
  font-weight: 900;
  width: 74px;
  height: 150px;
  text-align: center;
  line-height: 2;
  background: #c7d5c8;
  margin-right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper .history .history-item .list-row .wrapper dt {
    margin-right: 0px;
    height: 230px;
  }
}

.rec_processflow .history-wrapper .history .history-item .list-row .wrapper dt span {
  font-size: 58px;
  display: block;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper .history .history-item .list-row .wrapper dt span {
    font-size: 40px;
  }
}

.rec_processflow .history-wrapper .history .history-item .list-row .wrapper dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  padding: 0 42px 0 0;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper .history .history-item .list-row .wrapper dd {
    margin-top: 0.5em;
    font-size: 12px;
    padding: 0 10px;
  }
}

.rec_processflow .history-wrapper .history .history-item .list-row .wrapper dd span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper .history .history-item .list-row .wrapper dd span {
    font-size: 18px;
  }
}

.rec_processflow .history-wrapper .history .history-item + .history-item {
  position: relative;
}

.rec_processflow .history-wrapper .history .history-item + .history-item::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 24px;
  height: 21px;
  background: url(../img/triangle.png) no-repeat center center/contain;
  z-index: 3;
}

@media screen and (max-width: 360px) {
  .rec_processflow .history-wrapper .history .history-item + .history-item::before {
    top: -25px;
    width: 22px;
    height: 19px;
  }
}

.rec_processflow .history-wrapper .history ._mod_none::after {
  display: none;
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 100%;
  left: 55px;
  top: 10px;
  z-index: -1;
}

.rec_contact .contact_wrap {
  position: relative;
  z-index: 1;
  width: 1100px;
  max-width: 1100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 120px auto 0px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap {
    width: auto;
    background: none;
    margin: 64px auto 20px;
  }
}

.rec_contact .contact_wrap .wpcf7 {
  padding: 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 {
    padding: 20px 0px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form {
  width: 61%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form {
    width: 90%;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .select {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-checkbox {
  width: 100%;
  margin: 20px 0px;
  font-size: 17px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-checkbox {
    width: 100%;
    font-size: 13px;
    margin: 10px 0px 22px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-list-item-label {
  font-weight: 400;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form label {
  font-size: 17px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form label {
    font-size: 13px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .c_tit {
  position: relative;
  display: inline-block;
  margin: 30px 0 0;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .c_tit {
    margin: 10px 0 0;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .c_tit::before {
  width: 10px;
  height: 26px;
  background: url(../img/must.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 0px;
  right: -12px;
  border-radius: 100%;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form ._modc::before {
  display: none;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-text {
  width: 100%;
  height: 72px;
  margin: 20px 0px;
  font-size: 17px;
  font-weight: bold;
  background: #faf6f0;
  padding: 10px;
  border: none;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-text {
    width: 100%;
    font-size: 13px;
    margin: 10px 0px 22px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-textarea {
  width: 100%;
  height: 200px;
  margin: 20px 0px;
  font-size: 17px;
  font-weight: bold;
  background: #faf6f0;
  padding: 10px;
  border: none;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-textarea {
    width: 100%;
    font-size: 13px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form ::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form :-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form ::-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form ::placeholder {
  color: #afafaf;
  opacity: 1;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 20px 0px 0px;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 20px 0px 22px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-year,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-month,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-day {
  position: relative;
  border-radius: 0 8px 8px 0;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-year::before,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-month::before,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-day::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 66px;
  height: 66px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  border-radius: 0 8px 8px 0;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-year::after,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-month::after,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-day::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #043607 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  pointer-events: none;
  z-index: 1;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-year .wpcf7-select,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-month .wpcf7-select,
.rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-day .wpcf7-select {
  width: 227px;
  height: 66px;
  font-size: 17px;
  font-weight: bold;
  background: #faf6f0;
  padding: 10px;
  border: none;
  position: relative;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-year .wpcf7-select,
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-month .wpcf7-select,
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .birth-wrap .birth-day .wpcf7-select {
    width: 100%;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .select_recruit {
  position: relative;
  border-radius: 0 8px 8px 0;
  margin: 20px 0px 0;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .select_recruit {
    margin: 20px 0px 22px;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .select_recruit::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 66px;
  height: 66px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  border-radius: 0 8px 8px 0;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .select_recruit::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #043607 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  pointer-events: none;
  z-index: 1;
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .select_recruit .wpcf7-select {
  width: 100%;
  height: 66px;
  font-size: 17px;
  font-weight: bold;
  background: #faf6f0;
  padding: 10px;
  border: none;
  position: relative;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .select_recruit .wpcf7-select {
    width: 100%;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  /*Google Chrome/Safari対応*/
  -moz-appearance: none;
  /*Firefox対応*/
  -o-appearance: none;
  /*Opera対応*/
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap {
  position: relative;
  margin: 120px auto 0;
  text-align: center;
  font-size: 12px;
  width: 400px;
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap {
    margin: 64px auto 0;
    width: 100%;
  }
}

.rec_contact .contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap .bl_submit {
  width: 340px;
  height: 104px;
  background: #043607;
  border: none;
  border-radius: 8px;
  line-height: 1.4;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 22px 72px;
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.05));
}

@media screen and (max-width: 360px) {
  .rec_contact .contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap .bl_submit {
    width: 100%;
    font-size: 16px;
    padding: 22px 32px;
  }
}

#works .ky_header_child {
  position: relative;
  background: #f2ede6;
}

#works .ky_header_child .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/ser_fv_photo2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  #works .ky_header_child .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

#works .ky_header_child .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 234px;
}

@media screen and (max-width: 360px) {
  #works .ky_header_child .ky_header_flex .flex_l {
    margin-left: 40px;
  }
}

#works .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  #works .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
    font-size: 34px;
  }
}

#works .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  #works .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
    margin-top: 4px;
  }
}

#works .ky_header_child .ky_header_flex .flex_l .txt_wrap .scroll {
  width: 26px;
  height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

#works .ky_header_child .ky_header_flex .flex_r {
  margin-right: 136px;
  z-index: 4;
  text-align: right;
  margin-top: 200px;
}

@media screen and (max-width: 360px) {
  #works .ky_header_child .ky_header_flex .flex_r {
    width: 90%;
    margin: 50px auto;
  }
}

.anchor_wrap {
  background: #f2ede6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px auto 0;
  padding-top: 100px;
  gap: 20px;
}

@media screen and (max-width: 360px) {
  .anchor_wrap {
    margin: 0px auto 0;
    padding-top: 60px;
  }
}

.anchor_wrap .anchor {
  width: 425px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 360px) {
  .anchor_wrap .anchor {
    width: calc(50% - 8px);
  }
}

.anchor_wrap .anchor img {
  width: 425px;
}

@media screen and (max-width: 360px) {
  .anchor_wrap .anchor img {
    width: 100%;
  }
}

.ws_sl1 {
  background: #f2ede6;
  margin: 0px auto 0;
  padding-top: 150px;
}

@media screen and (max-width: 360px) {
  .ws_sl1 {
    margin: 0px auto 0;
    padding-top: 80px;
  }
}

.ws_sl1 .bl_txtwrap {
  max-width: 740px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .bl_txtwrap {
    padding: 0px 40px 0;
    width: 100%;
    margin: 0px;
  }
}

.ws_sl1 .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.ws_sl1 .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 22px;
  }
}

.ws_sl1 .bl_txtwrap .bl_media_txt {
  margin-top: 20px;
  text-align: center;
  width: 740px;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .bl_txtwrap .bl_media_txt {
    width: 100%;
    margin-top: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.ws_sl1 .container {
  position: relative;
  margin-top: 40px;
  /*選択するサムネイル画像の設定*/
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container {
    width: 100%;
    margin-top: 30px;
  }
}

.ws_sl1 .container .slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container .slider {
    width: 100%;
  }
}

.ws_sl1 .container .slider .slick-slide {
  list-style: none;
  width: 100%;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container .slider .slick-slide {
    margin: 0 5px;
  }
}

.ws_sl1 .container .slider .slick-slide img {
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 650px;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container .slider .slick-slide img {
    height: 300px;
  }
}

.ws_sl1 .container .thumbnail {
  width: 81%;
  max-width: 1110px;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container .thumbnail {
    width: 94%;
    margin: 20px auto 0;
  }
}

.ws_sl1 .container .thumbnail .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.ws_sl1 .container .thumbnail .thumbnail-img {
  height: 80px;
}

@media screen and (min-width: 1500px) {
  .ws_sl1 .container .thumbnail .thumbnail-img {
    height: 100px;
  }
}

.ws_sl1 .container .thumbnail .thumbnail-img img {
  display: block;
  height: 100%;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ws_sl1 .container .slick-prev {
  left: 50px;
  width: 80px;
  height: 80px;
  background: url(../img/sl_prev.png) !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container .slick-prev {
    left: 20px;
    width: 67px;
    height: 67px;
    display: none !important;
  }
}

.ws_sl1 .container .slick-next {
  right: 50px;
  width: 80px;
  height: 80px;
  background: url(../img/sl_next.png) !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .ws_sl1 .container .slick-next {
    right: 20px;
    width: 67px;
    height: 67px;
    display: none !important;
  }
}

.ws_sl1 .container .slick-next:before {
  content: "";
}

.ws_sl1 .container .slick-prev:before {
  content: "";
}

.ws_sl2 {
  background: #f2ede6;
  margin: 0px auto 0;
  padding-top: 150px;
}

@media screen and (max-width: 360px) {
  .ws_sl2 {
    margin: 0px auto 0;
    padding-top: 80px;
  }
}

.ws_sl2 .bl_txtwrap {
  max-width: 740px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .bl_txtwrap {
    padding: 0px 40px 0;
    width: 100%;
    margin: 0px;
  }
}

.ws_sl2 .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.ws_sl2 .bl_txtwrap .bl_titlewrap2 .section_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .bl_txtwrap .bl_titlewrap2 .section_title {
    font-size: 22px;
  }
}

.ws_sl2 .bl_txtwrap .bl_media_txt {
  margin-top: 20px;
  text-align: center;
  width: 740px;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .bl_txtwrap .bl_media_txt {
    width: 100%;
    margin-top: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.ws_sl2 .container2 {
  position: relative;
  margin-top: 40px;
  /*選択するサムネイル画像の設定*/
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 {
    width: 100%;
    margin-top: 30px;
  }
}

.ws_sl2 .container2 .slider2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1366px;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 .slider2 {
    width: 100%;
  }
}

.ws_sl2 .container2 .slider2 .slick-slide {
  list-style: none;
  width: 100%;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 .slider2 .slick-slide {
    margin: 0 5px;
  }
}

.ws_sl2 .container2 .slider2 .slick-slide img {
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 650px;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 .slider2 .slick-slide img {
    height: 300px;
  }
}

.ws_sl2 .container2 .thumbnail2 {
  width: 81%;
  max-width: 1110px;
  margin: 40px auto 0;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 .thumbnail2 {
    width: 94%;
    margin: 20px auto 0;
  }
}

.ws_sl2 .container2 .thumbnail2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.ws_sl2 .container2 .thumbnail2 .thumbnail-img {
  height: 80px;
}

@media screen and (min-width: 1500px) {
  .ws_sl2 .container2 .thumbnail2 .thumbnail-img {
    height: 100px;
  }
}

.ws_sl2 .container2 .thumbnail2 .thumbnail-img img {
  display: block;
  height: 100%;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ws_sl2 .container2 .slick-prev {
  left: 50px;
  width: 80px;
  height: 80px;
  background: url(../img/sl_prev.png) !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 .slick-prev {
    left: 20px;
    width: 67px;
    height: 67px;
    display: none !important;
  }
}

.ws_sl2 .container2 .slick-next {
  right: 50px;
  width: 80px;
  height: 80px;
  background: url(../img/sl_next.png) !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .ws_sl2 .container2 .slick-next {
    right: 20px;
    width: 67px;
    height: 67px;
    display: none !important;
  }
}

.ws_sl2 .container2 .slick-next:before {
  content: "";
}

.ws_sl2 .container2 .slick-prev:before {
  content: "";
}

#staff .ky_header_child {
  position: relative;
  background: #f2ede6;
}

#staff .ky_header_child .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/com_fv_photo2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  #staff .ky_header_child .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

#staff .ky_header_child .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 234px;
}

@media screen and (max-width: 360px) {
  #staff .ky_header_child .ky_header_flex .flex_l {
    margin-left: 40px;
  }
}

#staff .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  #staff .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
    font-size: 34px;
  }
}

#staff .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  #staff .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
    margin-top: 4px;
  }
}

#staff .ky_header_child .ky_header_flex .flex_l .txt_wrap .scroll {
  width: 26px;
  height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

#staff .ky_header_child .ky_header_flex .flex_r {
  margin-right: 136px;
  z-index: 4;
  text-align: right;
  margin-top: 200px;
}

@media screen and (max-width: 360px) {
  #staff .ky_header_child .ky_header_flex .flex_r {
    width: 90%;
    margin: 50px auto;
  }
}

.space {
  background: #f2ede6;
  height: 200px;
}

@media screen and (max-width: 360px) {
  .space {
    height: 80px;
  }
}

._sp2 {
  height: 300px;
}

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

.stvo_movie {
  background: #f2ede6;
  position: relative;
  margin: 0px auto 0;
}

@media screen and (max-width: 360px) {
  .stvo_movie {
    margin: 0px auto 0;
  }
}

.stvo_movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 665px;
  height: 665px;
  background: #c7d5c8;
}

@media screen and (max-width: 360px) {
  .stvo_movie::before {
    width: 100%;
    height: 115%;
    padding: 0 20px;
  }
}

.stvo_movie .bl_flex {
  width: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1336px;
  gap: 40px;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px auto 0;
    width: 100%;
    padding: 0px 0;
    gap: 20px;
    min-width: auto;
  }
}

.stvo_movie .bl_flex .bl_txtwrap {
  position: relative;
  min-width: 444px;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex .bl_txtwrap {
    padding: 0px 30px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
    text-align: center;
  }
}

.stvo_movie .bl_flex .bl_txtwrap h2 {
  font-size: 20px;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex .bl_txtwrap h2 {
    font-size: 16px;
  }
}

.stvo_movie .bl_flex .bl_txtwrap .time {
  font-weight: bold;
  margin-top: 12px;
}

.stvo_movie .bl_flex .bl_txtwrap .bel_mes1 {
  width: 354px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex .bl_txtwrap .bel_mes1 {
    width: 80%;
  }
}

.stvo_movie .bl_flex .bl_txtwrap .bl_media_txt {
  text-align: left;
  max-width: 512px;
  margin: 40px auto 0;
  width: 444px;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex .bl_txtwrap .bl_media_txt {
    margin: 20px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
  }
}

.stvo_movie .bl_flex .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 604px;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex .bl_vercolm_imgwrap {
    width: 100%;
    padding: 0px 30px 0;
  }
}

.stvo_movie .bl_flex .bl_vercolm_imgwrap .bl_media_img {
  min-width: 604px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .stvo_movie .bl_flex .bl_vercolm_imgwrap .bl_media_img {
    width: 100%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.stvo_Interview {
  margin: 150px auto 0;
  position: relative;
  /*=========
accordion
=========*/
  /*=========
faq
=========*/
}

@media screen and (max-width: 360px) {
  .stvo_Interview {
    margin: 80px auto 0;
  }
}

.stvo_Interview::before {
  content: "";
  position: absolute;
  top: 400px;
  right: 0;
  width: 63%;
  height: 88%;
  background: #f2ede6;
}

@media screen and (max-width: 360px) {
  .stvo_Interview::before {
    top: 0px;
    height: 100%;
    width: 89%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
  }
}

.stvo_Interview .bl_txtwrap {
  max-width: 740px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_txtwrap {
    padding: 0px 40px 0;
    width: 100%;
    margin: 0px;
  }
}

.stvo_Interview .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.stvo_Interview .bl_txtwrap .bl_titlewrap2 .section_title3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.004em;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_txtwrap .bl_titlewrap2 .section_title3 {
    font-size: 30px;
  }
}

.stvo_Interview .bl_txtwrap .bl_media_txt {
  margin-top: 8px;
  text-align: center;
  width: 740px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_txtwrap .bl_media_txt {
    width: 100%;
    margin-top: 4px;
  }
}

.stvo_Interview .bl_flex {
  width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 1336px;
  gap: 40px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto 0;
    width: 100%;
    padding: 0px 0;
    gap: 20px;
    min-width: auto;
  }
}

.stvo_Interview .bl_flex .bl_txtwrap2 {
  position: relative;
  min-width: 444px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex .bl_txtwrap2 {
    padding: 0px 30px 0;
    width: 100%;
    margin: 0px;
    min-width: auto;
    text-align: center;
  }
}

.stvo_Interview .bl_flex .bl_txtwrap2 h2 {
  font-size: 36px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex .bl_txtwrap2 h2 {
    font-size: 22px;
  }
}

.stvo_Interview .bl_flex .bl_txtwrap2 .time {
  font-weight: bold;
  margin-top: 14px;
}

.stvo_Interview .bl_flex .bl_txtwrap2 .time2 {
  font-weight: bold;
  margin-top: 6px;
}

.stvo_Interview .bl_flex .bl_txtwrap2 .bel_mes1 {
  width: 354px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex .bl_txtwrap2 .bel_mes1 {
    width: 80%;
  }
}

.stvo_Interview .bl_flex .bl_txtwrap2 .bl_media_txt {
  text-align: left;
  max-width: 512px;
  margin: 40px auto 0;
  width: 444px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex .bl_txtwrap2 .bl_media_txt {
    margin: 20px auto 0;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
  }
}

.stvo_Interview .bl_flex .bl_vercolm_imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 352px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex .bl_vercolm_imgwrap {
    width: 100%;
    padding: 0px 30px 0;
  }
}

.stvo_Interview .bl_flex .bl_vercolm_imgwrap .bl_media_img {
  min-width: 352px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .bl_flex .bl_vercolm_imgwrap .bl_media_img {
    width: 100%;
    min-width: auto;
    margin: 0px auto 0;
    height: 200px;
  }
}

.stvo_Interview .s_section {
  max-width: 720px;
  width: 720px;
  margin: 100px auto 0;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .s_section {
    width: 89%;
    margin: 30px auto 0;
  }
}

.stvo_Interview .gutter > *:not(:last-child) {
  margin-bottom: 20px;
}

.stvo_Interview .accordion_area .accordion_one .ac_header {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px 4rem 20px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.stvo_Interview .accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: rgba(0, 0, 0, 0);
}

.stvo_Interview .accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: rgba(0, 0, 0, 0);
}

.stvo_Interview .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: rgba(0, 0, 0, 0);
}

.stvo_Interview .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.stvo_Interview .accordion_area .accordion_one .ac_header .i_box:before,
.stvo_Interview .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.stvo_Interview .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #020202;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.stvo_Interview .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #020202;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stvo_Interview .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.stvo_Interview .accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 50px 2rem 0px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 360px) {
  .stvo_Interview .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1rem 1rem;
  }
  .stvo_Interview .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 16px;
    height: 16px;
    margin-top: 0px;
  }
  .stvo_Interview .accordion_area .accordion_one .ac_header .i_box:before {
    width: 16px;
  }
  .stvo_Interview .accordion_area .accordion_one .ac_header .i_box:after {
    height: 16px;
    right: 7px;
  }
  .stvo_Interview .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
  }
}

.stvo_Interview .p-faq__headinner {
  display: block;
  padding-left: 55px;
  position: relative;
  line-height: 1.5;
}

.stvo_Interview .p-faq__headinner::before {
  position: absolute;
  left: 0px;
  top: -30px;
  content: "Q";
  font-size: 58px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.stvo_Interview .p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .p-faq__headinner {
    padding-left: 45px;
  }
  .stvo_Interview .p-faq__headinner::before {
    font-size: 20px;
    left: -2px;
    top: -3px;
  }
  .stvo_Interview .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}

.stvo_Interview .p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.stvo_Interview .p-faq__bodyinner::before {
  position: absolute;
  left: 0px;
  top: -30px;
  content: "A";
  font-size: 58px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.stvo_Interview .p-faq__bodyinner p.p-faq__a-txt {
  font-size: 15px;
  padding-left: 55px;
}

@media screen and (max-width: 360px) {
  .stvo_Interview .p-faq__bodyinner {
    padding-left: 45px;
  }
  .stvo_Interview .p-faq__bodyinner::before {
    font-size: 20px;
    left: -2px;
    top: -3px;
  }
  .stvo_Interview .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
    padding-left: 5px;
  }
}

.stvo_q {
  position: relative;
  padding-bottom: 140px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .stvo_q {
    padding-bottom: 0px;
    margin: 60px auto 0;
  }
}

.stvo_q::before {
  content: "";
  position: absolute;
  top: 330px;
  left: 0;
  width: 83%;
  height: 100%;
  background: #f2ede6;
  z-index: -1;
}

@media screen and (max-width: 360px) {
  .stvo_q::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.stvo_q::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 230px;
  height: 780px;
  background: url(../img/rec5.jpg) no-repeat center center/contain;
  z-index: 3;
}

@media screen and (max-width: 360px) {
  .stvo_q::after {
    display: none;
  }
}

.stvo_q .mediaimg {
  position: relative;
  margin: 80px auto 0 0;
  z-index: 0;
  width: 76%;
}

@media screen and (max-width: 360px) {
  .stvo_q .mediaimg {
    margin: 0 auto;
    width: 100%;
  }
}

.stvo_q .mediaimg .mediaimg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  width: 100%;
  position: relative;
  background-image: url(../img/stvo3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

@media screen and (max-width: 360px) {
  .stvo_q .mediaimg .mediaimg_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 200px;
  }
}

.stvo_q .bl_txtwrap {
  max-width: 740px;
  position: relative;
  margin: 140px auto 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_txtwrap {
    padding: 0px 40px 0;
    width: 100%;
    margin: 40px auto 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.stvo_q .bl_txtwrap .bl_titlewrap2 {
  text-align: center;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_txtwrap .bl_titlewrap2 {
    padding: 0;
  }
}

.stvo_q .bl_txtwrap .bl_titlewrap2 .section_title3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.004em;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_txtwrap .bl_titlewrap2 .section_title3 {
    font-size: 22px;
  }
}

.stvo_q .bl_txtwrap .bl_titlewrap2 span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_txtwrap .bl_titlewrap2 span {
    font-size: 16px;
  }
}

.stvo_q .bl_txtwrap .bl_media_txt {
  margin-top: 40px;
  text-align: center;
  width: 740px;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_txtwrap .bl_media_txt {
    width: 100%;
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.stvo_q .bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 76px 56px;
  width: 720px;
  margin: 54px auto 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
    gap: 30px;
  }
}

.stvo_q .bl_flex .items {
  width: 332px;
  height: 430px;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items {
    width: 100%;
    height: auto;
  }
}

.stvo_q .bl_flex .items .item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stvo_q .bl_flex .items .item_head .top {
  background: #c7d5c8;
  height: 75px;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_head .top {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_head .top {
    height: 40px;
  }
}

.stvo_q .bl_flex .items .item_head .bottom {
  background: #fff;
  height: 75px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_head .bottom {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_head .bottom {
    height: 60px;
  }
}

.stvo_q .bl_flex .items .item_txt {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_txt .item_txt_content {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.stvo_q .bl_flex .items .item_txt .item_txt_content span {
  text-align: right;
  margin: -23px 0 0 auto;
  display: block;
}

@media screen and (max-width: 360px) {
  .stvo_q .bl_flex .items .item_txt .item_txt_content span {
    margin: -17px 0 0 auto;
  }
}

/* お問い合わせフォーム コンタクト７================================== */
#contact {
  background: #f2ede6;
}

#contact .ky_header_child {
  position: relative;
  background: #f2ede6;
}

#contact .ky_header_child .ky_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2ede6;
  background-image: url(../img/com_fv_photo2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 154px 0 20px;
}

@media screen and (max-width: 360px) {
  #contact .ky_header_child .ky_header_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0 0;
  }
}

#contact .ky_header_child .ky_header_flex .flex_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 234px;
}

@media screen and (max-width: 360px) {
  #contact .ky_header_child .ky_header_flex .flex_l {
    margin-left: 40px;
  }
}

#contact .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
  font-size: 40px;
}

@media screen and (max-width: 360px) {
  #contact .ky_header_child .ky_header_flex .flex_l .txt_wrap .title {
    font-size: 34px;
  }
}

#contact .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  #contact .ky_header_child .ky_header_flex .flex_l .txt_wrap .headtitle {
    font-size: 26px;
    margin-top: 4px;
  }
}

#contact .ky_header_child .ky_header_flex .flex_l .txt_wrap .scroll {
  width: 26px;
  height: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 18px;
}

#contact .ky_header_child .ky_header_flex .flex_r {
  margin-right: 136px;
  z-index: 4;
  text-align: right;
  margin-top: 200px;
}

@media screen and (max-width: 360px) {
  #contact .ky_header_child .ky_header_flex .flex_r {
    width: 90%;
    margin: 50px auto;
  }
}

.contact_wrap {
  position: relative;
  z-index: 1;
  width: 1100px;
  max-width: 1100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 150px auto 100px;
  position: relative;
}

@media screen and (max-width: 360px) {
  .contact_wrap {
    width: auto;
    background: none;
    margin: 150px auto 20px;
  }
}

.contact_wrap .wpcf7 {
  padding: 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 {
    padding: 20px 0px;
  }
}

.contact_wrap .wpcf7 .wpcf7-form {
  width: 61%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form {
    width: 90%;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .select {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.contact_wrap .wpcf7 .wpcf7-form .wpcf7-checkbox {
  width: 100%;
  margin: 20px 0px;
  font-size: 17px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form .wpcf7-checkbox {
    width: 100%;
    font-size: 13px;
    margin: 10px 0px 22px;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .wpcf7-list-item-label {
  font-weight: 400;
}

.contact_wrap .wpcf7 .wpcf7-form label {
  font-size: 17px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form label {
    font-size: 13px;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .c_tit {
  position: relative;
  display: inline-block;
  margin: 30px 0 0;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form .c_tit {
    margin: 10px 0 0;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .c_tit::before {
  width: 10px;
  height: 26px;
  background: url(../img/must.png) no-repeat center center/contain;
  content: "";
  position: absolute;
  top: 0px;
  right: -12px;
  border-radius: 100%;
}

.contact_wrap .wpcf7 .wpcf7-form ._modc::before {
  display: none;
}

.contact_wrap .wpcf7 .wpcf7-form .wpcf7-text {
  width: 100%;
  height: 72px;
  margin: 20px 0px;
  font-size: 17px;
  font-weight: bold;
  background: #faf6f0;
  padding: 10px;
  border: none;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form .wpcf7-text {
    width: 100%;
    font-size: 13px;
    margin: 10px 0px 22px;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .wpcf7-textarea {
  width: 100%;
  height: 200px;
  margin: 20px 0px;
  font-size: 17px;
  font-weight: bold;
  background: #faf6f0;
  padding: 10px;
  border: none;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form .wpcf7-textarea {
    width: 100%;
    font-size: 13px;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}

.contact_wrap .wpcf7 .wpcf7-form ::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.contact_wrap .wpcf7 .wpcf7-form :-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.contact_wrap .wpcf7 .wpcf7-form ::-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
}

.contact_wrap .wpcf7 .wpcf7-form ::placeholder {
  color: #afafaf;
  opacity: 1;
}

.contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap {
  position: relative;
  margin: 40px auto;
  text-align: center;
  font-size: 12px;
  width: 400px;
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap {
    margin: 32px auto;
    width: 100%;
  }
}

.contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap .bl_submit {
  width: 340px;
  height: 104px;
  background: #fff;
  border: none;
  border-radius: 8px;
  line-height: 1.4;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 22px 72px;
  position: relative;
  z-index: 1;
  color: #000 !important;
  text-align: center;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.05));
}

@media screen and (max-width: 360px) {
  .contact_wrap .wpcf7 .wpcf7-form .bl_submit_wrap .bl_submit {
    width: 100%;
    font-size: 16px;
    padding: 22px 32px;
  }
}

#privacy-policy .ky_header_pro {
  background: #ffffff;
  padding: 150px 0 100px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 360px) {
  #privacy-policy .ky_header_pro {
    padding: 100px 0 50px;
  }
}

#privacy-policy .ky_header_pro ._title {
  font-size: 36px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 360px) {
  #privacy-policy .ky_header_pro ._title {
    font-size: 18px;
  }
}

#privacy-policy .article_main {
  margin: 0px auto;
  width: 100%;
  background: #f2f2f2;
  padding: 120px 0 150px;
}

@media screen and (max-width: 360px) {
  #privacy-policy .article_main {
    padding: 30px 0 150px;
  }
}

@media screen and (max-width: 360px) {
  #privacy-policy .article_main {
    width: 100%;
  }
}

#privacy-policy .article_main h3 {
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  margin: 3em auto 0em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 360px) {
  #privacy-policy .article_main h3 {
    margin: 1em auto 0em;
  }
}

@media screen and (max-width: 360px) {
  #privacy-policy .article_main h3 {
    width: 90%;
  }
}

#privacy-policy .article_main p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  font-weight: 400;
  margin: 8px auto 1.8em;
}

@media screen and (max-width: 360px) {
  #privacy-policy .article_main p {
    width: 90%;
  }
}

#privacy-policy #gFooter {
  margin: -2% 0 0 0;
}

@media screen and (max-width: 360px) {
  #privacy-policy #gFooter {
    margin: -20% 0 0 0;
  }
}

.spOnly {
  display: none !important;
}

.pcOnly {
  display: block !important;
}

@media screen and (max-width: 360px) {
  .spOnly {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c_re {
  margin: 40px auto;
  width: 500px;
}

@media screen and (max-width: 360px) {
  .c_re {
    width: 100%;
    padding: 0 20px;
  }
}

#modalOpen {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
  animation-name: modalopen;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-header {
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modalClose {
  font-size: 2rem;
}

.modalClose2 {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 20px;
  color: black;
}
/*# sourceMappingURL=styles.css.map */
