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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

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

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

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/2.25 "Noto Sans JP", sans-serif;
  color: #454545;
  text-align: left;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 2.12;
  }
}

a {
  text-decoration: none;
  color: #454545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

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

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

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

::-moz-selection {
  background-color: #e0e05c;
  color: #454545;
}

::selection {
  background-color: #e0e05c;
  color: #454545;
}

#container_wrap {
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 375px;
  }
}

.inner {
  max-width: 1200px;
  width: 84%;
  margin: 0 auto;
}
.inner_1440 {
  max-width: 1440px;
  width: 100%;
}
.inner_920 {
  max-width: 920px;
}
.inner_800 {
  max-width: 800px;
}
.inner_right {
  margin-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1440px) {
  .inner_right {
    margin-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .inner_pc {
    width: 100%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

#main {
  float: right;
  width: 64%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin: 0 0 50px;
  }
}

#sub {
  float: left;
  width: 27.5%;
  padding: 30px 20px;
  background-color: #eaeaea;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.section_wrap {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .section_wrap.p_150 {
    padding: 150px 0;
  }
}
.section_wrap.p_100 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section_wrap.p_100 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_wrap.top {
    padding: 50px 0 80px;
  }
}
.section_wrap.top_narrow {
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap.top_narrow {
    padding: 40px 0 80px;
  }
}

.section_bottom_button {
  padding: 0 0 150px;
  margin: -100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_bottom_button {
    padding: 0 0 80px;
    margin: -30px 0 0;
  }
}

.section:not(:last-child) {
  margin: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin: 0 0 80px;
  }
}

.header_box {
  padding: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .header_box {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }
}

.header_logo {
  width: 200px;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 120px;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    border-radius: 0 0 20px 0;
  }
}

.header_right {
  position: fixed;
  top: 27px;
  right: 2%;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 17px;
    right: 5%;
  }
}

.header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  padding: 14px;
  border-radius: 100%;
  background-color: #454545;
}
.header_contact:hover {
  background-color: #007fa3;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 100%;
    margin: 0 0 0 10px;
    background-color: #007fa3;
    position: relative;
    cursor: pointer;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 1px;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu_line::before {
  top: -4px;
}
.menu_line::after {
  top: 4px;
}

.menu-trigger[aria-expanded=true] {
  background-color: #fff;
}

.menu-trigger[aria-expanded=true] .menu_line {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
  background-color: #007fa3;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

#overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: block;
    width: 100%;
    height: 100%;
    padding: 90px 8% 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    background-color: #007fa3;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.list_navi_sp {
  margin: 0 0 60px;
  border-top: 2px solid #83bac6;
}
.list_navi_sp > li {
  padding: 0.75em;
  border-bottom: 2px solid #83bac6;
}
.list_navi_sp > li a {
  color: #fff;
  font-size: 0.93em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.list_navi_sp > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_navi_sp > li ul li {
  width: 49%;
}
.list_navi_sp > li ul li a::before {
  content: "―";
}

.list_sns_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_sns_header li {
  font-family: "Roboto", sans-serif;
  font-size: 0.86em;
  line-height: 1;
  letter-spacing: 0;
}
.list_sns_header li:not(:last-child) {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.list_sns_header li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list_sns_header li a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .navi {
    display: none;
  }
}
.navi#gnavi {
  margin: 30px 0 0;
}
.navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.87em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.navi > ul > li {
  margin: 0 1em;
  position: relative;
}
.navi > ul > li a:hover,
.navi > ul > li .accordion-trigger:hover {
  color: #007fa3;
}
.navi > ul > li .accordion-trigger {
  color: #454545;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  background: none;
  border: none;
  padding: 0 20px 0 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navi > ul > li .accordion-trigger.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.navi > ul > li .accordion-trigger::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url(../images/arrow_down.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navi > ul > li .accordion-panel {
  width: 170px;
  border-top: 1px solid #454545;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navi > ul > li .accordion-panel.close {
  opacity: 0;
  visibility: hidden;
}
.navi > ul > li .accordion-panel li {
  border-bottom: 1px solid #454545;
}
.navi > ul > li .accordion-panel li a {
  display: block;
  padding: 0.75em 0;
}

.header_fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 1000px;
  height: 100px;
  padding-left: 15px;
  padding-right: calc(3% + 46px);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-101px);
          transform: translateY(-101px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header_fixed {
    display: none;
  }
}
.header_fixed.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header_fixed .logo {
  width: 125px;
}

.mv {
  width: 84%;
  max-width: 1200px;
  height: calc(100vh - 100px);
  min-height: 530px;
  max-height: 837px;
  margin: -65px auto 0;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 80px 0 0;
  }
}
.mv .mv_img {
  height: calc(100% - 90px);
  max-height: 747px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv_img {
    height: auto;
    margin: 0 0 80px;
  }
}
.mv .mv_txt {
  width: 54px;
  position: absolute;
  bottom: 6%;
  left: 6%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .mv_txt {
    width: 70px;
    height: 240px;
    left: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.mv .mv_button {
  position: absolute;
  bottom: 60px;
  right: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .mv_button {
    bottom: -58px;
  }
}
.mv .mv_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  height: 126px;
  border-radius: 100%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv_button a {
    width: 116px;
    height: 116px;
  }
}
.mv .mv_button a:hover::before {
  -webkit-animation: button_click 0.8s ease forwards;
          animation: button_click 0.8s ease forwards;
}
.mv .mv_button a:hover::after {
  -webkit-animation: shirokuma_click 0.8s ease forwards;
          animation: shirokuma_click 0.8s ease forwards;
}
.mv .mv_button a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #007fa3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mv .mv_button a::after {
  content: "";
  width: 130px;
  height: 90px;
  background: url(../images/shirokuma_01.png) no-repeat center/contain;
  position: absolute;
  bottom: -40px;
  left: -50px;
  -webkit-transform: rotate(0.01deg);
          transform: rotate(0.01deg);
}
@media screen and (max-width: 767px) {
  .mv .mv_button a::after {
    width: 126px;
    height: 80px;
    bottom: -35px;
  }
}
.mv .mv_button a span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.mv .mv_button a span::before {
  content: "";
  width: 70px;
  height: 16px;
  background: url(../images/txt_click.svg) no-repeat top/contain;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.mv .mv_slide {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv_slide {
    height: auto;
  }
}
.mv .mv_slide .mv_slide_img {
  position: relative;
}
.mv .mv_slide .mv_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes button_click {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes button_click {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shirokuma_click {
  0% {
    -webkit-transform: rotate(0.01deg);
            transform: rotate(0.01deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0.01deg);
            transform: rotate(0.01deg);
  }
}
@keyframes shirokuma_click {
  0% {
    -webkit-transform: rotate(0.01deg);
            transform: rotate(0.01deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0.01deg);
            transform: rotate(0.01deg);
  }
}
.low {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .low {
    margin: 0 0 100px;
  }
}

.footer_sns {
  padding: 1.5em 0;
  background-color: #eaeaea;
}
.footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_sns ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1.68em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_sns ul li {
    font-size: 1em;
  }
}
.footer_sns ul li:not(:last-child) {
  padding: 0 25px 0 0;
  margin: 0 25px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_sns ul li:not(:last-child) {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
  }
}
.footer_sns ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 25px;
  border-right: 1px solid #454545;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .footer_sns ul li:not(:last-child)::after {
    height: 15px;
  }
}
.footer_sns ul li a:hover {
  color: #007fa3;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 88%;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}

.footer_left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    margin: 0 0 30px;
  }
}

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

.footer_logo {
  max-width: 280px;
  width: 60%;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin: 0 auto 20px;
  }
}

.footer_address {
  font-size: 0.87em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer_address {
    line-height: 2;
    text-align: center;
    margin: 0 0 0.25em;
  }
}

@media screen and (max-width: 767px) {
  .footer_map {
    text-align: center;
  }
}
.footer_map a {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 0.87em;
  letter-spacing: 0.1em;
  position: relative;
}
.footer_map a:hover::before {
  -webkit-animation: map_pin 0.5s linear forwards;
          animation: map_pin 0.5s linear forwards;
}
.footer_map a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/icon_pin.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@-webkit-keyframes map_pin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes map_pin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  border: 2px solid #454545;
  border-radius: 60px;
}
.footer_button:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_button:not(:last-child) {
    margin: 0 0 10px;
  }
}
.footer_button:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.footer_button .contact {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/icon_mail.svg) no-repeat left/22px 22px;
  font-size: 0.87em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.footer_button .tel {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/icon_tel.svg) no-repeat left top 45%/22px 22px;
  font-family: "Roboto", sans-serif;
  font-size: 1.62em;
  letter-spacing: 0;
}

.copy_hr {
  margin: 0 20px;
  border-top: 1px solid #9a9a9a;
}

