@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  height: 100%;
}

body {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  font-weight: 500;
  color: #252525;
}
body a {
  color: #252525;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
.sp_only {
  display: none;
}

.mb0 {
  margin-bottom: 0;
}


/*----------------------------------
pc_view
----------------------------------*/
.pc_view {
  display: none;
}

.inner {
  padding: 0 9%;
}

.main {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  left: auto;
  right: auto;
  position: relative;
  margin: 0;
}

@keyframes bgroop {
  from {
    background-position: 0 center;
  }
  to {
    background-position: 3142px center;
  }
}
@media (min-width: 768px) {
  .pc_view {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/pc_bg_body.png);
  }
  .pc_view::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/pc_bg_main.png) center center repeat-x;
    background-size: auto;
    animation: bgroop 100s linear infinite;
  }
  .pc_contents {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    height: 100%;
    background: url(/wp-content/uploads/pc_bg_body.png);
    z-index: 10;
    border-right: 5px solid #ce3636;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc_logo_link {
    display: block;
    max-width: 260px;
    margin-bottom: 5.5vh;
    transition: 0.3s ease-in-out;
  }
  .pc_logo_link:hover {
    opacity: 0.8;
  }
  .pc_menu {
    font-size: 18px;
    margin-bottom: 4.5vh;
  }
  .pc_menu li + li {
    margin-top: 2.5vh;
  }
  .pc_menu a {
    letter-spacing: 0.145em;
    transition: 0.3s ease-in-out;
  }
  .pc_menu a:hover {
    opacity: 0.8;
  }
  .pc_btn {
    display: block;
    max-width: 240px;
    height: 70px;
    font-size: 24px;
    line-height: 65px;
    font-weight: 700;
    padding-left: 20px;
    background: #ce3636;
    border: 1px solid #ce3636;
    margin-bottom: 5vh;
  }
  .pc_btn::after {
    font-family: "Material Symbols Outlined";
    content: "\e5c8";
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 1px;
    font-size: 18px;
    color: #fff;
    transition: 0.2s ease-in-out;
  }
  .pc_sns {
    max-width: 240px;
    display: flex;
    justify-content: space-between;
  }
  .pc_sns li {
    width: 14%;
  }
  .pc_sns a {
    transition: 0.3s ease-in-out;
  }
  .pc_sns a:hover {
    opacity: 0.8;
  }
  .main {
    width: 54%;
    right: auto;
    position: absolute;
    top: 0;
    min-height: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 1090px) {
  .pc_contents {
    max-width: 500px;
    width: 100%;
  }
  .main {
    max-width: 590px;
    width: 100%;
    right: 500px;
  }
}
/*----------------------------------
header
----------------------------------*/
.header {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  height: 55px;
  padding-left: 15px;
  z-index: 100;
  transition: 0.3s ease-in-out;
}

.header_logo {
  display: block;
  width: 42%;
  margin-right: 5%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/wp-content/uploads/logo_white.png) no-repeat;
  background-size: contain;
  aspect-ratio: 313/52;
  transition: 0.3s ease-in-out;
}
.header_logo:hover {
  opacity: 0.8;
}

.header_btn {
  display: block;
  width: 31%;
  height: 40px;
  line-height: 37px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background: #ce3636;
}

.menu_toggle {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 200;
}
.menu_toggle div {
  position: relative;
  width: 30px;
}
.menu_toggle span {
  width: 100%;
  height: 1px;
  right: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: all 0.3s ease-out;
}
.menu_toggle span:nth-child(1) {
  top: 12px;
}
.menu_toggle span:nth-child(2) {
  top: 17px;
}

.is-open .menu_toggle span:nth-child(1) {
  top: 14px;
  transform: rotate(40deg);
  background: #252525;
}
.is-open .menu_toggle span:nth-child(2) {
  top: 14px;
  transform: rotate(-40deg);
  background: #252525;
}

.header.header_scroll {
  background: #fff;
}
.header.header_scroll .header_logo {
  background: url(/wp-content/uploads/logo_black.png) no-repeat;
  background-size: contain;
}
.header.header_scroll .menu_toggle span {
  background: #252525;
}

.nav_wrap {
  background: #f9f7f5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  border-right: 5px solid #ce3636;
}

.is-open {
  overflow: hidden;
}
.is-open .nav_wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow-y: scroll;
}

.nav_wrap_logo {
  display: block;
  height: 55px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  transition: 0.3s ease-in-out;
}
.nav_wrap_logo img {
  width: 42.4%;
}
.nav_wrap_logo:hover {
  opacity: 0.8;
}

.nav {
  margin: 25px auto 30px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav li {
  width: 100%;
  border-bottom: 1px solid #cacaca;
}
.nav li:nth-child(n+6) {
  width: 48%;
}
.nav a {
  display: block;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.nav a span {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #ce3636;
  font-weight: 600;
  font-size: 8px;
}
.nav a:hover {
  opacity: 0.8;
}

.nav_link {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 30px;
}
.nav_link li {
  width: 48%;
}
.nav_link li:nth-child(1) a {
  background: #dd4c4c;
}
.nav_link a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  background: #ce3636;
  position: relative;
  height: 50px;
  line-height: 46px;
  transition: 0.3s ease-in-out;
}
.nav_link a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 18px;
}
.nav_link a:hover {
  opacity: 0.8;
}

.nav_sns_ttl {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 20px;
}

.nav_sns {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 30px;
}
.nav_sns li {
  width: 11%;
}
.nav_sns a {
  transition: 0.3s ease-in-out;
}
.nav_sns a:hover {
  opacity: 0.8;
}

.nav_copy {
  text-align: center;
  font-size: 7px;
  color: #bebebe;
}

@media (min-width: 768px) {
  .header {
    width: 54%;
  }
  .nav_wrap {
    width: 54%;
    left: 0;
  }
}
@media (min-width: 1090px) {
  .nav_wrap {
    left: auto;
    right: 500px;
  }
  .header {
    width: 590px;
    height: 80px;
  }
  .header_btn {
    height: 60px;
    line-height: 55px;
    font-size: 18px;
  }
  .nav_wrap {
    width: 590px;
  }
  .nav_wrap_logo {
    height: 80px;
  }
  .nav a {
    font-size: 19px;
  }
  .nav a span {
    font-size: 12px;
  }
  .nav_link {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 30px;
  }
  .nav_link li {
    width: 48%;
  }
  .nav_link li:nth-child(1) a {
    background: #dd4c4c;
  }
  .nav_sns_ttl {
    font-size: 15px;
  }
  .nav_copy {
    font-size: 10px;
  }
}
/*----------------------------------
mv
----------------------------------*/
.mv {
  height: 170vw;
  background: url(/wp-content/uploads/top_bg_mv.png) repeat-y;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bgroop_sp 100s linear infinite;
  position: relative;
}
.mv .inner {
  text-align: center;
}

.mv_logo {
  width: 28%;
  margin: 0 auto 10px;
}

.mv_ttl {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
}

.mv_txt {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 7px;
  letter-spacing: 0.4em;
}

.mv_scroll {
  position: absolute;
  left: 48%;
  bottom: 0;
  height: 100px;
  z-index: 10;
}
.mv_scroll span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  letter-spacing: 0.38em;
  color: #fff;
  font-weight: 700;
}
.mv_scroll::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50px;
  width: 1px;
  height: 50px;
  background: #fff;
  animation: pathmove_sp 1.4s ease-in-out infinite;
  opacity: 0;
}

