@charset "UTF-8";
/*======================================

0-1.Clearfix

=======================================*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/*======================================

1-1.General

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

body {
  background-color: #fff;
  color: #414141;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 2;
  overflow: clip;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: none;
  border-style: none;
}

img.image-full {
  display: block;
  width: 100%;
  margin: auto;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/*input,
button,
textarea,
select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
figure {
  position: relative;
  line-height: 0;
}

figcaption {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  figcaption {
    font-size: 1.2rem;
  }
}

hr {
  border: none;
  clear: both;
  height: 2.5em;
}
@media screen and (min-width: 560px) {
  hr {
    height: 4em;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

em, i {
  font-style: normal;
}

a {
  color: #414141;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default;
    text-decoration: none;
  }
}
a.list_links {
  background-color: transparent;
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  display: block;
  line-height: 40px;
  padding: 0 1em;
  width: 160px;
  position: relative;
  transition: 0.3s all;
}
a.list_links:hover {
  opacity: 0.7;
  transform: translateY(0.25em);
}
a.list_links::after {
  background: url(/assets/img/common/arrow.svg) no-repeat;
  content: "";
  background-size: cover;
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
a.list_links.wh {
  border-color: #fff;
  color: #fff;
}
a.list_links.wh::after {
  background: url(/assets/img/common/arrow_w.svg) no-repeat;
}
a.links {
  border-bottom: 1px solid #B5B5B5;
  display: block;
  font-size: 1.2rem;
  margin: 1em 0 0 auto;
  width: 9em;
  position: relative;
  transition: 0.3s all;
}
a.links:hover {
  opacity: 0.7;
  transform: translateY(0.25em);
}
a.links::after {
  background: url(/assets/img/common/arrow.svg) no-repeat;
  content: "";
  background-size: cover;
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
a.links.wh {
  border-color: #fff;
  color: #fff;
}
a.links.wh::after {
  background: url(/assets/img/common/arrow_w.svg) no-repeat;
}

.disable {
  color: #ccc;
  display: block;
  pointer-events: none !important;
}

.only_sp,
.visible_sp {
  display: block;
}
@media screen and (min-width: 560px) {
  .only_sp,
  .visible_sp {
    display: none;
  }
}

.only_md,
.visible_tb {
  display: none;
}
@media screen and (min-width: 560px) {
  .only_md,
  .visible_tb {
    display: block;
  }
}

.visible_tbpc {
  display: none;
}
@media screen and (min-width: 800px) {
  .visible_tbpc {
    display: block;
  }
}

.only_lg,
.visible_pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .only_lg,
  .visible_pc {
    display: block;
  }
}

/*======================================

1-2.SETTING

=======================================*/
.contents {
  margin-bottom: 64px;
}
@media screen and (min-width: 800px) {
  .contents {
    margin-bottom: 120px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1800px;
  width: 90%;
  position: relative;
}

.anchor {
  display: block;
  margin-top: -64px;
  padding-top: 64px;
}
@media screen and (min-width: 560px) {
  .anchor {
    margin-top: -96px;
    padding-top: 96px;
  }
}
@media screen and (min-width: 800px) {
  .anchor {
    margin-top: -120px;
    padding-top: 120px;
  }
}

@media screen and (min-width: 800px) {
  .column_layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.column_layout .sub_column {
  background-color: #fff;
  box-shadow: 1px 1px 6px #dfdfdf;
  margin-top: 32px;
  padding: 1.2em;
}
@media screen and (min-width: 560px) {
  .column_layout .sub_column {
    margin-top: 48px;
    padding: 1.5em;
  }
}
@media screen and (min-width: 800px) {
  .column_layout .sub_column {
    margin-top: 0;
    width: 24.44%;
    position: sticky;
    top: 150px;
  }
}
@media screen and (min-width: 800px) {
  .column_layout .main_column {
    width: 70.56%;
  }
}

.fx {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 560px) {
  .fx {
    gap: 32px;
  }
}
@media screen and (min-width: 800px) {
  .fx {
    gap: 48px;
  }
}
.fx_just {
  justify-content: space-between;
}
.fx_center {
  justify-content: center;
}
.fx_start {
  justify-content: flex-start;
}
.fx_end {
  justify-content: flex-end;
}
.fx_around {
  justify-content: space-around;
}

.fx_row_2 > *, .fx_row_3 > *, .fx_row_4 > * {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .fx_row_2 > * {
    width: calc(50% - 32px);
  }
  .fx_row_3 > * {
    width: calc(33.33% - 32px);
  }
  .fx_row_4 > * {
    width: calc(25% - 32px);
  }
}
@media screen and (min-width: 800px) {
  .fx_row_2 > * {
    width: calc(50% - 48px);
  }
  .fx_row_3 > * {
    width: calc(33.33% - 48px);
  }
  .fx_row_4 > * {
    width: calc(25% - 48px);
  }
}

.marT1em {
  margin-top: 1em;
}

.marT1-5em {
  margin-top: 1.5em;
}

.marT2em {
  margin-top: 2em;
}

.marT2-5em {
  margin-top: 2.5em;
}

.marT3em {
  margin-top: 3em;
}

.marT3-5em {
  margin-top: 3.5em;
}

.marT4em {
  margin-top: 4em;
}

.marB1em {
  margin-bottom: 1em;
}

.marB1-5em {
  margin-bottom: 1.5em;
}

.marB2em {
  margin-bottom: 2em;
}

.marB2-5em {
  margin-bottom: 2.5em;
}

.marB3em {
  margin-bottom: 3em;
}

.marB3-5em {
  margin-bottom: 3.5em;
}

.marB4em {
  margin-bottom: 4em;
}

.headline {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .headline {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 800px) {
  .headline {
    font-size: 4rem;
    margin-bottom: 64px;
  }
}
.headline .sub {
  color: #888;
  display: block;
  font-size: 0.5em;
  line-height: 1;
}

.t_note {
  color: #666;
  font-size: 0.93em;
  margin-top: 1em;
}

.mv {
  margin-bottom: 64px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .mv {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  .mv {
    margin-bottom: 120px;
  }
}
.mv h2 {
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  font-size: 6.4vw;
  line-height: 1.6;
  max-width: 1800px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .mv h2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 800px) {
  .mv h2 {
    font-size: 4.8rem;
  }
}
.mv h2 span {
  display: block;
  font-size: 0.4em;
  line-height: 1;
}
.mv .pagenation {
  color: #000;
  display: none;
  margin: 1em auto 0;
  max-width: 1800px;
  width: 90%;
  /*position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:8%;
  z-index: 2;*/
  /*& a {
      color:#fff;
  }*/
}
@media screen and (min-width: 800px) {
  .mv .pagenation {
    display: block;
  }
}
.mv .pagenation ul {
  display: flex;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .mv .pagenation ul {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 800px) {
  .mv .pagenation ul {
    font-size: 1.4rem;
  }
}
.mv .pagenation ul li:not(:last-child)::after {
  content: ">";
  padding: 0 0.5em;
}
.mv img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .mv img {
    height: 264px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.nophoto {
  background-color: #c0c0c0;
  display: block;
  height: 100%;
  width: 100%;
}
.nophoto img {
  display: block;
  margin: auto;
}

/*======================================

2-1.HEADER

=======================================*/
header {
  height: 88px;
  width: 100%;
  position: fixed;
  z-index: 22;
  transition: 0.5s;
}
header .hd_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 16px;
  max-width: 1800px;
  width: 90%;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 800px) {
  header .hd_inner {
    padding-top: 24px;
  }
}
header .hd_inner h1 {
  width: 144px;
  line-height: 0;
  /*z-index: 22;*/
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 800px) {
  header .hd_inner h1 {
    width: 208px;
  }
}
header .hd_inner .hd_nav {
  display: none;
}
@media screen and (min-width: 800px) {
  header .hd_inner .hd_nav {
    display: block;
    margin-right: 80px;
    /*position: relative;
    z-index: 22;*/
  }
}
header .hd_inner .hd_nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .hd_inner .hd_nav li a {
  color: #fff;
}
header .g_nav {
  width: 56px;
  position: fixed;
  top: 24px;
  right: 5%;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 800px) {
  header .g_nav {
    top: 36px;
  }
}
header .g_nav a {
  color: #fff;
}
header .g_nav .menu_checkbox {
  display: none;
}
header .g_nav .menu_checkbox:checked ~ .drawer_menu {
  transform: scale(1);
}
header .g_nav .menu_checkbox:checked ~ .drawer_icon span {
  transform: rotate(-45deg) scale(0.75);
  background-color: #fff;
}
header .g_nav .menu_checkbox:checked ~ .drawer_icon span::before {
  bottom: 0;
  transform: rotate(90deg);
  background-color: #fff;
}
header .g_nav .menu_checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}
header .g_nav .drawer_menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
header .g_nav .drawer_menu .drawer_menu_inner {
  margin: 0 5%;
  max-width: 320px;
  padding-top: 120px;
}
header .g_nav .drawer_menu_list {
  margin: auto;
}
header .g_nav .drawer_menu_list li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 800px) {
  header .g_nav .drawer_menu_list li {
    font-size: 2rem;
  }
}
header .g_nav .drawer_menu_list li::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  width: 32px;
}
header .g_nav .drawer_menu_sub {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  margin-bottom: 1em;
  padding: 1em 0;
}
@media screen and (min-width: 800px) {
  header .g_nav .drawer_menu_sub {
    font-size: 1.6rem;
  }
}
header .g_nav .drawer_menu_sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  max-width: 200px;
}
header .g_nav .drawer_menu_sns li:first-child {
  margin-right: 10px;
}
header .g_nav .drawer_icon {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 56px;
  width: 56px;
  position: relative;
  right: 5%;
  z-index: 100;
}
header .g_nav .drawer_icon span, header .g_nav .drawer_icon span::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 56px;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}
header .g_nav .drawer_icon span {
  top: 16px;
}
header .g_nav .drawer_icon span::before {
  bottom: 8px;
}
header.is_header {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  height: 48px;
}
@media screen and (min-width: 800px) {
  header.is_header {
    height: 72px;
  }
}
header.is_header .hd_inner {
  padding-top: 8px;
}
@media screen and (min-width: 800px) {
  header.is_header .hd_inner {
    padding-top: 16px;
  }
}
header.is_header h1 {
  width: 128px;
}
@media screen and (min-width: 800px) {
  header.is_header h1 {
    width: 166px;
  }
}
header.is_header .g_nav {
  top: 12px;
  /*& .drawer_menu {
      top:56px;
      @media screen and (min-width: 800px) {
          top: 72px;
      }
  }*/
}
@media screen and (min-width: 800px) {
  header.is_header .g_nav {
    top: 24px;
  }
}