.copy {
  width: 88%;
  margin: auto;
  padding: 0.5em 0;
}
.copy p {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .copy p {
    text-align: center;
  }
}

.section_side:not(:last-child) {
  margin: 0 0 2em;
}

.ttl_side {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .ttl_side {
    font-size: 1.06em;
  }
}

.list_side {
  max-width: 200px;
  margin: auto;
}
.list_side li {
  font-size: 0.87em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 0.93em;
  }
}
.list_side li:not(:last-child) {
  margin: 0 0 0.75em;
}
.list_side li a {
  display: block;
  padding: 5px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list_side li a:hover {
    background-color: #e0e05c;
  }
}

.section_side select {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 5px;
  margin: auto;
  border-radius: 0;
  border-color: #fff;
  background-color: #fff;
  color: #454545;
  font-size: 0.87em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_side select {
    font-size: 0.93em;
  }
}

.list_nostimes_side li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_nostimes_side li:not(:last-child) {
  margin: 0 0 15px;
}
.list_nostimes_side li a:hover {
  opacity: 0.5;
}
.list_nostimes_side .img {
  width: 30%;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.list_nostimes_side .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_nostimes_side .desc {
  width: 65%;
}
.list_nostimes_side .info {
  font-size: 0.75em;
  line-height: 1;
  margin: 0 0 0.5em;
}
.list_nostimes_side .info .date {
  display: inline-block;
  margin: 0 4px 0 0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.list_nostimes_side .info .cat {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.list_nostimes_side .ttl {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .list_nostimes_side .ttl {
    font-size: 0.8em;
  }
}

.main_img {
  margin: 0 0 3em;
}

.map {
  aspect-ratio: 2/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map {
    aspect-ratio: 6/4;
  }
}
.map > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.list_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.list_blog li {
  margin: 0 5% 0 0;
  width: 30%;
}
.list_blog li:last-child {
  margin-right: 0;
}
.list_blog li a {
  display: block;
}
.list_blog_img {
  margin: 0 0 10px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_blog_img::before {
  content: "";
  display: block;
  padding: 60% 0 0;
}
.list_blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
a:hover .list_blog_img {
  opacity: 0.8;
}
.list_blog_day {
  font-size: 0.87em;
}
.list_blog_ttl {
  line-height: 1.5;
}

.list_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.list_two li {
  width: 48%;
}
.list_two li:first-child {
  margin-right: 4%;
}

.list_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.list_three li {
  width: 30%;
  margin: 0 5% 0 0;
}
.list_three li:last-child {
  margin-right: 0;
}

.table_company {
  width: 100%;
  margin: 0 0 40px;
  border-top: 1px solid #8b8b8b;
}
@media screen and (max-width: 767px) {
  .table_company {
    font-size: 0.93em;
  }
}
.table_company th {
  width: 130px;
  padding: 1.5em 1em 1.5em 0;
  border-bottom: 1px solid #8b8b8b;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company th {
    display: block;
    width: 100%;
    padding: 1em 0 0.25em;
    border-bottom: none;
    color: #007fa3;
    font-weight: 700;
  }
}
.table_company td {
  width: calc(100% - 130px);
  padding: 1.5em 0em;
  border-bottom: 1px solid #8b8b8b;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .table_company td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
  }
}
.table_company td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table_company td dl dt {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .table_company td dl dt {
    width: 100px;
  }
}
.table_company td dl dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .table_company td dl dd {
    width: calc(100% - 100px);
  }
}
.table_company td .list_num li {
  list-style: decimal;
  margin-left: 30px;
}

.ttl_low {
  max-width: 1200px;
  width: 84%;
  margin: auto;
  padding: 75px 0 64px;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_low {
    padding: 35px 0;
  }
}
.ttl_low .en {
  font-family: "Roboto", sans-serif;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .ttl_low .en {
    font-size: 2em;
    margin: 0 0 0.5em;
  }
}
.ttl_low .ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_low .ttl {
    font-size: 0.93em;
    letter-spacing: 0.1em;
  }
}

@-webkit-keyframes border_anm {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anm {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.ttl_border {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 80px;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
}
@media screen and (max-width: 767px) {
  .ttl_border {
    font-size: 1.37em;
    letter-spacing: 0.15em;
    margin: 0 0 40px;
  }
}
.ttl_border .en {
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 10px;
}

.ttl_exc {
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 36px 0 0;
  margin: 0 0 80px;
  background: url(../images/icon_exc.svg) no-repeat top/30px 36px;
}
@media screen and (max-width: 767px) {
  .ttl_exc {
    font-size: 1.33em;
    margin: 0 0 40px;
  }
}

.txt_main {
  line-height: 2.75;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .txt_main {
    line-height: 2.4;
    letter-spacing: 0.08em;
  }
}
.txt_main:not(:last-child) {
  margin: 0 0 1.25em;
}

.txt_center {
  text-align: center;
}
.txt_center:not(:last-child) {
  margin: 0 0 1.25em;
}

.bg_grid {
  background: url(../images/bg_grid.svg) repeat top/25px;
}
.bg_gray {
  background-color: #eaeaea;
}
.bg_blue {
  background-color: #dce9ea;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: #fff;
  z-index: 100001;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .load {
    min-width: 375px;
  }
}

.fade {
  opacity: 0;
}
.fade.animated {
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

.fade_up.animated {
  -webkit-animation: fade_up 1s forwards;
          animation: fade_up 1s forwards;
}
.fade_up_02.animated {
  -webkit-animation: fade_up 1s 0.25s forwards;
          animation: fade_up 1s 0.25s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_02.animated {
    -webkit-animation: fade_up 1s forwards;
            animation: fade_up 1s forwards;
  }
}
.fade_up_03.animated {
  -webkit-animation: fade_up 1s 0.5s forwards;
          animation: fade_up 1s 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_03.animated {
    -webkit-animation: fade_up 1s forwards;
            animation: fade_up 1s forwards;
  }
}
.fade_up_04.animated {
  -webkit-animation: fade_up 1s 0.75s forwards;
          animation: fade_up 1s 0.75s forwards;
}
@media screen and (max-width: 767px) {
  .fade_up_04.animated {
    -webkit-animation: fade_up 1s forwards;
            animation: fade_up 1s forwards;
  }
}
.fade_up_delay.animated {
  -webkit-animation: fade_up 1s 0.25s forwards;
          animation: fade_up 1s 0.25s forwards;
}

.fade_left {
  opacity: 0;
}
.fade_left.animated {
  -webkit-animation: fade_left 1s forwards;
          animation: fade_left 1s forwards;
}

.fade_right {
  opacity: 0;
}
.fade_right.animated {
  -webkit-animation: fade_right 1s forwards;
          animation: fade_right 1s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.txt_anm span {
  display: inline-block;
  opacity: 0;
}
.txt_anm span.view {
  -webkit-animation: txt_anm 0.5s forwards;
          animation: txt_anm 0.5s forwards;
}

@-webkit-keyframes txt_anm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes txt_anm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixed_sns {
  position: fixed;
  bottom: calc(50% - 103px);
  right: calc(2% + 15px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fixed_sns {
    display: none;
  }
}
.fixed_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fixed_sns ul li {
  font-family: "Roboto", sans-serif;
  font-size: 0.81em;
  line-height: 1;
  letter-spacing: 0;
}
.fixed_sns ul li:not(:last-child) {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  position: relative;
}
.fixed_sns ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  border-right: 1px solid #454545;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fixed_sns ul li a:hover {
  color: #007fa3;
}

a.button_border {
  display: inline-block;
  padding: 0 50px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.18em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
a.button_border.external {
  padding: 0 50px 0 20px;
  background: url(../images/icon_external.svg) no-repeat left/14px 14px;
}
a.button_border:hover {
  color: #007fa3;
}
a.button_border:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
a.button_border::before, a.button_border::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
a.button_border::before {
  width: 40px;
  border-bottom: 1px solid #9a9a9a;
}
a.button_border::after {
  width: 40px;
  border-bottom: 1px solid #007fa3;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.button_shirokuma {
  display: block;
  padding: 40px;
  border: 2px solid #454545;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.button_shirokuma {
    padding: 80px 8% 8%;
  }
}
a.button_shirokuma:hover {
  border-color: #eaeaea;
  background-color: #eaeaea;
}
a.button_shirokuma:hover::before {
  background: url(../images/shirokuma-coffee.gif) no-repeat center/contain;
}
a.button_shirokuma::before {
  content: "";
  width: 270px;
  height: 225px;
  background: url(../images/shirokuma_05.png) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  a.button_shirokuma::before {
    width: 135px;
    height: 112px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
a.button_shirokuma .desc {
  width: 450px;
  margin: 0 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button_shirokuma .desc {
    width: 100%;
  }
}
a.button_shirokuma .desc .txt {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  a.button_shirokuma .desc .txt {
    font-size: 1.46em;
    letter-spacing: 0.1em;
    margin: 0 0 0.75em;
  }
}
a.button_shirokuma .desc .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 62px;
  border: 2px solid #454545;
  border-radius: 60px;
  background-color: #fff;
}
a.button_shirokuma .desc .button span {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/icon_mail.svg) no-repeat left/22px 22px;
  font-size: 0.87em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

a.button_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 62px;
  margin: auto;
  border: 2px solid #454545;
  border-radius: 60px;
  background-color: #fff;
}
a.button_contact:hover {
  border-color: #eaeaea;
  background-color: #eaeaea;
}
a.button_contact span {
  display: inline-block;
  padding: 0 0 0 30px;
  background: url(../images/icon_mail.svg) no-repeat left/22px 22px;
  font-size: 0.87em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 62px;
  margin: auto;
  border: 2px solid #454545;
  border-radius: 60px;
  background-color: #fff;
}
a.button:hover {
  border-color: #eaeaea;
  background-color: #eaeaea;
}

a.link_txt {
  text-decoration: underline;
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
  background: #f7f7f7;
}

.wp-pagenavi {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 50px 0 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin: 0 0.5em 1em 0;
  color: #8a8a8a;
  font-family: "Roboto", sans-serif;
  font-size: 1.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 35px;
    height: 35px;
    font-size: 0.9em;
  }
}
.wp-pagenavi a:hover {
  color: #454545;
  background-color: #eaeaea;
}
.wp-pagenavi .current {
  color: #454545;
  background-color: #eaeaea;
}

.contact_form {
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin: 0 auto 40px;
  }
}
.contact_form tr:first-child th,
.contact_form tr:first-child td {
  padding-top: 0;
}
.contact_form tr th {
  width: 240px;
  padding: 10px 0 40px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form tr th {
    display: block;
    width: 100%;
    padding: 20px 0 5px;
    font-weight: 700;
  }
}
.contact_form tr td {
  width: calc(100% - 230px);
  padding: 0 0 40px;
  line-height: 2;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .contact_form tr td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #8b8b8b;
  }
}
.contact_form tr td .col_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 650px;
}
.contact_form tr td .col_02 div {
  width: 48%;
  max-width: 300px;
}
.contact_form tr td .col_02 div:not(:last-child) {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .contact_form tr td .col_02 div:not(:last-child) {
    margin: 0 4% 0 0;
  }
}
.contact_form tr td .address {
  margin: 15px 0 0;
}
.contact_form tr td .check_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .contact_form tr td .check_col {
    display: block;
  }
  .contact_form tr td .check_col > div {
    margin: 5px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact_form {
    max-width: 920px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact_form th {
    padding: 25px 0;
    border-bottom: 1px solid #007fa3;
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact_form td {
    padding: 25px 0;
    border-bottom: 1px solid #8b8b8b;
  }
}
.mw_wp_form_confirm .contact_form td .check_col {
  display: block;
}
.mw_wp_form_confirm .contact_form td .address {
  display: inline;
  margin: 0;
}
.mw_wp_form_confirm .consent {
  display: none;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .contact_form .horizontal-item {
    display: block;
  }
}
.mw_wp_form .contact_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .contact_form .mwform-checkbox-field input,
.mw_wp_form .contact_form .mwform-radio-field input {
  margin-right: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 15px;
  border-radius: 0;
  border: none;
  background: #dce9ea;
  font-family: inherit;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 10px;
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #b7b7b7;
  letter-spacing: 0.05em;
}

::-moz-placeholder {
  color: #b7b7b7;
  letter-spacing: 0.05em;
}

:-ms-input-placeholder {
  color: #b7b7b7;
  letter-spacing: 0.05em;
}

::-ms-input-placeholder {
  color: #b7b7b7;
  letter-spacing: 0.05em;
}

::placeholder {
  color: #b7b7b7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
    letter-spacing: 0;
  }
  ::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0;
  }
  :-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0;
  }
  ::-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0;
  }
  ::placeholder {
    font-size: 12px;
    letter-spacing: 0;
  }
}

