@charset "UTF-8";
/*
Theme Name:massive_tcd084_child
Version:2.4.1
Template:massive_tcd084
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dd,
dt,
a,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
}

header {
  background: rgba(24, 24, 24, 0.6);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}

header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 80px;
  padding-left: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  header .header_pc {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  header .header_pc {
    height: 60px;
  }
}
@media (max-width: 370px) {
  header .header_pc {
    height: 50px;
  }
}
html body #header {
  height: 80px;
}

@media (max-width: 1200px) {
  html body #header {
    height: 60px;
  }
}
header .header_pc .header_logo {
  width: 405px;
  margin-left: 0;
  height: 80px;
}

@media (max-width: 1200px) {
  header .header_pc .header_logo {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 370px) {
  header .header_pc .header_logo {
    height: 50px;
    width: auto;
  }
}
header .header_pc .header_logo a {
  width: 405px;
  height: 80px;
  display: block;
}

@media (max-width: 1200px) {
  header .header_pc .header_logo a {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 370px) {
  header .header_pc .header_logo a {
    height: 50px;
    width: auto;
  }
}
header .header_pc .header_item {
  display: -ms-flexbox;
  height: 80px;
  position: inherit;
  bottom: 0;
  right: clamp(20px, 10.4166666667vw, 200px);
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  header .header_pc .header_item {
    right: clamp(20px, 4.39238653vw, 60px);
  }
}
@media (max-width: 1200px) {
  header .header_pc .header_item {
    display: none;
  }
}
header .header_pc .header_item .header_nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  -moz-column-gap: clamp(10px, 1.4641288433vw, 20px);
  column-gap: clamp(10px, 1.4641288433vw, 20px);
  margin: 0 20px;
  list-style: none;
  height: 100%;
}

@media (max-width: 1450px) {
  header .header_pc .header_item .header_nav ul {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 1360px) {
  header .header_pc .header_item .header_nav ul {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
header .header_pc .header_item .header_nav ul li {
  display: flex;
  height: 100%;
  align-items: center;
}

.header_nav {
  height: 100%;
}

.header_nav .parent {
  position: relative;
  cursor: pointer !important;
  float: left;
}

.header_nav .parent a {
  margin: -3px 0px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s all;
}

.header_nav .child {
  opacity: 0;
  display: none !important;
  margin: 0 !important;
  width: 200px;
  height: 70% !important;
  transition: 0.4s;
}

.header_nav .child a {
  font-size: 14px !important;
}

.header_nav .parent:hover > ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 100%;
}

.header_nav .child li {
  width: 100%;
}

.header_nav .bt_none {
  border-top: none !important;
}

.header_nav .child li a {
  background: #222222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 21px 0 21px !important;
  font-weight: 500 !important;
  margin: 0;
  line-height: 1.7 !important;
  transition: 0.4s;
  text-align: start;
}

.header_nav .child li a:hover {
  background: rgba(153, 22, 22, 0.9);
  color: #fff !important;
}

.header_nav .child li a::after {
  display: none;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  height: 100%;
  flex-direction: column;
  line-height: 1;
  row-gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.317715959vw, 18px);
  font-weight: 600;
  transition: 0.4s;
}

header .header_pc .header_item .header_nav ul li a span {
  transition: 0.4s;
}

header .header_pc .header_item .header_nav ul li a .gnav_small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #fff;
}

header .header_pc .header_item .header_nav ul li a:hover {
  transition: 0.4s;
  color: #991616;
}

header .header_pc .header_item .header_nav ul li a:hover span {
  transition: 0.4s;
  color: #991616;
}

header .header_pc .header_item .header_cta {
  width: 150px;
  height: 80px;
}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #282d49;
  color: #fff;
  font-weight: bold;
}

header .header_pc .header_item .header_cta a::before {
  font-size: 16px;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
}

.navigation {
  height: 70px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .navigation {
    display: contents;
  }
}
.navigation .nav-list {
  position: absolute;
  width: 100%;
  height: auto;
  top: 60px;
  max-height: calc(100vh - 60px);
  overflow: auto;
}

@media (max-width: 370px) {
  .navigation .nav-list {
    top: 50px;
    max-height: calc(100vh - 50px);
  }
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  padding-top: 5px;
  transition: 0.4;
}

.brand img {
  max-width: 110px;
  transition: 0.4s;
}

.brand img:hover {
  transition: 0.4s;
  opacity: 0.7;
}

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

@media (max-width: 1200px) {
  nav {
    float: right;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    float: left;
    position: relative;
  }
  nav ul li img {
    width: 45px;
    height: 45px;
  }
  nav ul li .img_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  nav ul li a,
  nav ul li a:visited {
    display: block;
    padding: 12px !important;
    line-height: 70px;
    background: #222222;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #991616;
    color: #fff;
  }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  nav ul li ul li {
    min-width: 190px;
  }
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown a {
  font-size: 12px !important;
  background: #e07b7b !important;
  color: #fff !important;
}

/* Mobile navigation */
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}