/*======================================

2-2.FOOTER

=======================================*/
footer {
  margin-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 560px) {
  footer {
    margin-top: 96px;
  }
}
@media screen and (min-width: 800px) {
  footer {
    margin-top: 120px;
    padding-bottom: 16px;
  }
}
footer .footerSNS {
  display: none;
}
footer .footerUtility {
  background-color: #61C5E2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  position: fixed;
  bottom: 0;
}
@media screen and (min-width: 800px) {
  footer .footerUtility {
    position: relative;
    bottom: auto;
  }
}
footer .footerUtility .unit {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit {
    padding: 6em 0;
    width: 33.33%;
  }
}
footer .footerUtility .unit:first-child {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
footer .footerUtility .unit:last-child {
  display: none;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit:last-child {
    display: block;
  }
}
footer .footerUtility .unit a {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  line-height: 48px;
  width: 100%;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit a {
    display: block;
  }
}
footer .footerUtility .unit h3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  footer .footerUtility .unit h3 {
    font-size: 2.4rem;
  }
}
footer .footerUtility .unit h3 > span {
  display: none;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit h3 > span {
    display: block;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px) {
  footer .footerUtility .unit h3 > span {
    font-size: 1.6rem;
  }
}
footer .footerUtility .unit figure {
  margin-right: 0.25em;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit figure {
    margin: 2.5em auto;
  }
}
footer .footerUtility .unit figure.single {
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit figure.single {
    height: 88px;
    width: 88px;
  }
}
footer .footerUtility .unit figure.single img {
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit figure.single img {
    height: 48px;
    width: 48px;
  }
}
footer .footerUtility .unit figure .fx {
  gap: 24px;
}
footer .footerUtility .unit figure li {
  width: auto;
}
footer .footerUtility .unit figure li a {
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 88px;
  width: 88px;
}
footer .footerUtility .unit figure li a img {
  height: 48px;
  width: 48px;
}
footer .footerUtility .unit p {
  display: none;
}
@media screen and (min-width: 800px) {
  footer .footerUtility .unit p {
    display: block;
  }
}
footer .footer_inner {
  margin: 4em auto 0;
  max-width: 1800px;
  width: 90%;
}
footer .footer_inner h2 {
  /*margin-bottom: 1em;*/
  width: 160px;
}
@media screen and (min-width: 800px) {
  footer .footer_inner h2 {
    width: 224px;
  }
}
footer .footer_inner address {
  font-size: 0.93em;
  font-style: normal;
  line-height: 1.6;
}
footer .footer_inner p {
  font-size: 0.875em;
  margin-top: 1em;
}
footer .footer_inner p.txt_appeal {
  margin: 0 0 1em;
}
@media screen and (min-width: 800px) {
  footer .footer_inner p.txt_appeal {
    font-size: 1em;
    letter-spacing: 0.08em;
  }
}

/*======================================

3-1.INDEX

=======================================*/
.kv {
  margin-bottom: 64px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .kv {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  .kv {
    margin-bottom: 120px;
  }
}
.kv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv h2 {
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  font-size: 5.2vw;
  line-height: 1.8;
  position: absolute;
  left: 4%;
  bottom: 0.5em;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .kv h2 {
    font-size: 3.2rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 800px) {
  .kv h2 {
    font-size: 4rem;
    bottom: 1em;
  }
}
.kv .splide__slide.is-active {
  animation: kva 10s linear 0s normal both;
}
@keyframes kva {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.news_wrap,
.works_wrap,
.movie_wrap,
.quality_wrap,
.philosophy_wrap,
.flow_wrap {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  .news_wrap,
  .works_wrap,
  .movie_wrap,
  .quality_wrap,
  .philosophy_wrap,
  .flow_wrap {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  .news_wrap,
  .works_wrap,
  .movie_wrap,
  .quality_wrap,
  .philosophy_wrap,
  .flow_wrap {
    margin-bottom: 120px;
  }
}

.ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .ttl {
    margin-bottom: 64px;
  }
}
.ttl h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .ttl .list_links {
    width: 6em;
  }
}

.news_wrap ul {
  align-items: stretch;
  justify-content: space-between;
}
.news_wrap li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid #B5B5B5;
  padding: 2em;
}
@media screen and (min-width: 800px) {
  .news_wrap li {
    justify-content: space-between;
    flex-direction: row;
  }
}
.news_wrap li figure {
  margin: 0 auto 1em;
  max-width: 240px;
}
@media screen and (min-width: 800px) {
  .news_wrap li figure {
    margin: 0;
    max-width: auto;
    width: 32%;
  }
}
@media screen and (min-width: 800px) {
  .news_wrap li .summary {
    width: 64%;
  }
}
.news_wrap time {
  display: block;
  font-size: 0.875em;
}

.works_wrap .item {
  position: relative;
}
.works_wrap .item figure {
  cursor: pointer;
}
.works_wrap .item figure img {
  height: auto;
  width: 100%;
}
.works_wrap .item .summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .works_wrap .item .summary {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 100%;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s all;
    width: 100%;
  }
}
.works_wrap .item .summary:hover {
  opacity: 1;
}
.works_wrap .item .summary dl {
  margin-bottom: 1.5em;
}
.works_wrap .item .summary dt {
  border-bottom: 1px solid #444;
  font-size: 1.2rem;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 560px) {
  .works_wrap .item .summary dt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 800px) {
  .works_wrap .item .summary dt {
    border-bottom: 1px solid #fff;
  }
}
.works_wrap .item .summary dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  .works_wrap .item .summary dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) {
  .works_wrap .item .summary dd {
    font-size: 2.4rem;
  }
}
.works_wrap .item .summary p {
  letter-spacing: 0.25em;
  margin-bottom: 1.5em;
}
.works_wrap .item .summary p.links {
  border-bottom: 1px solid #B5B5B5;
  display: block;
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: left;
  width: 12em;
  position: relative;
  transition: 0.3s all;
}
@media screen and (min-width: 560px) {
  .works_wrap .item .summary p.links {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 800px) {
  .works_wrap .item .summary p.links {
    border-bottom: 1px solid #fff;
  }
}
.works_wrap .item .summary p.links::after {
  background: url(/assets/img/common/arrow.svg) no-repeat;
  content: "";
  background-size: cover;
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 800px) {
  .works_wrap .item .summary p.links::after {
    background: url(/assets/img/common/arrow_w.svg) no-repeat;
  }
}

.movie_wrap .item .summary {
  margin-top: 1em;
}
.movie_wrap .item .summary .label_tour {
  background-color: #61C5E2;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.15em 0.75em;
}
.movie_wrap .item .summary dl {
  margin-top: 0.5em;
}
.movie_wrap .item .summary dt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  .movie_wrap .item .summary dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .movie_wrap .item .summary dt {
    font-size: 2.4rem;
  }
}