@media (min-width: 768px) {
  .mv {
    height: 960px;
    animation: bgroop_pc 100s linear infinite;
  }
  .mv_ttl {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .mv_txt {
    font-size: 10px;
  }
  .mv_scroll {
    left: 46%;
    height: 135px;
  }
  .mv_scroll span {
    font-size: 12px;
  }
  .mv_scroll::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 50px;
    width: 1px;
    height: 50px;
    background: #fff;
    animation: pathmove_pc 1.4s ease-in-out infinite;
    opacity: 0;
  }
}
@keyframes pathmove_pc {
  0% {
    height: 0;
    top: 60px;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 140px;
    opacity: 1;
  }
}
@keyframes pathmove_sp {
  0% {
    height: 0;
    top: 50px;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 1;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 1010px;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 171vw;
  }
}
/*----------------------------------
cmn
----------------------------------*/
.cmn_ttl {
  color: #ce3636;
  margin-bottom: 30px;
}
.cmn_ttl em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
}
.cmn_ttl span {
  font-size: 10px;
  font-weight: 700;
}

.cmn_subttl {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 15px;
}

.cmn_txt {
  margin-bottom: 50px;
}

.btn_img_list li + li {
  margin-top: 45px;
}

.btn_img {
  display: block;
  width: 100%;
  aspect-ratio: 610/400;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.btn_img h3 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.btn_img h3 em {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
}
.btn_img h3 span {
  font-size: 10px;
  font-weight: 700;
}
.btn_img p {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 10;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-right: 25px;
}
.btn_img p span {
  border-bottom: 1px solid #fff;
}
.btn_img p::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0 3px;
  width: 9px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.btn_img img {
  transition: 0.3s ease-in-out;
}
.btn_img img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}

.cmn_btn {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  background: #dd4c4c;
  border: 1px solid #dd4c4c;
  border-radius: 2px;
  text-align: center;
}
.cmn_btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 0px;
  font-size: 10px;
  transition: 0.2s ease-in-out;
}

.btn_entry {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  line-height: 46px;
  font-weight: 700;
  background: #ce3636;
  border: 1px solid #ce3636;
  text-align: center;
  border-radius: 2px;
}
.btn_entry::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 0px;
  font-size: 12px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.btn_anm {
  position: relative;
  overflow: hidden;
  border: 1px solid #ce3636;
}
.btn_anm::after {
  color: #fff;
  z-index: 10;
  transition: 0.2s ease-in-out;
}
.btn_anm span {
  position: relative;
  z-index: 10;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.btn_anm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn_anm:hover::after {
  color: #ce3636;
}
.btn_anm:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn_anm:hover span {
  color: #ce3636;
}

@media (min-width: 768px) {
  .cmn_ttl em {
    font-size: 34px;
  }
  .cmn_ttl span {
    font-size: 15px;
  }
  .cmn_subttl {
    font-size: 21px;
  }
  .cmn_txt {
    margin-bottom: 50px;
  }
  .btn_img_list li + li {
    margin-top: 45px;
  }
  .btn_img h3 em {
    font-size: 34px;
  }
  .btn_img h3 span {
    font-size: 15px;
  }
  .btn_img p {
    font-size: 18px;
  }
  .btn_img p::after {
    top: 10px;
  }
  .cmn_btn {
    height: 50px;
    font-size: 18px;
    line-height: 45px;
  }
  .cmn_btn::after {
    top: 2px;
    font-size: 15px;
  }
  .btn_entry {
    font-size: 22px;
    height: 70px;
    line-height: 66px;
  }
  .btn_entry::after {
    font-size: 18px;
  }
}
/*----------------------------------
top_message
----------------------------------*/
.top_message {
  padding: 70px 0;
}

/*----------------------------------
top_about
----------------------------------*/
.top_about {
  padding: 70px 0;
  background: #f9f7f5;
}

/*----------------------------------
top_member
----------------------------------*/
.top_member {
  padding: 70px 0;
}

.top_member_list {
  display: flex;
  justify-content: space-between;
}
.top_member_list li {
  width: 31%;
}
.top_member_list a {
  display: block;
  width: 100%;
  aspect-ratio: 190/417;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.top_member_list a p {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 10px;
  padding-right: 25px;
}
.top_member_list a p::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  right: 0;
  bottom: -2px;
  padding: 0 3px;
  width: 9px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.top_member_list a p em {
  line-height: 1.4;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.top_member_list a p span {
  display: block;
  font-size: 8px;
}
.top_member_list a img {
  transition: 0.3s ease-in-out;
}
.top_member_list a img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .top_member_list {
    display: flex;
    justify-content: space-between;
  }
  .top_member_list li {
    width: 31%;
  }
  .top_member_list a {
    display: block;
    width: 100%;
    aspect-ratio: 190/417;
    overflow: hidden;
    position: relative;
    color: #fff;
  }
  .top_member_list a p {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 10px;
    padding-right: 25px;
  }
  .top_member_list a p::after {
    font-family: "Material Symbols Outlined";
    content: "\e5c8";
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 0 3px;
    width: 9px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
  }
  .top_member_list a p em {
    font-size: 15px;
  }
  .top_member_list a p span {
    font-size: 12px;
  }
}
/*----------------------------------
top_column
----------------------------------*/
.top_column {
  padding: 70px 0;
  background: #f9f7f5;
}

.top_column_list {
  margin-bottom: 60px;
}
.top_column_list li + li {
  margin-top: 30px;
}
.top_column_list li {
  display: flex;
  justify-content: space-between;
}
.top_column_list li .pic {
  width: 46%;
  aspect-ratio: 286/200;
  overflow: hidden;
}
.top_column_list li .pic img {
  transition: 0.3s ease-in-out;
  height: 100% !important;
}
.top_column_list li .pic img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}
.top_column_list li .txt {
  width: 50%;
}
.top_column_list li .txt .date {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #ce3636;
  margin-bottom: 5px;
}
.top_column_list li .txt a {
  display: block;
  color: #252525;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.top_column_list li .txt a:hover {
  opacity: 0.8;
}
.top_column_list li .txt .tag {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 100px;
  padding: 0 10px;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
}

.view_more,
.top_column_link {
  text-align: right;
}
.view_more a,
.top_column_link a {
  position: relative;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-right: 25px;
  text-align: right;
  transition: 0.3s ease-in-out;
}
.view_more a span,
.top_column_link a span {
  border-bottom: 1px solid #252525;
}
.view_more a::after,
.top_column_link a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 3px;
  width: 9px;
  height: 15px;
  background: #252525;
  border-radius: 15px;
}
.view_more a:hover,
.top_column_link a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .top_column_list li .txt {
    width: 50%;
  }
  .top_column_list li .txt .date {
    font-size: 14px;
  }
  .top_column_list li .txt a {
    font-size: 16px;
  }
  .top_column_list li .txt .tag {
    font-size: 12px;
  }
  .view_more a,
  .top_column_link a {
    padding-right: 30px;
    font-size: 18px;
  }
  .view_more a::after,
  .top_column_link a::after {
    font-size: 15px;
    line-height: 22px;
    padding: 0 4px;
    width: 14px;
    height: 22px;
    border-radius: 22px;
  }
}
/*----------------------------------
top_recruit
----------------------------------*/
.top_recruit {
  padding: 70px 0 130px;
}

/*----------------------------------
footer
----------------------------------*/
.footer {
  background: #252525;
  position: relative;
  color: #fff;
  padding: 100px 0 0;
}
.footer a {
  color: #fff;
}

.footer_btn {
  position: absolute;
  top: -33px;
  left: 9%;
  width: 82%;
}
.footer_btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: #ce3636;
  position: relative;
  height: 65px;
  line-height: 59px;
}
.footer_btn a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 18px;
}

