@charset "UTF-8";
/*------------------------------------------------------------------
Breakpoint
------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .laptop {
    display: none !important;
  }
}

/*------------------------------------------------------------------
Fonts
------------------------------------------------------------------*/
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------------
Common
------------------------------------------------------------------*/
::-moz-selection {
  background-color: #ffe3ff;
  color: #22574d;
}
::selection {
  background-color: #ffe3ff;
  color: #22574d;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #202020;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.73;
  font-family: "KozGoStd", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  background-color: #22574d;
  -webkit-text-size-adjust: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.ophv {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ophv:hover {
  opacity: 0.7;
}

main,
footer {
  background: #fff;
}

main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  main {
    padding-left: 0;
  }
}

section,
.section {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section,
  .section {
    padding: 38px 0;
  }
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

iframe {
  width: 100%;
}

/*inner
-----------------------*/
.inner-type-01 {
  width: 92%;
  max-width: 1710px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .inner-type-01 {
    width: 100%;
    max-width: 92%;
    padding: 0;
  }
}

.inner-type-02 {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .inner-type-02 {
    max-width: 92%;
    padding: 0;
  }
}

/*ttl
-----------------------*/
.ttl-type-01 {
  font-size: 4.2rem;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl-type-01 {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.ttl-type-01:after {
  content: "";
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #22574d;
}
.ttl-type-01 span {
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  color: #22574d;
}
@media screen and (max-width: 768px) {
  .ttl-type-01 span {
    font-size: 1.2rem;
  }
}

.ttl-type-02 {
  font-size: 3.6rem;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttl-type-02 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
.ttl-type-02:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #202020;
}
.ttl-type-02 span {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .ttl-type-02 span {
    font-size: 1.2rem;
  }
}

/*btn
-----------------------*/
.btn-type-01 a {
  display: inline-block;
  padding: 25px;
  min-width: 400px;
  text-align: center;
  background-color: #22574d;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btn-type-01 a {
    font-size: 1.3rem;
    min-width: 250px;
    padding: 15px;
  }
}
@media screen and (max-width: 425px) {
  .btn-type-01 a {
    min-width: 200px;
  }
}
.btn-type-01 a span {
  display: inline-block;
  text-align: left;
}
.btn-type-01 a span::after {
  content: ">";
  margin-left: 10px;
}

.btn-type-02 a {
  display: inline-block;
  background-color: #202020;
  color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 340px;
}
.btn-type-02 a span {
  display: inline-block;
  text-align: left;
}
.btn-type-02 a span::after {
  content: ">";
  margin-left: 10px;
}

/*table
-----------------------*/
.table-type-01 {
  width: 100%;
  border-top: 1px solid #d0d0d0;
}
.table-type-01 tr {
  border-bottom: 1px solid #d0d0d0;
}
.table-type-01 tr th, .table-type-01 tr td {
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table-type-01 tr th, .table-type-01 tr td {
    display: block;
    width: 100%;
  }
}
.table-type-01 tr th {
  background-color: #ecf6f0;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .table-type-01 tr th {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
  }
}

/*form parts
-----------------------*/
.form-type-01 .required {
  background-color: #e04a4a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 3px 5px;
  margin-left: 10px;
}
.form-type-01 input[type=text],
.form-type-01 input[type=email],
.form-type-01 input[type=tel],
.form-type-01 input[type=password],
.form-type-01 select,
.form-type-01 textarea,
.form-type-01 button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-type-01 input[type=text],
.form-type-01 input[type=email],
.form-type-01 input[type=tel],
.form-type-01 input[type=password],
.form-type-01 select,
.form-type-01 textarea {
  padding: 10px;
  border: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .form-type-01 input[type=text],
  .form-type-01 input[type=email],
  .form-type-01 input[type=tel],
  .form-type-01 input[type=password],
  .form-type-01 select,
  .form-type-01 textarea {
    padding: 5px 10px;
  }
}
.form-type-01 input[type=text]::-webkit-input-placeholder, .form-type-01 input[type=email]::-webkit-input-placeholder, .form-type-01 input[type=tel]::-webkit-input-placeholder, .form-type-01 input[type=password]::-webkit-input-placeholder, .form-type-01 select::-webkit-input-placeholder, .form-type-01 textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-type-01 input[type=text]::-moz-placeholder, .form-type-01 input[type=email]::-moz-placeholder, .form-type-01 input[type=tel]::-moz-placeholder, .form-type-01 input[type=password]::-moz-placeholder, .form-type-01 select::-moz-placeholder, .form-type-01 textarea::-moz-placeholder {
  color: #bbbbbb;
}
.form-type-01 input[type=text]:-ms-input-placeholder, .form-type-01 input[type=email]:-ms-input-placeholder, .form-type-01 input[type=tel]:-ms-input-placeholder, .form-type-01 input[type=password]:-ms-input-placeholder, .form-type-01 select:-ms-input-placeholder, .form-type-01 textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-type-01 input[type=text]::-ms-input-placeholder, .form-type-01 input[type=email]::-ms-input-placeholder, .form-type-01 input[type=tel]::-ms-input-placeholder, .form-type-01 input[type=password]::-ms-input-placeholder, .form-type-01 select::-ms-input-placeholder, .form-type-01 textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
.form-type-01 input[type=text]::placeholder,
.form-type-01 input[type=email]::placeholder,
.form-type-01 input[type=tel]::placeholder,
.form-type-01 input[type=password]::placeholder,
.form-type-01 select::placeholder,
.form-type-01 textarea::placeholder {
  color: #bbbbbb;
}
@media screen and (max-width: 768px) {
  .form-type-01 input[type=text]::-webkit-input-placeholder, .form-type-01 input[type=email]::-webkit-input-placeholder, .form-type-01 input[type=tel]::-webkit-input-placeholder, .form-type-01 input[type=password]::-webkit-input-placeholder, .form-type-01 select::-webkit-input-placeholder, .form-type-01 textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .form-type-01 input[type=text]::-moz-placeholder, .form-type-01 input[type=email]::-moz-placeholder, .form-type-01 input[type=tel]::-moz-placeholder, .form-type-01 input[type=password]::-moz-placeholder, .form-type-01 select::-moz-placeholder, .form-type-01 textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .form-type-01 input[type=text]:-ms-input-placeholder, .form-type-01 input[type=email]:-ms-input-placeholder, .form-type-01 input[type=tel]:-ms-input-placeholder, .form-type-01 input[type=password]:-ms-input-placeholder, .form-type-01 select:-ms-input-placeholder, .form-type-01 textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .form-type-01 input[type=text]::-ms-input-placeholder, .form-type-01 input[type=email]::-ms-input-placeholder, .form-type-01 input[type=tel]::-ms-input-placeholder, .form-type-01 input[type=password]::-ms-input-placeholder, .form-type-01 select::-ms-input-placeholder, .form-type-01 textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .form-type-01 input[type=text]::placeholder,
  .form-type-01 input[type=email]::placeholder,
  .form-type-01 input[type=tel]::placeholder,
  .form-type-01 input[type=password]::placeholder,
  .form-type-01 select::placeholder,
  .form-type-01 textarea::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .form-type-01 input[type=text],
  .form-type-01 input[type=email],
  .form-type-01 input[type=tel],
  .form-type-01 input[type=password],
  .form-type-01 select,
  .form-type-01 textarea {
    font-size: 1.6rem;
  }
}
.form-type-01 input[type=text],
.form-type-01 input[type=email],
.form-type-01 input[type=tel],
.form-type-01 input[type=password],
.form-type-01 select {
  height: 40px;
}
.form-type-01 input[type=text],
.form-type-01 input[type=email],
.form-type-01 input[type=password],
.form-type-01 input[type=tel] {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .form-type-01 input[type=text],
  .form-type-01 input[type=email],
  .form-type-01 input[type=password],
  .form-type-01 input[type=tel] {
    width: 100%;
  }
}
.form-type-01 input[type=checkbox],
.form-type-01 input[type=radio] {
  vertical-align: middle;
  margin-right: 5px;
}
.form-type-01 textarea {
  min-width: 100%;
  min-height: 110px;
  max-width: 600px;
  resize: vertical;
}
.form-type-01 select {
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-type-01 .zip input[type=tel] {
    width: 150px;
  }
}
.form-type-01 .address input[type=text] {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .form-type-01 .address input[type=text] {
    width: 100%;
  }
}
.form-type-01 .agreement {
  padding: 30px 0;
}
.form-type-01 .submit-btn button {
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  font-size: 1.6rem;
  max-width: 360px;
  border: none;
  cursor: pointer;
  background: #202020;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-type-01 .submit-btn button {
    max-width: 275px;
    padding: 15px 50px;
    font-size: 1.3rem;
  }
}
.form-type-01 .submit-btn button 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;
  text-align: left;
  text-shadow: none;
}