.quality_wrap .t_lead {
  font-size: 1.6rem;
  margin: -32px 0 40px;
}
@media screen and (min-width: 560px) {
  .quality_wrap .t_lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .quality_wrap .t_lead {
    font-size: 2.4rem;
    margin: -40px 0 64px;
  }
}
.quality_wrap .item {
  background-color: #F8F8F8;
  padding: 2em;
}
.quality_wrap .item dl {
  margin: 1.5em 0;
}
.quality_wrap .item dt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  .quality_wrap .item dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .quality_wrap .item dt {
    font-size: 2.4rem;
  }
}

.philosophy_wrap {
  background: url(/assets/img/home/bg_philosophy.jpg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  padding: 64px 0;
}
@media screen and (min-width: 560px) {
  .philosophy_wrap {
    padding: 96px 0;
  }
}
@media screen and (min-width: 800px) {
  .philosophy_wrap {
    padding: 120px 0;
  }
}
@media screen and (min-width: 560px) {
  .philosophy_wrap .wrapHeader {
    display: flex;
  }
}
.philosophy_wrap .ttl {
  display: block;
  width: 400px;
}
.philosophy_wrap .ttl a {
  border-color: #fff;
  color: #fff;
}
.philosophy_wrap .philosophy_inner {
  margin-top: 64px;
}
.philosophy_wrap .philosophy_inner li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.philosophy_wrap .philosophy_inner li .summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.philosophy_wrap .philosophy_inner li .summary dt {
  font-size: 1.5rem;
}
@media screen and (min-width: 560px) {
  .philosophy_wrap .philosophy_inner li .summary dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) {
  .philosophy_wrap .philosophy_inner li .summary dt {
    font-size: 2rem;
  }
}
.philosophy_wrap .philosophy_inner li figure {
  width: 42.1875%;
}
.philosophy_wrap .philosophy_inner li a {
  color: #fff;
}

.flow_wrap {
  background: url(/assets/img/home/bg_flow.jpg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  padding: 6em 0;
  position: relative;
}
.flow_wrap::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flow_wrap .t_lead {
  font-size: 1.6rem;
  margin: -32px 0 40px;
}
@media screen and (min-width: 560px) {
  .flow_wrap .t_lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .flow_wrap .t_lead {
    font-size: 2.4rem;
    margin: -40px 0 64px;
  }
}
.flow_wrap ul li {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2em 1em;
}
.flow_wrap ul li p {
  text-align: center;
}

.about_wrap .t_lead {
  font-size: 1.6rem;
  margin: -32px 0 40px;
}
@media screen and (min-width: 560px) {
  .about_wrap .t_lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .about_wrap .t_lead {
    font-size: 2.4rem;
    margin: -40px 0 64px;
  }
}
.about_wrap .about_inner {
  position: relative;
}
@media screen and (min-width: 800px) {
  .about_wrap .about_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.about_wrap .about_inner::before {
  background-color: #F8F8F8;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .about_wrap .about_inner::before {
    left: 40px;
    top: 40px;
  }
}
@media screen and (min-width: 800px) {
  .about_wrap .about_inner figure {
    width: 48.61%;
  }
}
.about_wrap .about_inner .summary {
  padding: 0 2em 2em;
}
@media screen and (min-width: 800px) {
  .about_wrap .about_inner .summary {
    width: 46.29%;
  }
}
.about_wrap .about_inner .summary ul {
  margin-top: 40px;
  max-width: 544px;
}
@media screen and (min-width: 800px) {
  .about_wrap .about_inner .summary ul {
    margin-top: 96px;
  }
}
.about_wrap .about_inner .summary li {
  border-bottom: 1px solid #B5B5B5;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 560px) {
  .about_wrap .about_inner .summary li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) {
  .about_wrap .about_inner .summary li {
    font-size: 2rem;
  }
}

.instagram_wrap {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  .instagram_wrap {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  .instagram_wrap {
    margin-bottom: 120px;
  }
}
.instagram_wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.instagram_wrap ul li {
  width: calc((100% - 16px) / 2);
}
@media screen and (min-width: 560px) {
  .instagram_wrap ul li {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (min-width: 800px) {
  .instagram_wrap ul li {
    width: calc((100% - 80px) / 6);
  }
}
.instagram_wrap ul li img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .instagram_wrap ul li img {
    height: 200px;
  }
}
@media screen and (min-width: 800px) {
  .instagram_wrap ul li img {
    height: 264px;
  }
}

/*======================================

3-2.ABOUT

=======================================*/
#page_about .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}
#page_about .about_msg {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  #page_about .about_msg {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_msg {
    margin-bottom: 120px;
  }
}
#page_about .about_msg .about_msg__inner figure {
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 800px) {
  #page_about .about_msg .about_msg__inner figure {
    margin-bottom: 0;
    width: 40%;
  }
}
#page_about .about_msg .about_msg__inner figure::before {
  background-color: #F8F8F8;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  #page_about .about_msg .about_msg__inner figure::before {
    left: 40px;
    top: 40px;
  }
}
#page_about .about_msg .about_msg__inner figure figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1em;
  padding: 0 1em 1em;
  position: relative;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 800px) {
  #page_about .about_msg .about_msg__inner figure figcaption {
    font-size: 1.8rem;
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_msg .about_msg__inner .summary {
    margin-left: 5%;
  }
}
#page_about .about_profile {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  #page_about .about_profile {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_profile {
    margin-bottom: 120px;
  }
}
#page_about .about_profile .cp_profile {
  margin-top: 6em;
}
#page_about .about_profile .cp_profile h3 {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
@media screen and (min-width: 560px) {
  #page_about .about_profile .cp_profile h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_profile .cp_profile h3 {
    font-size: 2.4rem;
  }
}
#page_about .about_profile .cp_profile dl {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #page_about .about_profile .cp_profile dl {
    flex-direction: row;
  }
}
#page_about .about_profile .cp_profile dt {
  align-self: stretch;
}
@media screen and (min-width: 800px) {
  #page_about .about_profile .cp_profile dt {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 8em;
  }
}
#page_about .about_profile .cp_profile dd {
  border-bottom: 1px solid #dfdfdf;
  align-self: stretch;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 800px) {
  #page_about .about_profile .cp_profile dd {
    width: calc(100% - 8em);
  }
}
#page_about .about_profile .cp_profile .gmap {
  height: 0;
  margin: 1em 0 2em;
  max-width: 720px;
  padding-bottom: 56.65%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 560px) {
  #page_about .about_profile .cp_profile .gmap {
    padding-bottom: 46.33%;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_profile .cp_profile .gmap {
    padding-bottom: 32.777%;
  }
}
#page_about .about_profile .cp_profile .gmap iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page_about .about_profile .cp_profile .root p {
  margin-bottom: 1em;
}
#page_about .about_profile .cp_profile .root p em {
  display: block;
  font-size: 1.25em;
}
#page_about .about_prize {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  #page_about .about_prize {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_prize {
    margin-bottom: 120px;
  }
}
#page_about .about_prize .item {
  align-self: stretch;
  background-color: #F8F8F8;
  padding: 2em;
}
#page_about .about_prize .item dl {
  margin: 1.5em 0;
}
#page_about .about_prize .item dt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 560px) {
  #page_about .about_prize .item dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_prize .item dt {
    font-size: 2.4rem;
  }
}
#page_about .about_staff .staff_list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#page_about .about_staff .staff_list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#page_about .about_staff .staff_list li figure {
  width: 27%;
  position: relative;
  /*&::before {
      background-color: #F8F8F8;
      content:'';
      display: block;
      height:100%;
      width: 100%;
      position: absolute;
      left:0;
      top:0;
      z-index: -1;
      @media screen and (min-width: 800px) {
          left:40px;
          top:40px;
      }
  }*/
}
#page_about .about_staff .staff_list li .summary {
  width: 60%;
}
#page_about .about_staff .staff_list li .summary h3 {
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 560px) {
  #page_about .about_staff .staff_list li .summary h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) {
  #page_about .about_staff .staff_list li .summary h3 {
    font-size: 2rem;
  }
}
#page_about .about_staff .staff_list li .summary h3 span {
  display: block;
  font-size: 1.2rem;
  padding-right: 1em;
}
@media screen and (min-width: 560px) {
  #page_about .about_staff .staff_list li .summary h3 span {
    font-size: 1.4rem;
  }
}
#page_about .about_staff .staff_list li:nth-child(even) {
  flex-direction: row-reverse;
}