.footer_logo {
  display: block;
  width: 18%;
  margin: 0 auto 40px;
  transition: 0.3s ease-in-out;
}
.footer_logo:hover {
  opacity: 0.8;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer_list li {
  width: 40%;
  margin-bottom: 45px;
}
.footer_list li a {
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.footer_list li a:hover {
  opacity: 0.8;
}

.footer_bg {
  background: #3e3e3e;
  padding: 30px 0;
  text-align: center;
}
.footer_bg h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.16em;
}

.footer_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 30px;
}
.footer_sns li {
  width: 8%;
}
.footer_sns a {
  transition: 0.3s ease-in-out;
}
.footer_sns a:hover {
  opacity: 0.8;
}

.footer_link {
  font-size: 10px;
  margin-bottom: 20px;
  color: #d8d8d8;
}

.footer_copy {
  font-family: "Montserrat", sans-serif;
  color: #bebebe;
  font-size: 7px;
  letter-spacing: 0.26em;
}

@media (min-width: 768px) {
  .footer_list {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
  }
  .footer_list li {
    width: 38%;
  }
  .footer_list li a {
    font-size: 16px;
  }
  .footer_bg h3 {
    font-size: 15px;
  }
  .footer_link {
    font-size: 15px;
  }
  .footer_copy {
    font-size: 10px;
  }
}
/*----------------------------------
modaal
----------------------------------*/
.modaal-container {
  width: 94%;
  position: absolute;
  top: 20px;
  left: 3%;
  background: #f9f7f5;
}

@media (min-width: 768px) {
  .modaal-container {
    width: 48%;
  }
}
@media (min-width: 1090px) {
  .modaal-container {
    width: 550px;
    left: auto;
    right: 520px;
  }
}
.modaal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: none;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #252525;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 30px;
  border-radius: 0;
  background: #252525;
}

.modaal-close:before {
  transform: rotate(-50deg);
}

.modaal-close:after {
  transform: rotate(50deg);
}

.modaal-content-container {
  padding: 0;
}

/*----- sns_popup -----*/
.sns_popup_ttl {
  margin-bottom: 50px;
}
.sns_popup_ttl span {
  font-family: "Montserrat", sans-serif;
  color: #ce3636;
  font-size: 9px;
  font-weight: 600;
}
.sns_popup_ttl em {
  display: block;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}

.sns_list {
  background: #f9f7f5;
  border-top: 5px solid #ce3636;
  padding: 70px 6.4% 40px;
}
.sns_list .list {
  margin-bottom: 40px;
}
.sns_list .list li + li {
  margin-top: 35px;
}
.sns_list .btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 20px;
  border: 1px solid #252525;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}
.sns_list .btn span {
  position: absolute;
  top: 20%;
  left: 30px;
  width: 26px;
}
.sns_list .btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 25px;
  top: 25%;
}
.sns_list .btn:hover {
  opacity: 0.8;
}

.sns_links {
  border-top: 5px solid #ce3636;
  padding: 70px 6.4% 40px;
}
.sns_links .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sns_links .list li {
  width: 48%;
  margin-bottom: 25px;
}
.sns_links .btn {
  position: relative;
  display: block;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  font-weight: 700;
  padding: 18px 20px;
  border: 1px solid #252525;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}
.sns_links .btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 12px;
  top: calc(50% - 16px);
  font-size: 16px;
}
.sns_links .btn:hover {
  opacity: 0.8;
}

.policy {
  text-align: center;
}
.policy a {
  font-size: 10px;
  color: #ce3636;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.policy a:hover {
  opacity: 0.8;
}

.sns_tiktok .sns_popup_ttl em {
  padding-left: 25px;
  background: url(/wp-content/uploads/ico_tiktok_popup.png) left top 66% no-repeat;
  background-size: 18px;
}

.sns_insta .sns_popup_ttl em {
  padding-left: 25px;
  background: url(/wp-content/uploads/ico_insta_popup.png) left top 66% no-repeat;
  background-size: 18px;
}

.sns_x .sns_popup_ttl em {
  padding-left: 25px;
  background: url(/wp-content/uploads/ico_x_popup.png) left top 66% no-repeat;
  background-size: 18px;
}

.sns_youtube .sns_popup_ttl em {
  padding-left: 25px;
  background: url(/wp-content/uploads/ico_youtube_popup.png) left top 70% no-repeat;
  background-size: 18px;
}

@media (min-width: 549px) {
  .sns_popup_ttl span {
    font-size: 14px;
  }
  .sns_popup_ttl em {
    font-size: 30px;
  }
  .sns_list .btn {
    font-size: 25px;
  }
  .sns_list .btn span {
    position: absolute;
    top: 3%;
    width: 30px;
  }
  .sns_links .btn {
    font-size: 15px;
  }
  .sns_tiktok .sns_popup_ttl em {
    padding-left: 38px;
    background: url(/wp-content/uploads/ico_tiktok_popup.png) left top 60% no-repeat;
    background-size: 25px;
  }
  .sns_insta .sns_popup_ttl em {
    padding-left: 38px;
    background: url(/wp-content/uploads/ico_insta_popup.png) left top 70% no-repeat;
    background-size: 25px;
  }
  .sns_x .sns_popup_ttl em {
    padding-left: 38px;
    background: url(/wp-content/uploads/ico_x_popup.png) left top 60% no-repeat;
    background-size: 25px;
  }
  .sns_youtube .sns_popup_ttl em {
    padding-left: 38px;
    background: url(/wp-content/uploads/ico_youtube_popup.png) left top 70% no-repeat;
    background-size: 25px;
  }
  .policy a {
    font-size: 15px;
  }
}
/*----------------------------------
entry_popup
----------------------------------*/
.entry_popup_ttl {
  margin-bottom: 50px;
}
.entry_popup_ttl span {
  font-family: "Montserrat", sans-serif;
  color: #ce3636;
  font-size: 9px;
  font-weight: 600;
}
.entry_popup_ttl em {
  display: block;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}

.entry_popup_list {
  background: #f9f7f5;
  border-top: 5px solid #ce3636;
  padding: 70px 6.4% 40px;
}
.entry_popup_list .list {
  margin-bottom: 40px;
}
.entry_popup_list .list li + li {
  margin-top: 35px;
}
.entry_popup_list .btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 20px;
  border: 1px solid #252525;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}
.entry_popup_list .btn span {
  /* position: absolute;
  top: 22%;
  left: 30px; */
  width: 26px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.entry_popup_list .btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 25px;
  top: 25%;
}
.entry_popup_list .btn:hover {
  opacity: 0.8;
}
.entry_popup_list .btn_tel {
  padding: 15px 20px;
}
.entry_popup_list .btn_tel p {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.entry_popup_list .btn_tel p em {
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 549px) {
  .entry_popup_ttl span {
    font-size: 14px;
  }
  .entry_popup_ttl em {
    font-size: 30px;
  }
  .entry_popup_list .btn {
    font-size: 18px;
  }
  .entry_popup_list .btn span {
    /* position: absolute;
    top: 6%; */
    width: 30px;
  }
  .entry_popup_list .btn::after {
    top: 21%;
  }
  .entry_popup_list .btn_tel {
    padding: 15px 20px;
  }
  .entry_popup_list .btn_tel p {
    font-size: 12px;
    line-height: 1.4;
  }
  .entry_popup_list .btn_tel p em {
    font-size: 18px;
  }
}
/*----------------------------------
sub
----------------------------------*/
.sub {
  padding: 80px 0 70px;
}

.sub_header {
  background: #fff;
}
.sub_header .header_logo {
  background: url(/wp-content/uploads/logo_black.png) no-repeat;
  background-size: contain;
}
.sub_header .menu_toggle span {
  background: #252525;
}

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 50px;
}
.breadcrumbs ul {
  font-size: 9px;
  display: flex;
  white-space: nowrap;
}
.breadcrumbs ul li:last-child {
  overflow: hidden;
}
.breadcrumbs ul li:last-child p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  color: #727272;
  padding: 0 10px;
}
.breadcrumbs ul a {
  color: #727272;
}