/*responsive pagination
--------------------------*/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 100px 0;
}

.pagination,
.pagination li a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  min-width: 36px;
  min-height: 36px;
  color: #333;
  background-color: #ececec;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-weight: 900;
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #202020;
  cursor: default;
  pointer-events: none;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
/*pagination for single page
------------------------------*/
.flip-page {
  margin-bottom: 100px;
  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: 320px) {
  .flip-page {
    font-size: 12px;
  }
}
.flip-page .prev,
.flip-page .next {
  max-width: 30%;
}
.flip-page .prev a,
.flip-page .next a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.flip-page .prev {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flip-page .prev::before {
  content: "<";
  margin-right: 10px;
}
.flip-page .next {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flip-page .next::after {
  content: ">";
  margin-left: 10px;
}

/*投稿エディタの画像配置
-------------------------------*/
img.alignleft {
  float: left;
  text-align: left;
  margin: 5px 10px 5px 0;
}
img.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
}
img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
  float: right;
  margin: 5px 0px 5px 10px;
}
img.alignnone {
  margin: 5px 0 10px 0;
}
@media screen and (max-width: 768px) {
  img.alignleft, img .alignright {
    float: none;
  }
}

/*------------------------------------------------------------------
Not home
------------------------------------------------------------------*/
.page-ttl-area .bg {
  width: calc(100% - 9vw);
  position: relative;
  z-index: 0;
}
.page-ttl-area .bg::before {
  content: "";
  background-color: #22574d;
  width: 100%;
  height: calc(100% - 4vw);
  position: absolute;
  bottom: 0;
  right: -9vw;
  z-index: -1;
}
.page-ttl-area .bg img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0;
     object-position: 0;
}
.page-ttl-area .bg img.pc {
  display: block !important;
}
.page-ttl-area .bg img.tablet {
  display: none !important;
}
.page-ttl-area .page-ttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #22574d;
  margin-left: 9vw;
  padding: 10px 35px;
  position: relative;
  z-index: 0;
  margin-bottom: 3.5vw;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-ttl-area .page-ttl {
    font-size: 3vw;
    padding: 1vw 5vw;
  }
}
.page-ttl-area .page-ttl::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #22574d;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.page-ttl-area .page-ttl::after {
  content: "";
  width: 100%;
  height: calc(100% + 3.5vw);
  background-color: #ecf6f0;
  position: absolute;
  left: -4.5vw;
  top: 0;
  z-index: -11;
}

.bread-crumb {
  padding: 20px 0;
}
.bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bread-crumb ul li::before {
  content: ">";
  margin: 0 10px;
}
.bread-crumb ul li:first-child::before {
  content: none;
}
.bread-crumb ul li a:hover {
  text-decoration: underline;
}
.bread-crumb ul li a:not([href]):hover {
  text-decoration: none;
}

/*------------------------------------------------------------------
Header
------------------------------------------------------------------*/
header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    display: block;
    top: 0;
  }
}
header .h-head {
  background-color: #22574d;
  width: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header .h-head {
    width: 100%;
    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;
  }
}
header .h-head .logo-area {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  header .h-head .logo-area {
    width: 100px;
    padding: 15px 15px;
  }
}
header .h-head .logo-area img {
  vertical-align: middle;
}
header .h-head .btn-area {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  header .h-head .btn-area {
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
header .h-head .btn-area .menu-btn-wrap {
  padding: 15px;
}
header .h-head .btn-area .menu-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .h-head .btn-area .menu-btn {
    width: 40px;
    height: 40px;
  }
}
header .h-head .btn-area .menu-btn .menu-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
header .h-head .btn-area .menu-btn .menu-btn-inner .icon, header .h-head .btn-area .menu-btn .menu-btn-inner .icon::before, header .h-head .btn-area .menu-btn .menu-btn-inner .icon::after {
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  header .h-head .btn-area .menu-btn .menu-btn-inner .icon, header .h-head .btn-area .menu-btn .menu-btn-inner .icon::before, header .h-head .btn-area .menu-btn .menu-btn-inner .icon::after {
    height: 2px;
  }
}
header .h-head .btn-area .menu-btn .menu-btn-inner .icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .h-head .btn-area .menu-btn .menu-btn-inner .icon::before, header .h-head .btn-area .menu-btn .menu-btn-inner .icon::after {
  content: "";
}
header .h-head .btn-area .menu-btn .menu-btn-inner .icon::before {
  top: -15px;
}
@media screen and (max-width: 768px) {
  header .h-head .btn-area .menu-btn .menu-btn-inner .icon::before {
    top: -10px;
  }
}
header .h-head .btn-area .menu-btn .menu-btn-inner .icon::after {
  top: 15px;
}
@media screen and (max-width: 768px) {
  header .h-head .btn-area .menu-btn .menu-btn-inner .icon::after {
    top: 10px;
  }
}
header .h-head .btn-area .menu-btn.on .menu-btn-inner .icon {
  background-color: transparent;
}
header .h-head .btn-area .menu-btn.on .menu-btn-inner .icon::before, header .h-head .btn-area .menu-btn.on .menu-btn-inner .icon::after {
  content: "";
}
header .h-head .btn-area .menu-btn.on .menu-btn-inner .icon::before {
  top: 0px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
header .h-head .btn-area .menu-btn.on .menu-btn-inner .icon::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .h-head .btn-area .txt {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .h-head .btn-area .txt {
    font-size: 1.1rem;
    display: none;
  }
}
header .h-body {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  background-color: #22574d;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 280px;
  padding: 50px 0;
  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;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header .h-body {
    width: 100%;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    opacity: 0;
    padding: 0;
    top: auto;
    height: auto;
    overflow: auto;
  }
}
header .h-body.menuOn {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header .h-body.menuOn {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
header .h-body .h-body-inner {
  overflow: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner {
    height: auto !important;
  }
}
header .h-body .h-body-inner::-webkit-scrollbar {
  width: 12px;
}
header .h-body .h-body-inner::-webkit-scrollbar-track {
  margin-top: 3px;
  margin-bottom: 3px;
}
header .h-body .h-body-inner::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 5px;
}
header .h-body .h-body-inner nav {
  padding: 30px 30px 30px 70px;
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner nav {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner nav ul {
    border-top: 1px solid #afc5c1;
  }
}
header .h-body .h-body-inner nav ul li {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner nav ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #afc5c1;
  }
}
header .h-body .h-body-inner nav ul li:last-child {
  margin-bottom: 0;
}
header .h-body .h-body-inner nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner nav ul li a {
    font-size: 1.5rem;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner nav ul li a::before {
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
header .h-body .h-body-inner nav ul li a span {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  header .h-body .h-body-inner nav ul li a span {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  body.logged-in header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/*-----------------------------------------------------------------
Footer
-----------------------------------------------------------------*/
footer {
  color: #fff;
  padding-left: 120px;
  background-color: #22574d;
}
@media screen and (max-width: 768px) {
  footer {
    padding-left: 0;
  }
}
footer .pagetop {
  position: fixed;
  display: none;
  right: calc((100% - 120px) * 0.04);
  bottom: 70px;
}
@media screen and (max-width: 1024px) {
  footer .pagetop {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .pagetop {
    width: 30px;
    right: 4%;
    bottom: 50px;
  }
}
footer .inner {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  footer .f-head {
    text-align: center;
  }
}
footer .f-head .logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .f-head .logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .f-head address span {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  footer .f-head address {
    font-size: 1.3rem;
  }
}
footer .f-body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  footer .f-body {
    display: block;
    padding-left: 0;
  }
}
footer .f-body nav {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  footer .f-body nav {
    padding: 20px 0;
  }
}
footer .f-body nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  footer .f-body nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .f-body nav ul li {
  margin-right: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .f-body nav ul li {
    margin-right: 0;
  }
}
footer .f-body nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .f-body nav ul li:last-child a {
    border-right: none;
  }
}
@media screen and (max-width: 1280px) {
  footer .f-body nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .f-body nav ul li a {
    display: block;
    padding: 0 20px;
    border-right: 1px solid #fff;
    line-height: 1;
  }
}
footer .f-body nav ul li a::before {
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  footer .f-body nav ul li a::before {
    content: none;
  }
}
footer .f-body .copyright {
  font-size: 1.2rem;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  footer .f-body .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .f-body .copyright {
    padding-top: 0;
  }
}

/*------------------------------------------------------------------
Home
------------------------------------------------------------------*/
.p-home .main-img-area {
  text-align: center;
}
.p-home .main-img-area img {
  width: 100%;
}
.p-home .sec-01 .works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .p-home .sec-01 .works {
    display: block;
  }
}
.p-home .sec-01 .works li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 768px) {
  .p-home .sec-01 .works li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-01 .works li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-home .sec-01 .works li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-home .sec-01 .works li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-01 .works li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-01 .works li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-home .sec-01 .works li a {
  display: block;
}
.p-home .sec-01 .works li a figure {
  aspect-ratio: 380/250;
  background-color: #f0f0f0;
}
.p-home .sec-01 .works li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home .sec-02 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 {
    padding-bottom: 75px;
  }
}
.p-home .sec-02 .articles-wrap {
  overflow: auto;
  max-height: 350px;
}
.p-home .sec-02 .articles-wrap .articles {
  border-top: 1px solid #d0d0d0;
}
.p-home .sec-02 .articles-wrap .articles li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 30px 0;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 .articles-wrap .articles li {
    display: block;
  }
}
.p-home .sec-02 .articles-wrap .articles li .date {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 .articles-wrap .articles li .date {
    margin-bottom: 10px;
  }
}
.p-home .sec-02 .articles-wrap .articles li .date::before {
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #202020;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.p-home .sec-02 .articles-wrap .articles li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 .articles-wrap .articles li .txt-area {
    padding-left: 10px;
  }
}
.p-home .sec-02 .articles-wrap .articles li .txt-area .post-ttl {
  color: #22574d;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 .articles-wrap .articles li .txt-area .post-ttl {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------------
About us
------------------------------------------------------------------*/
.p-aboutus section:last-child {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-aboutus section:last-child {
    padding-bottom: 75px;
  }
}
.p-aboutus .sec-01 .content {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
  padding: 60px 50px 50px 50px;
  border: 1px solid #d0d0d0;
  background-color: #fffff9;
}
@media screen and (max-width: 768px) {
  .p-aboutus .sec-01 .content {
    max-width: 400px;
    padding: 40px 30px 30px 30px;
  }
}
@media screen and (max-width: 425px) {
  .p-aboutus .sec-01 .content {
    padding: 35px 25px 25px 25px;
  }
}
.p-aboutus .sec-01 .content .txt {
  line-height: 2;
}
.p-aboutus .sec-01 .content .signature {
  padding-top: 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-aboutus .sec-01 .content .signature {
    padding-top: 30px;
  }
}
.p-aboutus .sec-01 .content .signature span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-aboutus .sec-01 .content .signature img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus .sec-01 .content .signature img {
    width: 100px;
  }
}
.p-aboutus .sec-02 .content {
  text-align: left;
}
.p-aboutus .section-staff .content {
  text-align: left;
}
.p-aboutus .section-staff .content .officers > li {
  border: 1px solid #d0d0d0;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.p-aboutus .section-staff .content .officers > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .officers > li {
    display: block;
    padding: 20px;
  }
}
.p-aboutus .section-staff .content .officers > li .figure {
  width: 20%;
  max-width: 200px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .officers > li .figure {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
}
.p-aboutus .section-staff .content .officers > li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .officers > li .txt-area {
    padding-left: 0;
    padding-top: 20px;
  }
}
.p-aboutus .section-staff .content .officers > li .txt-area .contact-area {
  padding-top: 15px;
}
.p-aboutus .section-staff .content .officers > li .txt-area .contact-area ul li img {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .officers > li .txt-area .contact-area ul li img {
    max-height: 10px;
  }
}
.p-aboutus .section-staff .content .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-aboutus .section-staff .content .staff {
    display: block;
  }
}
.p-aboutus .section-staff .content .staff > li {
  width: 48%;
  margin-right: 4%;
  border: 1px solid #d0d0d0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .p-aboutus .section-staff .content .staff > li {
    padding: 20px;
    width: 100%;
    padding: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .p-aboutus .section-staff .content .staff > li {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .staff > li {
    padding: 20px;
    display: block;
  }
}
.p-aboutus .section-staff .content .staff > li:nth-child(2n) {
  margin-right: 0;
}
.p-aboutus .section-staff .content .staff > li:last-child {
  margin-right: 0;
}
.p-aboutus .section-staff .content .staff > li .figure {
  width: 20%;
  max-width: 200px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .staff > li .figure {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.p-aboutus .section-staff .content .staff > li .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .p-aboutus .section-staff .content .staff > li .txt-area {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p-aboutus .section-staff .content .staff > li .txt-area {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .staff > li .txt-area {
    padding-left: 0;
    padding-top: 20px;
  }
}
.p-aboutus .section-staff .content .staff > li .txt-area .contact-area {
  padding-top: 15px;
}
.p-aboutus .section-staff .content .staff > li .txt-area .contact-area ul li img {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .staff > li .txt-area .contact-area ul li img {
    max-height: 10px;
  }
}
.p-aboutus .section-staff .content .name-area {
  margin-bottom: 15px;
}
.p-aboutus .section-staff .content .name-area .pos {
  font-weight: 500;
}
.p-aboutus .section-staff .content .name-area .name {
  font-size: 1.8rem;
  color: #22574d;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .name-area .name {
    font-size: 1.6rem;
  }
}
.p-aboutus .section-staff .content .name-area .name .en {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .name-area .name .en {
    font-size: 1.3rem;
  }
}
.p-aboutus .section-staff .content .cv {
  background-color: #f6f6f6;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .cv {
    padding: 15px;
  }
}
.p-aboutus .section-staff .content .cv .table {
  width: 100%;
}
.p-aboutus .section-staff .content .cv .table th {
  padding-right: 10px;
  font-weight: normal;
  vertical-align: top;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-aboutus .section-staff .content .cv .table th {
    width: auto;
    white-space: nowrap;
  }
}
.p-aboutus .section-staff .content .cv .table td {
  padding-left: 10px;
  vertical-align: top;
}

/*------------------------------------------------------------------
Job
------------------------------------------------------------------*/
.p-job {
  counter-reset: job 0;
}
.p-job .main-ttl {
  font-size: 1.8rem;
  border: 1px solid #22574d;
  padding: 15px;
  color: #22574d;
  display: inline-block;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .p-job .main-ttl {
    font-size: 1.5rem;
    min-width: auto;
    display: block;
  }
}
.p-job .sec-job {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-job .sec-job {
    padding-bottom: 75px;
  }
}
.p-job .sec-job .jobs {
  padding-bottom: 50px;
}
.p-job .sec-job .job-content {
  padding: 35px 0;
  position: relative;
  z-index: 0;
}
.p-job .sec-job .job-content::before, .p-job .sec-job .job-content::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #22574d;
  position: absolute;
  left: 90px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content::before, .p-job .sec-job .job-content::after {
    left: 9vw;
  }
}
.p-job .sec-job .job-content::before {
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-job .sec-job .job-content::after {
  bottom: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.p-job .sec-job .job-content .job-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-job .sec-job .job-content .job-content-inner .ttl-area {
  width: 180px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .job-content-inner .ttl-area {
    width: 18vw;
  }
}
.p-job .sec-job .job-content .job-content-inner .ttl-area .ttl {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #22574d;
  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;
  background-color: #fff;
  color: #22574d;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .job-content-inner .ttl-area .ttl {
    font-size: 2.8vw;
  }
}
.p-job .sec-job .job-content .job-content-inner .ttl-area .ttl::before {
  counter-increment: job 1;
  content: counter(job, decimal-leading-zero);
  display: block;
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .job-content-inner .ttl-area .ttl::before {
    font-size: 2.8vw;
    padding-bottom: 1vw;
  }
}
.p-job .sec-job .job-content .job-content-inner .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .job-content-inner .txt-area {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-job .sec-job .job-content .job-content-inner .txt-area {
    padding-left: 20px;
  }
}
.p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-01 {
  background-color: #ecf6f0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-01 {
    padding: 20px;
  }
}
.p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-01 > li {
  display: table;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-01 > li {
    margin-bottom: 10px;
  }
}
.p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-01 > li::before {
  display: table-cell;
  content: "●";
  padding-right: 5px;
}
.p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-02 > li {
  display: table;
}
.p-job .sec-job .job-content .job-content-inner .txt-area .ul-type-02 > li::before {
  display: table-cell;
  content: "・";
}
.p-job .sec-job .job-content .result {
  padding-top: 15px;
  width: calc(100% - 180px);
  margin: 0 0 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .result {
    width: calc(100% - 18vw);
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-job .sec-job .job-content .result {
    padding-left: 20px;
  }
}
.p-job .sec-job .job-content .result .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-job .sec-job .job-content .result .content::before {
  content: "";
  width: 81px;
  aspect-ratio: 81/64;
  background: url(../img/job/arrow.svg) no-repeat center/cover;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .result .content::before {
    width: 50px;
  }
}
@media screen and (max-width: 425px) {
  .p-job .sec-job .job-content .result .content::before {
    width: 30px;
  }
}
.p-job .sec-job .job-content .result .txt {
  background-color: #22574d;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  min-width: 400px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-job .sec-job .job-content .result .txt {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-job .sec-job .job-content .result .txt span {
  display: inline-block;
  text-align: left;
}
.p-job .sec-job .job-content.is-active .ttl-area .ttl {
  background-color: #22574d;
  color: #fff;
}
.p-job .sec-job .job-content:first-child::before {
  content: none;
}
.p-job .sec-job .job-content:last-child::after {
  content: none;
}
.p-job .sec-job .information .txt {
  padding: 20px 30px;
  border: 3px double #22574d;
  color: #22574d;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-job .sec-job .information .txt {
    text-align: left;
    padding: 15px;
    display: block;
  }
}
.p-job .sec-job .information .table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 50px;
}
.p-job .sec-job .information .table span {
  color: #22574d;
}
.p-job .sec-job .information .table th, .p-job .sec-job .information .table td {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-job .sec-job .information .table th, .p-job .sec-job .information .table td {
    width: 100%;
    display: block;
    padding: 15px 25px;
  }
}
.p-job .sec-job .information .table th {
  background-color: #ecf6f0;
  vertical-align: middle;
  font-weight: normal;
}
.p-job .sec-job .information .table td {
  vertical-align: top;
  text-align: left;
  background-color: #f6f6f6;
}
.p-job .sec-job .information .btn a {
  display: inline-block;
  background-color: #202020;
  color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 350px;
}
.p-job .sec-job .information .btn a span::after {
  content: ">";
  margin-left: 10px;
}

/*------------------------------------------------------------------
View
------------------------------------------------------------------*/
.p-view .sec-01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-view .sec-01 {
    padding-bottom: 75px;
  }
}
.p-view .sec-01 .page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-view .sec-01 .page-nav ul {
    padding-bottom: 20px;
  }
}
.p-view .sec-01 .page-nav ul li {
  width: 15.5%;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
}
@media screen and (max-width: 1024px) {
  .p-view .sec-01 .page-nav ul li {
    width: 23%;
    margin-right: 2.6666666667%;
    margin-bottom: 2.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-view .sec-01 .page-nav ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
}
.p-view .sec-01 .page-nav ul li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .p-view .sec-01 .page-nav ul li:nth-child(6n) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-view .sec-01 .page-nav ul li:nth-child(6n) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 1024px) {
  .p-view .sec-01 .page-nav ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-view .sec-01 .page-nav ul li:nth-child(4n) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-view .sec-01 .page-nav ul li:nth-child(3n) {
    margin-right: 0%;
  }
}
.p-view .sec-01 .page-nav ul li a {
  display: block;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border: 1px solid #22574d;
}
.p-view .sec-01 .page-nav ul li a.bgc-on .ttl {
  color: #22574d;
}
.p-view .sec-01 .page-nav ul li a img {
  width: 100%;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-view .sec-01 .page-nav ul li a .ttl {
  position: absolute;
  color: #fff;
  font-size: 1.9rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  width: 85%;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(1rem, 1.3vw, 1.9rem);
}
@media screen and (max-width: 1366px) {
  .p-view .sec-01 .page-nav ul li a .ttl {
    font-size: clamp(1rem, 1.2vw, 1.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .p-view .sec-01 .page-nav ul li a .ttl {
    font-size: clamp(1rem, 2.5vw, 1.4rem);
  }
}
.p-view .sec-01 .page-nav ul li a .ttl span {
  display: inline-block;
  text-align: left;
}
.p-view .sec-01 .content-area {
  max-width: 1000px;
  margin: 0 auto;
}
.p-view .sec-01 .post .content {
  padding: 15px 0;
}
.p-view .sec-01 .post img {
  border: 1px solid #f1f1f1;
  max-width: 1300px;
  width: 100%;
}

/*------------------------------------------------------------------
Product
------------------------------------------------------------------*/
.p-product .sec-01 .summary {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .summary {
    text-align: left;
  }
}
.p-product .sec-01 .category-area .taxonomies {
  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;
}
.p-product .sec-01 .category-area .taxonomies > li {
  margin-right: 30px;
  width: 22%;
  margin-right: 4%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .category-area .taxonomies > li {
    width: 48%;
    margin-right: 4%;
  }
}
.p-product .sec-01 .category-area .taxonomies > li:last-child {
  margin-right: 0;
}
.p-product .sec-01 .category-area .taxonomies > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .category-area .taxonomies > li:nth-child(4n) {
    margin-right: 4%;
  }
}
.p-product .sec-01 .category-area .taxonomies > li:nth-child(2n) {
  margin-right: 0;
}
.p-product .sec-01 .category-area .taxonomies > li a {
  display: block;
  padding: 15px 20px;
}
.p-product .sec-01 .category-area .taxonomies > li a span {
  display: inline-block;
  text-align: left;
}
.p-product .sec-01 .category-area .taxonomies > li > a {
  border: 1px solid #202020;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 99999px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 25px;
  padding-right: 35px;
}
@media screen and (max-width: 1024px) {
  .p-product .sec-01 .category-area .taxonomies > li > a {
    padding-right: 30px;
  }
}
.p-product .sec-01 .category-area .taxonomies > li > a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .category-area .taxonomies > li > a:hover {
    color: #202020;
  }
}
.p-product .sec-01 .category-area .taxonomies > li > a:hover::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .category-area .taxonomies > li > a:hover::before {
    width: 0;
  }
}
.p-product .sec-01 .category-area .taxonomies > li > a:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .category-area .taxonomies > li > a:hover::after {
    background-color: #202020;
  }
}
.p-product .sec-01 .category-area .taxonomies > li > a::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #22574d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-product .sec-01 .category-area .taxonomies > li > a::after {
  content: "";
  width: 10px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #202020;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-product .sec-01 .category-area .taxonomies > li > a.open {
  background-color: #22574d;
  color: #fff;
}
.p-product .sec-01 .category-area .taxonomies > li > a.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #fff;
}
.p-product .sec-01 .category-area .terms {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1;
  overflow: auto;
  max-height: 300px;
  background-color: rgba(0, 0, 0, 0.8);
}
.p-product .sec-01 .category-area .terms::-webkit-scrollbar {
  width: 13px;
}
.p-product .sec-01 .category-area .terms::-webkit-scrollbar-track {
  margin-top: 3px;
  margin-bottom: 3px;
}
.p-product .sec-01 .category-area .terms::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  background-clip: padding-box;
  border-radius: 5px;
}
.p-product .sec-01 .category-area .terms li a {
  padding: 15px;
  color: #fff;
  display: block;
}
.p-product .sec-01 .category-area .terms li a:hover {
  background-color: #686868;
}
.p-product .sec-01 .the-category .txt-area {
  padding: 20px;
  background-color: #22574d;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .the-category .txt-area {
    margin-top: 0;
  }
}
.p-product .sec-01 .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .projects {
    padding-top: 20px;
  }
}
.p-product .sec-01 .projects li {
  width: 23%;
  margin-right: 2.6666666667%;
  margin-bottom: 2.6666666667%;
}
@media screen and (max-width: 1024px) {
  .p-product .sec-01 .projects li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .projects li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 425px) {
  .p-product .sec-01 .projects li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-product .sec-01 .projects li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .p-product .sec-01 .projects li:nth-child(4n) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .projects li:nth-child(4n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 425px) {
  .p-product .sec-01 .projects li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-product .sec-01 .projects li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .projects li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 425px) {
  .p-product .sec-01 .projects li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .projects li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-product .sec-01 .projects li a {
  display: block;
}
.p-product .sec-01 .projects li figure {
  aspect-ratio: 380/250;
  background-color: #f0f0f0;
}
.p-product .sec-01 .projects li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product .sec-01 .projects li .txt-area {
  text-align: left;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.4;
}
.p-product .sec-01 .projects li .txt-area .ttl {
  color: #22574d;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-product .sec-01 .projects li .txt-area .ttl {
    margin-bottom: 5px;
  }
}

/*single page*/
.p-product-single .sec-01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-product-single .sec-01 {
    padding-bottom: 75px;
  }
}
.p-product-single .article {
  padding-bottom: 50px;
}
.p-product-single .article .article-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .article-ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .article-ttl {
    font-size: 2rem;
  }
}
.p-product-single .article .article-ttl span {
  display: inline-block;
  text-align: left;
}
.p-product-single .article .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-product-single .article .content .imgs {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .imgs {
    width: 100%;
  }
}
.p-product-single .article .content .imgs .img {
  aspect-ratio: 428/285;
}
.p-product-single .article .content .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-single .article .content .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .txt-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content .txt-area {
    padding-top: 14px;
  }
}
.p-product-single .article .content .txt-area .txt-area__inner {
  position: absolute;
  margin-left: 40px;
  top: 0;
  left: auto;
  width: calc(100% - 40px);
  padding: 15px 0;
}
@media screen and (max-width: 1280px) {
  .p-product-single .article .content .txt-area .txt-area__inner {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .txt-area .txt-area__inner {
    position: static;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
.p-product-single .article .content .txt-area .table {
  position: absolute;
  margin-left: 40px;
  top: 0;
  left: auto;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .txt-area .table {
    position: static;
    margin: 0;
    width: 100%;
  }
}
.p-product-single .article .content .txt-area .table th, .p-product-single .article .content .txt-area .table td {
  text-align: left;
  vertical-align: top;
  padding: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .txt-area .table th, .p-product-single .article .content .txt-area .table td {
    padding: 10px;
  }
}
.p-product-single .article .content .txt-area .table th {
  color: #22574d;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .txt-area .table th {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content .txt-area .table th {
    width: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .txt-area .table td {
    padding-right: 0;
  }
}
.p-product-single .article .content .txt-area:not(.has-img) .txt-area__inner {
  margin-left: 0;
  position: static;
  width: 100%;
}
.p-product-single .article .content .thumbnails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.4545454545%;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content .thumbnails {
    padding-top: 1.4545454545%;
  }
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content .thumbnails {
    padding-top: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content .thumbnails {
    padding-top: 2.6666666667%;
  }
}
.p-product-single .article .content .thumbnails .img {
  width: 7%;
  aspect-ratio: 428/285;
  margin-right: 1.4545454545%;
  margin-bottom: 1.4545454545%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content .thumbnails .img {
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content .thumbnails .img {
    width: 23%;
    margin-right: 2.6666666667%;
    margin-bottom: 2.6666666667%;
  }
}
.p-product-single .article .content .thumbnails .img:nth-child(12n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content .thumbnails .img:nth-child(12n) {
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content .thumbnails .img:nth-child(12n) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content .thumbnails .img:nth-child(7n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content .thumbnails .img:nth-child(7n) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content .thumbnails .img:nth-child(4n) {
    margin-right: 0;
  }
}
.p-product-single .article .content .thumbnails .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-single .article .content-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content-02 {
    display: block;
  }
}
.p-product-single .article .content-02 .slide-area {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content-02 .slide-area {
    width: 100%;
  }
}
.p-product-single .article .content-02 .slide-area .imgs {
  width: 100%;
}
.p-product-single .article .content-02 .slide-area .imgs .img {
  aspect-ratio: 428/285;
}
.p-product-single .article .content-02 .slide-area .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-single .article .content-02 .slide-area .thumbnails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.5%;
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-02 .slide-area .thumbnails {
    padding-top: 2.6666666667%;
  }
}
.p-product-single .article .content-02 .slide-area .thumbnails .img {
  width: 13%;
  aspect-ratio: 428/285;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-02 .slide-area .thumbnails .img {
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-02 .slide-area .thumbnails .img {
    width: 23%;
    margin-right: 2.6666666667%;
    margin-bottom: 2.6666666667%;
  }
}
.p-product-single .article .content-02 .slide-area .thumbnails .img:nth-child(7n) {
  margin-right: 0;
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-02 .slide-area .thumbnails .img:nth-child(7n) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-02 .slide-area .thumbnails .img:nth-child(4n) {
    margin-right: 0;
  }
}
.p-product-single .article .content-02 .slide-area .thumbnails .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-single .article .content-02 .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 40px;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content-02 .txt-area {
    padding-left: 0;
    padding-top: 20px;
  }
}
.p-product-single .article .content-02 .txt-area .txt-area__inner {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content-02 .txt-area .txt-area__inner {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content-03 {
    display: block;
  }
}
.p-product-single .article .content-03 .slide-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area {
    display: block;
  }
}
.p-product-single .article .content-03 .slide-area .imgs {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area .imgs {
    width: 100%;
  }
}
.p-product-single .article .content-03 .slide-area .imgs .img {
  aspect-ratio: 428/285;
}
.p-product-single .article .content-03 .slide-area .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-single .article .content-03 .slide-area .thumb-wrap {
  overflow: auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area .thumb-wrap {
    position: static;
    width: 100%;
  }
}
.p-product-single .article .content-03 .slide-area .thumbnails {
  position: absolute;
  padding-left: 40px;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .content-03 .slide-area .thumbnails {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area .thumbnails {
    position: static;
    padding-left: 0;
    padding-top: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-03 .slide-area .thumbnails {
    padding-top: 2.6666666667%;
  }
}
.p-product-single .article .content-03 .slide-area .thumbnails .img {
  width: 32%;
  aspect-ratio: 428/285;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img {
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img {
    width: 23%;
    margin-right: 2.6666666667%;
    margin-bottom: 2.6666666667%;
  }
}
.p-product-single .article .content-03 .slide-area .thumbnails .img:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img:nth-child(3n) {
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img:nth-child(3n) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img:nth-child(7n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img:nth-child(7n) {
    margin-right: 2.6666666667%;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .content-03 .slide-area .thumbnails .img:nth-child(4n) {
    margin-right: 0;
  }
}
.p-product-single .article .content-03 .slide-area .thumbnails .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-single .article .content-03 .txt-area {
  text-align: left;
  padding-top: 50px;
}
.p-product-single .article .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  background-color: #ecf6f0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .comment {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .p-product-single .article .comment {
    padding: 20px;
  }
}
.p-product-single .article .comment .figure {
  text-align: center;
  width: 17%;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .p-product-single .article .comment .figure {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.p-product-single .article .comment .figure img {
  margin-bottom: 15px;
}
.p-product-single .article .comment .figure figcaption span {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-product-single .article .comment .figure figcaption span {
    font-size: 1.3rem;
  }
}
.p-product-single .article .comment .comment-txt {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*------------------------------------------------------------------
Contact
------------------------------------------------------------------*/
.p-contact .sec-01 .summary {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .summary {
    text-align: left;
  }
}
.p-contact .sec-01 .tel-area {
  padding: 20px 30px;
  border: 1px solid #22574d;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-area {
    padding: 15px;
    display: block;
  }
}
.p-contact .sec-01 .tel-area .ttl {
  color: #22574d;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-area .ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.p-contact .sec-01 .tel-area .num-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .p-contact .sec-01 .tel-area .num-area ul {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .tel-area .num-area ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-area .num-area ul {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.p-contact .sec-01 .tel-area .num-area ul li::before {
  content: "/";
  margin: 0 30px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .tel-area .num-area ul li::before {
    content: none;
  }
}
.p-contact .sec-01 .tel-area .num-area ul li:first-child::before {
  content: none;
}
.p-contact .sec-01 .tel-area .num-area ul li span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .p-contact .sec-01 .tel-area .num-area ul li span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .tel-area .num-area ul li span {
    font-size: 1.8rem;
  }
}
.p-contact .sec-01 .tel-area .num-area ul a {
  pointer-events: none;
}
.p-contact .sec-01 .tel-area .num-area .hours span {
  display: inline-block;
  text-align: left;
}
.p-contact .sec-02 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 {
    padding-bottom: 75px;
  }
}
.p-contact .sec-02 .summary {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .summary {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact .sec-02 .form-area tr th, .p-contact .sec-02 .form-area tr td {
    width: 100%;
    display: block;
  }
}
.p-contact .sec-02 .form-area tr th {
  font-weight: 500;
}
.p-contact .sec-02 .form-area .type ul, .p-contact .sec-02 .form-area .reply ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .type ul, .p-contact .sec-02 .form-area .reply ul {
    display: block;
  }
}
.p-contact .sec-02 .form-area .type ul li, .p-contact .sec-02 .form-area .reply ul li {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .type ul li, .p-contact .sec-02 .form-area .reply ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-contact .sec-02 .form-area .type ul li:last-child, .p-contact .sec-02 .form-area .reply ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .type ul li:last-child, .p-contact .sec-02 .form-area .reply ul li:last-child {
    margin-bottom: 0;
  }
}
.p-contact .sec-02 .form-area .address ul li {
  margin-bottom: 15px;
}
.p-contact .sec-02 .form-area .address ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .address ul li span {
    display: block;
  }
}
.p-contact .sec-02 .form-area .privacy {
  margin-top: 30px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
}
.p-contact .sec-02 .form-area .privacy .mttl {
  background-color: #ecf6f0;
  font-size: 1.5rem;
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  font-weight: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .privacy .mttl {
    font-size: 1.6rem;
  }
}
.p-contact .sec-02 .form-area .privacy .content-wrap {
  padding: 20px;
  overflow: auto;
  max-height: 270px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .privacy .content-wrap {
    padding: 15px;
  }
}
.p-contact .sec-02 .form-area .privacy .content-wrap .subsection {
  padding: 10px 0;
}
.p-contact .sec-02 .form-area .privacy .content-wrap .subsection .ttl {
  color: #000;
  font-weight: 500;
  color: #22574d;
}
.p-contact .sec-02 .form-area .privacy .content-wrap .subsection > ul {
  margin-left: 1em;
}
.p-contact .sec-02 .form-area .privacy .content-wrap .subsection > ul > li {
  text-indent: -1em;
}
.p-contact .sec-02 .form-area .privacy .content-wrap .subsection > ul > li::before {
  content: "・";
}
.p-contact .sec-02 .form-area .agreement {
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-02 .form-area .agreement {
    padding: 35px 20px;
  }
}
.p-contact .sec-02 .form-area .agreement label .label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact .sec-02 .form-area .agreement label .label-inner input {
  margin-top: 3px;
}
.p-contact .sec-02 .form-area .agreement label .label-inner span {
  text-align: left;
}
.p-contact .sec-02 .form-area .agreement .note {
  padding-top: 10px;
  color: #e30000;
}
.p-contact .sec-02 .form-area .agreement .note span {
  display: inline-block;
  text-align: left;
}
.p-contact .sec-02 .form-area .agreement .error-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*Thanks page*/
.p-contact.p-thanks .sec-01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-contact.p-thanks .sec-01 {
    padding-bottom: 75px;
  }
}