input.zip {
  width: 40%;
  max-width: 180px;
}

input.pref {
  max-width: 200px;
}

input[type=email] {
  max-width: 650px;
}

input[type=checkbox] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: relative;
}
input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dce9ea;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]::after {
  content: "";
  width: 15px;
  height: 10px;
  border-left: 3px solid #007fa3;
  border-bottom: 3px solid #007fa3;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

input[type=radio] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: relative;
}
input[type=radio]::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #dce9ea;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #007fa3;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

input[type=radio]:checked::after {
  opacity: 1;
}

select {
  width: auto;
  padding: 10px 28px 10px 10px;
  background: url(../images/arrow_down.svg) no-repeat center right 10px/8px 4px #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 15em;
}

label {
  display: inline-block;
  font-size: 0.93em;
  letter-spacing: 0.1em;
  margin: 0 1em 0.5em 0;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.consent {
  margin: 0 0 40px;
  text-align: center;
}
.consent label {
  margin: 0;
}
.consent .check {
  font-size: 0.87em;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
.consent .check a {
  text-decoration: underline;
}
.consent .mwform-checkbox-field-text {
  display: none;
}
.consent .txt {
  font-size: 0.87em;
  letter-spacing: 0.1em;
}

.mw_wp_form .consent .error {
  display: inline-block;
}

.required {
  color: #007fa3;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 0 5px;
}

.submit_wrap {
  text-align: center;
}

.submit,
.back {
  width: 100%;
  max-width: 800px;
  padding: 25px 0;
  background: #007fa3;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .submit,
  .back {
    max-width: 260px;
    padding: 20px 0;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .submit,
  .back {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .submit:hover,
  .back:hover {
    opacity: 0.75;
  }
}
.submit:disabled,
.back:disabled {
  opacity: 0.5;
}

.back {
  color: #454545;
  background: #eaeaea;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .back {
    margin: 20px 0 0;
  }
}

.txt_contact {
  font-size: 0.87em;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .txt_contact {
    font-size: 0.93em;
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .txt_thanks {
    text-align: center;
  }
}

.mb_10 {
  margin: 0 0 10px;
}
.mb_15 {
  margin: 0 0 15px;
}
.mb_20 {
  margin: 0 0 20px;
}

.list_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
.list_pagination li {
  width: 48%;
}
.list_pagination li.prev a {
  padding: 0 0 0 20px;
  background: url(../images/arrow_left_gray.svg) no-repeat center left 4px/6px 12px;
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding: 0 20px 0 0;
  background: url(../images/arrow_right_gray.svg) no-repeat center right 4px/6px 12px;
}
.list_pagination li a {
  display: inline-block;
  font-size: 0.81em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.list_pagination li a:hover {
  color: #007fa3;
}

.section_top_about {
  padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .section_top_about {
    padding: 80px 0 0;
  }
}

.ttl_top {
  margin: 0 0 3em;
  padding-left: 20px;
  position: relative;
}
.ttl_top::before {
  content: "";
  background: #454545;
  width: 4px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
}
.ttl_top .en {
  font-family: "Roboto", sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_top .en {
    font-size: 2em;
    letter-spacing: 0.08em;
  }
}
.ttl_top .ttl {
  font-size: 0.93em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl_top .ttl {
    letter-spacing: 0;
  }
}

.top_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_about .catch {
  width: calc(100% - 530px);
}
@media screen and (max-width: 767px) {
  .top_about .catch {
    width: 100%;
    margin: 0 0 2em;
  }
}
.top_about .catch p {
  width: 205px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_about .catch p {
    width: 250px;
    margin: 0;
  }
}
.top_about .desc {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .top_about .desc {
    width: 100%;
    margin: 0 0 2em;
  }
}
.top_about .desc .button {
  margin: 3em 0 0;
}
@media screen and (max-width: 767px) {
  .top_about .desc .button {
    margin: 2em 0 0;
  }
}
.top_about .shirokuma {
  width: calc(100% - 530px);
}
@media screen and (max-width: 767px) {
  .top_about .shirokuma {
    width: 100%;
  }
}
.top_about .shirokuma .img {
  width: 70%;
  max-width: 240px;
  margin: auto;
}

.top_nostimes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_nostimes .left {
  width: 47.5%;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .top_nostimes .left {
    width: 100%;
    padding: 0;
    margin: 0 0 2em;
  }
}
.top_nostimes .right {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .top_nostimes .right {
    width: 100%;
  }
}
.top_nostimes .button {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_nostimes .button {
    margin: 40px 0 0;
    position: relative;
  }
}

.new_nostimes a {
  display: block;
}
.new_nostimes a:hover .img::after {
  opacity: 0.4;
}
.new_nostimes a:hover .img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.new_nostimes .top {
  margin: 0 0 10px;
  position: relative;
}
.new_nostimes .top .img {
  aspect-ratio: 6/4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .new_nostimes .top .img {
    margin: 0 0 10px;
  }
}
.new_nostimes .top .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dce9ea;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.new_nostimes .top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.new_nostimes .top .ttl {
  padding: 0.25em 0.75em;
  margin: 0 20px 0 0;
  background-color: #fff;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .new_nostimes .top .ttl {
    padding: 0;
    background-color: transparent;
    font-size: 1.06em;
    letter-spacing: 0.15em;
    position: relative;
    bottom: 0;
  }
}
.new_nostimes .info {
  line-height: 1;
}
.new_nostimes .info .date {
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0;
}
.new_nostimes .info .cat {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  font-size: 0.87em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .new_nostimes .info .cat {
    font-size: 0.8em;
  }
}

.list_nostimes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 -3em;
}
@media screen and (max-width: 767px) {
  .list_nostimes {
    margin: 0 0 -2em;
  }
}
@media screen and (min-width: 768px) {
  .list_nostimes.col_03 {
    margin: 0 -3.33% -3em 0;
  }
}
@media screen and (min-width: 768px) {
  .list_nostimes.col_03 li {
    width: 29%;
    margin: 0 3.33% 3em 0;
  }
}
.list_nostimes.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_nostimes li {
  width: 45%;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .list_nostimes li {
    width: 100%;
    margin: 0 0 2em;
  }
}
.list_nostimes li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .list_nostimes li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.list_nostimes li a:hover .img::after {
  opacity: 0.4;
}
.list_nostimes li a:hover .img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.list_nostimes .img {
  aspect-ratio: 6/4;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_nostimes .img {
    width: 40%;
    margin: 0;
  }
}
.list_nostimes .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dce9ea;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.list_nostimes .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media screen and (max-width: 767px) {
  .list_nostimes .desc {
    width: 55%;
  }
}
.list_nostimes .ttl {
  font-size: 0.93em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_nostimes .ttl {
    margin: 0 0 0.5em;
  }
}
.list_nostimes .info {
  line-height: 1;
}
.list_nostimes .info .date {
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0;
}
.list_nostimes .info .cat {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  font-size: 0.87em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .list_nostimes .info .cat {
    font-size: 0.8em;
  }
}

.top_kurashi {
  position: relative;
}
.top_kurashi .shirokuma {
  margin: 0 0 -30px 30px;
}
@media screen and (max-width: 767px) {
  .top_kurashi .shirokuma {
    margin: -50px 0 -30px;
  }
}
.top_kurashi .shirokuma .img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .top_kurashi .shirokuma .img {
    margin: auto;
  }
}

.ttl_kurashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0;
  margin: 0 0 50px;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
}
@media screen and (max-width: 767px) {
  .ttl_kurashi {
    padding: 45px 0 40px;
  }
}
.ttl_kurashi .ttl {
  width: 500px;
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .ttl_kurashi .ttl {
    width: 100%;
    font-size: 1.53em;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 0 0 0.5em;
  }
}
.ttl_kurashi .txt {
  width: calc(100% - 500px);
  font-size: 0.87em;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ttl_kurashi .txt {
    width: 100%;
    letter-spacing: 0;
    text-align: center;
  }
}

.contents_kurashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_kurashi.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents_kurashi:not(:last-child) {
  margin: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .contents_kurashi:not(:last-child) {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .contents_kurashi.big .img {
    width: calc(100% - 530px);
  }
  .contents_kurashi.big .desc {
    width: 470px;
  }
}
.contents_kurashi .img {
  width: 41%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .img {
    width: 100%;
  }
}
.contents_kurashi .img .img_txt {
  padding: 5px 5px 10px;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .img .img_txt {
    font-size: 1.06em;
    top: -15px;
    right: 10px;
  }
}
.contents_kurashi .img .img_txt::before {
  content: "#";
  color: #007fa3;
  text-orientation: upright;
}
.contents_kurashi .desc {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .desc {
    width: 100%;
  }
}
.contents_kurashi .ttl_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .ttl_number {
    margin: 1.5em 0 1em;
  }
}
.contents_kurashi .ttl_number .number {
  width: 105px;
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .ttl_number .number {
    width: 80px;
    font-size: 4em;
  }
}
.contents_kurashi .ttl_number .ttl {
  width: calc(100% - 105px);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .ttl_number .ttl {
    width: calc(100% - 80px);
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
}
.contents_kurashi .ttl_number .ttl span {
  display: block;
  font-size: 0.57em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .ttl_number .ttl span {
    font-size: 0.77em;
  }
}
.contents_kurashi .txt {
  font-size: 0.87em;
  line-height: 2.14;
  letter-spacing: 0.1em;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .contents_kurashi .txt {
    font-size: 0.93em;
    line-height: 2;
    margin: 0 0 0.5em;
  }
}
.contents_kurashi .button_border {
  font-size: 0.75em;
}

.top_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_works .left {
  width: 250px;
  height: 280px;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .top_works .left {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_works .left .ttl_top {
    margin: 0 0 1em;
  }
}
.top_works .left .ttl_top .en::before {
  width: 200%;
  left: calc(-200% - 15px);
}
.top_works .right {
  width: calc(100% - 250px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_works .right {
    width: 100%;
    margin: 0 0 30px;
  }
}
.top_works .right .works-button-prev,
.top_works .right .works-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top_works .right .works-button-prev:hover,
.top_works .right .works-button-next:hover {
  background-color: #dce9ea;
}
.top_works .right .works-button-prev::after,
.top_works .right .works-button-next::after {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.top_works .right .works-button-prev {
  left: 15px;
}
.top_works .right .works-button-prev::after {
  background: url(../images/arrow_left_gray.svg) no-repeat center/7px 14px;
}
.top_works .right .works-button-next {
  left: 75px;
}
.top_works .right .works-button-next::after {
  background: url(../images/arrow_right_gray.svg) no-repeat center/7px 14px;
}
.top_works .slide_works {
  margin: 0 0 25px;
}
.top_works .slide_works_box {
  padding: 0 20px 0 0;
}
.top_works .slide_works_box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.top_works .slide_works_box a:hover .img::after {
  opacity: 0.25;
}
.top_works .slide_works_box a:hover .img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top_works .slide_works_box a .cat {
  font-size: 0.81em;
  line-height: 2;
  padding: 0 0.5em;
  margin: 0 10px 0 0;
  background-color: #e0e05c;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.top_works .slide_works_box a .img {
  aspect-ratio: 6/4;
  overflow: hidden;
}
.top_works .slide_works_box a .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dce9ea;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.top_works .slide_works_box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.top_works .button {
  position: absolute;
  top: 250px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_works .button {
    position: relative;
    top: 0;
  }
}

.section_pj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 100/29;
  background: url(../images/bg_photojourney.jpg) no-repeat center/cover;
  position: relative;
}
.section_pj.animated .shirokuma_pj {
  -webkit-animation: shirokuma_pj 10s linear forwards, gatagata 0.4s infinite;
          animation: shirokuma_pj 10s linear forwards, gatagata 0.4s infinite;
}
@media screen and (max-width: 767px) {
  .section_pj.animated .shirokuma_pj {
    -webkit-animation: shirokuma_pj 5s linear forwards, gatagata 0.4s infinite;
            animation: shirokuma_pj 5s linear forwards, gatagata 0.4s infinite;
  }
}
.section_pj.soon::before {
  content: "";
  width: 138px;
  height: 115px;
  background: url(../images/coming_soon.png) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: calc(50% - 370px);
}
@media screen and (max-width: 767px) {
  .section_pj.soon::before {
    width: 96px;
    height: 80px;
    top: -60px;
    left: calc(50% - 160px);
  }
}
.section_pj .ttl_pj {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_pj .ttl_pj {
    font-size: 2em;
  }
}
.section_pj .shirokuma_pj {
  display: block;
  width: 130px;
  position: absolute;
  right: -130px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_pj .shirokuma_pj {
    width: 65px;
  }
}
.section_pj .taiya {
  width: 40px;
  display: block;
  -webkit-animation: kurukuru 2s infinite linear;
          animation: kurukuru 2s infinite linear;
  position: absolute;
  bottom: 5px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .section_pj .taiya {
    width: 20px;
    bottom: 2px;
  }
}
.section_pj .taiya2 {
  left: auto;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .section_pj .taiya2 {
    right: 5px;
  }
}

@-webkit-keyframes shirokuma_pj {
  0% {
    right: -130px;
  }
  100% {
    right: 100%;
  }
}

@keyframes shirokuma_pj {
  0% {
    right: -130px;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes gatagata {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes gatagata {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes kurukuru {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes kurukuru {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.ttl_story {
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl_story {
    font-size: 2em;
    margin: 0 0 40px;
  }
}

.story_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .story_01 {
    margin: 0 0 60px;
  }
}
.story_01 .img {
  width: 62.5%;
}
@media screen and (max-width: 1200px) {
  .story_01 .img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .story_01 .img {
    width: 100%;
    margin: 0 0 40px;
  }
}
.story_01 .desc {
  width: 37.5%;
  padding: 0 0 0 8.33%;
}
@media screen and (max-width: 767px) {
  .story_01 .desc {
    width: 100%;
    padding: 0 8%;
  }
}

.story_02 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .story_02 {
    margin: 0 0 60px;
  }
}
.story_02 .img {
  aspect-ratio: 946/550;
  max-width: 946px;
  margin: 0 auto 30px;
  position: relative;
}
.story_02 .img_01 {
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.story_02 .img_02 {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.story_02 .desc {
  padding: 0 0 0 8.33%;
}
@media screen and (max-width: 767px) {
  .story_02 .desc {
    padding: 0 8%;
  }
}

.story_03 {
  max-width: 720px;
  margin: auto;
}
.story_03 .img {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .story_03 .img {
    margin: 0 0 40px;
  }
}
.story_03 .desc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .story_03 .desc {
    padding: 0 8%;
    text-align: left;
  }
}

.about_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .about_01 {
    margin: 0 0 30px;
  }
}
.about_01 .img {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .about_01 .img {
    width: 100%;
    margin: 0 0 40px;
  }
}
.about_01 .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37.5%;
  padding: 0 8.33% 0 0;
}
@media screen and (max-width: 767px) {
  .about_01 .desc {
    display: block;
    width: 100%;
    padding: 0 8%;
  }
}
.about_01 .desc p {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .about_01 .desc p {
    width: 268px;
  }
}

.about_02 {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .about_02 {
    margin: 0 0 60px;
  }
}

.list_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_staff li {
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .list_staff li {
    width: 46%;
  }
}
.list_staff li a:hover .view {
  background-color: #007fa3;
}
.list_staff li a:hover .view::before {
  background-color: #fff;
}
.list_staff .img {
  margin: 0 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_staff .img {
    margin: 0 0 10px;
  }
}
.list_staff .img .view {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_staff .img .view {
    width: 40px;
    height: 40px;
  }
}
.list_staff .img .view::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #007fa3;
  -webkit-mask-image: url(../images/icon_view.svg);
          mask-image: url(../images/icon_view.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_staff .img .view::before {
    width: 24px;
    height: 24px;
  }
}
.list_staff .name {
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .list_staff .name {
    font-size: 1.25em;
    letter-spacing: 0.2em;
    margin: 0 0 2px;
  }
}
.list_staff .en {
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.modal_profile .name {
  font-size: 1.68em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
}
.modal_profile .en {
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 30px;
}
.modal_profile .profile {
  font-size: 0.87em;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 20px;
}
.modal_profile .img {
  width: 60%;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .modal_profile .img {
    margin: 0 auto 20px;
  }
}
.modal_profile .message {
  font-size: 0.87em;
  line-height: 2.14;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .modal_profile .message {
    line-height: 2;
    margin: 0 0 20px;
  }
}
.modal_profile dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0;
  border-top: 1px solid #8b8b8b;
}
.modal_profile dl:last-child {
  border-bottom: 1px solid #8b8b8b;
}
.modal_profile dl dt {
  width: 150px;
  color: #007fa3;
  font-size: 0.87em;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .modal_profile dl dt {
    width: 100%;
  }
}
.modal_profile dl dd {
  width: calc(100% - 150px);
  font-size: 0.87em;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .modal_profile dl dd {
    width: 100%;
  }
}

body .blocker {
  background: rgba(0, 127, 155, 0.5);
  z-index: 12;
}
body .modal {
  padding: 80px;
  border-radius: 0;
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  body .modal {
    padding: 50px 8% 8%;
  }
}
body .modal a.close-modal {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  top: 15px;
  right: 15px;
  background: url(../images/icon_close.svg) no-repeat center/15px 15px #454545;
}
body .modal a.close-modal:hover {
  background-color: #007fa3;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab li {
  width: 100%;
}
.tab li:not(:last-child) {
  border-right: 1px solid #fff;
}
.tab li.active button {
  background-color: #007fa3;
  color: #fff;
}
.tab li button {
  width: 100%;
  padding: 1em 0;
  border: none;
  background-color: #eaeaea;
  color: #454545;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.37em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab li button {
    font-size: 1em;
    letter-spacing: 0.1em;
    padding: 0.75em 0;
  }
}

.tab_contents {
  display: none;
  opacity: 0;
}
.tab_contents.active {
  display: block;
  -webkit-animation: fade 0.4s forwards;
          animation: fade 0.4s forwards;
}

.list_business {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .list_business {
    margin: 40px 0 0;
  }
}
.list_business li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_business li:not(:last-child) {
  margin: 0 0 40px;
}
.list_business li .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_business li .img {
    width: 100%;
    margin: 0 0 20px;
  }
}
.list_business li .desc {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .list_business li .desc {
    width: 100%;
  }
}
.list_business li .catch {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .list_business li .catch {
    font-size: 0.93em;
  }
}
.list_business li .ttl {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .list_business li .ttl {
    font-size: 1.6em;
    margin: 0 0 0.5em;
  }
}
.list_business li .txt {
  font-size: 0.87em;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_business li .txt {
    font-size: 0.93em;
  }
}
.list_business li .button_border {
  font-size: 0.75em;
}

.company_img {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .company_img {
    margin: 0 0 40px;
  }
}

.yohaku_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .yohaku_01 {
    margin: 0 0 40px;
  }
}
.yohaku_01 .img {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .yohaku_01 .img {
    width: 100%;
  }
}
.yohaku_01 .desc {
  width: 37.5%;
  padding: 0 8.33% 0 0;
}
@media screen and (max-width: 767px) {
  .yohaku_01 .desc {
    width: 84%;
    margin: auto;
  }
}
.yohaku_01 .desc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yohaku_01 .desc_inner {
    display: block;
  }
}
.yohaku_01 .ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .yohaku_01 .ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
    right: 0;
  }
}
.yohaku_01 .ttl span {
  display: inline-block;
  padding: 1em 0;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .yohaku_01 .ttl span {
    padding: 0 1em;
    margin: 0 0 30px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
    font-size: 0.93em;
    line-height: 1.5;
  }
}
.yohaku_01 .catch {
  width: 146px;
}
@media screen and (max-width: 767px) {
  .yohaku_01 .catch {
    width: 292px;
    margin: 0 0 40px;
  }
}

.yohaku_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .yohaku_02 {
    margin: 0 0 40px;
  }
}
.yohaku_02 .img {
  width: 49%;
  aspect-ratio: 590/500;
  margin: 0 2% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yohaku_02 .img {
    width: 100%;
  }
}
.yohaku_02 .img_01 {
  width: 47.4%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yohaku_02 .img_02 {
  width: 47.4%;
  position: absolute;
  top: 0;
  right: 0;
}
.yohaku_02 .desc {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .yohaku_02 .desc {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .yohaku_02 .desc .txt_main:not(:last-child) {
    margin: 0 0 2em;
  }
}

.yohaku_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yohaku_03 .desc {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .yohaku_03 .desc {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .yohaku_03 .desc .txt_main:not(:last-child) {
    margin: 0 0 2em;
  }
}
.yohaku_03 .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .yohaku_03 .img {
    width: 100%;
  }
}

.ttl_yohaku {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .ttl_yohaku {
    font-size: 1.33em;
    letter-spacing: 0.2em;
    margin: 0 0 40px;
  }
}
.ttl_yohaku span {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 0 0.5em;
  border: 2px solid #454545;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl_yohaku span {
    letter-spacing: 0.1em;
    padding: 0.25em 0.5em;
    margin: 0 0 0 0.25em;
  }
}

.yohaku_kw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yohaku_kw .contents {
  width: 46.66%;
}
@media screen and (max-width: 767px) {
  .yohaku_kw .contents {
    width: 100%;
  }
  .yohaku_kw .contents:not(:last-child) {
    margin: 0 0 40px;
  }
}
.yohaku_kw .ttl {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
  margin: -26px 0 30px;
}
@media screen and (max-width: 767px) {
  .yohaku_kw .ttl {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: -21px 0 20px;
  }
}
.yohaku_kw .ttl span {
  display: inline-block;
  padding: 0.25em 1em;
  border: 2px solid #454545;
  background-color: #fff;
}
.yohaku_kw .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .yohaku_kw .txt {
    text-align: left;
  }
}