@media (max-width: 370px) {
  .nav-mobile {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
#nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

@media (max-width: 370px) {
  #nav-toggle {
    left: 5px;
    top: 15px;
  }
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

@media (max-width: 370px) {
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    width: 25px;
  }
}
#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media (max-width: 370px) {
  html body #header {
    height: 50px;
  }
}
#header_slider_button {
  display: none !important;
}

#header_slider_wrap {
  margin-top: 0;
  position: relative;
  height: 100vh !important;
}
/*
@media (max-width: 1200px) {
  #header_slider_wrap {
    height: 50.9733110926vw !important;
  }
}
@media (max-width: 866px) {
  #header_slider_wrap {
    height: 67.9733110926vw !important;
  }
} */
#header_slider_wrap #header_slider {
  position: relative;
  height: 100vh !important;
}

/* @media (max-width: 1200px) {
  #header_slider_wrap #header_slider {
    height: 50.9733110926vw !important;
  }
}
@media (max-width: 866px) {
  #header_slider_wrap #header_slider {
    height: 67.9733110926vw !important;
  }
} */
#header_slider_wrap #header_slider .slick-slide {
  height: 100vh !important;
  width: 100%;
}

/* @media (max-width: 1200px) {
  #header_slider_wrap #header_slider .slick-slide {
    height: 100% !important;
  }
}
@media (max-width: 1099px) {
  #header_slider_wrap #header_slider .slick-slide {
    height: 100% !important;
  }
} */
#header_slider_wrap #header_slider .slick-slide img {
  height: 100% !important;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  #header_slider_wrap #header_slider .slick-slide img {
    height: 100% !important;
  }
}
@media (max-width: 1099px) {
  #header_slider_wrap #header_slider .slick-slide img {
    height: 100% !important;
  }
}
#header_slider_wrap #header_slider::after {
  background: url(/wp-content/uploads/mv_text.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  content: "";
}

#header_slider_wrap #header_slider .slick-list {
  height: 100% !important;
}

@media (max-width: 1200px) {
  #header_slider_wrap #header_slider .slick-list {
    height: 100% !important;
  }
}
#header_slider_wrap #header_slider .slick-list .slick-track {
  height: 100% !important;
}

@media (max-width: 1200px) {
  #header_slider_wrap #header_slider .slick-list .slick-track {
    height: 100% !important;
  }
}
#header_slider_wrap #header_slider .slick-list .slick-track .item {
  height: 100% !important;
}

@media (max-width: 1200px) {
  #header_slider_wrap #header_slider .slick-list .slick-track .item {
    height: 100% !important;
  }
}
html body #header:hover,
html.open_menu #header {
  background: rgba(24, 24, 24, 0.6) !important;
}

#s01 {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: clamp(70px, 14.6412884334vw, 200px) 0 40px;
}

#s01::after {
  content: "KAZE PLANNING";
  line-height: 1;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 12.03125vw;
  text-align: center;
  color: #efefef;
  width: 100%;
  letter-spacing: 0.02em;
}

@media (max-width: 1200px) {
  #s01::after {
    top: 5.8381984987vw;
  }
}
@media (max-width: 769px) {
  #s01::after {
    top: 6.5019505852vw;
  }
}
@media (max-width: 425px) {
  #s01::after {
    top: 9.1027308192vw;
  }
}
@media (max-width: 350px) {
  #s01::after {
    top: 11.7035110533vw;
  }
}
#s01 .inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 769px) {
  #s01 .inner {
    max-width: 640px;
  }
}
#s01 .inner .wrap {
  margin: 0 20px;
}

#s01 .inner .wrap .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
  column-gap: clamp(30px, 4.39238653vw, 60px);
  justify-content: space-between;
  margin-bottom: clamp(70px, 9.5168374817vw, 130px);
}

@media (max-width: 769px) {
  #s01 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 45px;
  }
}
@media (max-width: 600px) {
  #s01 .inner .wrap .flex_box {
    margin-bottom: 130px;
  }
}
#s01 .inner .wrap .flex_box .img_area {
  max-width: 495px;
  width: 100%;
}

#s01 .inner .wrap .flex_box .text_area {
  max-width: 555px;
  width: 100%;
}

#s01 .inner .wrap .flex_box .text_area .sub {
  margin-bottom: 17px;
  color: #991616;
  background: linear-gradient(transparent 70%, #ffe8e8 70%);
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: clamp(20px, 1.4583333333vw, 28px);
  line-height: 1.85;
}