/*======================================

3-3.WORKS

=======================================*/
#page_works .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 64px;
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  #page_works .tab {
    margin: 0 auto 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_works .tab {
    flex-direction: row;
    margin: 0 auto 120px;
  }
}
#page_works .tab li {
  background-color: #ddd;
  font-size: 1.15em;
  line-height: 48px;
  text-align: center;
  transition: 0.3s all;
  width: 100%;
}
@media screen and (min-width: 560px) {
  #page_works .tab li {
    line-height: 64px;
  }
}
@media screen and (min-width: 800px) {
  #page_works .tab li {
    flex: 1;
  }
}
#page_works .tab li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 800px) {
  #page_works .tab li:not(:last-child) {
    border-right: 1px solid #fff;
    margin-bottom: 0;
  }
}
#page_works .tab li:hover {
  opacity: 0.8;
}
#page_works .tab li.active {
  background-color: #61C5E2;
  color: #fff;
}
#page_works .tab li.active a {
  color: #fff;
  display: block;
}
#page_works .works_detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  #page_works .works_detail {
    flex-direction: row;
  }
}
#page_works .works_detail figure {
  width: 100%;
}
@media screen and (min-width: 560px) {
  #page_works .works_detail figure {
    width: 40.57%;
  }
}
#page_works .works_detail .summary {
  margin-top: 2em;
  width: 100%;
}
@media screen and (min-width: 560px) {
  #page_works .works_detail .summary {
    margin-top: 0;
    width: 52%;
  }
}
#page_works .works_detail .summary h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 560px) {
  #page_works .works_detail .summary h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_works .works_detail .summary h3 {
    font-size: 4rem;
  }
}
#page_works .works_detail .summary h3 > span {
  color: #666;
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  line-height: 1;
}
#page_works .works_detail .summary h3 + p {
  color: #666;
  letter-spacing: 0.2em;
  margin-bottom: 3em;
}
#page_works .works_detail .summary .extend {
  background-color: #ededed;
  margin: 2em auto 0;
  padding: 1em;
}
#page_works .works_detail .summary h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 560px) {
  #page_works .works_detail .summary h4 {
    font-size: 2rem;
  }
}
#page_works .works_detail .summary dl {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
#page_works .works_detail .summary dt {
  border-bottom: 1px solid #dfdfdf;
  align-self: stretch;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  width: 7em;
}
#page_works .works_detail .summary dd {
  border-bottom: 1px solid #dfdfdf;
  align-self: stretch;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  width: calc(100% - 7em);
}
#page_works .works_gallery .s_half {
  width: 46%;
}
#page_works .works_point {
  border: 1px solid #444;
  margin-top: 32px;
  padding: 3em;
}
@media screen and (min-width: 560px) {
  #page_works .works_point {
    margin-top: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_works .works_point {
    margin-top: 64px;
  }
}
#page_works .works_point h3 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 1em;
}
#page_works .works_point .label_tag {
  gap: 16px;
  margin-top: 2em;
}
#page_works .works_point .label_tag a {
  background-color: #dfdfdf;
  border-radius: 4px;
  color: #767676;
  display: block;
  padding: 0 0.5em;
}