.ttl_yohakurules {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .ttl_yohakurules {
    font-size: 1.33em;
    letter-spacing: 0.2em;
    margin: 0 0 40px;
  }
}
.ttl_yohakurules span {
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 3.26em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ttl_yohakurules span {
    font-size: 2em;
  }
}

.list_rules {
  border-top: 1px solid #8c8c8c;
}
.list_rules li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px solid #8c8c8c;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_rules li {
    padding: 1.5em 0;
  }
}
.list_rules .number {
  width: 130px;
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .list_rules .number {
    width: 100%;
    font-size: 2.66em;
    margin: 0 0 10px;
  }
}
.list_rules .desc {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .list_rules .desc {
    width: 100%;
  }
}
.list_rules .desc .ttl {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 0 0.12em;
}
@media screen and (max-width: 767px) {
  .list_rules .desc .ttl {
    font-size: 1.2em;
  }
}
.list_rules .desc .txt {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .list_rules .desc .txt {
    font-size: 0.93em;
    letter-spacing: 0.1em;
  }
}
.list_rules .icon {
  width: 210px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_rules .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5px;
    right: 0;
  }
}

.standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .standard {
    margin: 40px 0 80px;
  }
}
.standard .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  padding: 80px 0 0;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .standard .ttl {
    width: 30px;
    padding: 0;
    font-size: 1.33em;
    line-height: 1;
  }
}
.standard .desc {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .standard .desc {
    width: calc(100% - 50px);
  }
}