@media (max-width: 425px) {
  #s01 .inner .wrap .flex_box .text_area .sub {
    font-size: 18px;
  }
}
#s01 .inner .wrap .flex_box .text_area .title {
  color: #222222;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 1.5625vw, 30px);
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-bottom: clamp(30px, 4.0263543192vw, 55px);
}

@media (max-width: 425px) {
  #s01 .inner .wrap .flex_box .text_area .title {
    font-size: 20px;
  }
}
@media (max-width: 1065px) {
  #s01 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
@media (max-width: 769px) {
  #s01 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
@media (max-width: 550px) {
  #s01 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
#s01 .inner .wrap .flex_box .text_area .button {
  text-align: center;
}

#s01 .inner .wrap .flex_box .text_area .button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  padding-right: 26px;
}

@media (max-width: 769px) {
  #s01 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s01 .inner .wrap .flex_box .text_area .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

#s01 .inner .wrap .flex_box .text_area .button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

#s01 .inner .wrap .grid_box {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #991616;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 2.9282576867vw, 40px) clamp(20px, 3.6458333333vw, 70px)
    clamp(45px, 4.39238653vw, 60px);
  position: relative;
}

#s01 .inner .wrap .grid_box::after {
  width: clamp(110px, 12.8111273792vw, 175px);
  height: clamp(110px, 12.8111273792vw, 175px);
  position: absolute;
  right: -3.5416666667vw;
  top: -4.5833333333vw;
  background: url(/wp-content/uploads/top_intro_img02.png) no-repeat center
    center;
  background-size: contain;
  content: "";
}

@media (max-width: 1100px) {
  #s01 .inner .wrap .grid_box::after {
    right: -20px;
    top: -40px;
  }
}
@media (max-width: 600px) {
  #s01 .inner .wrap .grid_box::after {
    top: -80px;
  }
}
#s01 .inner .wrap .grid_box .grid_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.3426061493vw, 32px);
  letter-spacing: 0.02em;
  line-height: 2;
  color: #991616;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}

#s01 .inner .wrap .grid_box .grid_title .grid_title_space {
  display: none;
}

@media (max-width: 450px) {
  #s01 .inner .wrap .grid_box .grid_title .grid_title_space {
    display: block;
  }
}
#s01 .inner .wrap .grid_box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(30px, 2.34375vw, 45px);
  column-gap: clamp(30px, 2.34375vw, 45px);
}

@media (max-width: 825px) {
  #s01 .inner .wrap .grid_box ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 550px) {
  #s01 .inner .wrap .grid_box ul {
    grid-template-columns: 1fr;
  }
}
#s01 .inner .wrap .grid_box ul li {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  color: #222222;
}

#s01 .inner .wrap .grid_box ul li span {
  color: #991616;
  font-size: 14px;
}

.cb_content {
  padding: clamp(40px, 5.1244509517vw, 70px) 0 clamp(50px, 7.3206442167vw, 80px)
    0 !important;
}

@media (max-width: 769px) {
  .cb_content {
    padding: 40px 20px 50px !important;
  }
}
.cb_interview_list .interview_title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4.3191800878vw, 59px);
  letter-spacing: 0.04em;
  color: #222222;
  margin-bottom: 20px;
  line-height: normal;
  text-align: center;
}

.cb_interview_list .interview_sub {
  text-align: center;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  color: #222222;
}

.cb_interview_list .interview_button {
  text-align: center;
}

.cb_interview_list .interview_button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  padding-right: 26px;
  margin: 40px auto 0 auto;
}

.cb_interview_list .interview_button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

.cb_interview_list .interview_button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

html body .interview_list_wrap {
  overflow: hidden;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  html body .interview_list_wrap {
    max-width: 640px;
  }
}
html body .interview_list_wrap .interview_list {
  padding: 0 20px;
  justify-content: center;
}

@media (max-width: 769px) {
  html body .interview_list_wrap .interview_list {
    padding: 0;
  }
}
html body .interview_list_wrap .interview_list .item {
  width: calc(33% - 30px);
}

@media (max-width: 769px) {
  html body .interview_list_wrap .interview_list .item {
    width: 100%;
  }
}
.cb_interview_list.no_desc_image .cb_contents_inner {
  margin-bottom: clamp(50px, 5.1244509517vw, 70px);
}

#s02 {
  padding: clamp(50px, 5.1244509517vw, 70px) 0 0 0;
  background: #efefef;
}

#s02 .inner {
  max-width: 1810px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  #s02 .inner {
    max-width: 640px;
  }
}
#s02 .inner .wrap {
  margin: 0 20px;
}

#s02 .inner .wrap .title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4.3191800878vw, 59px);
  letter-spacing: 0.04em;
  color: #222222;
  margin-bottom: 20px;
  line-height: normal;
  text-align: center;
}