/*======================================

3-4.MOVIE

=======================================*/
#page_movie .movie_wrap .item {
  margin-bottom: 1.5em;
}

/*======================================

3-5.QUALITY

=======================================*/
#page_quality .sub_column h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #page_quality .sub_column h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .sub_column h3 {
    font-size: 2.4rem;
  }
}
#page_quality .sub_column li {
  margin-bottom: 24px;
}
#page_quality .sub_column li:last-child {
  margin-bottom: 0;
}
#page_quality .sub_column a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page_quality .sub_column a figure {
  margin-right: 10%;
  width: 31.33%;
}
#page_quality .main_column .subttl {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 560px) {
  #page_quality .main_column .subttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .main_column .subttl {
    font-size: 2.4rem;
  }
}
#page_quality .main_column .quality_intro {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  #page_quality .main_column .quality_intro {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .main_column .quality_intro {
    margin-bottom: 120px;
  }
}
#page_quality .main_column .quality_item {
  margin-bottom: 64px;
}
@media screen and (min-width: 560px) {
  #page_quality .main_column .quality_item {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .main_column .quality_item {
    margin-bottom: 120px;
  }
}
#page_quality .main_column .se_grade {
  margin: 3em auto;
  max-width: 960px;
}
#page_quality .main_column .se_grade ul {
  background: url(/assets/img/quality/earthquake_grade_direction.png) no-repeat 50% 100%;
  background-size: contain;
  margin: auto;
  max-width: 200px;
  padding-bottom: 4em;
}
@media screen and (min-width: 640px) {
  #page_quality .main_column .se_grade ul {
    max-width: 100%;
  }
}
#page_quality .main_column .se_grade figcaption {
  font-size: 1.4rem;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #page_quality .main_column .se_grade figcaption {
    font-size: 1.6rem;
  }
}
#page_quality .main_column .renovation {
  border: 1px solid #dfdfdf;
  margin: 2em auto;
  padding: 1em;
}
#page_quality .main_column .renovation li {
  font-weight: 700;
}
#page_quality .note_wrap {
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 2.5em 5em;
}
#page_quality .note_wrap .n_ttl {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.25em;
}
#page_quality .quality_aftercare {
  margin-top: 32px;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_aftercare {
    margin-top: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .quality_aftercare {
    margin-top: 64px;
  }
}
#page_quality .quality_aftercare h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_aftercare h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .quality_aftercare h3 {
    font-size: 2.4rem;
  }
}
#page_quality .quality_aftercare li {
  border-bottom: #dfdfdf 1px solid;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em;
  padding-bottom: 3em;
}
#page_quality .quality_aftercare li .t_num {
  color: #ccc;
  font-size: 3.2rem;
  width: 14%;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_aftercare li .t_num {
    font-size: 4rem;
  }
}
#page_quality .quality_aftercare li .summary {
  width: 86%;
}
#page_quality .quality_aftercare li .summary h4 {
  font-size: 1.25em;
  line-height: 1.6;
  margin: 1.1em 0 1em;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_aftercare li .summary h4 {
    margin: 1.25em 0 1em;
  }
}
#page_quality .quality_faq {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(247, 247, 247) 75%, rgb(242, 242, 242) 100%);
  border-top: 1px solid #dfdfdf;
  margin-top: 64px;
  padding: 1.5em;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_faq {
    margin-top: 96px;
    padding: 2em;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .quality_faq {
    margin-top: 120px;
    padding: 4em;
  }
}
#page_quality .quality_faq .subttl {
  text-align: center;
}
#page_quality .quality_faq .subttl span {
  display: block;
  font-size: 0.65em;
  line-height: 1.2;
}
#page_quality .quality_faq dl {
  padding-left: 32px;
}
#page_quality .quality_faq dt {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_faq dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .quality_faq dt {
    font-size: 2rem;
  }
}
#page_quality .quality_faq dt::before {
  color: #61C5E2;
  content: "Q";
  font-size: 1.25em;
  line-height: 1.4;
  position: absolute;
  left: -32px;
  top: 0;
}
#page_quality .quality_faq dd:not(:last-child) {
  margin-bottom: 2em;
}
#page_quality .quality_heat {
  margin-top: 32px;
}
@media screen and (min-width: 560px) {
  #page_quality .quality_heat {
    margin-top: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_quality .quality_heat {
    margin-top: 64px;
  }
}
#page_quality .quality_heat ul li {
  width: 46%;
}
@media screen and (min-width: 800px) {
  #page_quality .quality_heat ul li {
    width: 28%;
  }
}
#page_quality .quality_heat ul li figure {
  margin-bottom: 1.5em;
}
#page_quality .quality_heat ul li figure figcaption {
  background-color: #dfdfdf;
  margin-top: 1em;
  text-align: center;
}
#page_quality .quality_heat ul li .t_primary {
  color: #61C5E2;
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

/*======================================

3-6.FLOW

=======================================*/
#page_flow .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 64px;
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  #page_flow .tab {
    margin: 0 auto 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_flow .tab {
    flex-direction: row;
    margin: 0 auto 120px;
  }
}
#page_flow .tab li {
  background-color: #ddd;
  font-size: 1.15em;
  line-height: 48px;
  text-align: center;
  transition: 0.3s all;
  width: 100%;
}
@media screen and (min-width: 560px) {
  #page_flow .tab li {
    line-height: 64px;
  }
}
@media screen and (min-width: 800px) {
  #page_flow .tab li {
    flex: 1;
  }
}
#page_flow .tab li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 800px) {
  #page_flow .tab li:not(:last-child) {
    border-right: 1px solid #fff;
    margin-bottom: 0;
  }
}
#page_flow .tab li:hover {
  opacity: 0.8;
}
#page_flow .tab li a {
  display: block;
}
#page_flow .tab li.active {
  background-color: #61C5E2;
}
#page_flow .tab li.active a {
  color: #fff;
}
#page_flow .flow_inner .flow_item {
  border-bottom: #dfdfdf 1px solid;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em;
  padding-bottom: 3em;
}
#page_flow .flow_inner .flow_item .t_num {
  color: #ccc;
  font-size: 3.2rem;
  width: 16%;
}
@media screen and (min-width: 560px) {
  #page_flow .flow_inner .flow_item .t_num {
    font-size: 4rem;
  }
}
#page_flow .flow_inner .flow_item .summary {
  display: flex;
  flex-direction: column;
  width: 84%;
}
@media screen and (min-width: 800px) {
  #page_flow .flow_inner .flow_item .summary {
    display: block;
  }
}
#page_flow .flow_inner .flow_item .summary .t_primary {
  font-size: 1.5em;
  line-height: 1.6;
  margin: 0.75em 0 1em;
}
@media screen and (min-width: 560px) {
  #page_flow .flow_inner .flow_item .summary .t_primary {
    margin: 1em 0 1em;
  }
}
#page_flow .flow_inner .flow_item .summary .flow_pic {
  margin: 1em auto 0;
  order: 3;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #page_flow .flow_inner .flow_item .summary .flow_pic {
    margin: 1.5em 0 1em 2em;
    max-width: 320px;
    width: 44%;
    float: right;
  }
}
#page_flow .flow_inner .issue {
  margin: 64px auto;
  text-align: center;
}
#page_flow .flow_inner .issue span {
  background: linear-gradient(transparent 50%, #ffe600 50%);
  font-size: 1.25em;
}