.list_standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_standard li {
  width: 22%;
  text-align: center;
  margin: 0 4% 2em 0;
}
@media screen and (max-width: 767px) {
  .list_standard li {
    width: 45%;
    margin: 0 5% 1em 0;
  }
}
.list_standard li:last-child, .list_standard li:nth-child(4) {
  margin: 0 0% 2em 0;
}
@media screen and (max-width: 767px) {
  .list_standard li:nth-child(2), .list_standard li:nth-child(6) {
    margin: 0 0% 2em 0;
  }
}
@media screen and (max-width: 767px) {
  .list_standard li .caption {
    line-height: 1.6;
    margin-top: 5px;
  }
}
.list_standard li a {
  display: block;
  text-align: center;
}
.list_standard li a:hover .zoom {
  background-color: #007fa3;
}
.list_standard li a:hover .zoom::before {
  background-color: #fff;
}
.list_standard_img {
  aspect-ratio: 1/1;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_standard_img {
    margin: 0 0 5px;
  }
}
.list_standard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_standard_img .zoom {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_standard_img .zoom {
    width: 40px;
    height: 40px;
  }
}
.list_standard_img .zoom::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #007fa3;
  -webkit-mask-image: url(../images/icon_zoom.svg);
          mask-image: url(../images/icon_zoom.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_standard_img .zoom::before {
    width: 24px;
    height: 24px;
  }
}
.list_standard_ttl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .list_standard_ttl {
    font-size: 1em;
  }
}