#s02 .inner .wrap .sub {
  text-align: center;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  color: #222222;
  margin-bottom: clamp(60px, 7.3206442167vw, 100px);
}

#s02 .inner .wrap .flex_box {
  display: flex;
  gap: 20px 2%;
  flex-wrap: wrap;
  justify-content: center;
}

#s02 .inner .wrap .flex_box a {
  transition: 0.4s;
}

#s02 .inner .wrap .flex_box a:hover {
  transition: 0.4s;
  filter: brightness(1.4);
}

@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box {
    gap: 20px;
  }
}
#s02 .inner .wrap .flex_box > * {
  width: 23%;
}

@media (max-width: 1024px) {
  #s02 .inner .wrap .flex_box > * {
    width: 32%;
  }
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box > * {
    width: 48%;
  }
}
@media (max-width: 540px) {
  #s02 .inner .wrap .flex_box > * {
    width: 100%;
  }
}
#s02 .inner .mb_0 {
  margin-bottom: 0;
}

#s03 {
  position: relative;
  overflow: hidden;
  background: #efefef;
  padding: clamp(80px, 17.5695461201vw, 240px) 0
    clamp(60px, 7.3206442167vw, 100px);
}

#s03::after {
  content: "KAZE PLANNING";
  line-height: 1;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 12.03125vw;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 0.02em;
}

@media (max-width: 1200px) {
  #s03::after {
    top: 8.3402835696vw;
  }
}
@media (max-width: 769px) {
  #s03::after {
    top: 7.8023407022vw;
  }
}
@media (max-width: 425px) {
  #s03::after {
    top: 10.9375vw;
  }
}
#s03 .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 769px) {
  #s03 .inner {
    max-width: 640px;
  }
}
#s03 .inner .wrap {
  margin: 0 20px;
}

#s03 .inner .wrap .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
  column-gap: clamp(30px, 4.39238653vw, 60px);
  justify-content: space-between;
}

@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 45px;
  }
}
#s03 .inner .wrap .flex_box .img_area {
  max-width: 515px;
  width: 100%;
}

@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .img_area {
    max-width: 100%;
  }
}
#s03 .inner .wrap .flex_box .text_area {
  max-width: 610px;
  width: 100%;
}

@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .text_area {
    max-width: 100%;
  }
}
#s03 .inner .wrap .flex_box .text_area .title {
  color: #222222;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 1.5625vw, 30px);
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-bottom: clamp(30px, 4.0263543192vw, 55px);
}

@media (max-width: 425px) {
  #s03 .inner .wrap .flex_box .text_area .title {
    font-size: 20px;
  }
}
@media (max-width: 1065px) {
  #s03 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .text_area .title .title_space {
    display: block;
  }
}
@media (max-width: 550px) {
  #s03 .inner .wrap .flex_box .text_area .title .title_space {
    display: none;
  }
}
#s03 .inner .wrap .flex_box .text_area .content {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  margin-bottom: clamp(30px, 4.0263543192vw, 55px);
}

#s03 .inner .wrap .flex_box .text_area .button {
  text-align: center;
}

#s03 .inner .wrap .flex_box .text_area .button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  padding-right: 26px;
}

@media (max-width: 769px) {
  #s03 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s03 .inner .wrap .flex_box .text_area .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

#s03 .inner .wrap .flex_box .text_area .button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

#s03 .inner .wrap .grid_box {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #991616;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(30px, 2.9282576867vw, 40px) clamp(20px, 3.6458333333vw, 70px)
    clamp(45px, 4.39238653vw, 60px);
  position: relative;
}

#s03 .inner .wrap .grid_box::after {
  width: clamp(110px, 12.8111273792vw, 175px);
  height: clamp(110px, 12.8111273792vw, 175px);
  position: absolute;
  right: -3.5416666667vw;
  top: -4.5833333333vw;
  background: url(/wp-content/uploads/top_intro_img02.png) no-repeat center
    center;
  background-size: contain;
  content: "";
}

@media (max-width: 1100px) {
  #s03 .inner .wrap .grid_box::after {
    right: -20px;
    top: -40px;
  }
}
@media (max-width: 600px) {
  #s03 .inner .wrap .grid_box::after {
    top: -80px;
  }
}
#s03 .inner .wrap .grid_box .grid_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.3426061493vw, 32px);
  letter-spacing: 0.02em;
  line-height: 2;
  color: #991616;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}

#s03 .inner .wrap .grid_box .grid_title .grid_title_space {
  display: none;
}

@media (max-width: 450px) {
  #s03 .inner .wrap .grid_box .grid_title .grid_title_space {
    display: block;
  }
}
#s03 .inner .wrap .grid_box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(30px, 2.34375vw, 45px);
  column-gap: clamp(30px, 2.34375vw, 45px);
}