.sub_mv {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.sub_mv .mv_scroll {
  position: absolute;
  left: 2.5%;
}
.sub_mv .mv_scroll span {
  color: #252525;
}
.sub_mv .mv_scroll::after {
  background: #252525;
}

.sub_mv_ttl {
  margin-bottom: 50px;
}
.sub_mv_ttl span {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #ce3636;
}
.sub_mv_ttl em {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.sub_mv_pic {
  margin-right: -11%;
}

.subsub_mv .sub_mv_pic {
  margin-right: 0;
}

.sub_mainttl {
  font-size: 20px;
  font-weight: 700;
  color: #ce3636;
  margin-bottom: 60px;
}

.sub_ttl {
  font-size: 15px;
  font-weight: 700;
  color: #ce3636;
  margin-bottom: 30px;
}

.subsub_ttl {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
.subsub_ttl::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ce3636;
}

.sub_txt {
  margin-bottom: 30px;
}

.link_box {
  border: 1px solid #ce3636;
  border-radius: 3px;
  padding: 25px 8px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.link_box h3 {
  position: absolute;
  top: -10px;
  left: -1px;
  display: inline-block;
  background: #ce3636;
  color: #fff;
  padding: 0 10px;
}
.link_box .pic {
  width: 28%;
  overflow: hidden;
}
.link_box .pic img {
  transition: 0.3s ease-in-out;
}
.link_box .pic img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}
.link_box .txt {
  width: 68%;
}
.link_box .txt a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.link_box .txt a:hover {
  opacity: 0.8;
}

.sub_pic {
  margin-bottom: 30px;
}

.sub_box {
  background: #f9f7f5;
  border-radius: 10px;
  padding: 35px 8% 35px 8.5%;
  margin-bottom: 60px;
}
.sub_box h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}
.sub_box h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ce3636;
}
.sub_box ul li + li {
  margin-top: 10px;
}
.sub_box ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.sub_box ul li::before {
  content: "・";
  color: #ce3636;
}
.sub_box ul + h4 {
  margin-top: 40px;
}

.sub_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.sub_table th {
  width: 50%;
  border-top: 1px solid #d84848;
  color: #d84848;
  font-weight: 500;
  padding: 12px 0 12px 12px;
}
.sub_table td {
  width: 50%;
  border-top: 1px solid #969696;
  padding: 12px 12px 12px 25px;
}
.sub_table tr:last-child th {
  border-bottom: 1px solid #d84848;
}
.sub_table tr:last-child td {
  border-bottom: 1px solid #969696;
}

.sub_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sub_nav li {
  width: 49%;
}
.sub_nav li a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #252525;
  transition: 0.3s ease-in-out;
}
.sub_nav li a span {
  padding-right: 20px;
  position: relative;
}
.sub_nav li a span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5db";
  position: absolute;
  right: 0;
  top: -2px;
}
.sub_nav li a:hover {
  color: #ce3636;
  border-bottom: 1px solid #ce3636;
}

.sub_links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sub_links li {
  width: 49%;
}
.sub_links li a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #252525;
  transition: 0.3s ease-in-out;
}
.sub_links li a.is-current {
  color: #ce3636;
  border-bottom: 1px solid #ce3636;
}
.sub_links li a span {
  padding-right: 20px;
  position: relative;
}
.sub_links li a span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 0;
  top: -2px;
}
.sub_links li a:hover {
  color: #ce3636;
  border-bottom: 1px solid #ce3636;
}
.sub_links li .current {
  color: #ce3636;
  border-bottom: 1px solid #ce3636;
}

.subsub_links li {
  width: 31%;
}

.fixed_nav {
  width: 100%;
  padding: 0 9%;
  position: relative;
  background: #fff;
  z-index: 20;
}
.fixed_nav .sub_nav .is-active {
  color: #ce3636;
  border-bottom: 1px solid #ce3636;
}

.fixed_nav.is-fixed {
  position: fixed;
  top: 55px;
}
.fixed_nav.is-fixed .sub_nav {
  margin-bottom: 0;
}

.fixed_nav-placeholder {
  width: 100%;
  margin-bottom: 60px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media (min-width: 768px) {
  .breadcrumbs ul {
    font-size: 13px;
  }
  .sub_mv_ttl span {
    font-size: 14px;
  }
  .sub_mv_ttl em {
    font-size: 30px;
  }
  .sub_mainttl {
    font-size: 30px;
  }
  .sub_ttl {
    font-size: 22px;
  }
  .subsub_ttl {
    font-size: 18px;
  }
  .link_box {
    border-radius: 5px;
    padding: 35px 8px 20px;
  }
  .link_box .txt a {
    font-size: 18px;
  }
  .sub_box h4 {
    font-size: 18px;
  }
  .fixed_nav {
    padding: 0 4.9%;
  }
  .fixed_nav.is-fixed {
    width: 54%;
  }
}
@media (min-width: 1090px) {
  .fixed_nav {
    padding: 0 53px;
    max-width: 590px;
  }
  .fixed_nav.is-fixed {
    top: 80px;
  }
}
/*----------------------------------
message
----------------------------------*/
.message_txt {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

@media (min-width: 768px) {
  .message_txt {
    font-size: 18px;
  }
}
/*----------------------------------
philosophy
----------------------------------*/
.philosophy .sub_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.philosophy .sec02 {
  padding: 60px 0 30px;
  margin-bottom: 60px;
  background: #f9f7f5;
}
.philosophy .sec02 .sub_box {
  background: #ffffff;
}
.philosophy #sec01,
.philosophy #sec02 {
  margin-top: -80px;
  padding-top: 80px;
}

.philosophy_txt {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -15px;
}

@media (min-width: 768px) {
  .philosophy_txt {
    font-size: 19px;
  }
}
/*----------------------------------
csr
----------------------------------*/
.csr .cmn_ttl {
  margin-bottom: 80px;
}

.csr_box {
  padding: 40px 8%;
  background: #fff;
  box-shadow: 0 0 20px rgb(235, 235, 235);
}
.csr_box h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}
.csr_box h4::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ce3636;
}
.csr_box .pic {
  margin-bottom: 20px;
}
.csr_box + .csr_box {
  margin-top: 50px;
}

.csr_list {
  margin-top: 60px;
  margin-bottom: -70px;
  background: #3e3e3e;
  padding: 50px 0;
}
.csr_list a {
  display: block;
  padding: 25px 0;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.csr_list a span {
  display: block;
  font-size: 8px;
  font-weight: 600;
  color: #f2e1c1;
}
.csr_list a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 17px;
  height: 25px;
  border-radius: 15px;
  padding-left: 8px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
}
.csr_list a:hover {
  opacity: 0.8;
}

.csr_accordion dt {
  background: #f9f7f5;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
}
.csr_accordion dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.csr_accordion dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -6px;
  width: 1px;
  height: 13px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.csr_accordion dt.is-active::before {
  display: none;
}
.csr_accordion dt.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.csr_accordion dd {
  display: none;
  padding: 20px 10px 0;
}
.csr_accordion dd ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.csr_accordion dd ul li {
  width: 48%;
}
.csr_accordion + .csr_accordion {
  margin-top: 25px;
}

.csr_slide01 {
  margin-top: 140px;
  margin-bottom: 4px;
}

.csr_slide01 .slick-slide,
.csr_slide02 .slick-slide {
  margin: 0 2px;
}