.box_option {
  background-color: #eaeaea;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_option {
    padding: 40px 8% 8%;
  }
}
.box_option .ttl {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .box_option .ttl {
    font-size: 1.33em;
  }
}

.list_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3% -3% 0;
}
@media screen and (max-width: 767px) {
  .list_option {
    margin: 0 -5% -5% 0;
  }
}
.list_option li {
  width: 17%;
  margin: 0 3% 3% 0;
}
@media screen and (max-width: 767px) {
  .list_option li {
    width: 45%;
    margin: 0 5% 5% 0;
  }
}
.list_option_img {
  aspect-ratio: 1/1;
}
.list_option_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_option_ttl {
  font-size: 0.87em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0.5em 0 0;
}
.list_option_ttl span {
  font-size: 1.14em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_option_ttl span {
    font-size: 1em;
  }
}
.list_option_ttl span::after {
  content: "：";
}

.yuzuru_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 {
    margin: 0 0 40px;
  }
}
.yuzuru_01 .img {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 .img {
    width: 100%;
  }
}
.yuzuru_01 .desc {
  width: 37.5%;
  padding: 0 8.33% 0 0;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 .desc {
    width: 84%;
    margin: auto;
  }
}
.yuzuru_01 .desc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 .desc_inner {
    display: block;
  }
}
.yuzuru_01 .ttl {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 .ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
    right: 0;
  }
}
.yuzuru_01 .ttl span {
  display: inline-block;
  padding: 1em 0;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 .ttl span {
    padding: 0 1em;
    margin: 0 0 30px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
    font-size: 0.93em;
    line-height: 1.5;
  }
}
.yuzuru_01 .catch {
  width: 145px;
  margin: 15% 0 0;
}
@media screen and (max-width: 767px) {
  .yuzuru_01 .catch {
    width: 208px;
    margin: 0 0 40px;
  }
}

.yuzuru_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .yuzuru_02 {
    margin: 0 0 40px;
  }
}
.yuzuru_02 .img {
  width: 49%;
  aspect-ratio: 550/586;
  margin: 0 2% 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .yuzuru_02 .img {
    width: 100%;
  }
}
.yuzuru_02 .img_01 {
  width: 83%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yuzuru_02 .img_02 {
  width: 66%;
  position: absolute;
  top: 0;
  right: 0;
}
.yuzuru_02 .desc {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .yuzuru_02 .desc {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .yuzuru_02 .desc .txt_main:not(:last-child) {
    margin: 0 0 2em;
  }
}

.yuzuru_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yuzuru_03 .desc {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .yuzuru_03 .desc {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .yuzuru_03 .desc .txt_main:not(:last-child) {
    margin: 0 0 2em;
  }
}
.yuzuru_03 .img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .yuzuru_03 .img {
    width: 100%;
  }
}

.ttl_yuzuru {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .ttl_yuzuru {
    font-size: 1.46em;
    letter-spacing: 0.1em;
    margin: 0 0 50px;
  }
}
.ttl_yuzuru span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_yuzuru span {
    padding: 0 35px;
  }
}
.ttl_yuzuru span::before, .ttl_yuzuru span::after {
  content: "";
  width: 3px;
  height: 60px;
  border-left: 3px solid #454545;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl_yuzuru span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.ttl_yuzuru span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.list_yuzuru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_yuzuru li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_yuzuru li {
    width: 100%;
  }
  .list_yuzuru li:not(:last-child) {
    margin: 0 0 40px;
  }
}
.list_yuzuru_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 158px;
  margin: 0 0 -120px;
}
@media screen and (max-width: 767px) {
  .list_yuzuru_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    margin: 0 0 10px;
  }
}
.list_yuzuru_number {
  width: 100%;
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 5em;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_yuzuru_number {
    width: 90px;
    font-size: 4em;
  }
}
.list_yuzuru_ttl {
  width: 100%;
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_yuzuru_ttl {
    width: auto;
    font-size: 1.46em;
    text-align: left;
  }
}
.list_yuzuru_ttl span {
  display: block;
  font-size: 0.73em;
  letter-spacing: 0.2em;
}
.list_yuzuru_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  padding: 60px 0 0;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .list_yuzuru_icon {
    width: 80%;
    aspect-ratio: 0;
    padding: 5% 0;
    margin: auto;
    border-radius: 0;
  }
}
.list_yuzuru_icon img {
  width: 67%;
}
.list_yuzuru_txt {
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .list_yuzuru_txt {
    font-size: 0.93em;
  }
}

.dlist_faq {
  max-width: 800px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .dlist_faq {
    margin: 0 auto 1.5em;
  }
}
.dlist_faq dt {
  background: #eaeaea;
  padding: 30px 80px 30px 110px;
  position: relative;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.75;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt {
    padding: 15px 30px 15px 45px;
    font-size: 1em;
  }
}
.dlist_faq dt::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/arrow_down.svg) no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.dlist_faq dt.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dlist_faq dt::before {
  content: "Q.";
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 25px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt::before {
    font-size: 20px;
    left: 15px;
    top: 18px;
  }
}
.dlist_faq dd {
  display: none;
  padding: 30px 0 30px 110px;
  margin: 10px 0 0;
  position: relative;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd {
    padding: 15px 0 15px 45px;
    margin: 0;
    font-size: 0.93em;
  }
}
.dlist_faq dd::before {
  content: "A.";
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  left: 25px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd::before {
    font-size: 20px;
    left: 15px;
  }
}

.fudosan_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fudosan_01 .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fudosan_01 .img {
    width: 100%;
    aspect-ratio: 6/4;
    margin: 0 0 40px;
  }
  .fudosan_01 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fudosan_01 .desc {
  width: 40%;
  padding: 0 9.33% 0 0;
}
@media screen and (max-width: 767px) {
  .fudosan_01 .desc {
    width: 84%;
    padding: 0;
    margin: auto;
  }
}
.fudosan_01 .desc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fudosan_01 .desc_inner {
    display: block;
  }
}
.fudosan_01 .catch {
  width: 146px;
  height: 347px;
  margin: 15% 0;
}
@media screen and (max-width: 767px) {
  .fudosan_01 .catch {
    width: 208px;
    height: auto;
    margin: 0 0 30px;
  }
}
.fudosan_01 .txt {
  margin: 0 0 40px;
}