@media (max-width: 825px) {
  #s03 .inner .wrap .grid_box ul {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 550px) {
  #s03 .inner .wrap .grid_box ul {
    grid-template-columns: 1fr;
  }
}
#s03 .inner .wrap .grid_box ul li {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  color: #222222;
}

#s03 .inner .wrap .grid_box ul li span {
  color: #991616;
  font-size: 14px;
}

#cb_content_2 {
  padding: 70px 20px !important;
  background: #efefef;
}

#s04 {
  padding-top: clamp(70px, 15.3733528551vw, 210px);
  position: relative;
}

#s04 .button {
  margin-top: clamp(45px, 4.39238653vw, 60px);
  text-align: center;
}

#s04 .button a {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  padding-right: 26px;
}

@media (max-width: 769px) {
  #s04 .button a {
    margin: 0 auto;
  }
}
#s04 .owl-carousel .owl-nav.disabled {
  display: flex !important;
}
#s04 .owl-prev,
#s04 .owl-next {
  display: block !important;
}
#s04 .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

#s04 .button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

#s04::after {
  content: "EVENT PERFORMER";
  line-height: 1;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 10.2604166667vw;
  text-align: center;
  color: #efefef;
  width: 100%;
  letter-spacing: 0.02em;
}

@media (max-width: 1366px) {
  #s04::after {
    top: 8.78477306vw;
  }
}
@media (max-width: 769px) {
  #s04::after {
    top: 10.4031209363vw;
  }
}
@media (max-width: 425px) {
  #s04::after {
    top: 15.625vw;
  }
}
#s04 .inner {
  position: relative;
  z-index: 1;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  #s04 .inner {
    max-width: 640px;
  }
}
#s04 .inner .wrap {
  margin: 0 20px;
}

#s04 .inner .wrap .title {
  margin: 0 20px;
  color: #222222;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 1.9791666667vw, 38px);
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
  text-align: center;
}

@media (max-width: 425px) {
  #s04 .inner .wrap .title {
    font-size: 20px;
  }
}
#s04 .inner .wrap .title .title_space {
  display: none;
}

@media (max-width: 769px) {
  #s04 .inner .wrap .title .title_space {
    display: block;
  }
}
#s04 .inner .wrap .content {
  font-size: clamp(13px, 1.0248901903vw, 14px);
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: clamp(40px, 4.39238653vw, 60px);
}

@media (max-width: 769px) {
  #s04 .inner .wrap .content {
    text-align: start;
  }
}
#s04 .owl-carousel {
  padding-top: 30px;
}
#s04 .owl-carousel p {
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
#s04 .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 425px) {
  #s04 .owl-carousel .owl-item img {
    height: 200px;
  }
}
#s04 .owl-theme .owl-dots,
#s04 .owl-theme .owl-nav {
  text-align: end;
  padding-right: 0;
}

@media (max-width: 769px) {
  #s04 .owl-theme .owl-dots,
  #s04 .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s04 .owl-next {
  font-size: 0;
  width: 100%;
  position: relative;
  color: #fff !important;
}

#s04 .owl-next::after {
  position: absolute;
  top: -170px;
  right: -5px;
  transform: translateY(-50%);
  content: "\f054";
  color: #fff;
  background: #991616;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 40px;
  height: 40px;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#s04 .owl-prev {
  font-size: 0;
  position: relative;
  color: #fff !important;
  width: 100%;
}

#s04 .owl-prev::after {
  position: absolute;
  top: -170px;
  left: -5px;
  transform: translateY(-50%);
  content: "\f053";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  background: #991616;
  font-size: 16px !important;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 425px) {
  #s04 .owl-next::after {
    top: -150px;
  }
  #s04 .owl-prev::after {
    top: -150px;
  }
}
#s04 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
}

html body .cb_box_content .box_content .headline {
  bottom: -0.25em;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(28px, 2.8125vw, 54px) !important;
  font-weight: bold !important;
}

html body .cb_box_content .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
  font-size: clamp(20px, 2.196193265vw, 30px) !important;
  margin-bottom: clamp(10px, 1.317715959vw, 18px) !important;
}

html body .cb_box_content .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold !important;
  line-height: 2 !important;
  font-size: clamp(14px, 1.1713030747vw, 16px) !important;
}

html body .cb_box_content .content_top {
  padding: 0 clamp(20px, 3.125vw, 60px) !important;
}

html body .cb_box_content .content_bottom {
  position: relative;
  padding: 0 clamp(20px, 3.125vw, 60px) !important;
}

html body .cb_box_content .content_bottom::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #222222;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: clamp(18px, 1.4641288433vw, 20px);
}