@media (min-width: 768px) {
  .csr_box h4 {
    font-size: 18px;
  }
  .csr_accordion dt {
    font-size: 18px;
  }
}
/*----------------------------------
career
----------------------------------*/
.career .cmn_ttl {
  margin-bottom: 80px;
}
.career .sub_table {
  margin-bottom: 60px;
}
.career .sec03 {
  background: #f9f7f5;
  padding: 60px 0;
}
.career .sec03 .sub_box {
  background: #fff;
  margin-bottom: 30px;
}
.career .sec04 {
  padding: 60px 0 0;
}

.career_wrap {
  margin-right: -11%;
  margin-bottom: 60px;
  overflow-x: auto;
}
.career_wrap img {
  width: 664px;
  max-width: 664px;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .career_wrap img {
    width: 800px;
    max-width: 800px;
    margin-right: 40px;
  }
}
/*----------------------------------
job
----------------------------------*/
.job .sec01,
.job .sec03 {
  background: #f9f7f5;
  padding: 60px 0 40px;
}
.job .sec02 {
  padding: 60px 0 40px;
}
.job .sec04 {
  padding: 60px 0 0;
}
.job .subsub_ttl {
  margin-bottom: 10px;
}
.job .subsub_ttl::before {
  content: "";
  top: 55%;
}
.job .subsub_ttl span {
  vertical-align: baseline;
  font-size: 11px;
  line-height: 2;
  font-weight: 600;
  color: #ce3636;
  font-family: "Montserrat", sans-serif;
}

.job_ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
.job_ttl span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #ce3636;
}

.job_list {
  display: flex;
  justify-content: space-between;
}
.job_list li {
  width: 31%;
}
.job_list a {
  display: block;
  width: 100%;
  aspect-ratio: 190/417;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.job_list a p {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 10px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
.job_list a img {
  transition: 0.3s ease-in-out;
}
.job_list a img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}

.job_flow {
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
.job_flow::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  height: calc(100% - 20px);
  width: 1px;
  background: #ce3636;
}
.job_flow .job_flow_item + .job_flow_item {
  margin-top: 50px;
}
.job_flow .ttl {
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.job_flow .ttl::after {
  position: absolute;
  content: "";
  top: 10px;
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #ce3636;
}
.job_flow .pic {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .job .subsub_ttl span {
    font-size: 16px;
  }
  .job_ttl {
    font-size: 21px;
  }
  .job_ttl span {
    font-size: 16px;
  }
  .job_list a p {
    font-size: 18px;
  }
  .job_flow::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 4px;
    height: calc(100% - 38px);
    width: 1px;
    background: #ce3636;
  }
  .job_flow .ttl {
    font-size: 18px;
  }
  .job_flow .ttl::after {
    top: 15px;
    left: -20px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
  }
}
/*----------------------------------
recruit
----------------------------------*/
.recruit .sec{
	padding:70px 0;
}
.recruit .sec:nth-child(even){
	background:#f9f7f5;
}
.recruit .sec:last-child{
	margin-bottom:-50px;
}
.recruit .sub_table {
  margin-bottom: 30px;
}
.recruit .sub_table th {
  width: 24%;
  padding: 12px 0 12px 6px;
  vertical-align: top;
}
.recruit .sub_table td {
  width: 76%;
  padding: 12px 12px 12px 6px;
}
.recruit .sub_table td ul {
  margin-left: 1em;
  text-indent: -1em;
}

.recruit_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.recruit_list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ce3636;
}
.recruit_list li {
  position: relative;
  border: 1px solid #ce3636;
  background: #fff;
  border-radius: 100px;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 20px 15px;
  z-index: 2;
}

.recruit_btn_list {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit_btn_list li:nth-child(1) {
  width: 46%;
}
.recruit_btn_list li:nth-child(2) {
  width: 46%;
  margin-left: 8%;
}
.recruit_btn_list li:nth-child(3) {
  margin-top: 20px;
  width: 70%;
}
.recruit_btn_list li.entry_list {
  width: 70%;
}

@media (min-width: 768px) {
  .recruit_list li {
    font-size: 18px;
  }
  .recruit_btn_list .cmn_btn {
    font-size: 18px;
    height: 60px;
    line-height: 55px;
  }
  .recruit_btn_list .cmn_btn::after {
    font-size: 15px;
  }
}
/*----------------------------------
shoplist
----------------------------------*/
.shoplist_box {
  padding: 20px 7%;
  background: #fff;
  box-shadow: 0 0 20px rgb(235, 235, 235);
}
.shoplist_box h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.shoplist_box h2 span {
  color: #ce3636;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}
.shoplist_box + .shoplist_box {
  margin-top: 30px;
}

.shoplist_btn_list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.shoplist_btn_list li {
  width: 47%;
}

@media (min-width: 768px) {
  .shoplist_box h2 {
    font-size: 22px;
  }
  .shoplist_box h2 span {
    font-size: 13px;
  }
  .shoplist_btn_list .cmn_btn {
    font-size: 18px;
    height: 60px;
    line-height: 55px;
  }
  .shoplist_btn_list .cmn_btn::after {
    font-size: 15px;
  }
}
/*----------------------------------
member
----------------------------------*/
.member {
  overflow: hidden;
}
.member .sub_mainttl {
  margin-bottom: 20px;
}

.member_sec + .member_sec {
  margin-top: 70px;
}
.member_sec .pic {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.member_sec .pic .ttl {
  position: absolute;
  top: -15px;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ce3636;
  letter-spacing: 0.16em;
  z-index: 10;
}
.member_sec .pic .num {
  position: absolute;
  top: 0px;
  right: 6%;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.member_sec .pic .img_wrap {
  overflow: hidden;
}
.member_sec .pic .img_wrap img {
  transition: 0.3s ease-in-out;
}
.member_sec .pic:hover .img_wrap img {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}
.member_sec .pic:hover .num {
  top: -8px;
  right: 4%;
  transition: 0.3s ease-in-out;
}
.member_sec h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.member_sec h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #ce3636;
}

.member_tag {
  display: flex;
  margin-bottom: 15px;
}
.member_tag li {
  margin-right: 8px;
  background: #f9f7f5;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 10px;
}

.member_slide_wrap {
  margin-top: 80px;
  width: 180%;
  margin-right: -80%;
}

.member_slide {
  padding-bottom: 50px;
}
.member_slide .slick-slide {
  margin-right: 30px;
}
.member_slide .member_sec {
  margin-top: 40px;
}
.member_slide .member_sec .img_wrap {
  overflow: hidden;
}
.member_slide .member_sec .img_wrap img {
  transition: 0.3s ease-in-out;
}
.member_slide .member_sec a {
  display: block;
}
.member_slide .member_sec a:hover .img_wrap img {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}
.member_slide .member_sec a:hover .num {
  top: -8px;
  right: 4%;
  transition: 0.3s ease-in-out;
}
.member_slide .member_sec + .member_sec {
  margin-top: 40px;
}
.member_slide .slick-prev,
.member_slide .slick-next {
  position: absolute;
  bottom: 0%;
  cursor: pointer;
  outline: none;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #252525;
}
.member_slide .slick-prev {
  left: 0;
}
.member_slide .slick-prev::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c4";
  position: absolute;
  top: 7px;
  left: 11px;
  font-size: 10px;
}
.member_slide .slick-next {
  left: 60px;
}
.member_slide .slick-next::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  top: 7px;
  left: 11px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .member_sec .pic .ttl {
    top: -22px;
    font-size: 22px;
  }
  .member_sec .pic .num {
    font-size: 15px;
  }
  .member_sec h3 {
    font-size: 22px;
  }
  .member_sec h3 span {
    font-size: 15px;
  }
  .member_tag li {
    font-size: 15px;
  }
}
/*----------------------------------
flow
----------------------------------*/
.flow_list {
  margin-bottom: 70px;
}
.flow_list li {
  padding: 25px 10px 25px 100px;
  min-height: 136px;
}
.flow_list li h3 {
  color: #ce3636;
  font-size: 15px;
  font-weight: 700;
}
.flow_list li h3 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.flow_list li + li {
  margin-top: 25px;
}
.flow_list li:nth-child(1) {
  background: url(/wp-content/uploads/flow__icon_entry1.png) left 6px center no-repeat #f9f7f5;
  background-size: 85px;
}
.flow_list li:nth-child(2) {
  background: url(/wp-content/uploads/flow__icon_entry2.png) left 10px center no-repeat #f9f7f5;
  background-size: 78px;
}
.flow_list li:nth-child(3) {
  background: url(/wp-content/uploads/flow__icon_entry3.png) left 6px center no-repeat #f9f7f5;
  background-size: 85px;
}
.flow_list li:nth-child(4) {
  background: url(/wp-content/uploads/flow__icon_entry4.png) left 6px center no-repeat #f9f7f5;
  background-size: 87px;
}

@media (min-width: 768px) {
  .flow_list li {
    padding: 37px 15px 37px 150px;
    min-height: 215px;
  }
  .flow_list li h3 {
    font-size: 22px;
  }
  .flow_list li + li {
    margin-top: 37px;
  }
  .flow_list li:nth-child(1) {
    background: url(/wp-content/uploads/flow__icon_entry1.png) left 9px center no-repeat #f9f7f5;
    background-size: 127px;
  }
  .flow_list li:nth-child(2) {
    background: url(/wp-content/uploads/flow__icon_entry2.png) left 15px center no-repeat #f9f7f5;
    background-size: 117px;
  }
  .flow_list li:nth-child(3) {
    background: url(/wp-content/uploads/flow__icon_entry3.png) left 9px center no-repeat #f9f7f5;
    background-size: 127px;
  }
  .flow_list li:nth-child(4) {
    background: url(/wp-content/uploads/flow__icon_entry4.png) left 9px center no-repeat #f9f7f5;
    background-size: 130px;
  }
}
/*----------------------------------
faq
----------------------------------*/
.faq .sec01, .faq .sec02, .faq .sec03, .faq .sec04, .faq .sec05 {
  margin-bottom: 60px;
}

.faq_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.faq_nav li {
  width: 50%;
  border-right: 1px solid #252525;
  margin-bottom: 15px;
}
.faq_nav li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease-in-out;
}
.faq_nav li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5db";
  position: absolute;
  right: 18px;
  top: 26%;
}
.faq_nav li a:hover {
  color: #ce3636;
}
.faq_nav li:nth-child(odd) {
  border-left: 1px solid #252525;
}
.faq_nav li:nth-child(1) {
  background: url(/wp-content/uploads/faq_icon_faq1.png) left 10px center no-repeat;
  background-size: 20px;
}
.faq_nav li:nth-child(2) {
  background: url(/wp-content/uploads/faq_icon_faq2.png) left 10px center no-repeat;
  background-size: 20px;
}
.faq_nav li:nth-child(3) {
  background: url(/wp-content/uploads/faq_icon_faq3.png) left 10px center no-repeat;
  background-size: 23px;
}
.faq_nav li:nth-child(4) {
  background: url(/wp-content/uploads/faq_icon_faq4.png) left 10px center no-repeat;
  background-size: 23px;
}
.faq_nav li:nth-child(5) {
  background: url(/wp-content/uploads/faq_icon_faq5.png) left 10px center no-repeat;
  background-size: 23px;
}
.faq_nav li:nth-child(6) {
  background: url(/wp-content/uploads/faq_icon_faq6.png) left 10px center no-repeat;
  background-size: 20px;
}