.catch_akisapo {
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .catch_akisapo {
    font-size: 1.33em;
  }
}

.ttl_akisapo {
  font-weight: 600;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_akisapo {
    font-size: 1.16em;
    margin-bottom: 14px;
  }
}

.txt_akisapo {
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .txt_akisapo {
    text-align: left;
    margin: 0 0 30px;
  }
}

.akisapo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .akisapo {
    margin: 0 0 40px;
  }
}
.akisapo .img {
  width: 41.66%;
}
@media screen and (max-width: 767px) {
  .akisapo .img {
    width: 100%;
    margin: 0 0 30px;
  }
}
.akisapo .desc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .akisapo .desc {
    width: 100%;
  }
}
.akisapo .desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.akisapo .desc p:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .akisapo .desc p:not(:last-child) {
    margin: 0 0 20px;
  }
}
.akisapo .desc p .number {
  width: 70px;
  color: #007fa3;
  font-family: "Roboto", sans-serif;
  font-size: 2.75em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .akisapo .desc p .number {
    width: 50px;
    font-size: 2em;
  }
}
.akisapo .desc p .txt {
  width: calc(100% - 70px);
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .akisapo .desc p .txt {
    width: calc(100% - 50px);
    font-size: 1em;
  }
}

.akisapo_movie {
  aspect-ratio: 16/9;
  background-color: #007fa3;
  margin: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akisapo_movie {
    margin: 0 0 40px;
  }
}
.akisapo_movie::before {
  content: "動画が入ります";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.akisapo_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_works {
  max-width: 1200px;
  width: 84%;
  margin: auto;
  padding: 45px 0 40px;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
}
@media screen and (max-width: 767px) {
  .ttl_works {
    padding: 35px 0;
  }
}
.ttl_works .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_works .en {
    font-size: 1em;
  }
}
.ttl_works .ttl {
  font-size: 2.62em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_works .ttl {
    font-size: 1.6em;
    letter-spacing: 0.15em;
  }
}
.ttl_works dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ttl_works dl dt {
  width: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 0.87em;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl_works dl dt {
    width: 65px;
    letter-spacing: 0;
  }
}
.ttl_works dl dt::after {
  content: ":";
}
.ttl_works dl dd {
  width: calc(100% - 80px);
  font-size: 0.87em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .ttl_works dl dd {
    width: calc(100% - 65px);
  }
}
.ttl_works dl dd .category {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #e0e05c;
  background-color: #e0e05c;
  font-size: 0.93em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_works dl dd .category {
    padding: 0 5px;
  }
}
.ttl_works dl dd .category:hover {
  background-color: #fff;
}

.ttl_estate {
  max-width: 1200px;
  width: 84%;
  margin: auto;
  padding: 45px 0;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
}
@media screen and (max-width: 767px) {
  .ttl_estate {
    padding: 35px 0;
  }
}
.ttl_estate .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_estate .en {
    font-size: 1em;
  }
}
.ttl_estate .ttl {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .ttl_estate .ttl {
    font-size: 1.46em;
  }
}

.section_category {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .section_category {
    margin: 0 0 40px;
  }
}
.section_category .ttl {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_category .ttl {
    font-size: 0.8em;
    margin: 0 0 0.5em;
  }
}
.section_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.87em;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section_category ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .section_category ul li {
    padding: 0 1.5em;
    border-left: 1px solid #8b8b8b;
  }
  .section_category ul li:last-child {
    border-right: 1px solid #8b8b8b;
  }
}
@media screen and (max-width: 767px) {
  .section_category ul li {
    margin: 10px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_category ul li.current-cat a {
    border-color: #e0e05c;
    background-color: #e0e05c;
  }
}
.section_category ul li a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section_category ul li a {
    padding: 5px 10px;
    border: 1px solid #454545;
  }
}
.section_category ul li a:hover {
  color: #007fa3;
}