html body .cb_box_content .image {
  max-width: 380px !important;
  width: 100%;
  margin: 0;
  height: auto;
}

@media (max-width: 1200px) {
  html body .cb_box_content .image {
    max-width: 300px !important;
  }
}
html body .num1 .content_bottom::after {
  content: "こだわり" !important;
}

html body .num2 .content_bottom::after {
  content: "ご依頼の流れ" !important;
}

html body .num3 .content_bottom::after {
  content: "よくあるご質問";
}

html body .cb_news_list .news_title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4.3191800878vw, 59px);
  letter-spacing: 0.04em;
  color: #222222;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
}

html body .cb_news_list .news_sub {
  text-align: center;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  color: #222222;
  margin-bottom: clamp(40px, 4.39238653vw, 60px);
}

html body .cb_news_list .date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 2;
}

html body .cb_news_list .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: #222222;
}

html body .cb_news_list .news_button {
  text-align: center;
}

html body .cb_news_list .news_button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  padding-right: 26px;
  margin: 35px auto 0 auto;
}

html body .cb_news_list .news_button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

html body .cb_news_list .news_button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.blog_wrap {
  margin: 0 20px;
}

html body .cb_blog_list {
  display: flex;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  -moz-column-gap: clamp(20px, 2.5622254758vw, 35px);
  column-gap: clamp(20px, 2.5622254758vw, 35px);
}

@media (max-width: 769px) {
  html body .cb_blog_list {
    max-width: 540px;
    width: 100%;
    flex-direction: column;
    row-gap: 45px;
  }
}
html body .cb_blog_list .blog_list {
  flex-direction: column;
  margin: 0 !important;
}

html body .cb_blog_list .blog_title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4.3191800878vw, 59px);
  letter-spacing: 0.04em;
  color: #222222;
  margin-bottom: 0px;
  line-height: normal;
  text-align: start;
}

html body .cb_blog_list .blog_sub {
  text-align: start;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 20px;
}

html body .cb_blog_list .button {
  text-align: center;
}

html body .cb_blog_list .button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.4s;
  padding-right: 26px;
  margin-top: 35px;
  margin-left: auto;
}

@media (max-width: 769px) {
  html body .cb_blog_list .button a {
    margin: 35px auto 0 auto;
  }
}
html body .cb_blog_list .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

html body .cb_blog_list .button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

html body .cb_blog_list .cb_contents_inner {
  max-width: 500px;
  width: 100%;
}

@media (max-width: 769px) {
  html body .cb_blog_list .cb_contents_inner {
    max-width: 100%;
  }
}
html body .cb_blog_list .facebook_area {
  max-width: 500px;
  width: 100%;
}

@media (max-width: 769px) {
  html body .cb_blog_list .facebook_area {
    max-width: 100%;
  }
}
html body .cb_blog_list .blog_list .item {
  width: 100%;
}

#s05 {
  padding: clamp(60px, 7.3206442167vw, 100px) 0;
  background: #efefef;
}

#s05 .inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  #s05 .inner {
    max-width: 640px;
  }
}
#s05 .inner .wrap {
  margin: 0 20px;
}

#s05 .inner .wrap .card {
  width: 100%;
  padding: clamp(60px, 4.1666666667vw, 80px) clamp(20px, 5.9895833333vw, 115px)
    clamp(75px, 7.3206442167vw, 100px);
  background: url(/wp-content/uploads/top_column_bg.jpg) no-repeat center center;
  background-size: cover;
}

#s05 .inner .wrap .card .title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4.3191800878vw, 59px);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
}

#s05 .inner .wrap .card .sub {
  text-align: center;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}

#s05 .inner .wrap .card .content {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media (max-width: 500px) {
  #s05 .inner .wrap .card .content {
    text-align: start;
  }
}
#s05 .inner .wrap .card .content .content_space {
  display: none;
}

@media (max-width: 860px) {
  #s05 .inner .wrap .card .content .content_space {
    display: block;
  }
}
@media (max-width: 500px) {
  #s05 .inner .wrap .card .content .content_space {
    display: none;
  }
}
#s05 .inner .wrap .card .button {
  text-align: center;
}

#s05 .inner .wrap .card .button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #fff;
  color: #991616;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  transition: 0.4s;
  padding-right: 26px;
  margin-top: 35px;
  margin-left: auto;
}

@media (max-width: 769px) {
  #s05 .inner .wrap .card .button a {
    margin: 35px auto 0 auto;
  }
}
#s05 .inner .wrap .card .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

#s05 .inner .wrap .card .button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

#s06 {
  padding: 30px 0 40px;
  background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat center
    center;
  background-size: cover;
}

#s06 .inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  #s06 .inner {
    max-width: 640px;
  }
}
#s06 .inner .wrap {
  margin: 0 20px;
}