/*======================================

3-6.PHILOSOPHY

=======================================*/
#page_philosophy .sub_column h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #page_philosophy .sub_column h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .sub_column h3 {
    font-size: 2.4rem;
  }
}
#page_philosophy .sub_column li {
  margin-bottom: 24px;
}
#page_philosophy .sub_column li:last-child {
  margin-bottom: 0;
}
#page_philosophy .sub_column a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page_philosophy .sub_column a figure {
  margin-right: 10%;
  width: 31.33%;
}
#page_philosophy .main_column .subttl {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .subttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .subttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#page_philosophy .main_column .philosophy_intro.ref {
  margin-top: 32px;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_intro.ref {
    margin-top: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_intro.ref {
    flex-direction: row-reverse;
    margin-top: 64px;
  }
}
#page_philosophy .main_column .philosophy_intro figure {
  margin: 0 auto 1em;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_intro figure {
    width: 74%;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_intro figure {
    margin: 0;
    width: 38.2%;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_intro .summary {
    width: 54.8%;
  }
}
#page_philosophy .main_column .philosophy_intro .summary p + p {
  margin-top: 1em;
}
#page_philosophy .main_column .philosophy_detail + .philosophy_detail {
  margin-top: 32px;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_detail + .philosophy_detail {
    margin-top: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_detail + .philosophy_detail {
    margin-top: 64px;
  }
}
#page_philosophy .main_column .philosophy_detail .summary p + p {
  margin-top: 1em;
}
#page_philosophy .main_column .philosophy_heat {
  margin-top: 32px;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_heat {
    margin-top: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_heat {
    margin-top: 64px;
  }
}
#page_philosophy .main_column .philosophy_heat ul li {
  width: 46%;
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_heat ul li {
    width: 28%;
  }
}
#page_philosophy .main_column .philosophy_heat ul li figure {
  margin-bottom: 1.5em;
}
#page_philosophy .main_column .philosophy_heat ul li figure figcaption {
  background-color: #dfdfdf;
  margin-top: 1em;
  text-align: center;
}
#page_philosophy .main_column .philosophy_heat ul li .t_primary {
  color: #61C5E2;
  font-size: 1.25em;
  margin-bottom: 0.75em;
}
#page_philosophy .main_column .philosophy_detail__inner {
  margin: auto;
  max-width: 640px;
}
#page_philosophy .main_column .philosophy_detail__inner .fx_row_3 > * {
  width: calc(33.33% - 24px);
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_detail__inner .fx_row_3 > * {
    width: calc(33.33% - 32px);
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_detail__inner .fx_row_3 > * {
    width: calc(33.33% - 48px);
  }
}
#page_philosophy .main_column .philosophy_detail__inner dt {
  font-size: 3.1vw;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_detail__inner dt {
    font-size: 1.4rem;
  }
}
#page_philosophy .main_column .philosophy_detail__inner dd {
  font-size: 2.8vw;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_detail__inner dd {
    font-size: 1.2rem;
  }
}
#page_philosophy .main_column .fx_row_2.designFeature {
  margin-top: 2em;
}
#page_philosophy .main_column .fx_row_2.designFeature li {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1400px) {
  #page_philosophy .main_column .fx_row_2.designFeature li {
    margin-bottom: 1em;
  }
}
#page_philosophy .main_column .fx_row_2.designFeature li dl {
  margin: 1em auto 2em;
}
#page_philosophy .main_column .fx_row_2.designFeature li dt {
  font-size: 1.25em;
}
#page_philosophy .main_column .fx_row_2.designFeature > * {
  width: calc(50% - 24px);
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .fx_row_2.designFeature > * {
    width: calc(50% - 32px);
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .fx_row_2.designFeature > * {
    width: calc(50% - 48px);
  }
}
#page_philosophy .main_column .philosophy_faq {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(247, 247, 247) 75%, rgb(242, 242, 242) 100%);
  border-top: 1px solid #dfdfdf;
  margin-top: 64px;
  padding: 1.5em;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_faq {
    margin-top: 96px;
    padding: 2em;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_faq {
    margin-top: 120px;
    padding: 4em;
  }
}
#page_philosophy .main_column .philosophy_faq .subttl {
  text-align: center;
}
#page_philosophy .main_column .philosophy_faq .subttl span {
  display: block;
  font-size: 0.65em;
  line-height: 1.2;
}
#page_philosophy .main_column .philosophy_faq dl {
  padding-left: 32px;
}
#page_philosophy .main_column .philosophy_faq dt {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (min-width: 560px) {
  #page_philosophy .main_column .philosophy_faq dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) {
  #page_philosophy .main_column .philosophy_faq dt {
    font-size: 2rem;
  }
}
#page_philosophy .main_column .philosophy_faq dt::before {
  color: #61C5E2;
  content: "Q";
  font-size: 1.25em;
  line-height: 1.4;
  position: absolute;
  left: -32px;
  top: 0;
}
#page_philosophy .main_column .philosophy_faq dd:not(:last-child) {
  margin-bottom: 2em;
}

/*======================================

3-7.FORM

=======================================*/
#page_form .inner {
  max-width: 1200px;
}
@media screen and (min-width: 800px) {
  #page_form .sub_column {
    width: 34%;
    position: relative;
    top: 0;
  }
}
#page_form .sub_column h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #page_form .sub_column h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_form .sub_column h3 {
    font-size: 2.4rem;
  }
}
#page_form .sub_column h4 {
  font-size: 1.25em;
  text-align: center;
}
#page_form .sub_column dl {
  margin-top: 1.5em;
  text-align: center;
}
#page_form .sub_column dl dt {
  line-height: 1;
}
#page_form .sub_column dl dd {
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media screen and (min-width: 800px) {
  #page_form .main_column {
    width: 60%;
  }
}
#page_form .online_intro {
  background-color: #dfdfdf;
  margin-bottom: 64px;
  padding: 3em;
}
@media screen and (min-width: 560px) {
  #page_form .online_intro {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_form .online_intro {
    margin-bottom: 120px;
    text-align: center;
  }
}
#page_form .online_intro .merit {
  border-top: 1px solid #fff;
  margin-top: 2em;
  padding-top: 2em;
}
@media screen and (min-width: 800px) {
  #page_form .online_intro .merit {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#page_form .online_intro .merit li {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #page_form .online_intro .merit li {
    flex-flow: row nowrap;
    width: 48%;
  }
}
#page_form .online_intro .merit li + li {
  margin-top: 2em;
}
@media screen and (min-width: 800px) {
  #page_form .online_intro .merit li + li {
    margin-top: 0;
  }
}
#page_form .online_intro .merit li h3 {
  background-color: #61C5E2;
  border-radius: 50vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em;
  text-align: center;
  height: 10em;
  width: 10em;
}
@media screen and (min-width: 800px) {
  #page_form .online_intro .merit li h3 {
    margin: 0 0 1em;
  }
}
#page_form .online_intro .merit li h3 span {
  display: block;
  width: 100%;
}
#page_form .online_intro .merit li p {
  font-size: 0.87em;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #page_form .online_intro .merit li p {
    width: calc(100% - 13em);
  }
}

