<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.primary_color {
  color: #84CCD1;
}

.secondary_color {
  color: #CAE2A4;
}

.kozuka-m {
  font-family: "kozuka-mincho-pr6n", serif;
}

.kozuka-g {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

/*===============================================
# font-size
=================================================*/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
html {
  scroll-behavior: initial !important;
  font-size: 16px;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  line-height: 2.15;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000000;
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #000000;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header-mt {
    margin-top: 55px;
  }
}

/* color
================================*/
.main-color {
  color: #84CCD1;
}

/* font
================================*/
.virtical {
  writing-mode: vertical-rl;
}

/* btn
================================*/
.btn a {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "kozuka-mincho-pr6n", serif;
  line-height: 1;
  padding: 20px 0;
  border: 1px solid #84CCD1;
  border-radius: 30px;
  background-color: #fff;
  max-width: 720px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn a {
    max-width: 500px;
    font-size: 16px;
    font-size: 1rem;
    padding: 17px 0;
  }
}

.btn a::after {
  position: absolute;
  content: "";
  background: url(../img/icon/btn_arrow.png) center center/contain no-repeat;
  right: 40px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn a::after {
    right: 20px;
    width: 25px;
    height: 25px;
  }
}

/*===============================================
# header
=================================================*/
.wrap {
  position: relative;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  padding: 10px 10px 33px 90px;
  height: 130px;
  border-bottom: 16px solid;
  border-image: linear-gradient(to right, #CAE2A4, #84CCD1, #84CCD1) 1;
}

@media screen and (max-width: 1279px) {
  .header {
    padding: 10px 10px 25px 10px;
    border-bottom: 13px solid;
    height: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    border-bottom: 10px solid;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 65px;
    padding: 10px 20px;
    border-bottom: 6px solid;
  }
}

.header_wrap {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 1279px) {
  .header_wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .header_wrap {
    gap: 30px;
  }
}

.header_logo {
  width: 280px;
  position: relative;
  z-index: 15;
}

@media screen and (max-width: 1023px) {
  .header_logo {
    width: 180px;
  }
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp_menu {
  width: 95px;
  height: 17px;
  display: none;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu p {
  color: #84CCD1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: right;
}

.bar {
  width: 36px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  background-color: #84CCD1;
  transition: transform .3s;
  z-index: 100;
}

.bar-top {
  top: 14px;
}

.bar-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar-bottom {
  bottom: 13px;
}

@media screen and (max-width: 767px) {
  .bar-bottom {
    bottom: 15px;
  }
}

.sp_menu.close .bar-top {
  transform: translate(-50%, -6px) rotate(45deg);
  transition: transform .3s;
}

.sp_menu.close .bar-middle {
  opacity: 0;
  transition: opacity .3s;
}

.sp_menu.close .bar-bottom {
  transform: translate(-50%, 6px) rotate(-45deg);
  transition: transform .3s;
  bottom: 12px;
}

@media screen and (max-width: 767px) {
  .sp_menu.close .bar-bottom {
    bottom: 13px;
  }
}

.header_contents {
  display: none;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 50px;
  text-align: center;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  .header_contents {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.header_contents_inner {
  position: absolute;
  max-width: 590px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 28% auto;
  gap: 100px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header_contents_inner {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 40px;
    height: 100vh;
  }
}

.header_contents_inner a {
  color: #CAE2A4;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .header_contents_inner a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header_menu {
  margin-top: 35px;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1279px) {
  .header_menu {
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .header_menu {
    gap: 15px;
    margin-top: 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .header_menu._sp {
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
  }
}

.header_menu a {
  color: #000000;
  padding-bottom: 6px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .header_menu a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .header_menu a {
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .header_contents_logo {
    width: 100px;
    margin: auto;
  }
}

.header_contents_menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .header_contents_menu {
    justify-content: center;
  }
}

.header_contents_menu ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media screen and (max-width: 767px) {
  .header_contents_menu ul {
    gap: 15px;
  }
}

.header_contents_menu_inner_list {
  margin-top: 6px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .header_contents_menu_inner_list {
    margin-top: 15px;
  }
}

/* ヘッダーアコーディオン
================================*/
.header_down {
  position: relative;
}

.header_down a.accordion-open {
  border-bottom: #84CCD1 3px solid;
}

.header_down_list {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 5;
  display: none;
  width: 270px;
  background-color: #fff;
  padding: 40px 20px;
  padding-top: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .header_down_list {
    position: static;
    width: 80%;
    margin: auto;
    box-shadow: none;
    padding: 15px 0;
  }
}

.header_down_list li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .header_down_list li {
    padding-bottom: 10px;
  }
}

.header_down_list p {
  font-size: 12px;
  font-size: 0.75rem;
}

.header_down_list p a {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  line-height: 1,3;
  color: #84CCD1;
}

/*===============================================
# page_header
=================================================*/
.page_header {
  padding: 45px 40px;
}

.page_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_header_logo img {
  width: initial;
}

.page_header_contents {
  display: flex;
  gap: 50px;
}

.page_header_menu {
  display: flex;
  gap: 40px;
}

.page_header_menu a {
  padding-bottom: 6px;
  border-bottom: 1px solid #84CCD1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.page_sns_wrap {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  gap: 10px;
}

/*===============================================
# footer
=================================================*/
.to-top {
  width: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.to-top a {
  display: block;
  margin-left: auto;
}

.to-top a:first-child {
  width: 90px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .to-top a:first-child {
    width: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .to-top a:first-child {
    width: 60px;
  }
}

.to-top a:last-child {
  width: 90px;
}

@media screen and (max-width: 1600px) {
  .to-top a:last-child {
    width: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .to-top a:last-child {
    width: 60px;
  }
}

.footer {
  background: linear-gradient(to right bottom, #84CCD1, #DCF7B2);
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer_top {
  padding-top: 75px;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .footer_top {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.footer_main {
  margin: 40px auto;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .footer_main {
    margin: 20px auto;
    width: 200px;
  }
}

.footer_logo {
  margin: auto;
  width: 365px;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 300px;
  }
}

.footer_groupe {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .footer_groupe {
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}

.footer_groupe img {
  width: initial;
  max-width: 180px;
}

.footer_menu {
  margin-top: 30px;
}

.footer_menu ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer_menu ul {
    flex-wrap: wrap;
  }
}

.footer_menu li a {
  padding: 0 20px;
  border-right: 1px solid #000000;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  .footer_menu li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 15px;
  }
}

.footer_menu li:last-child a {
  border: none;
}

.footer_copyright {
  margin-top: 70px;
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*===============================================
# トップページ
=================================================*/
.top_mv {
  position: relative;
  margin-top: 130px;
  height: 100vh;
}

@media screen and (max-width: 1279px) {
  .top_mv {
    margin-top: 120px;
    height: 90vh;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv {
    margin-top: 100px;
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .top_mv {
    margin-top: 65px;
    height: 70vh;
  }
}

@media screen and (max-width: 560px) {
  .top_mv {
    height: 55vh;
  }
}

.top_mv_inner {
  width: 100%;
  height: 100%;
}

.top_mv_slide {
  width: 100%;
  height: 100%;
}

.top_mv_slide._one {
  background: url(../img/top/mv01.png) center center/cover no-repeat;
}

.top_mv_slide._two {
  background: url(../img/top/mv02.png) center center/cover no-repeat;
}

.top_mv_slide._three {
  background: url(../img/top/mv03.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .top_mv_slide._three {
    background: url(../img/top/sp/mv03.png) center center/cover no-repeat;
  }
}

.top_mv_slide h1 {
  position: absolute;
  left: 140px;
  top: 20%;
  margin-left: auto;
  max-width: 1580px;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 2.2;
}

@media screen and (max-width: 1600px) {
  .top_mv_slide h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_slide h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    left: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_slide h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_slide h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}

.top_mv_slide._one h1 {
  color: #0A0A0A;
}

.top_mv_slide._two h1 {
  color: #0A0A0A;
  left: initial;
  right: 100px;
}

@media screen and (max-width: 1279px) {
  .top_mv_slide._two h1 {
    right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_slide._two h1 {
    right: 0;
  }
}

.top_mv_slide._three h1 {
  color: #fff;
  left: initial;
  width: 30%;
  right: 140px;
  top: 30%;
  font-size: 94px;
  font-size: 5.875rem;
}

@media screen and (max-width: 1279px) {
  .top_mv_slide._three h1 {
    right: 40px;
    width: 35%;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_slide._three h1 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_slide._three h1 {
    width: 45%;
  }
}

/* top_intro
================================*/
.top_intro {
  padding-top: 65px;
  padding-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .top_intro {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.top_intro_inner {
  position: relative;
}

.top_intro_inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_intro_inner p {
    line-height: 1.875;
  }
}

.top_intro_bg {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, 0%);
  max-width: 650px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_intro_bg {
    top: 40%;
    transform: translate(-50%, -50%);
  }
}

.top_intro_btn {
  margin-top: 65px;
}

.top_intro_btn a {
  margin: auto;
}

/* top_service
================================*/
.top_service {
  padding-top: 110px;
  padding-bottom: 120px;
}

.top_service_wrapper {
  margin-top: 85px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 65px;
}

.top_service_item {
  display: flex;
  justify-content: space-between;
  gap: 65px;
}

@media screen and (max-width: 767px) {
  .top_service_item {
    flex-direction: column;
    gap: 30px;
  }
}

.top_service_item_img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .top_service_item_img {
    order: -1;
    width: 100%;
  }
}

.top_service_item_content {
  width: 44%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1279px) {
  .top_service_item_content {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .top_service_item_content {
    width: 100%;
    padding: 0;
  }
}

.top_service_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #84CCD1;
}

.top_service_item_title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #84CCD1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_service_item_title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top_service_item_title p {
  font-size: 90px;
  font-size: 5.625rem;
  color: #E8E8E8;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .top_service_item_title p {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service_item_title p {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.top_service_item_title_head {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .top_service_item_title_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.top_service_item_title_head img {
  width: initial;
}

.top_service_item_text {
  margin-top: 30px;
}

@media screen and (max-width: 1279px) {
  .top_service_item_text {
    margin-bottom: 30px;
  }
}

.top_service_btn {
  margin-top: auto;
}

.top_service_btn a {
  display: block;
}

@media screen and (max-width: 1279px) {
  .top_service_btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service_btn a {
    margin: auto;
  }
}

.top_service_btn a:last-child {
  margin-top: 20px;
}

/* top_project
================================*/
.top_project {
  position: relative;
  border-top: 16px solid;
  border-image: linear-gradient(to right, #CAE2A4, #84CCD1, #84CCD1) 1;
  padding-top: 35px;
  padding-bottom: 75px;
}

.top_project .container {
  position: relative;
  z-index: 3;
}

.top_project_map {
  position: absolute;
  width: 420px;
  right: 0;
  top: 180px;
  z-index: 0;
}

@media screen and (max-width: 1600px) {
  .top_project_map {
    width: 350px;
    top: 230px;
  }
}

@media screen and (max-width: 1023px) {
  .top_project_map {
    width: 300px;
    right: 0;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top_project_map {
    position: static;
    margin: auto;
  }
}

.top_project_title {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 70% 323px;
}

@media screen and (max-width: 1023px) {
  .top_project_title {
    grid-template-columns: 1fr;
  }
}

.top_project_title_left {
  padding-top: 60px;
}

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

@media screen and (max-width: 1023px) {
  .top_project_title_left {
    order: 1;
  }
}

.top_project_title_left h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .top_project_title_left h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .top_project_title_left h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }
}

.top_project_title_left p {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .top_project_title_left p {
    margin-top: 15px;
  }
}

.top_project_title_right {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .top_project_title_right {
    order: -1;
    width: 320px;
    margin: auto;
  }
}

.top_project_title_right .top_project_title_right_text {
  position: relative;
  z-index: 2;
  padding: 50px 15px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
  border-left: 1px solid #84CCD1;
  border-right: 1px solid #84CCD1;
  color: #84CCD1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_project_title_right .top_project_title_right_text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.top_project_title_right img {
  position: absolute;
  width: 190px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.top_project_title_right .top_project_title_right_bottom {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .top_project_title_right .top_project_title_right_bottom {
    font-size: 16px;
    font-size: 1rem;
  }
}

.top_project_menu {
  margin-top: 135px;
  max-width: 1130px;
}

@media screen and (max-width: 1023px) {
  .top_project_menu {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .top_project_menu {
    margin-top: 50px;
  }
}

.top_project_menu_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow-x: scroll;
}

.top_project_menu_item {
  position: relative;
  border-right: 1px dashed #000;
  padding: 0 15px;
  padding-bottom: 27px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .top_project_menu_item {
    padding: 0 5px;
    padding-bottom: 20px;
    width: 170px;
  }
}

.top_project_menu_item:first-child {
  border-left: 1px dashed #000;
}

.top_project_menu_item img {
  width: 170px;
}

@media screen and (max-width: 1023px) {
  .top_project_menu_item img {
    width: 93%;
  }
}

.top_project_menu_item p {
  margin-top: 23px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
  .top_project_menu_item p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_project_menu_item p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

.top_project_menu_item.active::after {
  position: absolute;
  content: "";
  background: url(../img/icon/tab_active.png) center center/contain no-repeat;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
}

/* タブ管理
================================*/
.tab-panel {
  opacity: 0;
  width: 100%;
  min-width: 300px;
  position: absolute;
  /* 非表示タブをレイアウトに影響させない */
  top: 0;
  left: 0;
  z-index: -1;
  /* 他のタブより下に配置 */
  visibility: hidden;
  /* 見えないようにする */
}

.tab-panel.active {
  display: block;
  opacity: 1;
  position: relative;
  /* 表示するタブを通常のレイアウトに戻す */
  z-index: 1;
  visibility: visible;
}

.top_project_contents {
  display: block;
  margin-top: 125px;
}

@media screen and (max-width: 767px) {
  .top_project_contents {
    margin-top: 50px;
  }
}

.top_project_contents_item_mv {
  width: 100%;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .top_project_contents_item_mv {
    height: 470px;
  }
}

@media screen and (max-width: 767px) {
  .top_project_contents_item_mv {
    padding: 0 20px;
    height: 380px;
  }
}

@media screen and (max-width: 560px) {
  .top_project_contents_item_mv {
    height: 300px;
  }
}

.top_project_contents_item_mv p {
  width: 100%;
  margin: auto;
  max-width: 870px;
  border: 2px solid #fff;
  padding: 110px 0;
  font-size: 70px;
  font-size: 4.375rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .top_project_contents_item_mv p {
    max-width: 600px;
    font-size: 60px;
    font-size: 3.75rem;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .top_project_contents_item_mv p {
    font-size: 34px;
    font-size: 2.125rem;
    padding: 60px 0;
  }
}

.top_project_contents_item_mv._contribution {
  background: url(../img/top/project_inner_contribution.png) center center/cover no-repeat;
}

.top_project_contents_item_mv._kimono {
  background: url(../img/top/project_inner_contribution.png) center center/cover no-repeat;
}

.top_project_contents_item_mv._trial {
  background: url(../img/top/project_inner_contribution.png) center center/cover no-repeat;
}

.top_project_contents_item_mv._event {
  background: url(../img/top/project_inner_contribution.png) center center/cover no-repeat;
}

.top_project_contents_item_mv._referral {
  background: url(../img/top/project_inner_contribution.png) center center/cover no-repeat;
}

.top_project_contents_item_attend {
  max-width: 955px;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .top_project_contents_item_attend {
    padding: 0 15px;
  }
}

.top_project_contents_blog {
  max-width: 100vw;
  margin-right: 0;
  overflow-x: hidden;
  margin-top: 65px;
  background-color: #F5F5F5;
  padding-top: 70px;
  padding-bottom: 50px;
}

.top_project_contents_blog_btn {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .top_project_contents_blog_btn {
    margin-top: 40px;
    padding: 0 10px;
  }
}

.top_project_contents_blog_btn a {
  margin-left: 24%;
  max-width: 595px;
}

@media screen and (max-width: 1279px) {
  .top_project_contents_blog_btn a {
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .top_project_contents_blog_btn a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .top_project_contents_blog_btn a::after {
    right: 5px;
    width: 20px;
    height: 20px;
  }
}

/* blog内
================================*/
.top_project_contents_blog_wrapper {
  display: flex;
  justify-content: flex-start;
  /* スライドを左寄せ */
  width: 100%;
}

.blog_item_img {
  width: 100%;
  height: 320px;
}

@media screen and (max-width: 1279px) {
  .blog_item_img {
    height: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .blog_item_img {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .blog_item_img {
    height: 180px;
  }
}

.blog_item_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_item_body {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80px;
}

.blog_item_title {
  color: #297086;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .blog_item_title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog_item_meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .blog_item_meta {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* top_recruit
================================*/
.top_recruit {
  border-top: 16px solid;
  border-image: linear-gradient(to right, #CAE2A4, #84CCD1, #84CCD1) 1;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .top_recruit {
    padding: 90px 0;
  }
}

.top_recruit_gallery {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .top_recruit_gallery {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.top_recruit_body {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .top_recruit_body {
    margin-top: 60px;
  }
}

.top_recruit_body_title h3 {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .top_recruit_body_title h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .top_recruit_body_title h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 15px;
  }
}

.top_recruit_body_title p {
  max-width: 955px;
  margin: auto;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .top_recruit_body_title p {
    margin-top: 20px;
  }
}

.top_recruit_wrap {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow-x: scroll;
}

@media screen and (max-width: 767px) {
  .top_recruit_wrap {
    margin-top: 45px;
  }
}

.top_recruit_item {
  position: relative;
  border-right: 1px dashed #000;
  padding: 0 15px;
  padding-bottom: 27px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .top_recruit_item {
    padding: 0 5px;
    padding-bottom: 20px;
    width: 170px;
  }
}

.top_recruit_item:first-child {
  border-left: 1px dashed #000;
}

.top_recruit_item img {
  width: 170px;
}

@media screen and (max-width: 1023px) {
  .top_recruit_item img {
    width: 93%;
  }
}

.top_recruit_item p {
  margin-top: 23px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
  .top_recruit_item p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_recruit_item p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

.top_recruit_btn {
  margin-top: 70px;
}

.top_recruit_btn a {
  margin: auto;
}

/*===============================================
# page_common
=================================================*/
.section_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .section_title {
    flex-direction: column-reverse;
    gap: 15px;
  }
}

.section_title h2 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section_title p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  color: #84CCD1;
  border-top: 1px solid #84CCD1;
  border-bottom: 1px solid #84CCD1;
}

/* page_mv
================================*/
.page_mv_title {
  margin-top: 130px;
  background-color: #F8F8F8;
  padding: 25px 0;
}

@media screen and (max-width: 1279px) {
  .page_mv_title {
    margin-top: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .page_mv_title {
    margin-top: 100px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .page_mv_title {
    margin-top: 65px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 560px) {
  .page_mv_title {
    padding: 10px 0;
  }
}

.page_mv_title h1 {
  display: flex;
  align-items: center;
}

.page_mv_title h1 span {
  display: block;
  padding: 20px 60px;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .page_mv_title h1 span {
    padding: 14px 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_mv_title h1 span {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 560px) {
  .page_mv_title h1 span {
    padding: 3px 10px;
  }
}

.page_mv_title h1 .page_mv_title_en {
  border-right: 1px solid #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .page_mv_title h1 .page_mv_title_en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .page_mv_title h1 .page_mv_title_en {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .page_mv_title h1 .page_mv_title_en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page_mv_title h1 .page_mv_title_ja {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .page_mv_title h1 .page_mv_title_ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .page_mv_title h1 .page_mv_title_ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 560px) {
  .page_mv_title h1 .page_mv_title_ja {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.page_mv {
  height: 85vh;
  position: relative;
}

.page_mv_main {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.page_mv_main p {
  color: #F8FFFF;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.53);
}

@media screen and (max-width: 1279px) {
  .page_mv_main p {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .page_mv_main p {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.page_mv_main p span {
  font-size: 52px;
  font-size: 3.25rem;
}

@media screen and (max-width: 1279px) {
  .page_mv_main p span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .page_mv_main p span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

/* shop
================================*/
.shop {
  border-top: 16px solid;
  border-image: linear-gradient(to right, #CAE2A4, #84CCD1, #84CCD1) 1;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .shop {
    padding: 90px 0;
  }
}

.shop_wrapper {
  max-width: 1520px;
  margin: auto;
  margin-top: 115px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 40px;
}

@media screen and (max-width: 1600px) {
  .shop_wrapper {
    padding: 0 15px;
    gap: 75px 30px;
  }
}

@media screen and (max-width: 1279px) {
  .shop_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .shop_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop_item_title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #84CCD1;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .shop_item_title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.shop_item_title p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

.shop_item_tel {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color: #84CCD1;
  font-family: "Zen Old Mincho", serif;
  padding-left: 55px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .shop_item_tel {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.shop_item_tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon/tel.png) center center/contain no-repeat;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.shop_item_form {
  margin-top: 20px;
}

.shop_item_form a {
  display: block;
  width: 100%;
  background: #84CCD1;
  color: #fff;
  font-weight: bold;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  padding: 13px 0px;
  padding-left: 55px;
  padding-right: 0px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shop_item_form a {
    padding-right: 5px;
    padding: 10px 0;
    padding-left: 45px;
    padding-right: 5px;
    line-height: 1.3;
  }
}

.shop_item_form a::after {
  position: absolute;
  content: "";
  background: url(../img/icon/calender.png) center center/contain no-repeat;
  width: 28px;
  height: 28px;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .shop_item_form a::after {
    width: 25px;
    height: 25px;
    left: 15px;
  }
}

.shop_item_btn {
  margin-top: 30px;
}

.shop_item_btn a {
  text-align: left;
  padding-left: 67px;
  padding-right: 30px;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 1600px) {
  .shop_item_btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop_item_btn a::before {
  position: absolute;
  content: "";
  background-color: #84CCD1;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.shop_item_btn a::after {
  right: 15px;
}

/* news
================================*/
.news {
  border-top: 16px solid;
  border-image: linear-gradient(to right, #CAE2A4, #84CCD1, #84CCD1) 1;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 90px 0;
  }
}

.news_contents_blog_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 75px;
}

@media screen and (max-width: 1279px) {
  .news_contents_blog_wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news_contents_blog_wrapper {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.news_contents_blog_wrapper .blog_item_img {
  height: 280px;
}

@media screen and (max-width: 1279px) {
  .news_contents_blog_wrapper .blog_item_img {
    height: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .news_contents_blog_wrapper .blog_item_img {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .news_contents_blog_wrapper .blog_item_img {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .news_contents_blog_wrapper .blog_item_body {
    min-height: initial;
  }
}

/*===============================================
# やしまグループについて
=================================================*/
/* mv
================================*/
.page_mv._about {
  background: url(../img/about/mv.png) center center/cover no-repeat;
}

/* about_intro
================================*/
.about_intro {
  padding-top: 150px;
}

@media screen and (max-width: 1279px) {
  .about_intro {
    padding-top: 130px;
  }
}

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

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

.about_intro_title {
  text-align: center;
  position: relative;
}

.about_intro_title h2 {
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1279px) {
  .about_intro_title h2 {
    font-size: 110px;
    font-size: 6.875rem;
  }
}

@media screen and (max-width: 1023px) {
  .about_intro_title h2 {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .about_intro_title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 560px) {
  .about_intro_title h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.about_intro_title p {
  font-size: 300px;
  font-size: 18.75rem;
  letter-spacing: 0.1em;
  color: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  z-index: 0;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .about_intro_title p {
    font-size: 220px;
    font-size: 13.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .about_intro_title p {
    font-size: 170px;
    font-size: 10.625rem;
  }
}

@media screen and (max-width: 767px) {
  .about_intro_title p {
    font-size: 130px;
    font-size: 8.125rem;
  }
}

@media screen and (max-width: 560px) {
  .about_intro_title p {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.about_intro_img {
  margin: auto;
  margin-top: 150px;
  max-width: 570px;
}

@media screen and (max-width: 1279px) {
  .about_intro_img {
    max-width: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .about_intro_img {
    max-width: 350px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about_intro_img {
    max-width: 260px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 560px) {
  .about_intro_img {
    max-width: 220px;
  }
}

.about_intro_message {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_intro_message {
    margin-top: 40px;
  }
}

.about_intro_message .text {
  line-height: 2;
}

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

.about_intro_message .name {
  margin-top: 45px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

/* about_menu
================================*/
.about_menu {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .about_menu {
    margin-top: 60px;
  }
}

.about_menu_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media screen and (max-width: 1279px) {
  .about_menu_wrapper {
    gap: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .about_menu_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about_menu_item {
  background-color: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
}

.about_menu_item_text {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .about_menu_item_text {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.about_menu_item_text p {
  color: #84CCD1;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .about_menu_item_text p {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .about_menu_item_text p {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .about_menu_item_text p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.about_menu_item_text h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .about_menu_item_text h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .about_menu_item_text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .about_menu_item_text h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* about-contents
================================*/
.about_contents {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .about_contents {
    padding-top: 70px;
  }
}

.about_contents_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 230px;
}

@media screen and (max-width: 1279px) {
  .about_contents_wrapper {
    gap: 160px;
  }
}

@media screen and (max-width: 1023px) {
  .about_contents_wrapper {
    gap: 150px;
  }
}

@media screen and (max-width: 767px) {
  .about_contents_wrapper {
    gap: 80px;
  }
}

.about_contents_item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .about_contents_item {
    flex-direction: column;
  }
}

.about_contents_item:nth-child(odd) .about_contents_item_img {
  margin-right: calc(50% - 50vw);
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  .about_contents_item:nth-child(odd) .about_contents_item_img {
    margin: auto;
  }
}

.about_contents_item:nth-child(even) .about_contents_item_img {
  margin-left: calc(50% - 50vw);
  margin-right: 15px;
}

@media screen and (max-width: 1023px) {
  .about_contents_item:nth-child(even) .about_contents_item_img {
    margin: auto;
  }
}

@media screen and (max-width: 1023px) {
  .about_contents_item_img {
    order: -1;
    margin: auto;
  }
}

.about_contents_item_main {
  width: 50%;
}

@media screen and (max-width: 1600px) {
  .about_contents_item_main {
    width: 65%;
  }
}

@media screen and (max-width: 1279px) {
  .about_contents_item_main {
    width: 70%;
  }
}

@media screen and (max-width: 1023px) {
  .about_contents_item_main {
    display: contents;
  }
}

.about_contents_item_main_title {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}

@media screen and (max-width: 1279px) {
  .about_contents_item_main_title {
    gap: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .about_contents_item_main_title {
    order: -2;
    width: 100%;
    margin-bottom: 15px;
  }
}

.about_contents_item_main_title_num {
  width: 150px;
  border-bottom: #CDF1F3 9px solid;
}

@media screen and (max-width: 767px) {
  .about_contents_item_main_title_num {
    width: 120px;
  }
}

.about_contents_item_main_title_num .num {
  font-size: 120px;
  font-size: 7.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #CDF1F3;
}

@media screen and (max-width: 1279px) {
  .about_contents_item_main_title_num .num {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .about_contents_item_main_title_num .num {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about_contents_item_main_title_num .text {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.24;
  min-height: 55px;
  padding-top: 2px;
  padding-bottom: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1279px) {
  .about_contents_item_main_title_num .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .about_contents_item_main_title_num .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about_contents_item_main_title_text p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-size: 1.875rem;
  color: #84CCD1;
}

@media screen and (max-width: 1279px) {
  .about_contents_item_main_title_text p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .about_contents_item_main_title_text p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.about_contents_item_main_text {
  margin-top: 35px;
}

.about_contents_item_main_text p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .about_contents_item_main_text p {
    line-height: 1.875;
  }
}

/* about_activity
================================*/
.about_activity {
  padding-top: 150px;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .about_activity {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.about_activity_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .about_activity_wrap {
    gap: 50px;
    margin-top: 70px;
  }
}

.about_activity_item {
  display: grid;
  grid-template-columns: 400px auto;
  align-items: center;
  gap: 70px;
}

@media screen and (max-width: 1023px) {
  .about_activity_item {
    grid-template-columns: 300px auto;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about_activity_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.about_activity_item_img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_activity_item_img {
    order: -1;
  }
}

.about_activity_item_img img {
  width: initial;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
  max-width: 400px;
}

@media screen and (max-width: 1023px) {
  .about_activity_item_img img {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .about_activity_item_img img {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .about_activity_item_content {
    display: contents;
  }
}

.about_activity_item_content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #297086;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .about_activity_item_content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    order: -2;
  }
}

@media screen and (max-width: 560px) {
  .about_activity_item_content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about_activity_item_content p {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .about_activity_item_content p {
    line-height: 2;
    margin-top: 0;
  }
}

/*===============================================
# やしまグループに事業内容
=================================================*/
/* mv
================================*/
.page_mv._works {
  background: url(../img/works/mv.png) center center/cover no-repeat;
}

/* works_attempt
================================*/
.works_attempt {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .works_attempt {
    padding-top: 70px;
  }
}

.works_attempt_wrap {
  padding-top: 120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 140px;
}

@media screen and (max-width: 767px) {
  .works_attempt_wrap {
    padding-top: 70px;
    gap: 80px;
  }
}

.works_attempt_item {
  position: relative;
  padding-top: 340px;
}

@media screen and (max-width: 1600px) {
  .works_attempt_item {
    padding-top: 270px;
  }
}

@media screen and (max-width: 767px) {
  .works_attempt_item {
    padding-top: 230px;
  }
}

@media screen and (max-width: 560px) {
  .works_attempt_item {
    padding-top: 180px;
  }
}

.works_attempt_item_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .works_attempt_item_inner {
    grid-template-columns: 1fr;
  }
}

.works_attempt_item_img {
  position: absolute;
  width: 56%;
  z-index: 1;
  top: 0;
  min-width: 1100px;
  max-width: 1100px;
}

@media screen and (max-width: 1600px) {
  .works_attempt_item_img {
    min-width: 1000px;
  }
}

@media screen and (max-width: 1279px) {
  .works_attempt_item_img {
    min-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .works_attempt_item_img {
    width: 100%;
    min-width: initial;
  }
}

.works_attempt_item:nth-child(odd) .works_attempt_item_img {
  right: 0;
}

.works_attempt_item:nth-child(even) .works_attempt_item_img {
  left: 0;
}

@media screen and (max-width: 1279px) {
  .works_attempt_item:nth-child(even) .works_attempt_item_main {
    margin-left: auto;
  }
}

.works_attempt_item_main {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  min-height: 430px;
}

@media screen and (max-width: 1279px) {
  .works_attempt_item_main {
    width: 60%;
  }
}

@media screen and (max-width: 1023px) {
  .works_attempt_item_main {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .works_attempt_item_main {
    width: 80%;
    margin: auto;
    min-height: initial;
  }
}

@media screen and (max-width: 560px) {
  .works_attempt_item_main {
    width: 95%;
  }
}

.works_attempt_item_title {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28px 0;
}

@media screen and (max-width: 1279px) {
  .works_attempt_item_title {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .works_attempt_item_title {
    padding: 24px 10px;
  }
}

.works_attempt_item_title p {
  font-size: 120px;
  font-size: 7.5rem;
  color: #E4E4E4;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .works_attempt_item_title p {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .works_attempt_item_title p {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .works_attempt_item_title p {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 560px) {
  .works_attempt_item_title p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.works_attempt_item_title h3 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1279px) {
  .works_attempt_item_title h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .works_attempt_item_title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.works_attempt_item_text {
  padding: 28px 18px;
}

@media screen and (max-width: 560px) {
  .works_attempt_item_text {
    padding-top: 0;
  }
}

.works_attempt_item_text p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .works_attempt_item_text p {
    line-height: 2;
  }
}

@media screen and (max-width: 560px) {
  .works_attempt_item_text p {
    line-height: 1.8;
  }
}

.works_attempt_item_btn a {
  margin: auto;
  max-width: 595px;
}

@media screen and (max-width: 767px) {
  .works_attempt_item_btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 560px) {
  .works_attempt_item_btn a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* works_service
================================*/
.works_service {
  padding-top: 180px;
  padding-bottom: 230px;
}

@media screen and (max-width: 1279px) {
  .works_service {
    padding-top: 130px;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .works_service {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.works_service_wrap {
  margin-top: 85px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 110px 60px;
}

@media screen and (max-width: 1279px) {
  .works_service_wrap {
    gap: 80px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .works_service_wrap {
    gap: 80px 20px;
  }
}

@media screen and (max-width: 767px) {
  .works_service_wrap {
    margin-top: 60px;
    gap: 60px 20px;
    grid-template-columns: 1fr;
  }
}

.works_service_item_logo {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .works_service_item_logo {
    margin: 15px 0;
  }
}

.works_service_item_logo img {
  width: initial;
}

.works_service_item_contents h3 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .works_service_item_contents h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.works_service_item_contents p {
  margin-top: 20px;
  font-family: "kozuka-mincho-pr6n", serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  min-height: 75px;
}

@media screen and (max-width: 767px) {
  .works_service_item_contents p {
    line-height: 1.875;
    min-height: initial;
  }
}

.works_service_item_btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .works_service_item_btn {
    margin-top: 20px;
  }
}

.works_service_item_btn a {
  margin: auto;
}

/*===============================================
# 会社概要
=================================================*/
.company_body {
  margin: auto;
  max-width: 1215px;
  padding-top: 120px;
  padding-bottom: 170px;
}

@media screen and (max-width: 767px) {
  .company_body {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.company_body dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.company_item {
  display: grid;
  grid-template-columns: 315px auto;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .company_item {
    grid-template-columns: 215px auto;
  }
}

@media screen and (max-width: 767px) {
  .company_item {
    grid-template-columns: 150px auto;
  }
}

@media screen and (max-width: 560px) {
  .company_item {
    grid-template-columns: 100px auto;
  }
}

.company_item dt {
  padding: 30px 30px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background-color: #84CCD1;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .company_item dt {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .company_item dt {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 560px) {
  .company_item dt {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 18px 5px;
  }
}

.company_item dd {
  padding: 30px 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .company_item dd {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 560px) {
  .company_item dd {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 18px 5px;
  }
}

/*===============================================
# 店舗情報
=================================================*/
.shop_menu {
  padding-top: 70px;
}

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

.shop_menu_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

.shop_menu_wrap a img {
  width: initial;
}

.shop_body {
  padding-top: 135px;
  padding-bottom: 170px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .shop_body {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.shop_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

.shop_item {
  display: grid;
  grid-template-columns: 285px auto;
  gap: 35px;
}

@media screen and (max-width: 1023px) {
  .shop_item {
    grid-template-columns: 235px auto;
  }
}

@media screen and (max-width: 767px) {
  .shop_item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.shop_item_contents {
  font-family: "kozuka-mincho-pr6n", serif;
}

@media screen and (max-width: 767px) {
  .shop_item_contents {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .shop_item_img {
    order: -1;
    max-width: 500px;
  }
}

.shop_item_contents_title {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .shop_item_contents_title {
    order: -2;
  }
}

.shop_item_contents_title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.shop_item_list {
  padding-top: 15px;
}

.shop_item_list dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.shop_item_list_item {
  display: grid;
  grid-template-columns: 85px auto;
  gap: 20px;
  align-items: center;
}

.shop_item_list_item dt {
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.shop_item_list_item dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .shop_item_list_item dd {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.shop_item_list_item dd p {
  width: auto;
}

.shop_item_list_item dd a {
  width: 160px;
  display: block;
  text-align: right;
  padding: 11px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.2s;
}

.shop_item_list_item dd a::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.shop_item_list_item dd a:hover {
  opacity: 1;
  color: #fff;
  transition: all 0.2s;
}

@media screen and (max-width: 1279px) {
  .shop_item_list_item:first-child {
    align-items: flex-start;
  }
}

.shop_wrap._one .shop_item_contents_title {
  color: #297086;
  border-bottom: #84CCD1 1px solid;
}

.shop_wrap._one .shop_item_list_item dt {
  background: #84CCD1;
}

.shop_wrap._one .shop_item_list_item dd a {
  color: #84CCD1;
  border: 1px solid #84CCD1;
}

.shop_wrap._one .shop_item_list_item dd a::before {
  background: url(../img/shop/map_one.png) center center/contain no-repeat;
}

.shop_wrap._one .shop_item_list_item dd a:hover {
  color: #fff;
  border: 1px solid #84CCD1;
  background-color: #84CCD1;
}

.shop_wrap._one .shop_item_list_item dd a:hover::before {
  background: url(../img/shop/map_hover.png) center center/contain no-repeat;
}

.shop_wrap._two .shop_item_contents_title {
  color: #F1A1A0;
  border-bottom: #F1A1A0 1px solid;
}

.shop_wrap._two .shop_item_list_item dt {
  background: #F1A1A0;
}

.shop_wrap._two .shop_item_list_item dd a {
  color: #F1A1A0;
  border: 1px solid #F1A1A0;
}

.shop_wrap._two .shop_item_list_item dd a::before {
  background: url(../img/shop/map_two.png) center center/contain no-repeat;
}

.shop_wrap._two .shop_item_list_item dd a:hover {
  color: #fff;
  border: 1px solid #F1A1A0;
  background-color: #F1A1A0;
}

.shop_wrap._two .shop_item_list_item dd a:hover::before {
  background: url(../img/shop/map_hover.png) center center/contain no-repeat;
}

.shop_wrap._three .shop_item_contents_title {
  color: #17140F;
  border-bottom: #17140F 1px solid;
}

.shop_wrap._three .shop_item_list_item dt {
  background: #17140F;
}

.shop_wrap._three .shop_item_list_item dd a {
  color: #17140F;
  border: 1px solid #17140F;
}

.shop_wrap._three .shop_item_list_item dd a::before {
  background: url(../img/shop/map_three.png) center center/contain no-repeat;
}

.shop_wrap._three .shop_item_list_item dd a:hover {
  color: #fff;
  border: 1px solid #17140F;
  background-color: #17140F;
}

.shop_wrap._three .shop_item_list_item dd a:hover::before {
  background: url(../img/shop/map_hover.png) center center/contain no-repeat;
}

.shop_wrap._four .shop_item_contents_title {
  color: #765D98;
  border-bottom: #765D98 1px solid;
}

.shop_wrap._four .shop_item_list_item dt {
  background: #765D98;
}

.shop_wrap._four .shop_item_list_item dd a {
  color: #765D98;
  border: 1px solid #765D98;
}

.shop_wrap._four .shop_item_list_item dd a::before {
  background: url(../img/shop/map_four.png) center center/contain no-repeat;
}

.shop_wrap._four .shop_item_list_item dd a:hover {
  color: #fff;
  border: 1px solid #765D98;
  background-color: #765D98;
}

.shop_wrap._four .shop_item_list_item dd a:hover::before {
  background: url(../img/shop/map_hover.png) center center/contain no-repeat;
}

/*===============================================
# 個人情報の取扱い
=================================================*/
.privacy_body {
  margin: auto;
  max-width: 1025px;
  padding-top: 50px;
  padding-bottom: 120px;
  font-family: "kozuka-mincho-pr6n", serif;
}

@media screen and (max-width: 767px) {
  .privacy_body {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

.privacy_body h2 {
  margin-top: 35px;
  color: #297086;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .privacy_body h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 25px;
  }
}

.privacy_body h3 {
  margin-top: 35px;
  color: #297086;
  color: #297086;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .privacy_body h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 25px;
  }
}

.privacy_body p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .privacy_body p {
    line-height: 2;
    margin-top: 5px;
  }
}

.privacy_body ul {
  margin-top: 5px;
}

.privacy_body ul li {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-left: 15px;
  position: relative;
}

.privacy_body ul li::before {
  position: absolute;
  content: "●";
  left: 0;
}

@media screen and (max-width: 767px) {
  .privacy_body ul li {
    line-height: 2;
  }
}

/*===============================================
# archive
=================================================*/
/* archive_mv_title
================================*/
.archive_mv_title .page_mv_title_en {
  text-transform: uppercase;
}

/* メイン
================================*/
.blog_container {
  padding-top: 40px;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .blog_container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.blog_content {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .blog_content {
    grid-template-columns: 260px auto;
  }
}

@media screen and (max-width: 1023px) {
  .blog_content {
    grid-template-columns: 220px auto;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog_content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* sidebar
================================*/
.secondary {
  font-family: "kozuka-mincho-pr6n", serif;
}

.secondary_title {
  text-align: center;
  color: #fff;
  background-color: #84CCD1;
  padding: 12px 0;
}

.secondary_title p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.secondary_category_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.secondary_category_item {
  padding: 15px 6px;
  background-color: #F8F8F8;
}

.secondary_category_item a {
  display: block;
  padding-left: 16px;
  border-left: #84CCD1 2px solid;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

/* primary
================================*/
.primary {
  padding-top: 12px;
}

.blog_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.entry_item {
  border: #84CCD1 solid 1px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: auto 360px;
  gap: 10px;
  align-items: center;
  font-family: "kozuka-mincho-pr6n", serif;
}

@media screen and (max-width: 1279px) {
  .entry_item {
    grid-template-columns: auto 300px;
  }
}

@media screen and (max-width: 1023px) {
  .entry_item {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .entry_item {
    padding: 25px 17px;
  }
}

.entry_item_img {
  height: 260px;
}

@media screen and (max-width: 1279px) {
  .entry_item_img {
    height: 215px;
  }
}

@media screen and (max-width: 1023px) {
  .entry_item_img {
    order: -1;
    height: 430px;
  }
}

@media screen and (max-width: 767px) {
  .entry_item_img {
    height: 400px;
  }
}

@media screen and (max-width: 560px) {
  .entry_item_img {
    height: 250px;
  }
}

.entry_item_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .entry_item_body {
    display: contents;
  }
}

.entry_item_title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #297086;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: #84CCD1 1px solid;
  padding-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .entry_item_title {
    order: -2;
  }
}

@media screen and (max-width: 767px) {
  .entry_item_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 560px) {
  .entry_item_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.entry_item_meta {
  display: flex;
  align-items: center;
  padding-top: 10px;
  gap: 30px;
}

.entry_item_published {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  letter-spacing: 0.1em;
}

.entry_item_category {
  padding: 7px 50px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #F8F8F8;
  border-radius: 15px;
}

@media screen and (max-width: 1279px) {
  .entry_item_category {
    padding: 7px 30px;
  }
}

.entry_item_text {
  margin-top: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .entry_item_text {
    line-height: 2;
    margin-top: 10px;
  }
}

/* ページネーション
================================*/
.pagination {
  font-family: "kozuka-mincho-pr6n", serif;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination a {
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  margin-right: 8px;
  line-height: 2.3;
  text-align: center;
  text-decoration: none;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 5px;
    width: 37px;
    height: 37px;
  }
}

@media screen and (max-width: 560px) {
  .page-numbers {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  color: #fff;
  background-color: #000;
}

.page-numbers.dots {
  background-color: transparent;
  color: #A59B81;
  margin-left: 5px;
  margin-right: 5px;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  min-width: 13px;
  height: 22px;
  width: auto;
  background: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-numbers.dots,
  .page-numbers.next,
  .page-numbers.prev {
    width: 11px;
    height: 18px;
  }
}

.page-numbers.dots img,
.page-numbers.next img,
.page-numbers.prev img {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .page-numbers.dots img,
  .page-numbers.next img,
  .page-numbers.prev img {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  body.m_fixed_sns {
    padding-bottom: 67px;
  }
  .archive-head {
    margin-bottom: 20px;
    padding-top: 26px;
    margin-top: 30px;
  }
  .archive-lead {
    margin-bottom: 8px;
  }
  .archive-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  #content &gt; .inner {
    display: block;
    padding-top: 40px;
  }
  #primary {
    margin-bottom: 70px;
    width: 100%;
  }
  .m_one #primary {
    margin-bottom: 70px;
  }
  #secondary {
    width: 100%;
  }
  .m_one #secondary {
    display: block;
  }
  .breadcrumb {
    margin-bottom: 14px;
  }
  .drawer {
    display: block;
  }
  .entries.m_horizontal .entry-item .entry-item-published {
    font-size: 10px;
  }
  .entries.m_horizontal .entry-item .entry-item-tag {
    font-size: 10px;
    margin-right: 8px;
  }
  .entries.m_horizontal .entry-item .entry-item-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .entries.m_horizontal .entry-item .entry-item-excerpt {
    display: none;
  }
  .entries.m_horizontal {
    margin-bottom: 40px;
  }
  .entries.m_block .entry-item .entry-item-published {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-tag {
    font-size: 12px;
  }
  .entries.m_block .entry-item .entry-item-title {
    font-size: 18px;
  }
  .entries.m_block .entry-item .entry-item-excerpt {
    font-size: 14px;
  }
}

/*===============================================
# single
=================================================*/
.single_head {
  padding-top: 30px;
  font-family: "kozuka-mincho-pr6n", serif;
}

@media screen and (max-width: 767px) {
  .single_head {
    padding-top: 10px;
  }
}

.single_head h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #297086;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: #84CCD1 1px solid;
  padding-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .single_head h1 {
    order: -2;
  }
}

@media screen and (max-width: 767px) {
  .single_head h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 560px) {
  .single_head h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.single_img {
  margin-top: 44px;
  width: 100%;
  height: initial;
}

@media screen and (max-width: 767px) {
  .single_img {
    margin-top: 20px;
  }
}

.single_img img {
  height: initial;
}

.single_inner {
  margin-top: 45px;
  background-color: #fff;
  font-family: "kozuka-mincho-pr6n", serif;
}

@media screen and (max-width: 767px) {
  .single_inner {
    margin-top: 30px;
  }
}

.single_inner h2 {
  margin-top: 30px;
  background-color: #84CCD1;
  padding: 10px 14px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
  padding: 13px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_inner h2 {
    margin-bottom: 20px;
  }
}

.single_inner h2::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 75%;
}

.single_inner h3 {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 15px;
  font-weight: 600;
  color: #297086;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 20px;
  border-bottom: 2px solid #84CCD1;
}

@media screen and (max-width: 767px) {
  .single_inner h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.single_inner h4 {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.single_inner p {
  line-height: 2;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .single_inner p {
    margin-bottom: 18px;
  }
}

.single_inner ul {
  margin-bottom: 30px;
  background: #F7F7F7;
  padding: 15px;
  border-radius: 10px;
}

.single_inner ul li {
  padding-left: 20px;
  letter-spacing: 0;
  line-height: 1.56;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_inner ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single_inner ul li:last-child {
  margin-bottom: 0;
}

.single_inner ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background: #84CCD1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .single_inner ul li::before {
    top: 4px;
  }
}

.single_inner ol {
  margin-bottom: 30px;
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 20px;
  counter-reset: number;
}

.single_inner ol li {
  padding-left: 20px;
  letter-spacing: 0;
  line-height: 1.56;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_inner ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single_inner ol li:last-child {
  margin-bottom: 0;
}

.single_inner ol li::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  color: #84CCD1;
  counter-increment: number;
  content: counter(number) ".";
}

@media screen and (max-width: 767px) {
  .single_inner ol li::before {
    top: 0px;
  }
}

.single_inner img {
  width: initial;
}

.single_inner a {
  text-decoration: underline;
  color: #0000EE;
}

.single_blog_wrapper {
  margin-top: 70px;
}

.single_blog_wrapper_title {
  font-family: "kozuka-mincho-pr6n", serif;
}

.single_blog_wrapper_title h2 {
  background-color: #84CCD1;
  padding: 10px 14px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 2;
  padding: 13px 30px;
  position: relative;
}

.single_blog_wrapper_title h2::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 75%;
}

/*===============================================
# contact
=================================================*/
.contact {
  font-family: "kozuka-mincho-pr6n", serif;
}

.contact_top {
  padding-top: 70px;
  max-width: 1015px;
  margin: auto;
}

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

.contact_top_intro p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.contact_top_intro p span {
  color: #F1A1A0;
}

@media screen and (max-width: 767px) {
  .contact_top_intro p {
    line-height: 2;
  }
}

.contact_top_img {
  margin-top: 33px;
}

.contact_top_bottom {
  margin-top: 20px;
}

.contact_top_bottom h2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  color: #297086;
}

@media screen and (max-width: 767px) {
  .contact_top_bottom h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact_top_bottom ul {
  margin-top: 15px;
}

.contact_top_bottom ul li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}

.contact_top_bottom ul li::after {
  position: absolute;
  content: "※";
  left: 0;
}

.contact_top_bottom p {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  padding-left: 15px;
}

.catalog_top {
  display: grid;
  grid-template-columns: auto 38%;
  gap: 50px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .catalog_top {
    grid-template-columns: 1fr;
  }
}

.catalog_top_left_text {
  margin-bottom: 50px;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .catalog_top_left_text {
    line-height: 2.1;
  }
}

.contact_body {
  max-width: 1015px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contact_body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contact_attend {
  margin-top: 40px;
}

.contact_attend p {
  text-align: center;
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact_attend p span {
  color: #ED5B5B;
  font-size: 12px;
  font-size: 0.75rem;
}

.contact_wrap {
  max-width: 760px;
  margin: auto;
  margin-top: 20px;
}

.contact_item_top {
  padding-bottom: 80px;
  border-bottom: 1px solid #707070;
}

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

.contact_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

@media screen and (max-width: 767px) {
  .contact_list {
    margin-top: 30px;
  }
}

.contact_item {
  display: grid;
  grid-template-columns: 315px auto;
}

@media screen and (max-width: 1279px) {
  .contact_item {
    grid-template-columns: 280px auto;
  }
}

@media screen and (max-width: 1023px) {
  .contact_item {
    grid-template-columns: 250px auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_item {
    grid-template-columns: 200px auto;
  }
}

@media screen and (max-width: 560px) {
  .contact_item {
    grid-template-columns: 1fr;
  }
}

.contact_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 14px;
  padding-left: 30px;
  background-color: #84CCD1;
}

@media screen and (max-width: 767px) {
  .contact_item_title {
    padding: 18px 5px;
  }
}

@media screen and (max-width: 560px) {
  .contact_item_title {
    padding: 16px 10px;
  }
}

.contact_item_title p:first-child {
  color: #FFFFFF;
  line-height: 0;
}

.contact_item_title_inline {
  display: block;
  background-color: #EF8585;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contact_item_title_inline {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 7px 5px;
  }
}

@media screen and (max-width: 560px) {
  .contact_item_title_inline {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 7px 10px;
  }
}

.contact_item_input {
  background-color: #F8F8F8;
  padding: 12px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .contact_item_input {
    padding: 12px 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_input {
    padding: 12px 10px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  position: relative;
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  select,
  textarea {
    padding: 15px 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #D4D4D4;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  position: absolute;
  content: "";
  background: url(../img/contact/calender.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

textarea {
  min-height: 155px;
  resize: vertical;
}

.contact_item_input_select {
  position: relative;
  cursor: pointer;
}

.contact_item_input_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: url(../img/contact/select.png) center center/contain no-repeat;
  width: 17px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact_item_input_select select {
  appearance: none;
  color: #000000;
}

.contact_item_input_select._confirm::after {
  content: none;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.contact_item_check {
  margin-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .contact_item_check {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_check {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 560px) {
  .contact_item_check {
    margin-bottom: 35px;
  }
}

.contact_footer_text {
  display: flex;
  margin-top: 40px;
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
}

@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

.wpcf7-list-item-label {
  position: relative;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #D6D6D6;
  display: inline-block;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    margin-right: 7px;
    width: 18px;
    height: 18px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /*チェックアイコン*/
  position: absolute;
  content: "";
  width: 10px;
  height: 17px;
  border: 2px solid #84CCD1;
  border-top: 0;
  border-left: 0;
  transform: rotate(40deg);
  top: 2px;
  left: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    top: 3px;
    left: 5px;
    width: 7px;
    height: 13px;
  }
}

.contact_privacy {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .contact_privacy {
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact_privacy a {
  color: #0094CB;
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 4px;
}

.contact_footer {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 1023px) {
  .contact_footer {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .contact_footer {
    margin-top: 30px;
  }
}

.contact_footer_submit._pre .contact_link {
  background: #D3D3D3;
}

.contact_link {
  cursor: pointer;
  display: block;
  margin: auto;
  font-family: "kozuka-mincho-pr6n", serif;
  width: 430px;
  background-color: #EF8585;
  padding: 18px 18px 22px 24px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_link {
    width: 300px;
    padding: 16px 15px 19px 18px;
  }
}

@supports (-webkit-touch-callout: none) {
  .contact_link {
    padding: 18px 18px 32px 24px;
  }
  @media screen and (max-width: 767px) {
    .contact_link {
      padding: 19px 15px 28px 18px;
    }
  }
}

::-webkit-full-page-media, :future, :root .contact_link {
  padding: 21px 18px 32px 24px;
}

@media screen and (max-width: 767px) {
  ::-webkit-full-page-media, :future, :root .contact_link {
    padding: 19px 15px 28px 18px;
  }
}

.attend-box {
  height: 205px;
  overflow-y: scroll;
  text-align: left;
  padding: 30px 35px;
  padding-top: 0;
  border: 1px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
  .attend-box {
    padding: 15px 18px;
    padding-top: 0;
  }
}

.attend-box p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .attend-box p {
    font-size: 12px;
  }
}

#scroll::-webkit-scrollbar {
  width: 20px;
}

#scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  border: 3px solid #f2f2f2;
}

.contact_radio {
  margin-bottom: 5px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
}

.contact_radio_wrap {
  margin-top: -5px;
}

.contact_radio_wrap_top {
  margin-top: -35px;
}

@media screen and (max-width: 767px) {
  .contact_radio_wrap_top {
    margin-top: -20px;
  }
}

/* thanks
================================*/
.thanks-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .thanks-btn {
    margin-top: 60px;
  }
}

.thanks-btn a {
  margin: auto;
}

/*===============================================
# 確認画面
=================================================*/
/*===============================================
# recaptcha
=================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

/*===============================================
# 確認画面
=================================================*/
#wpcf7cpcnf table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin-top: -30px;
}

@media screen and (max-width: 560px) {
  #wpcf7cpcnf table {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#wpcf7cpcnf table tr {
  width: 100%;
}

#wpcf7cpcnf table th {
  width: 265px;
  border-bottom: 1px solid #D6D6D6;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #wpcf7cpcnf table th {
    width: 240px;
    padding: 18px 0;
  }
}

@media screen and (max-width: 560px) {
  #wpcf7cpcnf table th {
    width: 220px;
  }
}

#wpcf7cpcnf table td {
  width: calc(100% - 265px);
  border-bottom: 1px solid #D6D6D6;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #wpcf7cpcnf table td {
    width: calc(100% - 240px);
    padding: 18px 0;
  }
}

@media screen and (max-width: 560px) {
  #wpcf7cpcnf table td {
    width: calc(100% - 220px);
  }
}

#wpcf7cpcnf table tr:first-child th, #wpcf7cpcnf table tr:first-child td {
  padding-top: 0;
}

.wpcf7cp-btns {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .wpcf7cp-btns {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7cp-btns {
    margin-top: 40px;
  }
}

.div.wpcf7cp-btns {
  margin-top: 50px;
}

.button-wrapper {
  width: 320px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .button-wrapper {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper {
    width: 240px;
  }
}

.button-wrapper:first-child {
  background-color: #fff;
}

.button-wrapper:last-child {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.button-wrapper:last-child::after {
  position: absolute;
  content: "";
  background: url(../img/contact/btn_arrow.svg) center center/contain no-repeat;
  width: 32px;
  height: 7px;
  right: 80px;
  top: 27px;
}

@media screen and (max-width: 1023px) {
  .button-wrapper:last-child::after {
    width: 28px;
    height: 6px;
    right: 15px;
    top: 24px;
  }
}

.button-wrapper button {
  cursor: pointer;
}

.button.wpcf7cp-cfm-edit-btn {
  margin: 0 !important;
}

.button-wrapper:first-child button {
  display: block;
  width: 320px;
  background-color: #fff;
  color: #000;
  padding: 18px 18px 22px 24px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  position: relative;
  border: 1px solid #000;
}

@media screen and (max-width: 1023px) {
  .button-wrapper:first-child button {
    width: 280px;
    padding: 16px 15px 19px 18px;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper:first-child button {
    width: 240px;
    padding: 13px 15px 15px 18px;
  }
}

.button-wrapper:last-child button {
  display: block;
  width: 320px;
  background-color: #84CCD1;
  padding: 18px 18px 22px 24px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .button-wrapper:last-child button {
    width: 280px;
    padding: 16px 15px 19px 18px;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper:last-child button {
    width: 240px;
    padding: 13px 15px 15px 18px;
  }
}

#contact {
  display: none !important;
}

.wpcf7cfc-form {
  display: none;
  /* フォーム部分を完全に非表示 */
}

.myInput {
  opacity: 0;
  visibility: hidden;
}

/*===============================================
# 完了画面
=================================================*/
.thanks {
  padding: 150px 0;
  text-align: center;
  font-family: "kozuka-mincho-pr6n", serif;
}

@media screen and (max-width: 767px) {
  .thanks {
    padding: 100px;
  }
}

.thanks h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

.thanks p {
  font-size: 16px;
  font-size: 1rem;
}

.thanks_btn {
  margin: auto;
  margin-top: 50px;
  max-width: 400px;
}

/*===============================================
# 正枝前結び和装教室 凛
=================================================*/
/* mv
================================*/
.page_mv._rin {
  background: url(../img/rin/mv.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .page_mv._rin {
    background: url(../img/rin/sp/mv.png) center center/cover no-repeat;
  }
}

.rin_mv_main {
  max-width: 595px;
  top: 270px;
  right: 0px;
  left: initial;
  transform: translate(0);
}

@media screen and (max-width: 1600px) {
  .rin_mv_main {
    max-width: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .rin_mv_main {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .rin_mv_main {
    max-width: 300px;
  }
}

@media screen and (max-width: 560px) {
  .rin_mv_main {
    max-width: 250px;
  }
}

/* rin_intro
================================*/
.rin_intro {
  padding-top: 60px;
}

.rin_intro h2 {
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .rin_intro h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 560px) {
  .rin_intro h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.rin_intro p {
  margin-top: 20px;
  line-height: 2.5;
  text-align: center;
}

.rin_intro p.big {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .rin_intro p.big {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* rin_menu
================================*/
.rin_menu {
  margin-top: 120px;
}

.rin_menu_item_text p {
  color: #CAE2A4;
}

/* rin_contents_top
================================*/
.rin_contents_top_item_main_title_num {
  border-bottom: #CAE2A4 9px solid;
  width: 160px;
}

.rin_contents_top_item_main_title_num .num {
  color: #CAE2A4;
}

.rin_contents_top_item_main_title_text p {
  color: #CAE2A4;
}

.rin_contents_top_item_main_sns {
  margin-top: 30px;
}

.rin_contents_top_item_main_sns p {
  font-weight: bold;
}

.rin_contents_top_item_main_sns_wrap {
  margin-top: 30px;
  max-width: 195px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .rin_contents_top_item_main_sns_wrap {
    margin: auto;
    margin-top: 20px;
  }
}

.rin_contents_top_item_main_text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.rin_contents_top_item_main_text_wrap h3 {
  border-bottom: #000000 1px solid;
  padding-bottom: 12px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.rin_contents_top_item_main_text_wrap h3 span {
  display: block;
}

.rin_contents_top_item_main_text_wrap h3 span.reason {
  background-color: #CAE2A4;
  padding: 10px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .rin_contents_top_item_main_text_wrap h3 span.reason {
    padding: 8px 12px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.rin_contents_top_item_main_text_wrap h3 span.title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rin_contents_top_item_main_text_wrap h3 span.title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rin_contents_top_item_main_text_wrap p {
  margin-top: 20px;
}

/* rin_contents_middle
================================*/
.rin_contents_middle {
  padding-top: 150px;
}

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

.rin_contents_middle_body {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_body {
    margin-top: 30px;
  }
}

.rin_contents_middle_wrap {
  max-width: 1215px;
  width: 100%;
  margin: auto;
}

.rin_contents_middle_wrap h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_wrap h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.rin_contents_middle_list {
  margin-top: 15px;
}

.rin_contents_middle_list dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.rin_contents_middle_list_item {
  display: grid;
  grid-template-columns: 310px auto;
}

@media screen and (max-width: 1279px) {
  .rin_contents_middle_list_item {
    grid-template-columns: 250px auto;
  }
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_list_item {
    grid-template-columns: 100px auto;
  }
}

.rin_contents_middle_list_item dt, .rin_contents_middle_list_item dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rin_contents_middle_list_item dt {
  background: #84CCD1;
  padding: 20px 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_list_item dt {
    padding: 15px 10px;
  }
}

.rin_contents_middle_list_item dd {
  background: #F8F8F8;
  padding: 20px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_list_item dd {
    padding: 15px 10px;
  }
}

.rin_contents_middle_btn {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_btn {
    margin-top: 60px;
  }
}

.rin_contents_middle_btn a {
  display: block;
  margin: auto;
  background: #CAE2A4;
  width: 500px;
  border: 1px solid #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  position: relative;
}

.rin_contents_middle_btn a::after {
  position: absolute;
  content: "";
  background: url(../img/rin/pdf.png) center center/contain no-repeat;
  width: 32px;
  height: 32px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .rin_contents_middle_btn a {
    width: 300px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .rin_contents_middle_btn a::after {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}

/* rin_contents_bottom
================================*/
.rin_contents_bottom {
  padding-top: 140px;
}

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

.rin_contents_bottom_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

@media screen and (max-width: 1279px) {
  .rin_contents_bottom_wrap {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rin_contents_bottom_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.rin_contents_bottom_item h3 {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #297086;
  font-weight: bold;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .rin_contents_bottom_item h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
  }
}

.rin_contents_bottom_item p {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .rin_contents_bottom_item p {
    margin-top: 10px;
  }
}

/* rin_contact
================================*/
.rin_contact {
  padding-top: 85px;
  padding-bottom: 175px;
}

@media screen and (max-width: 767px) {
  .rin_contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.rin_contact_main {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 140px;
}

@media screen and (max-width: 1279px) {
  .rin_contact_main {
    gap: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .rin_contact_main {
    gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .rin_contact_main {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

.rin_contact_main_item {
  position: relative;
  border: #CAE2A4 solid 1px;
  padding: 30px 5px;
}

.rin_contact_main_item::after {
  position: absolute;
  content: "";
  background: url(../img/rin/arrow.png) center center/contain no-repeat;
  width: 47px;
  height: 41px;
  top: 160px;
  right: -100px;
}

@media screen and (max-width: 1279px) {
  .rin_contact_main_item::after {
    width: 43px;
    height: 37px;
    top: 130px;
    right: -80px;
  }
}

@media screen and (max-width: 1023px) {
  .rin_contact_main_item::after {
    width: 35px;
    height: 28px;
    right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .rin_contact_main_item::after {
    width: 40px;
    height: 35px;
    top: initial;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    bottom: -70px;
  }
}

.rin_contact_main_item:last-child::after {
  content: none;
}

.rin_contact_main_item_title h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .rin_contact_main_item_title h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1,7;
  }
}

.rin_contact_main_item_img {
  margin-top: 30px;
}

.rin_contact_main_item_text {
  margin-top: 25px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .rin_contact_main_item_text {
    padding: 0 5px;
  }
}

.rin_contact_main_item_text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}

.rin_contact_cta {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

@media screen and (max-width: 1600px) {
  .rin_contact_cta {
    gap: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .rin_contact_cta {
    margin: auto;
    margin-top: 70px;
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.rin_contact_cta_item p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .rin_contact_cta_item p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.rin_contact_cta_item_btn a {
  display: block;
  position: relative;
  text-align: center;
  padding-left: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding: 50px 0;
  padding-left: 100px;
}

@media screen and (max-width: 1279px) {
  .rin_contact_cta_item_btn a {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .rin_contact_cta_item_btn a {
    padding: 35px 0;
    padding-left: 60px;
  }
}

.rin_contact_cta_item_btn a::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .rin_contact_cta_item_btn a::before {
    width: 50px;
    height: 50px;
    left: 20px;
  }
}

.rin_contact_cta_item_btn._btn01 a {
  background: #84CCD1;
}

.rin_contact_cta_item_btn._btn01 a::before {
  background: url(../img/rin/tel.png) center center/contain no-repeat;
}

.rin_contact_cta_item_btn._btn02 a {
  background: #CAE2A4;
}

.rin_contact_cta_item_btn._btn02 a::before {
  background: url(../img/rin/comment.png) center center/contain no-repeat;
}

.rin_contact_cta_item_btn._btn03 a {
  background: #EF8585;
  color: #fff;
}

.rin_contact_cta_item_btn._btn03 a::before {
  background: url(../img/rin/mail.png) center center/contain no-repeat;
}

/*===============================================
# 404
=================================================*/
#content &gt; .inner {
  display: block;
  padding-top: 40px;
  background: url(../img/common/bg03.png) center center/cover no-repeat;
}

.entry-404 {
  padding-bottom: 85px;
  text-align: center;
  margin-top: 160px;
}

.entry-404-head {
  color: #84CCD1;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn a {
  margin: auto;
  color: #fff;
  text-align: left;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>