.list_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6% -6% 0;
}
@media screen and (max-width: 767px) {
  .list_works {
    margin: 0 0 -40px;
  }
}
.list_works.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_works li {
  width: 27.33%;
  margin: 0 6% 6% 0;
}
@media screen and (max-width: 767px) {
  .list_works li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.list_works li a {
  display: block;
}
.list_works li a:hover .list_works_img::after {
  opacity: 0.25;
}
.list_works li a:hover .list_works_img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.list_works_img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.list_works_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dce9ea;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.list_works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.list_works_cat {
  font-size: 0.81em;
  line-height: 2;
  padding: 0 0.5em;
  margin: 0 10px 0 0;
  background-color: #e0e05c;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}

.bg_estate {
  background-color: #f2f2f2;
}
.bg_estate .footer_sns {
  background-color: #fff;
}
.bg_estate .footer_button:hover {
  border-color: #e0e05c;
  background-color: #e0e05c;
}
.bg_estate .wp-pagenavi a:hover {
  color: #454545;
  background-color: #fff;
}
.bg_estate .wp-pagenavi .current {
  color: #454545;
  background-color: #fff;
}

.list_estate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6% -3em 0;
}
@media screen and (max-width: 767px) {
  .list_estate {
    margin: 0 0 -40px;
  }
}
.list_estate li {
  width: 27.33%;
  margin: 0 6% 3em 0;
}
@media screen and (max-width: 767px) {
  .list_estate li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.list_estate li a {
  display: block;
}
.list_estate li a:hover .list_estate_img::after {
  opacity: 0.25;
}
.list_estate li a:hover .list_estate_img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.list_estate_img {
  aspect-ratio: 4/3;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_estate_img {
    margin: 0 0 15px;
  }
}
.list_estate_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dce9ea;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.list_estate_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.list_estate_cat {
  font-size: 0.81em;
  line-height: 2;
  padding: 0 0.5em;
  margin: 0 10px 0 0;
  background-color: #e0e05c;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.list_estate_ttl {
  font-size: 0.93em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .list_estate_ttl {
    font-size: 1em;
  }
}
.list_estate_price {
  font-size: 0.93em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.list_estate_price span {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 2px 0 0;
}

.img_main {
  margin: 0 auto 100px;
}
@media screen and (max-width: 1536px) {
  .img_main {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .img_main {
    width: 100%;
    margin: 0 0 50px;
  }
}

.slide_img {
  position: relative;
}
.slide_img_box {
  aspect-ratio: 6/4;
  background-color: #eaeaea;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .slide_img_box {
    margin: 0 0 10px;
  }
}
.slide_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slide_thumbnail .swiper-slide {
  aspect-ratio: 6/4;
  cursor: pointer;
}
.slide_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_thumbnail {
  position: relative;
}
.img_thumbnail .img-button-prev,
.img_thumbnail .img-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .img_thumbnail .img-button-prev,
  .img_thumbnail .img-button-next {
    width: 35px;
    height: 35px;
  }
}
.img_thumbnail .img-button-prev:hover,
.img_thumbnail .img-button-next:hover {
  background-color: #dce9ea;
}
.img_thumbnail .img-button-prev::after,
.img_thumbnail .img-button-next::after {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.img_thumbnail .img-button-prev {
  left: -25px;
}
@media screen and (max-width: 767px) {
  .img_thumbnail .img-button-prev {
    left: -17px;
  }
}
.img_thumbnail .img-button-prev::after {
  background: url(../images/arrow_left_gray.svg) no-repeat center/7px 14px;
}
@media screen and (max-width: 767px) {
  .img_thumbnail .img-button-prev::after {
    background-size: 5px 10px;
  }
}
.img_thumbnail .img-button-next {
  right: -25px;
}
@media screen and (max-width: 767px) {
  .img_thumbnail .img-button-next {
    right: -17px;
  }
}
.img_thumbnail .img-button-next::after {
  background: url(../images/arrow_right_gray.svg) no-repeat center/7px 14px;
}
@media screen and (max-width: 767px) {
  .img_thumbnail .img-button-next::after {
    background-size: 5px 10px;
  }
}

@media screen and (max-width: 1536px) {
  .inner_estate {
    max-width: 1000px;
  }
}

.detail_estate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_estate_article {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .detail_estate_article {
    width: 100%;
  }
}
.detail_estate_article .article_contents {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .detail_estate_article .article_contents {
    margin: 0 0 40px;
  }
}
.detail_estate_article .button_estate {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .detail_estate_article .button_estate {
    margin: 0 0 50px;
  }
}
.detail_estate_article .button_estate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 80px;
  margin: auto;
  border: 2px solid #e0e05c;
  border-radius: 80px;
  background-color: #e0e05c;
}
@media screen and (max-width: 767px) {
  .detail_estate_article .button_estate a {
    height: 70px;
  }
}
.detail_estate_article .button_estate a:hover {
  background-color: #fff;
}
.detail_estate_article .button_estate a span {
  display: inline-block;
  padding: 0 0 0 32px;
  background: url(../images/icon_mail.svg) no-repeat left/24px 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.detail_estate_data {
  width: 38%;
  padding: 25px;
  margin: 0 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .detail_estate_data {
    width: 100%;
    padding: 8%;
    margin: 0 0 50px;
  }
}
.detail_estate_data table {
  width: 100%;
}
.detail_estate_data table tr {
  font-size: 0.87em;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1536px) {
  .detail_estate_data table tr {
    font-size: 0.81em;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .detail_estate_data table tr {
    font-size: 0.87em;
  }
}
.detail_estate_data table tr:not(:last-child) {
  border-bottom: 1px solid #949494;
}
.detail_estate_data table tr th {
  width: 140px;
  padding: 0.75em 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .detail_estate_data table tr th {
    display: block;
    width: 100%;
    padding: 0.75em 0 0;
    font-weight: 700;
  }
}
.detail_estate_data table tr td {
  padding: 0.75em 0;
}
@media screen and (max-width: 767px) {
  .detail_estate_data table tr td {
    display: block;
    width: 100%;
    padding: 0 0 0.75em;
  }
}
.detail_estate_data table tr td a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #e0e05c;
  background-color: #e0e05c;
  font-size: 0.93em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .detail_estate_data table tr td a {
    padding: 0 5px;
  }
}
.detail_estate_data table tr td a:hover {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .bg_nostimes {
    background: url(../images/bg_grid.svg) repeat top/25px;
  }
}
.bg_nostimes footer {
  background-color: #fff;
}

.ttl_nostimes {
  max-width: 1200px;
  width: 84%;
  margin: auto;
  padding: 50px 0;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545;
}
@media screen and (max-width: 767px) {
  .ttl_nostimes {
    padding: 35px 0 30px;
  }
}
.ttl_nostimes .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ttl_nostimes .en {
    font-size: 1em;
  }
}
.ttl_nostimes .ttl {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  .ttl_nostimes .ttl {
    font-size: 1.46em;
  }
}
.ttl_nostimes dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ttl_nostimes dl dt {
  width: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 0.87em;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl_nostimes dl dt {
    width: 65px;
    letter-spacing: 0;
  }
}
.ttl_nostimes dl dt::after {
  content: ":";
}
.ttl_nostimes dl dd {
  width: calc(100% - 80px);
  font-family: "Roboto", sans-serif;
  font-size: 0.87em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .ttl_nostimes dl dd {
    width: calc(100% - 65px);
  }
}
.ttl_nostimes dl dd .cat {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.15em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl_nostimes dl dd .cat {
    font-size: 0.93em;
  }
}
.ttl_nostimes dl dd .date {
  display: inline-block;
  padding: 0 0 0 1em;
  letter-spacing: 0;
}

.article_contents {
  margin: 0 0 100px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .article_contents {
    margin: 0 0 50px;
  }
}
.article_contents img {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .article_contents img {
    max-height: 500px;
    margin: 0 0 20px;
  }
}
.article_contents blockquote {
  padding: 1.5em;
  margin: 0;
  background-color: #eaeaea;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents blockquote {
    font-size: 1em;
  }
}
.article_contents blockquote:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents table {
  width: 100%;
  border-spacing: 0;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents table {
    font-size: 1em;
  }
}
.article_contents table:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents table th,
.article_contents table td {
  padding: 0.5em;
  border: 1px solid #8b8b8b;
}
.article_contents a {
  color: #007fa3;
  text-decoration: underline;
}
.article_contents h2 {
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0 0 0 65px;
  margin: 0 0 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article_contents h2 {
    font-size: 1.2em;
    padding: 0 0 0 30px;
    margin: 0 0 0.75em;
  }
}
.article_contents h2::before {
  content: "";
  width: 50px;
  height: 2px;
  border-bottom: 2px solid #454545;
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .article_contents h2::before {
    width: 25px;
    top: 0.8em;
  }
}
.article_contents p {
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents p {
    font-size: 1em;
  }
}
.article_contents p:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents p img {
  margin-bottom: 0;
}
.article_contents iframe {
  max-width: 100%;
}
.article_contents iframe:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents ul {
  padding: 0 0 0 30px;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents ul {
    font-size: 1em;
  }
}
.article_contents ul:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents ul li {
  list-style: disc;
}
.article_contents ol {
  padding: 0 0 0 30px;
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .article_contents ol {
    font-size: 1em;
  }
}
.article_contents ol:not(:last-child) {
  margin: 0 0 30px;
}
.article_contents ol li {
  list-style: decimal;
}
.article_contents em {
  font-style: italic;
}

.section_policy:not(:last-child) {
  margin: 0 0 50px;
}
.section_policy p {
  font-size: 0.87em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section_policy p {
    font-size: 0.93em;
  }
}
.section_policy dl dt {
  font-size: 1.37em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .section_policy dl dt {
    font-size: 1.2em;
  }
}
.section_policy .box {
  padding: 40px;
  margin: 20px 0 0;
  background-color: #dce9ea;
}
@media screen and (max-width: 767px) {
  .section_policy .box {
    padding: 8%;
  }
}

#js-loading.is-first::before {
  content: "";
  width: 140px;
  height: 140px;
  background: url(../images/loading.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(100% - 140px);
  right: 0;
  margin: auto;
}
#js-loading.is-first::after {
  content: "Hello!";
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: auto;
}
#js-loading.is-first.active::before {
  -webkit-animation: bottom_up 1s forwards;
          animation: bottom_up 1s forwards;
}
#js-loading.is-first.active::after {
  -webkit-animation: fade 0.5s 0.5s forwards;
          animation: fade 0.5s 0.5s forwards;
}
@-webkit-keyframes bottom_up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
}
@keyframes bottom_up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
}

.sofaSpeace {
  position: relative;
}
.sofaSpeace .sofa {
  width: 220px;
  padding-top: 80px;
  display: block;
}
.sofaSpeace .sofa-kuma {
  width: 90px;
  position: absolute;
  left: 50px;
  bottom: 0;
}

.sofaSpeace2 {
  position: relative;
}
.sofaSpeace2 .sofa {
  width: 100%;
}
.sofaSpeace2 .sofa-png {
  position: absolute;
  left: 0;
  top: 0;
}
.sofaSpeace2 .sofa-kuma {
  position: absolute;
  left: 12%;
  bottom: 24%;
  width: 16%;
}
.sofaSpeace2 .mokumoku {
  width: 16.66%;
  position: absolute;
  left: 24%;
  top: 13%;
  display: block;
}
.sofaSpeace2 .dream {
  position: absolute;
  width: 8%;
  left: 28%;
  height: 18%;
  top: 15%;
  /* 1枚目のスライド */
}
@-webkit-keyframes fade_dream {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fade_dream {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.sofaSpeace2 .dream > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  -webkit-animation-name: fade_dream;
          animation-name: fade_dream;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.sofaSpeace2 .dream > li:first-of-type {
  background-image: url(../images/imagin1.svg);
}
.sofaSpeace2 .dream > li:nth-of-type(2) {
  background-image: url(../images/imagin2.svg);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.sofaSpeace2 .dream > li:last-of-type {
  background-image: url(../images/imagin3.svg);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.cofferSpeace {
  position: relative;
}
.cofferSpeace .coffee-kuma {
  width: 36%;
  position: absolute;
  bottom: 13%;
  left: 32%;
}

.doorSpeace {
  position: relative;
}
.doorSpeace .door_back {
  position: absolute;
  top: 0;
}
.doorSpeace .door_back.animated {
  opacity: 0;
}
.doorSpeace .door {
  z-index: 1;
  position: relative;
  visibility: hidden;
  -webkit-transition: 0.3;
  transition: 0.3;
  opacity: 0;
}
.doorSpeace .door.animated {
  opacity: 1;
  visibility: visible;
}

.soupSpeace {
  position: relative;
}
.soupSpeace .yuge {
  position: absolute;
  width: 20%;
  z-index: 2;
  -webkit-transition: 0.1;
  transition: 0.1;
  -webkit-animation: anim2 5s infinite linear;
          animation: anim2 5s infinite linear;
}
.soupSpeace .yuge1 {
  right: 5%;
  top: 20%;
  -webkit-animation: anim2 3s infinite linear;
          animation: anim2 3s infinite linear;
}
.soupSpeace .yuge2 {
  left: 15%;
  top: 40%;
  -webkit-animation: anim2 4s infinite linear;
          animation: anim2 4s infinite linear;
}
.soupSpeace .yuge3 {
  left: 15%;
  top: 10%;
}
@-webkit-keyframes anim2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}