@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000000;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 500;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 500;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #676e73;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
  max-width: 100%;
}

.is-scrolled .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(103, 110, 115, 0.9);
  padding-bottom: 0;
}

.is-scrolled .header__nav ul {
  padding-bottom: 0;
}

.is-scrolled .header__nav #nav-toggle {
  position: absolute;
  top: -28px !important;
  right: -137px;
}

.is-scrolled .header__nav .ddmenu {
  top: 94px;
}

.is-scrolled .header__nav .margin {
  top: 80px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main {
  position: relative;
  width: 100% !important;
}

.main__title {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .main__title {
    width: 20%;
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .main__title {
    width: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.main__image {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .main__image {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "objectfit:cover;";
    -o-object-position: 88% 50%;
       object-position: 88% 50%;
  }
}

.main2 .main__title {
  top: 76px;
  left: 0;
  width: 200px;
}

@media screen and (max-width: 1000px) {
  .main2 .main__title {
    top: 10px !important;
    left: 10px !important;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .main2 .main__title {
    top: 90px !important;
    width: 150px;
  }
}

.orator {
  font-family: orator-std, monospace;
  font-weight: 400;
  font-style: normal;
}

.scroll {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

.scroll p {
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  color: white;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll p::before {
  content: "";
  width: 25px;
  height: 45px;
  border-radius: 30px;
  border: 2px solid white;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll p::after {
  content: "";
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  visibility: visible;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll p:hover {
  opacity: 0.6;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.header__nav {
  background-color: #676e73;
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 1000px) {
  .header__nav > ul {
    display: none;
  }
}

.header__nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__nav > ul > li > a {
  color: white;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul > li > a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 3px;
  color: #cccccc;
}

.header__nav > ul > li a:hover {
  color: #d5dbdf;
}

#global_footer {
  position: relative;
  z-index: 1;
}

.map {
  margin-bottom: 0 !important;
}

.map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  vertical-align: bottom;
}

.footer_wrap {
  background-color: #676e73;
  padding-top: 20px;
}

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

.footer__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 1700px) {
  .footer__nav > ul {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__nav > ul {
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .footer__nav > ul > li {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .footer__nav > ul > li {
    width: 50%;
  }
}

.footer__nav > ul > li > a {
  color: white;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .footer__nav > ul > li > a {
    background-color: #3b3b3b;
    border: 1px solid #eee;
  }
}

.footer__nav > ul > li > a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 3px;
  color: #cccccc;
}

.footer__nav > ul > li a:hover {
  color: #d5dbdf;
}

@media screen and (max-width: 640px) {
  .footer__nav > ul > li a:hover {
    background-color: #676e73;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info .info01 {
  padding: 30px;
}

.footer__info .info01 li {
  color: white;
}

.footer__info .info01 li a {
  color: white;
}

.footer__info .info01:last-child {
  font-size: 1.4rem;
}

.footer__info .info01:last-child li {
  color: white;
}

p small {
  display: block;
  background-color: #3a3a3a;
  color: white;
  font-size: 1.3rem;
  padding: 5px;
  letter-spacing: 2px;
}

.page_top {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 15px;
}

@media screen and (max-width: 1500px) {
  .page_top {
    right: -5px;
  }
}

.page_top .page_top02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page_top .page_top02 a {
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 1500px) {
  .page_top .page_top02 a img {
    width: 70%;
  }
}

.pankuzu {
  margin-bottom: 80px;
  padding-top: 20px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 3px;
}

.pankuzu a {
  color: #000000;
  font-weight: 400;
}

#contents_wrap {
  position: relative;
}

#contents {
  background-color: transparent !important;
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home_wrap01 .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.home_wrap01 .fadein:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.home_wrap01 .fadein:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

/*  ホーム  */
.home_wrap01 {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.home_wrap01::before {
  content: "CONCEPT";
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  color: #acb8bf;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1500px) {
  .home_wrap01::before {
    left: 0;
    font-size: 1.5rem;
  }
}

.home_wrap01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .home_wrap01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_wrap01 .left01 h1 {
  font-size: 6rem;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #757562;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .home_wrap01 .left01 h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .left01 h1 {
    font-size: 4rem;
  }
}

.home_wrap01 .left01 div {
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .home_wrap01 .left01 div {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1000px) {
  .home_wrap01 .right01 {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.home_wrap01 .right01 .box {
  width: 50%;
  padding: 10px;
}

.home_wrap01 .right01 .box:nth-child(2) {
  position: relative;
  top: 60px;
}

.home_wrap02 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}

.home_wrap02::before {
  content: "";
  background-color: #d5dbdf;
  width: 100%;
  height: 82%;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.home_wrap02::after {
  content: "NEWS";
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  color: #acb8bf;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1500px) {
  .home_wrap02::after {
    right: 0;
    font-size: 1.5rem;
  }
}

.home_wrap02 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
}

@media screen and (max-width: 1500px) {
  .home_wrap02 .inner2 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .home_wrap02 .inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
  }
}

.home_wrap02 .inner2 .left02 {
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .home_wrap02 .inner2 .left02 {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .home_wrap02 .inner2 .left02 {
    width: 60%;
  }
}

.home_wrap02 .inner2 .right02 {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .home_wrap02 .inner2 .right02 {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .home_wrap02 .inner2 .right02 {
    width: 95%;
  }
}

.home_wrap02 .title02 h2 {
  font-size: 4.4rem;
  color: #3b3b3b;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .home_wrap02 .title02 h2 {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.home_wrap02 .title02 h2 span {
  font-size: 1.4rem;
  color: #757562;
  font-weight: 400;
  margin-left: 20px;
}

.home_wrap02 .home_news {
  height: 400px;
  overflow: auto;
  padding-right: 20px;
}

.home_wrap02 .home_news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ccc !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  padding: 20px 0 25px 0;
}

.home_wrap02 .home_news dt {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  background-color: transparent !important;
  color: #676e73;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 130px !important;
}

.home_wrap02 .home_news dd {
  background-color: transparent !important;
  color: #676e73;
  font-size: 1.5rem;
  font-weight: 400;
}

.title03 h2 {
  font-size: 4.4rem;
  color: #3b3b3b;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .title03 h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .title03 h2 {
    font-size: 3.6rem;
  }
}

.title03 h2 span {
  font-size: 1.4rem;
  color: #757562;
  font-weight: 400;
  margin-left: 20px;
  display: block;
}

.home_wrap03 {
  background-color: #d5dbdf;
  padding-bottom: 100px;
  position: relative;
}

.home_wrap03::before {
  content: "";
  background-image: url(../images/contents/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 471px;
  height: 307px;
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
}

@media screen and (max-width: 1500px) {
  .home_wrap03 > .title03 {
    margin: 0 auto 10px auto !important;
  }
}

.box01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1500px) {
  .box01 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
}

.box01 .left03 {
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 0;
}

@media screen and (max-width: 1500px) {
  .box01 .left03 {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .box01 .left03 {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .box01 .left03 img {
    margin: 0 auto !important;
  }
}

.box01 .right03 {
  width: 50%;
  background-color: white;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .box01 .right03 {
    width: 70%;
    top: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .box01 .right03 {
    width: 100%;
    top: 0;
  }
}

.box01 .right03 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 450px;
}

@media screen and (max-width: 1200px) {
  .box01 .right03 .inner2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .box01 .right03 .inner2 .title03 h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .box01 .right03 .inner2 .title03 h2 {
    font-size: 3.6rem;
  }
}

.box01 .right03 .inner2 .title03 div {
  text-align: left !important;
  padding: 0 50px;
  display: inline-block;
}

.home_btn {
  margin-top: 20px;
}

.home_btn a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 60px 40px 30px 65px;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a::before {
  content: "";
  background-image: url(../images/contents/btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 98px;
  height: 103px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a:hover {
  opacity: 0.8;
  color: #c2b329;
}

.box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 30px;
  margin-top: 180px;
}

@media screen and (max-width: 1500px) {
  .box02 {
    margin-bottom: 200px;
    margin-top: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 120px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .box02 {
    margin-bottom: 0;
  }
}

.box02 .left03 {
  width: 50%;
  background-color: white;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .box02 .left03 {
    width: 70%;
    top: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .box02 .left03 {
    width: 100%;
    top: 0;
  }
}

.box02 .left03 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 1200px) {
  .box02 .left03 .inner2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.box02 .left03 .inner2::after {
  content: "SERVICE";
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  color: #acb8bf;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1500px) {
  .box02 .left03 .inner2::after {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .box02 .left03 .inner2 .title03 h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .box02 .left03 .inner2 .title03 h2 {
    font-size: 3.6rem;
  }
}

.box02 .left03 .inner2 .title03 div {
  text-align: left !important;
  padding: 0 50px;
  display: inline-block;
}

.box02 .left03 .inner2 .home_btn {
  margin-top: 20px;
}

.box02 .left03 .inner2 .home_btn a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 60px 40px 30px 65px;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box02 .left03 .inner2 .home_btn a::before {
  content: "";
  background-image: url(../images/contents/btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 98px;
  height: 103px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box02 .left03 .inner2 .home_btn a:hover {
  opacity: 0.8;
  color: #c2b329;
}

.box02 .right03 {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 90px;
}

@media screen and (max-width: 1500px) {
  .box02 .right03 {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .box02 .right03 {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .box02 .right03 img {
    margin: 0 auto !important;
  }
}

.home_wrap04 {
  background-color: #d5dbdf;
}

.home_wrap04 .gallery01 {
  width: 100%;
}

.home_wrap04 .gallery01 .box {
  width: 16.666%;
}

@media screen and (max-width: 1000px) {
  .home_wrap04 .gallery01 .box {
    width: 33.333%;
  }
}

.home_wrap04 .gallery01 .box img {
  width: 100% !important;
}

.home_wrap05 {
  position: relative;
  padding-bottom: 120px;
}

.home_wrap05::before {
  content: "";
  background-image: url(../images/contents/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 311px;
  height: 261px;
  display: block;
  position: absolute;
  border-left-width: 0;
  top: -70px;
}

@media screen and (max-width: 1200px) {
  .home_wrap05 .insta {
    padding: 0 20px;
  }
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*   トリミング　　*/
.page_title {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "objectfit:cover;";
  background-position: 70% 50%;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page_title {
    padding: 90px 0 40px 0 !important;
  }
}

.page_title article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 1.6;
}

.page_title article div {
  font-size: 4rem;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_title article img {
  display: block;
  margin: 40px auto 0 auto;
}

.page_title article h1, .page_title article p {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_image {
  max-width: 1000px;
  margin: auto;
}

.page_image img {
  width: 100%;
}

.text {
  position: relative;
}

.text div {
  letter-spacing: 2px;
  font-size: 1.5rem;
  word-break: keep-all;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .text div {
    text-align: left !important;
    padding: 0 20px;
  }
}

.deco_wrap {
  position: relative;
}

.deco_wrap::before {
  content: "";
  background-image: url(../images/contents/deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 311px;
  height: 261px;
  display: block;
  position: absolute;
  border-left-width: 0;
  top: -70px;
}

.page_title02 {
  background-color: #676e73;
  width: 100%;
}

.page_title02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .page_title02 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3px;
  }
}

.page_title02 h2 {
  color: white;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.5rem;
  display: inline-block;
  padding-left: 20px;
}

.page_title02 div {
  font-size: 1.5rem;
  color: white;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 2px;
}

.small_text div {
  font-size: 1.4rem;
  color: #757562;
  letter-spacing: 2px;
}

.small_text div span {
  background-color: #757562;
  padding: 5px;
  color: white;
  font-size: 1.6rem;
  margin-right: 5px;
  border-radius: 5px;
}

.page_title03 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .page_title03 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_title03 h3 {
  font-size: 2.4rem;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  color: #676e73;
}

.page_title03 h3::before {
  content: "\f1b0";
  font-family: "Font Awesome 5 Pro";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
  color: #676e73;
  font-weight: 700;
}

.page_title03 div {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-left: 20px;
}

.price_list td {
  letter-spacing: 2px;
  border: 1px solid #eee !important;
  padding: 5px !important;
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .price_list td {
    word-break: keep-all;
  }
}

.trimming_contents {
  max-width: 1000px;
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 40px;
  margin: auto;
  position: relative;
}

.trimming_contents::before {
  content: "おすすめ";
  position: absolute;
  color: white;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 0px;
  right: 23%;
  background-color: #b19026;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px double white;
  text-align: center;
  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;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .trimming_contents::before {
    right: 70%;
    top: 20px;
  }
}

.trimming_contents div span {
  display: block;
  text-align: right !important;
}

.trimming_contents article {
  margin-right: 0;
}

.trimming_contents article img {
  width: 30% !important;
}

@media screen and (max-width: 640px) {
  .trimming_contents article img {
    float: none;
    display: block;
    margin: auto;
    width: 60% !important;
  }
}

.trimming_contents article h3 {
  background-color: #3c627c;
  width: 65%;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  padding: 3px;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .trimming_contents article h3 {
    width: 100%;
    margin-top: 20px;
  }
}

.trimming_contents article div {
  width: 65%;
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .trimming_contents article div {
    width: 100%;
  }
}

.trimming_contents article div span {
  color: #757562;
  font-size: 1.5rem;
}

.text02 div {
  font-size: 1.5rem;
}

.text02 div span {
  font-size: 1.4rem;
}

.course .box div {
  background-color: orange;
  color: white;
  text-align: center;
  width: 120px;
  border-radius: 10px;
}

.course td {
  border: none !important;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .course td {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.course td:not(:first-child) {
  position: relative;
}

.course td:not(:first-child)::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: orange;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.trimming_btn a {
  width: 350px;
  height: 55px;
  border: 1px solid #757562;
  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;
  color: #757562;
  margin: auto;
  font-size: 1.5rem;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.trimming_btn a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #757562;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.trimming_btn a span {
  padding-right: 5px;
}

.trimming_btn a:hover {
  background-color: #757562;
  color: white;
}

.trimming_btn a:hover::before {
  color: white;
}

.trimming_list02 td {
  position: relative;
  padding: 10px 5px 10px 35px !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px dotted #eee;
}

.trimming_list02 td::before {
  content: "\f5d7";
  font-family: "Font Awesome 5 Pro";
  color: #757562;
  position: absolute;
  top: 12px;
  left: 0px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  display: block;
  font-weight: 700;
}

.trimming_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: auto;
}

.trimming_box .box {
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 50px;
  position: relative;
  overflow: visible !important;
}

.trimming_box .box::before {
  content: "STEP1";
  color: #3b3b3b;
  top: 0;
  left: -30px;
  font-size: 3.5rem;
  line-height: 0;
  letter-spacing: 5px;
  position: absolute;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .trimming_box .box::before {
    left: 0;
  }
}

.trimming_box .box img {
  width: 30% !important;
  float: left;
}

@media screen and (max-width: 640px) {
  .trimming_box .box img {
    float: none !important;
    display: block;
    width: 60% !important;
    margin: auto;
    padding: 10px;
  }
}

.trimming_box .box h3 {
  width: 70%;
  padding-left: 30px;
  display: inline-block;
  font-size: 2.2rem;
  background-color: #757562;
  color: white;
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .trimming_box .box h3 {
    font-size: 1.8rem;
    padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .trimming_box .box h3 {
    width: 100%;
    text-align: center !important;
  }
}

.trimming_box .box div {
  width: 70%;
  display: inline-block;
  padding-left: 30px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 834px) {
  .trimming_box .box div {
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .trimming_box .box div {
    width: 100%;
  }
}

.trimming_box .box:nth-child(2)::before {
  content: "STEP2";
}

.trimming_box .box:nth-child(3)::before {
  content: "STEP3";
}

.trimming_box .box:nth-child(4)::before {
  content: "STEP4";
}

.harbal_list dt {
  word-break: keep-all;
}

.text04 div {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #757562;
}

/*  ペットホテル　*/
.ph_wrap {
  background-color: #d5dbdf;
  padding-top: 100px;
  position: relative;
}

.ph_wrap::before {
  content: "";
  background-image: url(../images/contents/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 471px;
  height: 307px;
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .ph_wrap .inner {
    padding: 0 20px;
  }
}

.ph_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.ph_box .box {
  width: 46%;
  padding: 20px;
  margin-bottom: 90px;
  position: relative;
  overflow: visible !important;
}

@media screen and (max-width: 1200px) {
  .ph_box .box {
    width: 50%;
  }
}

@media screen and (max-width: 834px) {
  .ph_box .box {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .ph_box .box {
    width: 100%;
  }
}

.ph_box .box::before {
  content: "POINT1";
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #757562;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px dotted #757562;
  position: absolute;
  font-size: 2.6rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: 0;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .ph_box .box::before {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 834px) {
  .ph_box .box::before {
    top: -30px;
    left: 0;
  }
}

.ph_box .box img {
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 20px;
}

.ph_box .box h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 6px 0;
  color: #757562;
}

@media screen and (max-width: 834px) {
  .ph_box .box h3 {
    letter-spacing: 2px;
    font-size: 1.7rem;
  }
}

.ph_box .box div {
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .ph_box .box div {
    letter-spacing: 2px;
  }
}

.ph_box .box.box:nth-child(even) {
  top: 90px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .ph_box .box.box:nth-child(even) {
    top: 0;
  }
}

.ph_box .box:nth-child(2)::before {
  content: "POINT2";
}

.ph_box .box:nth-child(3)::before {
  content: "POINT3";
}

.ph_box .box:nth-child(4)::before {
  content: "POINT4";
}

.ph_box .box:nth-child(5)::before {
  content: "POINT5";
}

.ph_box .box:nth-child(6)::before {
  content: "POINT6";
}

.ph_box .box:nth-child(7)::before {
  content: "POINT7";
}

.schedule .box {
  width: 33.333%;
  background-color: #eee;
  overflow: visible !important;
}

.schedule .box img {
  display: block;
  margin: auto;
  width: 100% !important;
}

.schedule .box h3 {
  background-color: #676e73;
  text-align: center;
  font-size: 3rem;
  color: white;
}

@media screen and (max-width: 1000px) {
  .schedule .box h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 834px) {
  .schedule .box h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .schedule .box h3 {
    letter-spacing: 1px;
  }
}

.schedule .box h3 span {
  display: inline-block;
  position: relative;
}

.schedule .box h3 span::before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .schedule .box h3 span::before {
    font-size: 1.5rem;
    left: -20px;
  }
}

.schedule .box div {
  font-size: 1.4rem;
  padding: 10px 40px;
}

@media screen and (max-width: 1000px) {
  .schedule .box div {
    padding: 10px 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 834px) {
  .schedule .box div {
    font-size: 1.3rem;
    padding: 10px;
    letter-spacing: 0;
  }
}

.schedule .box div span {
  display: block;
}

.schedule .box:nth-child(2) h3 {
  background-color: #949ca1;
}

.schedule .box:nth-child(3) h3 {
  background-color: #98b2c2;
}

.schedule .box {
  border-right: 1px solid white;
}

.ph_title h3 {
  width: 100%;
}

.ph_title h3 span {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #676e73;
  border-radius: 50%;
  color: white;
  font-size: 3.7rem;
}

@media screen and (max-width: 640px) {
  .ph_title h3 span {
    width: 60px;
    height: 60px;
    font-size: 3rem;
  }
}

.ph_title h3 span:nth-child(1), .ph_title h3 span:nth-child(6) {
  position: relative;
  top: 15px;
}

.ph_title h3 span:nth-child(2), .ph_title h3 span:nth-child(5) {
  position: relative;
  top: 7px;
}

.ph_title h3 span:nth-child(1) {
  left: 30px;
}

.ph_title h3 span:nth-child(2) {
  left: 15px;
}

.ph_title h3 span:nth-child(3) {
  left: 5px;
  position: relative;
}

.ph_title h3 span:nth-child(4) {
  right: 5px;
  position: relative;
}

.ph_title h3 span:nth-child(5) {
  right: 15px;
  position: relative;
}

.ph_title h3 span:nth-child(6) {
  right: 30px;
  position: relative;
}

.ph_title div {
  font-size: 1.8rem;
  color: #757562;
  font-weight: 500;
  padding-top: 10px;
}

.ph_text {
  background-color: #f9f9f9;
  padding: 30px;
  border: 3px dotted #676e73;
  border-radius: 20px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .ph_text {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

/*  スタッフ　*/
.staff_name article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dotted #eee;
}

@media screen and (max-width: 640px) {
  .staff_name article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.staff_name article h3 {
  font-size: 2.8rem;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.staff_name article div {
  padding-left: 20px;
  letter-spacing: 4px;
  color: #757562;
}

.staff_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .staff_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.staff_wrap .staff_left01 {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .staff_wrap .staff_left01 {
    width: 60%;
    margin-bottom: 20px;
  }
}

.staff_wrap .staff_left01 img {
  width: 100% !important;
}

.staff_wrap .staff_right01 {
  width: 75%;
  padding-left: 50px;
}

@media screen and (max-width: 640px) {
  .staff_wrap .staff_right01 {
    width: 100%;
    padding-left: 0;
  }
}

.comment {
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #5a5a5a;
}

/*  お問い合わせ　　*/
.contact_text div {
  font-size: 2.4rem;
  padding: 5px;
  color: #acb8bf;
}

.contact_text div a {
  color: #acb8bf;
}

.contact_text div p {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 2px;
}

.form_wrap dl {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
    margin-bottom: 20px;
  }
}

.form_wrap dt {
  background-color: #3c627c !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
  font-weight: 500;
  color: white;
  border-radius: 5px 0 0 5px;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .form_wrap dt {
    width: 100% !important;
    border-radius: 5px 5px 0 0;
  }
}

.form_wrap dd {
  background-color: #f7f7f7 !important;
  border-radius: 0 5px 5px 0;
  border: none !important;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .form_wrap dd {
    width: 100% !important;
    border-radius: 0 0 5px 5px;
  }
}

.form_wrap dd input {
  color: #c1c1c1 !important;
}

.form_wrap label {
  color: #acb8bf !important;
}

@media screen and (max-width: 640px) {
  .staff_list dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.staff_list dl dt, .staff_list dl dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .staff_list dl dt {
    width: 160px !important;
  }
}

@media screen and (max-width: 640px) {
  .staff_list dl dt {
    width: 130px !important;
    border-radius: 5px 0 0px 5px;
  }
}

@media screen and (max-width: 834px) {
  .staff_list dl dd {
    width: calc(100% - 160px) !important;
  }
}

@media screen and (max-width: 640px) {
  .staff_list dl dd {
    width: calc(100% - 130px) !important;
    border-radius: 0 5px 5px 0;
  }
}

.contact_text02 div {
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .contact_text02 div {
    font-size: 1.5rem;
  }
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h3 {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #757562;
  color: white;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #676e73;
}

.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #676e73;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #676e73;
  color: white;
  border-radius: 50px;
}

.error_btn a:hover {
  color: white;
  background-color: #d5dbdf;
}

/*  インスタグラム　*/
.insta .sns_list, .insta02 .sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  background-color: white;
  max-width: 1200px;
  margin: auto;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .insta .sns_list, .insta02 .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div, .insta02 .sns_list > div {
  width: 16.666% !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div, .insta02 .sns_list > div {
    width: 33.333% !important;
  }
}

.insta .sns_list .sns_photo, .insta02 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.insta .sns_list .sns_text, .insta02 .sns_list .sns_text {
  display: none;
}

.insta02 .sns_list > div {
  width: 25% !important;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .insta02 .sns_list > div {
    width: 33.333% !important;
  }
}

.aroma_text {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.aroma_text::before {
  content: "";
  border: 1px solid #757562;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.aroma_text h3 {
  font-size: 2.2rem;
  color: #757562;
  text-align: center !important;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.aroma_text div {
  letter-spacing: 2px;
  line-height: 1.6;
}

.home_wrap04 {
  position: relative;
}

.home_wrap04::before {
  content: "";
  background-image: url(../images/contents/flag-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 286px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998;
}

@media screen and (max-width: 1500px) {
  .home_wrap04::before {
    width: 200px;
    height: 100px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap04::before {
    width: 130px;
  }
}

.home_wrap04::after {
  content: "";
  background-image: url(../images/contents/flag-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 265px;
  height: 168px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99998;
}

@media screen and (max-width: 1500px) {
  .home_wrap04::after {
    width: 180px;
    height: 120px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap04::after {
    width: 115px;
  }
}

/*  ブログ　　*/
.blog_title {
  background-image: url(../images/pages/page-title02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  display: block;
  padding-top: 120px;
}

.blog-bg {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding: 10px 0;
}

.blog {
  padding-top: 40px;
  padding-bottom: 120px;
}

.blog .wrap {
  max-width: 1200px !important;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog .wrap aside {
    width: 100%;
  }
}

.blog #contents {
  margin-left: 30px;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents {
    padding: 5px;
  }
}

.blog #contents h1, .blog #contents h2 {
  background-color: #3b3b3b;
  color: white;
  padding: 10px !important;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .blog #contents h1, .blog #contents h2 {
    font-size: 2rem;
  }
}

.blog #contents .date {
  font-size: 1.4rem;
  color: #757562;
}

.blog #contents .detail {
  font-size: 1.5rem;
}

.blog #contents article ul li a {
  font-size: 1.4rem;
}

.blog nav h3 {
  background-color: #676e73 !important;
  color: white;
}

.blog nav > a {
  background-color: #43637a;
  color: white;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  margin: 40px auto 20px auto;
}

.blog nav ul li {
  text-align: left !important;
}

.blog nav ul li a {
  color: #757562;
  text-align: left;
  font-size: 1.3rem;
}

.blog nav ul li a span {
  font-size: 1.5rem;
}

.home-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1200px !important;
}

.blog_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 288px !important;
  border-bottom: none !important;
  margin: 0 5px;
}

.blog_list > div:nth-of-type(-n+3) {
  position: relative;
}

.blog_list > div:nth-of-type(-n+3)::before {
  content: "NEW";
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  background-color: #757562;
  position: absolute;
  display: block;
  top: -15px;
  left: 5px;
  width: 67px;
  height: 35px;
  z-index: 9999;
}

.blog_list > div:nth-of-type(-n+3)::after {
  position: absolute;
  content: '';
  top: -15px;
  left: 72px;
  border: none;
  border-bottom: solid 16px #04024a;
  border-right: solid 9px transparent;
  z-index: 9999;
}

.blog_list .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}

.blog_list .blog_photo img {
  max-width: 100%;
  max-height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog_list .blog_text {
  width: 100% !important;
}

.blog_list .blog_text h1 {
  font-size: 1.6rem;
  margin-top: 5px;
}

.blog_list .blog_text h1 a {
  color: #000000;
  font-weight: bold;
}

.blog_list .blog_date {
  color: #000000 !important;
  font-size: 1.4rem;
  font-weight: bold;
}

.blog_list .detail {
  margin-top: 10px;
}

/*  求人　*/
.recruit_wrap {
  position: relative;
  border: 3px dotted #eee;
  padding: 50px;
  border-radius: 20px;
  margin-top: 150px;
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .recruit_wrap {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 640px) {
  .recruit_wrap {
    padding: 50px 20px;
  }
}

.recruit_wrap::after {
  content: "";
  background-image: url(../images/pages/doggy.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 327px;
  position: absolute;
  top: -180px;
  right: 0px;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .recruit_wrap::after {
    width: 350px;
  }
}

@media screen and (max-width: 834px) {
  .recruit_wrap::after {
    width: 300px;
    top: -150px;
  }
}

@media screen and (max-width: 640px) {
  .recruit_wrap::after {
    width: 250px;
    top: -120px;
  }
}

.text03 div {
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .text03 div {
    text-align: left !important;
    word-break: keep-all;
    font-size: 1.6rem;
  }
}

.recruit_btn {
  max-width: 800px;
  margin: auto;
}

.recruit_btn .box {
  width: 50%;
  padding: 10px;
  text-align: center;
}

.recruit_btn .box h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px auto;
  color: #676e73;
}

.recruit_btn .box div a {
  display: block;
  border: 1px solid #757562;
  width: 280px;
  height: 50px;
  color: #757562;
  margin: auto;
  padding-top: 7px;
}

.recruit_btn .box:first-child div a {
  font-size: 1.7rem;
}

/*  オリーブドッグ　　*/
.text01 {
  margin: auto;
  text-align: center;
}

.text01 img {
  display: block;
  float: none !important;
  margin-bottom: 20px;
  width: 200px !important;
}

.text01 div {
  text-align: center !important;
  font-size: 1.7rem;
  color: #676e73;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .text01 div {
    font-size: 1.5rem;
  }
}

.od_wrap01 {
  background-color: #d5dbdf;
  padding: 100px 0;
}

.od_wrap01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .od_wrap01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.od_wrap01 .inner .od_left01 {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .od_wrap01 .inner .od_left01 {
    width: 60%;
    top: -60px;
  }
}

@media screen and (max-width: 834px) {
  .od_wrap01 .inner .od_left01 {
    width: 80%;
  }
}

.od_wrap01 .inner .od_left01 .box {
  width: 50%;
  padding: 10px;
  position: relative;
}

.od_wrap01 .inner .od_left01 .box:nth-child(2) {
  top: 60px;
}

.od_wrap01 .inner .od_left01 img {
  width: 100% !important;
}

.od_wrap01 .inner .od_right01 {
  width: 50%;
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  .od_wrap01 .inner .od_right01 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .od_wrap01 .inner .od_right01 {
    width: 100%;
    padding-left: 0;
  }
}

.od_wrap01 .inner .od_right01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background-color: white;
  padding: 30px 60px;
  border-radius: 30px;
}

@media screen and (max-width: 1200px) {
  .od_wrap01 .inner .od_right01 article {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .od_wrap01 .inner .od_right01 article {
    padding: 30px;
  }
}

.od_wrap01 .inner .od_right01 .title {
  font-size: 2.4rem;
  border: none !important;
}

.od_wrap01 .inner .od_right01 td {
  position: relative;
}

.od_wrap01 .inner .od_right01 .text {
  position: relative;
  padding: 8px 8px 8px 40px !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 640px) {
  .od_wrap01 .inner .od_right01 .text {
    padding: 8px 8px 8px 10px !important;
  }
}

.od_wrap01 .inner .od_right01 .text::before {
  content: "\f1b0";
  font-family: "Font Awesome 5 Pro";
  color: #676e73;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.od_wrap02 {
  padding: 60px 0 150px 0;
}

@media screen and (max-width: 1000px) {
  .od_wrap02 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.od_right02 {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 1000px) {
  .od_right02 {
    padding-right: 0;
    width: 100%;
  }
}

.od_right02 h3 {
  font-size: 2.6rem;
  border-bottom: 2px solid #757562;
  margin-bottom: 25px;
  color: #757562;
  padding-bottom: 5px;
}

.od_right02 div {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.od_contents img {
  width: 55% !important;
}

@media screen and (max-width: 834px) {
  .od_contents img {
    float: none !important;
    display: block;
    margin: auto;
    width: 70% !important;
  }
}

@media screen and (max-width: 640px) {
  .od_contents img {
    width: 100% !important;
  }
}

.od_contents h3 {
  font-size: 2.6rem;
  border-bottom: 2px solid #757562;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .od_contents h3 {
    text-align: center !important;
    font-size: 2.2rem;
  }
}

.od_contents div {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .od_contents div {
    line-height: 1.8;
  }
}

@media screen and (max-width: 834px) {
  .od_contents div {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .od_contents div {
    text-align: left !important;
  }
}

.od_contents02 h3 {
  padding-left: 60%;
}

@media screen and (max-width: 834px) {
  .od_contents02 h3 {
    padding-left: 0;
  }
}

.od_contents02 div {
  padding-left: 60%;
}

@media screen and (max-width: 834px) {
  .od_contents02 div {
    padding-left: 0;
  }
}

.od_wrap03 {
  margin-bottom: 100px;
}

.od_wrap03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1700px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .od_wrap03 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.od_wrap03 .inner .title {
  text-align: center !important;
  font-size: 2.6rem;
  position: relative;
  color: #757562;
}

.od_wrap03 .inner .left03 {
  width: 50%;
  vertical-align: top;
  padding-right: 20px;
}

@media screen and (max-width: 1500px) {
  .od_wrap03 .inner .left03 {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .od_wrap03 .inner .left03 {
    width: 70%;
  }
}

@media screen and (max-width: 1000px) {
  .od_wrap03 .inner .left03 {
    width: 100%;
  }
}

.od_wrap03 .inner .left03 .schedule02 .box {
  width: 100%;
  margin-bottom: 35px;
}

.od_wrap03 .inner .left03 .schedule02 .box h3 {
  background-color: #acb8bf;
  color: white;
  text-align: center;
  display: block;
  width: 100% !important;
  font-size: 1.8rem;
  padding: 3px;
}

.od_wrap03 .inner .left03 .schedule02 .box div {
  font-size: 1.5rem;
  text-align: center !important;
}

.od_wrap03 .inner .left03 .schedule02 .box:first-child::after {
  content: "9:00~10:00";
  width: 110px;
  height: 110px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0px;
  color: #757562;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: -30px;
  left: 0px;
  border: 2px dotted #757562;
  border-radius: 50%;
  background-color: white;
}

@media screen and (max-width: 834px) {
  .od_wrap03 .inner .left03 .schedule02 .box:first-child::after {
    top: -40px;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    border-bottom: 4px double orange;
    border-radius: 0;
    color: orange;
    height: 45px;
    width: 120px;
    font-weight: 700;
  }
}

.od_wrap03 .inner .left03 .schedule02 .box:last-child {
  position: relative;
  overflow: visible !important;
}

.od_wrap03 .inner .left03 .schedule02 .box:last-child::after {
  content: "17:00~18:00";
  width: 110px;
  height: 110px;
  text-align: center;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0px;
  color: #757562;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: -30px;
  left: 0px;
  border: 2px dotted #757562;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .od_wrap03 .inner .left03 .schedule02 .box:last-child::after {
    top: -40px;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    border-bottom: 4px double orange;
    border-radius: 0;
    color: orange;
    height: 45px;
    width: 130px;
    font-weight: 700;
  }
}

.od_wrap03 .inner .left03 .schedule02 .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}

.od_wrap03 .inner .left03 .schedule02 .box:not(:last-child)::before {
  content: "\f309";
  font-family: "Font Awesome 5 Pro";
  color: #757562;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.od_wrap03 .inner .right03 {
  width: 50%;
}

@media screen and (max-width: 1500px) {
  .od_wrap03 .inner .right03 {
    width: 40%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1200px) {
  .od_wrap03 .inner .right03 {
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .od_wrap03 .inner .right03 {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .od_wrap03 .inner .right03 {
    width: 60%;
    height: 60%;
  }
}

.od_wrap03 .inner .right03 img {
  display: block;
  margin: auto;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .od_wrap03 .left04 {
    width: 40% !important;
    vertical-align: middle !important;
  }
}

@media screen and (max-width: 1200px) {
  .od_wrap03 .left04 {
    width: 30% !important;
  }
}

@media screen and (max-width: 1000px) {
  .od_wrap03 .left04 {
    width: 40% !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .od_wrap03 .left04 {
    width: 60% !important;
    height: 60%;
  }
}

.od_wrap03 .left04 img {
  height: auto;
}

@media screen and (max-width: 1500px) {
  .od_wrap03 .right04 {
    width: 60% !important;
  }
}

@media screen and (max-width: 1200px) {
  .od_wrap03 .right04 {
    width: 70% !important;
  }
}

@media screen and (max-width: 1000px) {
  .od_wrap03 .right04 {
    width: 100% !important;
    padding: 0 10px;
  }
}

.od_list dl {
  display: block !important;
  margin-bottom: 20px;
}

.od_list dl dt, .od_list dl dd {
  width: 100% !important;
}

.od_list dl dt {
  background-color: #757562 !important;
}

.od_list dl dd {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.course_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .course_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course_wrap .od_box01 {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .course_wrap .od_box01 {
    width: 100%;
  }
}

.course_wrap .od_box01 .list {
  width: 100%;
  display: block;
  padding-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .course_wrap .od_box01 .list {
    padding-right: 0;
  }
}

.course_wrap .od_box01 .dash h3 {
  font-size: 2rem;
  border-bottom: 2px dotted #eee;
  margin-right: 30px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 640px) {
  .course_wrap .od_box01 .dash h3 {
    margin-right: 0;
  }
}

.course_wrap .od_box01 .dash h3::before {
  content: "\f1b0";
  font-family: "Font Awesome 5 Pro";
  color: #676e73;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.course_wrap .od_box01 .dash div {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.course_list dt, .course_list dd {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.small_text li {
  font-size: 1.4rem;
  letter-spacing: 2px;
  width: 100%;
}

.od_contact h3 {
  font-size: 2rem;
  border-left: 4px solid #757562;
  padding-left: 10px;
  background-color: #f9f9f9;
  font-weight: 400;
}

.od_contact div {
  font-size: 1.5rem;
}

.od_contact div a {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #757562;
  padding-left: 35px;
  position: relative;
  margin-top: 10px;
}

.od_contact div a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: #757562;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

#anchor01, #anchor02 {
  padding-top: 100px;
  margin-top: 100px;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  height: 55px;
  width: 55px;
  padding: 9px;
  background-color: rgba(103, 110, 115, 0.9);
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 90%;
  height: 4px;
  left: 2px;
  display: block;
  background: #3b3b3b;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: #3b3b3b;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

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

.nav_wrap li {
  position: relative;
}

.nav_wrap .ddmenu {
  top: 0;
  left: 50%;
  background-color: transparent;
  position: relative;
  width: 80%;
}

#nav_sp {
  display: none;
  background: white;
  color: #acb8bf;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp::before {
  content: "";
  width: 45%;
  height: 100vh;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-image: url(../images/pages/olive01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#nav_sp > a {
  display: block;
  text-align: left;
  width: 80%;
  padding-top: 40px;
}

#nav_sp > a img {
  width: 100px;
}

#nav_sp a {
  display: block;
  color: #676e73;
  letter-spacing: 0.4em;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 2rem !important;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  font-family: "orator-std", "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#nav_sp a:hover {
  color: #d5dbdf;
}

#nav_sp a span {
  display: block;
  font-size: 1.1rem;
  color: #757562;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#nav_sp li:not(:last-child) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

#nav_sp ul {
  list-style: none;
  width: 100%;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp ul .ddmenu {
  left: 50%;
  z-index: 3;
  position: relative;
}

#nav_sp ul .ddmenu a {
  font-size: 1.6rem !important;
  color: #676e73 !important;
  padding-left: 20px !important;
  padding: 10px !important;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}
/*# sourceMappingURL=common_style.css.map */