.faq_accordion dt {
  background: #f9f7f5;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  padding: 15px 37px;
  position: relative;
  cursor: pointer;
}
.faq_accordion dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.faq_accordion dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -6px;
  width: 1px;
  height: 13px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.faq_accordion dt.is-active::before {
  display: none;
}
.faq_accordion dt.is-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_accordion dt p {
  position: relative;
}
.faq_accordion dt p::after {
  content: "Q.";
  font-family: "Montserrat", sans-serif;
  color: #ce3636;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: -3px;
  left: -25px;
}
.faq_accordion dd {
  display: none;
  padding: 20px 10px 0 37px;
  position: relative;
}
.faq_accordion dd p {
  position: relative;
}
.faq_accordion dd p::after {
  content: "A.";
  font-family: "Montserrat", sans-serif;
  color: #f05a5e;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  top: -5px;
  left: -25px;
}
.faq_accordion + .faq_accordion {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .faq_nav li:nth-child(1) {
    background: url(/wp-content/uploads/faq_icon_faq1.png) left 15px center no-repeat;
    background-size: 30px;
  }
  .faq_nav li:nth-child(2) {
    background: url(/wp-content/uploads/faq_icon_faq2.png) left 15px center no-repeat;
    background-size: 30px;
  }
  .faq_nav li:nth-child(3) {
    background: url(/wp-content/uploads/faq_icon_faq3.png) left 15px center no-repeat;
    background-size: 33px;
  }
  .faq_nav li:nth-child(4) {
    background: url(/wp-content/uploads/faq_icon_faq4.png) left 15px center no-repeat;
    background-size: 33px;
  }
  .faq_nav li:nth-child(5) {
    background: url(/wp-content/uploads/faq_icon_faq5.png) left 15px center no-repeat;
    background-size: 33px;
  }
  .faq_nav li:nth-child(6) {
    background: url(/wp-content/uploads/faq_icon_faq6.png) left 15px center no-repeat;
    background-size: 30px;
  }
  .faq_accordion dt {
    padding: 15px 40px;
    font-size: 18px;
  }
  .faq_accordion dt p::after {
    top: 0px;
  }
  .faq_accordion dd p::after {
    top: -2px;
  }
}
/*----------------------------------
benefits
----------------------------------*/
.benefits .sub_box {
  margin-bottom: 20px;
}
.benefits .sub_box .pic {
  margin-bottom: 15px;
}
.benefits .sec01 {
  margin-bottom: 50px;
}
.benefits .sec01 .sub_ttl {
  padding-left: 45px;
  background: url(/wp-content/uploads/benefits_icon_benefits1.png) left center no-repeat;
  background-size: 25px;
  margin-bottom: 20px;
}
.benefits .sec02 {
  margin-bottom: 50px;
}
.benefits .sec02 .sub_ttl {
  padding-left: 45px;
  background: url(/wp-content/uploads/benefits_icon_benefits2.png) left center no-repeat;
  background-size: 30px;
  margin-bottom: 20px;
}
.benefits .sec03 {
  margin-bottom: 50px;
}
.benefits .sec03 .sub_ttl {
  padding-left: 45px;
  background: url(/wp-content/uploads/benefits_icon_benefits3.png) left center no-repeat;
  background-size: 32px;
  margin-bottom: 20px;
}

.benefits_slide01 {
  margin-top: 70px;
  margin-bottom: 4px;
}

.benefits_slide01 .slick-slide,
.benefits_slide02 .slick-slide {
  margin: 0 2px;
}

/*----------------------------------
privacy
----------------------------------*/
.privacy_mv .sub_mv_ttl {
  margin-bottom: 0px;
}

.privacy h2 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.privacy .sub_txt {
  margin-bottom: 40px;
}
.privacy ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 40px;
}
.privacy ol ol {
  margin-left: 2.7em;
  margin-bottom: 30px;
}
.privacy ul {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 40px;
}

.snsprivacy h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .privacy h2 {
    font-size: 22px;
  }
  .snsprivacy h3 {
    font-size: 22px;
  }
}
/*----------------------------------
entry
----------------------------------*/
.entry_btn_list {
  margin-bottom: 20px;
}
.entry_btn_list li + li {
  margin-top: 20px;
}
.entry_btn_list .btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 20px;
  border: 1px solid #252525;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}