#s06 .inner .wrap .box {
  width: 100%;
  padding: clamp(60px, 4.1666666667vw, 80px) clamp(20px, 5.9895833333vw, 115px)
    clamp(75px, 7.3206442167vw, 100px);
}

#s06 .inner .wrap .box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4.3191800878vw, 59px);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
  margin-bottom: clamp(30px, 2.5622254758vw, 35px);
}

@media (max-width: 340px) {
  #s06 .inner .wrap .box .title {
    font-size: 28px;
  }
}
#s06 .inner .wrap .box .content {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media (max-width: 500px) {
  #s06 .inner .wrap .box .content {
    text-align: start;
  }
}
#s06 .inner .wrap .box .content .content_space {
  display: none;
}

@media (max-width: 860px) {
  #s06 .inner .wrap .box .content .content_space {
    display: block;
  }
}
@media (max-width: 500px) {
  #s06 .inner .wrap .box .content .content_space {
    display: none;
  }
}
#s06 .inner .wrap .box .button {
  text-align: center;
}

#s06 .inner .wrap .box .button a {
  max-width: 290px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  background: #991616;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  transition: 0.4s;
  padding-right: 26px;
  margin-top: 35px;
  margin-left: auto;
}

@media (max-width: 769px) {
  #s06 .inner .wrap .box .button a {
    margin: 35px auto 0 auto;
  }
}
#s06 .inner .wrap .box .button a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  font-weight: 600;
  right: 20px;
  transform: translateY(-50%);
}

#s06 .inner .wrap .box .button a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

#s08 {
  background: #991616;
  padding-top: clamp(45px, 4.6120058565vw, 63px);
  padding-bottom: clamp(50px, 5.4172767204vw, 74px);
  margin-bottom: 0 !important;
}

#s08 .inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  #s08 .inner {
    max-width: 640px;
  }
}
#s08 .inner .wrap {
  margin: 0 20px;
  text-align: center;
}

#s08 .inner .wrap .title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  font-size: clamp(38px, 4.3191800878vw, 59px);
  color: #fff;
  line-height: normal;
}

#s08 .inner .wrap .sub {
  text-align: start;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}

#s08 .inner .wrap .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  line-height: 2.063;
  margin-bottom: 12px;
  margin-bottom: clamp(35px, 3.2942898975vw, 45px);
}

@media (max-width: 845px) {
  #s08 .inner .wrap .content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  #s08 .inner .wrap .content {
    font-size: 14px;
  }
}
#s08 .inner .wrap .mb_0 {
  margin-bottom: 0;
}

#s08 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  margin-bottom: clamp(30px, 2.5622254758vw, 35px);
}

@media (max-width: 769px) {
  #s08 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
  }
}
#s08 .inner .wrap .grid_box .button a {
  width: 100%;
  height: clamp(70px, 7.3206442167vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.9033674963vw, 26px) !important;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #991616;
  background: #fff;
  transition: 0.4s;
}

#s08 .inner .wrap .grid_box .button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

#s08 .inner .wrap .grid_box .button a .phone {
  margin-right: 17px;
  width: clamp(30px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
  object-fit: contain;
  height: clamp(30px, 2.7818448023vw, 38px);
}

#s08 .inner .wrap .grid_box .button a .mail {
  margin-right: 18px;
  width: clamp(30px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
  object-fit: contain;
  height: clamp(28px, 2.5622254758vw, 35px);
}

#s08 .s08_space {
  display: none;
}

@media (max-width: 425px) {
  #s08 .s08_space {
    display: block;
  }
}
html body #return_top_pc a {
  background: #efefef;
}

#footer_menu .co_title {
  color: #991616;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: clamp(18px, 1.5373352855vw, 21px);
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
}

#footer_menu .co_content {
  font-weight: 500;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 10px;
}

#footer_sns {
  display: none !important;
}

#footer_menu_bottom {
  display: none !important;
}

#footer_logo img {
  max-width: clamp(280px, 29.6486090776vw, 405px);
  width: 100%;
}

.term-86 #blog_archive {
  display: none !important;
}

.w_100 h4 {
  margin-bottom: 20px;
}

#s00 {
  padding: clamp(45px, 4.39238653vw, 60px) 0 clamp(55px, 5.710102489vw, 78px);
  background: #222222;
  position: relative;
}

#s00 .b_arrow {
  z-index: 1;
  position: absolute;
  top: -32.5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 65px;
  width: 100%;
  height: 65px;
}

@media (max-width: 769px) {
  #s00 .b_arrow {
    max-width: 50px;
    width: 100%;
    height: 50px;
    top: -25px;
  }
}
#s00 .b_arrow img {
  width: 100%;
  height: auto;
}