.form {
  margin: 0 auto;
}

.form .field {
  clear: both;
  margin-bottom: 3em;
}

.form .field:after {
  clear: both;
  content: "";
  display: table;
}

.form .field .field_inner {
  display: block;
}

.form .field .field_inner + .field_inner {
  margin-top: 0.75em;
}

.form .field .field_inner > em {
  display: inline-block;
  width: 8em;
}

.form h6 {
  margin-bottom: 1em;
  font-weight: 500;
}

.form h6 .label {
  margin-left: 0.8em;
  padding-left: 0.8em;
  font-weight: 300;
  border-left: solid 1px #CCC;
}

.form .required h6 .label {
  color: #C00;
}

.form .optional h6 .label {
  color: #0297CE;
}

.form .enquete h6 .label {
  color: #02CE92;
}

.form .note {
  margin: -3em 0 3em;
  color: #666;
  font-size: 0.85em;
}

.form .note.centering {
  text-align: center;
}

.form .note.attention {
  color: #C00;
}

.required h6 {
  position: relative;
  display: inline-block;
}

.required h6::before {
  position: absolute;
  top: 0.4em;
  right: -3em;
  content: "必須";
  color: #C00;
  font-size: 0.8em;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form input[type=number],
.form input[type=date],
.form textarea {
  padding: 0.7em;
  width: 70%;
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.08em;
  border: solid 1px #c8c8c8;
  outline: none;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
}

.form .mwform-tel-field input[type=text] {
  width: 6em;
}

.form .mwform-tel-field input:nth-child(1)[type=text] {
  width: 4.5em;
}

.form select {
  margin-top: 0.5em;
  padding: 0.7em;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.08em;
  border: solid 1px #c8c8c8;
  outline: none;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
}

.form input[type=date] {
  padding: 0.4em 0.7em;
  width: 9em;
}

.form input.short_input {
  width: 9em;
}

.form textarea {
  width: 100%;
  height: 13em;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=password]:focus,
.form input[type=number]:focus,
.form input[type=date]:focus,
.form textarea:focus {
  border: solid 1px rgba(0, 129, 229, 0.8) !important;
  border: solid 1px #0081E5 \9 ; /* IE8 ä»¥ä¸‹ */
  -ms-box-shadow: 0px 0px 5px #EEE;
  -o-box-shadow: 0px 0px 5px #EEE;
  box-shadow: 0px 0px 5px #EEE;
}

.form input.disabled,
.form input.disabled[type=text],
.form input.disabled[type=email],
.form input.disabled[type=tel],
.form input.disabled[type=password],
.form input.disabled[type=number],
.form textarea.disabled {
  background: #F0F0F0;
}

.form input[type=text] placefolder,
.form input[type=email] placefolder,
.form input[type=tel] placefolder,
.form input[type=password] placefolder,
.form input[type=number] placefolder,
.form textarea placefolder {
  color: #EEE;
}

.form input.field_date {
  width: 10em;
}

/* Submit */
.form input[type=submit],
.form .submit span {
  display: inline-block;
  padding: 0.5em 2em;
  background: #444;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form input[type=submit]:hover {
  opacity: 0.8;
  /* border: solid 1px #000; */
}

.form .submit {
  text-align: center;
}

.form .multiple_v p {
  margin-bottom: 1.5em;
}

.form .multiple_v p:last-child {
  margin-bottom: 0;
}

.form .multiple_h .half {
  margin-right: 2%;
  width: 34% !important;
}

.form .multiple_h .half:nth-child(2) {
  width: 34% !important;
}

/* Checkbox & Radio with form.check.css */
.checkbox,
.radio {
  margin-right: 1em;
  font-size: 1.1em;
}

.checkbox.v,
.radio.v {
  display: block;
  margin-bottom: 0.3em;
}

.checkbox .icr-text,
.radio .icr-text {
  margin-left: 0.5em;
}

.icr-item {
  width: 1.5em !important;
  height: 1.5em !important;
  border: solid 1px #DDD !important;
}

.icr-item.type_checkbox {
  transition: all 0.25s ease-in-out;
}

.icr-item.type_checkbox:hover {
  border: solid 1px rgba(0, 129, 229, 0.8) !important;
  border: solid 1px #0081E5 \9 ; /* IE8 ä»¥ä¸‹ */
  box-shadow: 0px 0px 5px #EEE;
  transition: all 0.25s ease-in-out;
}

.icr-label.checked .type_checkbox:before {
  margin: 0.5px 0 0 -8px !important;
  width: 8px !important;
  height: 2px !important;
  background: #000 !important;
}

.icr-label.checked .type_checkbox:after {
  margin: -7px 0 0 2px !important;
  width: 2px !important;
  height: 12px !important;
  background: #000 !important;
}

.icr-label.checked .type_radio {
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.icr-item.type_radio:hover {
  border: solid 1px rgba(0, 129, 229, 0.8) !important;
  border: solid 1px #0081E5 \9 ; /* IE8 ä»¥ä¸‹ */
  -ms-box-shadow: 0px 0px 5px #EEE;
  -o-box-shadow: 0px 0px 5px #EEE;
  box-shadow: 0px 0px 5px #EEE;
  transition: all 0.25s ease-in-out;
}

.icr-label.checked .type_radio:after {
  width: 0.6em !important;
  height: 0.6em !important;
  margin: -0.3em 0 0 -0.3em !important;
  background: #000 !important;
}

/* Select with form.select.css */
.nice-select {
  font-size: 1.1em !important;
  height: 3em !important;
  height: 3.5em !important;
  line-height: 3em !important;
  line-height: 3.5em !important;
  padding: 0 2em 0 1em !important;
  border: solid 1px #DDD;
  border: solid 1px #c8c8c8;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
}

.nice-select:hover {
  border: solid 1px rgba(0, 129, 229, 0.8) !important;
  border: solid 1px #0081E5 \9 ; /* IE8 ä»¥ä¸‹ */
  box-shadow: 0px 0px 5px #EEE;
}

.nice-select .option {
  font-size: 1.1em !important;
  height: 2.6em !important;
  line-height: 2.6em !important;
  padding: 0 2em 0 1em !important;
  min-height: 2.6em !important;
}

.nice-select.double {
  clear: none !important;
  float: left !important;
  margin: 0 1em 1em 0;
}

/* Privacy Policy */
#privacypolicy_container {
  position: relative;
  padding: 3.5em 2.5em;
  color: #888;
  letter-spacing: 0.08em;
  background: #F0F0F0;
  box-sizing: border-box;
}

#privacypolicy_container h3 {
  margin-bottom: 2em;
  font-size: 1.3em;
  font-weight: 500;
}