.entry_btn_list .btn span {
  /* position: absolute;
  top: 25%;
  left: 40px; */
  width: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.entry_btn_list .btn::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  position: absolute;
  right: 40px;
  top: 27%;
}
.entry_btn_list .btn:hover {
  opacity: 0.8;
}

.entry_ttl {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.entry_ttl span {
  font-size: 9;
  font-weight: 500;
  display: inline-block;
  background: #ce3636;
  border-radius: 2px;
  color: #fff;
  padding: 0 5px;
  line-height: 1.3;
  margin-left: 10px;
}

.entry_note {
  margin: -10px 0 10px;
  letter-spacing: 0.05em;
}

.entry_div input[type=text],
.entry_div input[type=email],
.entry_div input[type=tel] {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0;
  padding: 10px;
  height: 40px;
  outline: 0;
  border: none;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  width: 100%;
}
.entry_div input[type=radio] {
  accent-color: #ce3636;
}
.entry_div .select_wrap {
  position: relative;
}
.entry_div .date_list li .select_wrap {
  max-width: 75px;
}
.entry_div .select_wrap select {
  width: 100%;
  padding: 10px;
  height: 40px;
  background: #fff;
  color: #252525;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  appearance: none;
}
.entry_div .select_wrap select:focus {
  outline: none;
}
.entry_div .select_wrap::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #424242;
  border-left: 1px solid #424242;
  transform: rotate(-135deg);
  pointer-events: none;
}
.entry_div .date_list .select_wrap select {
  min-width: 70px;
  max-width: 70px;
}
.entry_div .date_list .select_wrap::after {
  right: 15px;
}
.entry_div .date_list label {
  margin: 0 5px;
}
.entry_div .date_list label:nth-of-type(1) {
  margin-left: 0;
}
.entry_div .date_list label:nth-of-type(2) span.wpcf7-not-valid-tip,
.entry_div .date_list label:nth-of-type(3) span.wpcf7-not-valid-tip {
  position: absolute;
  width: 240px;
  text-wrap: wrap;
  margin-top: 4px;
  line-height: 1.2;
}
.entry_div .date_list label input {
  width: 100%;
  padding: 10px 10px 13px;
  height: 50px;
  background: #fff;
  color: #252525;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  appearance: none;
}
.entry_div textarea {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0;
  padding: 10px;
  outline: 0;
  border: none;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  width: 100%;
  height: 220px;
  max-height: 500px;
  resize: vertical;
}
.entry_div .radio_list {
  display: flex;
}
.entry_div .radio_list li {
  width: 40%;
}
.entry_div .radio_list label {
  display: flex;
  align-items: center;
}
.entry_div .radio_list label span {
  display: inline-block;
  margin-left: 5px;
}
.entry_div .gender .wpcf7-list-item {
  margin: 0 50px 0 0;
}
.entry_div .date_list li {
  display: flex;
  align-items: center;
}
.entry_div .date_list li span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  margin-right: 20px;
}
.entry_div .date_list li + li {
  margin-top: 20px;
}
.entry_div .date_list label.preferreddate {
  min-width: 94%;
}
.entry_div span.wpcf7-form-control-wrap {
  margin: 0;
}
.entry_div span.wpcf7-not-valid-tip {
  margin: 0;
  font-size: 1em!important;
  font-weight: normal!important;
}
.entry_div span.wpcf7-spinner {
  margin: 10px auto -20px;
  display: block;
}
.entry_div.acceptance > p {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.entry_div.acceptance > p span.acceptance-not-valid {
  color: #dc3232;
}
.entry_div.acceptance > p span.wpcf7-list-item {
  margin: 0;
}
.entry_div.acceptance > p span.wpcf7-list-item label {
  display: flex;
  justify-items: center;
}
.entry_div.acceptance > p span.wpcf7-list-item label input {
  margin-right: 5px;
}

.entry .btn_entry {
  height: 65px;
  line-height: 60px;
  width: 85%;
  /* margin: 50px auto 0; */
  margin: 0 auto;
  cursor: pointer;
}
.entry-fin .btn_entry {
  margin: 50px auto 0!important;
}
.entry .btn_entry.contact_btn_back,
.entry .btn_entry.contact_btn_send {
  display: none;
}
.entry .btn_entry.contact_btn_back {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background: #ddd;
}
.entry .btn_entry.contact_btn_back::after {
  display: none!important;
}
.entry .btn_entry.contact_btn_back span,
.entry .btn_entry.contact_btn_back::after {
  color: #555!important;
}

.entry_div + .entry_div {
  margin-top: 40px;
}
.entry_div:nth-last-of-type(1){
  margin-bottom: 50px;
}

div.wpcf7-response-output {
  display: none!important;
}
.entry_div input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset!important;
}

.confirm_list {
  border-top: 1px solid #d1d1d1;
}
.confirm_list .confirm_item {
  margin-top: 0 !important;
  padding: 30px 0!important;
  border-bottom: 1px solid #d1d1d1;
}
.confirm_list .confirm_item .confirm_txt {
  font-size: 12px;
}
.confirm_list .date_list li {
  display: flex;
  align-items: center;
}
.confirm_list .date_list li span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  margin-right: 20px;
}
.confirm_list .date_list li + li {
  margin-top: 20px;
}
.entry_text,
.entry_form_text.show {
  display: block;
}
.entry_text.hide,
.entry_form_text {
  display: none;
}
.entry_div.message p.textareaVal {
  display: none;
}
.confirm_list .confirm_item.message p.textareaVal {
  display: block;
}
.confirm_list.confirm_list .date_list li {
  margin: 0!important;
  font-weight: 400;
}
.confirm_list.confirm_list .date_list li span {
  font-size: initial;
  height: 0;
  display: inline-block;
}
.confirm_list.confirm_list .confirm_item input,
.confirm_list .confirm_item textarea,
.confirm_list .confirm_item select
{
  border: none!important;
  padding: 0!important;
  pointer-events: none!important;
  user-select: none!important;
  background-color: #fff!important;
  outline: none!important;
}
.confirm_list.confirm_list .confirm_item .date_list input::-webkit-calendar-picker-indicator {
  display: none!important;
}
.confirm_list.confirm_list .confirm_item .date_list .select_wrap select {
  min-width: auto;
}
.confirm_list .confirm_item .entry_note,
.confirm_list .confirm_item.acceptance,
.confirm_list .confirm_item textarea,
.confirm_list .confirm_item .select_wrap::after,
.confirm_list .confirm_item.gender input,
.confirm_list .confirm_item.gender label span
{
  display: none;
}
.confirm_list .confirm_item.gender input:checked + span {
  display: block;
}
.confirm_list .confirm_item.gender .wpcf7-list-item {
  margin: 0 !important;
}
.confirm_list .confirm_item.btns {
  text-align: center;
  margin: 20px auto -30px !important;
  border-bottom: none!important;
}