#s00 .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  #s00 .inner {
    max-width: 640px;
  }
}
#s00 .inner .wrap {
  margin: 0 20px;
}

#s00 .inner .wrap .title {
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2.3426061493vw, 32px);
  letter-spacing: 0.02em;
  line-height: 1.85;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 425px) {
  #s00 .inner .wrap .title {
    font-size: 18px;
  }
}
#s00 .inner .wrap .title .title_space {
  display: none;
}

@media (max-width: 550px) {
  #s00 .inner .wrap .title .title_space {
    display: block;
  }
}
#s00 .inner .wrap .content {
  font-size: clamp(13px, 1.0248901903vw, 14px);
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 769px) {
  #s00 .inner .wrap .content {
    text-align: start;
  }
}
#s00 .inner .wrap .content .content_space {
  display: block;
}

@media (max-width: 769px) {
  #s00 .inner .wrap .content .content_space {
    display: none;
  }
}

html body .blog_wrap .news_list .item a {
  background: #fafafa !important;
  height: 94px;
}

html body .blog_wrap .news_list .item a .date {
  color: #991616;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
}

html body .blog_wrap .news_list .item a .title {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #222222;
}

@media (max-width: 769px) {
  .cb_news_list {
    max-width: 540px;
    width: 100%;
    margin: 0 auto !important;
  }
}
.cb_news_list .date {
  color: #222222;
  font-size: 12px !important;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0 !important;
}

.cb_news_list .title {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px !important;
  color: #222222;
}

@media (max-width: 769px) {
  .cb_news_list .title {
    white-space: nowrap !important;
  }
}
@media (max-width: 769px) {
  html body .blog_wrap .cb_content {
    padding: 40px 0 50px !important;
  }
}
.header_button_flex {
  position: inherit;
  top: 25px;
  right: 0;
  display: grid !important;
}

.header_address {
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  color: #fff;
  letter-spacing: 0.04em;
  padding-right: clamp(20px, 4.39238653vw, 60px);
}

@media (max-width: 1400px) {
  .header_address {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .header_address {
    display: none;
  }
}
.header_address a {
  color: #fff;
}

.header_address a:hover {
  color: #991616;
}

.header_button_flex {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center;
}

.header_button_flex .btn1 a {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #991616;
  background: #fff;
  transition: 0.4s;
}

.header_button_flex .btn1 a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.header_button_flex .btn1 a img {
  width: 22px;
  height: 22px;
}

.header_button_flex .btn2 a {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background: #991616;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #fff;
  transition: 0.4s;
}

.header_button_flex .btn2 a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.header_button_flex .btn2 a img {
  width: 22px;
  height: 22px;
}

html body .header_address.btn1 {
  padding-right: 0;
}

/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
.epress_search form {
  overflow: hidden;
  border: 4px solid #991616;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  align-items: stretch;
}

.epress_search input[type="text"],
.epress_search input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.epress_search input[type="text"] {
  color: #000;
  margin: 0 0.3em;
  width: 70%;
}

.epress_search input[type="submit"] {
  cursor: pointer;
  padding: 0.6em 1em;
  color: #fff;
  width: 30%;
  background: #991616;
}

@media (min-width: 1200px) {
  .epress_search input[type="submit"] {
    min-width: 65px;
  }
}

@media (max-width: 1200px) {
  header .gnav_search {
    position: static;
  }
  header .gnav_search > a {
    display: none !important;
  }
  header .gnav_search .epress_search {
    display: block !important;
    position: static !important;
    width: 100% !important;
    background: #991616;
  }
  header .gnav_search .epress_search input[type="text"],
  header .gnav_search .epress_search input[type="submit"] {
    line-height: 1;
  }
}

/*
 * ヘッダーナビのデザイン(design của header navi)
 */
.epress_search form {
  background: #fff;
}

/*
  * ヘッダの検索表示タイプ(type hiển thị tìm kiếm của header)
  */
header .gnav_search {
  position: relative;
}

header .gnav_search a {
  background-position-y: 17px !important;
  color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  background: url(/wp-content/uploads/quill_search.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: inherit;
  white-space: nowrap;
  width: 25px;
  height: 30px;
  position: relative;
}
header .gnav_search a::after {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #fff;
  content: "検索";
  position: absolute;
  top: 44px;
  left: 50%;
  text-indent: inherit;
  transform: translateX(-50%);
}

header .gnav_search a:hover {
  border-bottom: 0;
}

header .gnav_search .epress_search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

@media (min-width: 1024px) {
  header .gnav_search .epress_search {
    width: 230px;
  }
  header .gnav_search .epress_search input[type="submit"] {
    font-size: 12px;
    padding: 0.5em;
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 866px) {
.slide-video{
	height:100% !important
}
}
.single-interview .under_inner {
  padding-top: 0 !important;
}

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