#privacypolicy_container h4 {
  margin-bottom: 1em;
  font-size: 1.1em;
}

#privacypolicy_container h5 {
  margin-bottom: 0.5em;
  font-weight: 500;
}

#privacypolicy_blocks {
  height: 18em;
  overflow-y: auto;
}

.privacypolicy_block {
  margin-top: 3em;
}

.privacypolicy_block p {
  margin-bottom: 0.8em;
  font-weight: 300;
  font-size: 0.95em;
}

#privacypolicy_update {
  position: absolute;
  right: 2.5em;
  top: 3.8em;
  font-weight: 300;
}

/* Confirm */
#form_confirm {
  position: fixed;
  padding: 2.5em;
  max-width: 300px;
  width: 25%;
  height: 100vh;
  right: 0;
  bottom: 0;
  color: #888;
  background: #FAFAFA;
  border: solid 1px #EEE;
  z-index: 10000;
  box-sizing: border-box;
}

#form_confirm h3 {
  margin-bottom: 1.5em;
}

#form_inputted {
  height: 80vh;
  overflow-y: auto;
}

#form_inputted dt {
  clear: both;
  margin-bottom: 0.1em;
  font-weight: 300;
  font-size: 0.85em;
}

#form_inputted dt.inputted_required:after {
  content: "";
}

#form_inputted dd {
  display: inline-block;
  float: left;
  margin: 0 0.8em 1em 0;
  font-weight: 400;
  font-size: 1em;
  color: #333;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  .form {
    font-size: 21px;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=password],
  .form input[type=number],
  .form textarea {
    width: 100%;
    -webkit-appearance: none;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=password],
  .form input[type=number],
  .form textarea,
  .nice-select {
    border: solid 1px #666;
  }
  .icr-item {
    border: solid 1px #666 !important;
  }
}
/* Privacy */
.privacybox {
  margin-top: 2.5em;
  padding: 1.75em;
  height: 400px;
  font-size: 0.8em;
  color: #888;
  line-height: 1.6em;
  background: #f5f5f5;
  letter-spacing: 0.025em !important;
  border-radius: 2px;
  overflow: scroll;
}

.privacybox h4 {
  margin-bottom: 1em !important;
  padding-bottom: 0 !important;
  font-size: 1.2em !important;
  border-bottom: none !important;
}

.privacybox h5 {
  margin-top: 1.25em;
  margin-bottom: 0.5em !important;
}

.privacybox ul {
  margin: 1em 0;
  font-size: 0.9em;
}

.privacybox ul.list {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: disc;
}

.privacybox ul.list li {
  margin-bottom: 0.5em;
}

/*======================================

4-1.POST

=======================================*/
#page_post .post_wrap .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 64px;
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  #page_post .post_wrap .tab {
    margin: 0 auto 96px;
  }
}
@media screen and (min-width: 800px) {
  #page_post .post_wrap .tab {
    flex-direction: row;
    margin: 0 auto 120px;
  }
}
#page_post .post_wrap .tab li {
  background-color: #ddd;
  font-size: 1.15em;
  line-height: 48px;
  text-align: center;
  transition: 0.3s all;
  width: 100%;
}
@media screen and (min-width: 560px) {
  #page_post .post_wrap .tab li {
    line-height: 64px;
  }
}
@media screen and (min-width: 800px) {
  #page_post .post_wrap .tab li {
    flex: 1;
  }
}
#page_post .post_wrap .tab li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 800px) {
  #page_post .post_wrap .tab li:not(:last-child) {
    border-right: 1px solid #fff;
    margin-bottom: 0;
  }
}
#page_post .post_wrap .tab li:hover {
  opacity: 0.8;
}
#page_post .post_wrap .tab li a {
  display: block;
}
#page_post .post_wrap .tab li.active {
  background-color: #61C5E2;
}
#page_post .post_wrap .tab li.active a {
  color: #fff;
}
#page_post .post_wrap figure {
  margin-bottom: 1em;
}
@media screen and (min-width: 560px) {
  #page_post .post_wrap figure {
    margin-bottom: 0;
    width: 24%;
  }
}
@media screen and (min-width: 560px) {
  #page_post .post_wrap .summary {
    width: 70%;
  }
}
#page_post .post_wrap .summary .post_title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 560px) {
  #page_post .post_wrap .summary .post_title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_post .post_wrap .summary .post_title {
    font-size: 2.4rem;
  }
}
#page_post .post_wrap .summary time {
  color: #666;
  font-size: 0.93em;
}
#page_post .post_wrap .summary p {
  letter-spacing: 0.25em;
  margin-bottom: 1.5em;
}
#page_post .post_wrap .summary p.links {
  border-bottom: 1px solid #B5B5B5;
  display: block;
  font-size: 1.2rem;
  text-align: left;
  width: 12em;
  position: relative;
  transition: 0.3s all;
}
@media screen and (min-width: 560px) {
  #page_post .post_wrap .summary p.links {
    font-size: 1.4rem;
  }
}
#page_post .post_wrap .summary p.links::after {
  background: url(/assets/img/common/arrow.svg) no-repeat;
  content: "";
  background-size: cover;
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#page_post .post_item {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 560px) {
  #page_post .post_item {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 800px) {
  #page_post .post_item {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
}
#page_post .post_item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  #page_post .post_detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#page_post .sub_column h3 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #page_post .sub_column h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  #page_post .sub_column h3 {
    font-size: 2.4rem;
  }
}
#page_post .sub_column li {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 24px;
  padding-bottom: 1em;
}
#page_post .sub_column li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#page_post .sub_column li time {
  color: #666;
  font-size: 0.93em;
}
#page_post .cv_btn {
  margin: 3em auto;
  width: 16em;
}
#page_post .cv_btn a {
  background-color: #61C5E2;
  border-radius: 50vh;
  color: #fff;
  display: block;
  line-height: 40px;
  padding: 0 1em;
  position: relative;
  transition: 0.3s all;
}
#page_post .cv_btn a:hover {
  opacity: 0.7;
  transform: translateY(0.25em);
}
#page_post .cv_btn a::after {
  background: url(/assets/img/common/arrow_w.svg) no-repeat;
  content: "";
  background-size: cover;
  display: block;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
#page_post .back_to_list {
  margin-top: 3em;
}
#page_post .back_to_list .list_links {
  margin: auto;
  width: 16em;
}

.screen-reader-text {
  display: none;
}

.nav-links ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 40px;
}
.nav-links li > *:not(.dots) {
  width: 40px;
  border-radius: 50%;
  color: #000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current, .nav-links li > a:hover {
  background: #000;
  color: #fff;
}/*# sourceMappingURL=style.css.map */