@media (max-width: 990px) {
  .entry_div .date_list label input {
    margin-bottom: 10px;
  }
  .entry_div .date_list label:nth-of-type(2) {
    margin-left: 0;
  }
  .entry_div .date_list label:nth-of-type(2),
  .entry_div .date_list label:nth-of-type(2) span,
  .entry_div .date_list label:nth-of-type(3),
  .entry_div .date_list label:nth-of-type(3) span {
    display: inline-block!important;
  }
  .entry_div .date_list label:nth-of-type(2) span,
  .entry_div .date_list label:nth-of-type(3) span {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .entry_btn_list .btn {
    font-size: 18px;
  }
  .entry_btn_list .btn span {
    /* position: absolute;
    top: 18%; */
    width: 30px;
  }
  .entry_ttl {
    font-size: 18px;
  }
  .entry_ttl span {
    font-size: 14px;
  }
  .entry_div input[type=text],
  .entry_div input[type=email],
  .entry_div input[type=tel] {
    height: 50px;
  }
  .entry_div .select_wrap select {
    height: 50px;
  }
  .entry_div .date_list li span {
    font-size: 18px;
  }
  .confirm_list .confirm_item .confirm_txt {
    font-size: 18px;
  }
  .confirm_list .date_list li span {
    font-size: 18px;
  }
}
/*----------------------------------
blog
----------------------------------*/
.blog_select {
  background: #f9f7f5;
  padding: 70px 0 55px;
}
.blog_select ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_select ul li {
  width: 48%;
  margin-bottom: 15px;
}
.blog_select ul label {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 100px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
.blog_select ul .checkbox_input {
  display: none;
}
.blog_select ul .checkbox_txt {
  padding-left: 20px;
  position: relative;
}
.blog_select ul .checkbox_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #3b3b3b;
}
.blog_select ul .checkbox_input:checked + .checkbox_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 1px solid #ce3636;
  border-right: 1px solid #ce3636;
}

.blog_list_sec {
  padding: 70px 0 0;
}

.blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-bottom: 50px; */
}
.blog_list li {
  width: 48%;
  margin-bottom: 30px;
}
.blog_list li .pic {
  overflow: hidden;
}
.blog_list li .pic img {
  transition: 0.3s ease-in-out;
  height: 100% !important;
}
.blog_list li .pic img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s ease-in-out;
}
.blog_list li .txt {
  margin-top: 10px;
}
.blog_list li .txt .date {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #ce3636;
  margin-bottom: 5px;
}
.blog_list li .txt a {
  display: block;
  color: #252525;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.blog_list li .txt a:hover {
  opacity: 0.8;
}
.blog_list li .txt .tag {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 100px;
  padding: 0 10px;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
}

.archive-pagination {
  margin-top: 40px;
}
.page-numbers, .nav-links {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page-numbers a, .nav-links a {
  transition: 0.3s ease-in-out;
}
.page-numbers a:hover, .nav-links a:hover {
  color: #ce3636;
}
.page-numbers .current {
  color: #ce3636;
}
.page-numbers .page-none {
  opacity: 0.5;
}

.blog_mv .sub_mv_ttl {
  margin-bottom: 0px;
}

.shareBtn {
  margin-bottom: 25px;
}

.shareBtn > div {
  font-size: 0 !important;
  line-height: 1.9;
}

.shareBtn a {
  display: inline-block;
  color: #fff !important;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 11px;
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}
.shareBtn a:hover {
  opacity: 0.8;
}

.shareBtn a.facebook {
  background-color: #3b5998;
}

.shareBtn a.facebook img {
  width: 6px;
  height: 12px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  vertical-align: baseline;
}

.shareBtn a.twitter {
  background-color: #1da1f2;
  margin: 0 5px 0 0;
  border: none;
}

.shareBtn a.x-twitter {
  background-color: #0f1419;
  margin: 0 5px 0 0;
  border: none;
}

.shareBtn a.x-twitter img {
  width: 13px;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  vertical-align: baseline;
}

.shareBtn a.line {
  background-color: #1dcd00;
}

.shareBtn a.line img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  vertical-align: baseline;
}

.blog_contents_ttl {
  margin-bottom: 20px;
}
.blog_contents_ttl .date {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #ce3636;
  margin-bottom: 5px;
  margin-right: 20px;
}
.blog_contents_ttl .tag {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 100px;
  padding: 0 10px;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}
.blog_contents_ttl h1 {
  font-size: 15px;
  font-weight: 700;
}

.blog_contents_mv {
  margin-bottom: 20px;
}

.blog_contents {
  margin-bottom: 60px;
}
.blog_contents .pic {
  margin-bottom: 20px;
}
.blog_contents h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog_contents h3 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog_contents h4 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog_contents p {
  margin-bottom: 20px;
}
.blog_contents strong {
  font-weight: 700;
}
.blog_contents .txt_link {
  text-decoration: underline;
  color: #ce3636;
}
.blog_contents .txt_red {
  color: #ce3636;
}
.blog_contents .txt_blue {
  color: #1da1f2;
}
.blog_contents .txt_green {
  color: #06c755;
}
.blog_contents .bold {
  font-weight: 700;
}
.blog_contents table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
  margin-bottom: 20px;
}
.blog_contents table th {
  border-top: 1px solid #d84848;
  color: #d84848;
  font-weight: 500;
  padding: 12px 0 12px 12px;
}
.blog_contents table td {
  text-align: left;
  border-top: 1px solid #969696;
  padding: 12px 12px 12px 25px;
}
.blog_contents table tr:last-child th {
  border-bottom: 1px solid #d84848;
}
.blog_contents table tr:last-child td {
  border-bottom: 1px solid #969696;
}
.blog_contents ul {
  margin-bottom: 20px;
}
.blog_contents ul li + li {
  margin-top: 10px;
}
.blog_contents ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.blog_contents ul li::before {
  content: "・";
  color: #ce3636;
}
.blog_contents dl {
  margin-bottom: 20px;
}
.blog_contents dl dt + dt {
  margin-top: 10px;
}
.blog_contents dl dt {
  margin-left: 1em;
  text-indent: -1em;
}
.blog_contents dl dt::before {
  content: "・";
  color: #ce3636;
}
.blog_contents .btn01 {
  margin-bottom: 20px;
  background: #06c755;
}
.blog_contents .btn01.btn_anm {
  border: 1px solid #06c755;
}
.blog_contents .btn01:hover::after {
  color: #06c755;
}
.blog_contents .btn01:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.blog_contents .btn01:hover span {
  color: #06c755;
}
.blog_contents .btn02 {
  margin-bottom: 20px;
}
.blog_contents .btn_wrap {
  display: flex;
}
.blog_contents .btn_wrap a {
  width: 40%;
}
.blog_contents .btn_wrap a + a {
  margin-left: 30px;
}
.blog_contents .pic_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog_contents .pic_wrap * {
  width: 48%;
}

@media (min-width: 768px) {
  .blog_select ul .checkbox_txt {
    padding-left: 20px;
    position: relative;
  }
  .blog_select ul .checkbox_txt::before {
    top: 9px;
  }
  .blog_select ul .checkbox_input:checked + .checkbox_txt::after {
    top: 9px;
  }
  .blog_list li .txt .date {
    font-size: 13px;
  }
  .blog_list li .txt a {
    font-size: 16px;
  }
  .blog_list li .txt .tag {
    font-size: 12px;
  }
  .blog_contents_ttl .date {
    font-size: 16px;
  }
  .blog_contents_ttl .tag {
    font-size: 15px;
  }
  .blog_contents_ttl h1 {
    font-size: 22px;
  }
  .blog_contents h2 {
    font-size: 21px;
  }
  .blog_contents h3 {
    font-size: 18px;
  }
  .blog_contents h4 {
    font-size: 17px;
  }
}

/*----------------------------------
children
----------------------------------*/
.main.children {
  margin: 0 auto;
  right: 0;
  left: 0;
  box-shadow: none;
}
.main.children .sub {
  padding: 60px 0;
}
.main.children .csr_slide02 {
  margin-bottom: 70px;
}
.main.children .sub_table {
  margin-bottom: 40px;
}
.main.children .sub_table th{
  width: 22%;vertical-align: top;
}
.main.children .sub_table td{
  width: 78%;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------
sitemap
----------------------------------*/
.site {
  padding: 60px;
}
.site p {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.site a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */