@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;
}

.lucida {
  font-family: "Lucida Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------------
Common
------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #1b1b1b;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  background-color: #017f01;
  -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;
  }
}
body.fixed {
  overflow: hidden;
  height: 100%;
}

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;
}

header,
main,
footer {
  background: #fff;
}

main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}

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

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

iframe {
  width: 100%;
}

/*Loader
-----------------------*/
#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 11111;
  background-color: #fff;
}

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

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

/*ttl
-----------------------*/
.ttl-type-01 {
  font-size: 3.4rem;
  color: #017f01;
  text-align: left;
  margin-bottom: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl-type-01 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.ttl-type-01 span {
  display: block;
}
.ttl-type-01 span.ja {
  font-size: 1.5rem;
  color: #1b1b1b;
}
@media screen and (max-width: 768px) {
  .ttl-type-01 span.ja {
    font-size: 1.3rem;
  }
}

/*btn
-----------------------*/
/*table
-----------------------*/
.table-type-01 {
  width: 100%;
  border-top: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .table-type-01 {
    font-size: 1.4rem;
    border: none;
  }
}
.table-type-01 tr {
  border-bottom: 1px solid #9f9fa0;
}
@media screen and (max-width: 768px) {
  .table-type-01 tr {
    border-bottom: none;
  }
}
.table-type-01 tr th, .table-type-01 tr td {
  text-align: left;
  vertical-align: top;
  padding: 15px 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .table-type-01 tr th, .table-type-01 tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.table-type-01 tr th {
  background-color: #e7eeeb;
  width: 275px;
}
@media screen and (max-width: 768px) {
  .table-type-01 tr th {
    width: 100%;
  }
}

/*form parts
-----------------------*/
.form-type-01 .required {
  background-color: #dd6580;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 10px;
  float: left;
}
.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 .agreement .strong {
  color: #c13133;
}
.form-type-01 .submit-btn button {
  display: inline-block;
  text-align: center;
  padding: 20px 50px;
  font-size: 1.6rem;
  max-width: 360px;
  border: none;
  width: 100%;
  cursor: pointer;
  background: #535353;
  color: #fff;
}
@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;
}

/*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;
  border: 1px solid #ccc2b6;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.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: #1b1b1b;
  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;
  }
}

/*
 * for midnight.js 
 */
.white {
  color: #fff;
}

#wpadminbar {
  position: fixed !important;
}

/*------------------------------------------------------------------
Not home
------------------------------------------------------------------*/
.page-ttl-area {
  height: 400px;
  background-image: url(../img/common/page_ttl_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .page-ttl-area {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl-area {
    height: 35vw;
  }
}
.page-ttl-area .inner {
  height: 100%;
  position: relative;
}
.page-ttl-area .inner .page-ttl {
  position: absolute;
  padding: 29px 29px 15px 29px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  min-width: 325px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-ttl-area .inner .page-ttl {
    padding: 20px 20px 15px 20px;
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl-area .inner .page-ttl {
    padding: 3vw 4vw 2vw 4vw;
    min-width: 35vw;
  }
}
.page-ttl-area .inner .page-ttl span {
  display: block;
}
.page-ttl-area .inner .page-ttl span.ja {
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .page-ttl-area .inner .page-ttl span.ja {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl-area .inner .page-ttl span.ja {
    font-size: 5vw;
  }
}
.page-ttl-area .inner .page-ttl span.ja span {
  display: inline-block;
  text-align: left;
}
.page-ttl-area .inner .page-ttl span.en {
  color: #017f01;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-ttl-area .inner .page-ttl span.en {
    font-size: 2vw;
  }
}

.breadcrumb-area {
  padding: 15px;
}
.breadcrumb-area .breadcrumb {
  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;
}
@media screen and (max-width: 768px) {
  .breadcrumb-area .breadcrumb {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 425px) {
  .breadcrumb-area .breadcrumb {
    font-size: 1rem;
  }
}
.breadcrumb-area .breadcrumb li::before {
  content: ">";
  margin: 0 10px;
}
@media screen and (max-width: 425px) {
  .breadcrumb-area .breadcrumb li::before {
    margin: 0 5px;
  }
}
.breadcrumb-area .breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb-area .breadcrumb li:first-child::before {
  content: none;
}

/*------------------------------------------------------------------
Header
------------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 111;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header {
    display: block;
    background-color: unset;
  }
}
header .h-head {
  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: 1024px) {
  header .h-head {
    width: 100%;
    background-color: #fff;
  }
}
header .h-head .h-logo {
  padding: 15px 25px;
}
@media screen and (max-width: 425px) {
  header .h-head .h-logo {
    padding: 10px 15px;
  }
}
header .h-head .h-logo a {
  display: block;
}
header .h-head .h-logo a img {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  header .h-head .h-logo a img {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  header .h-head .h-logo a img {
    max-width: 250px;
  }
}
header .h-head .btn-area {
  padding: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  header .h-head .btn-area {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
header .h-head .btn-area .menu-btn-wrap {
  padding: 15px;
}
header .h-head .btn-area .menu-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}
@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;
  display: block;
}
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: #017f01;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: block;
}
@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: 3px;
  }
}
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-body {
  padding: 20px 50px 20px 0;
}
@media screen and (max-width: 1280px) {
  header .h-body {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .h-body {
    position: fixed;
    padding: 15px 30px;
    width: 250px;
    margin: 0 0 0 auto;
    background-color: #017f01;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  header .h-body {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .h-body:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav {
    display: block;
    max-height: 100%;
    overflow: auto;
  }
}
header .h-body .h-body-inner nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul {
    padding-top: 2%;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  header .h-body .h-body-inner nav > ul {
    padding-top: 4%;
  }
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul > li {
    margin: 0;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul > li:last-child a {
    border-bottom: none;
  }
}
header .h-body .h-body-inner nav > ul > li a {
  padding: 5px 25px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul > li a {
    padding: 10px;
    text-align: left;
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.318);
  }
}
header .h-body .h-body-inner nav > ul > li a::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #1b1b1b;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul > li a::before {
    background-color: #fff;
  }
}
header .h-body .h-body-inner nav > ul > li a:hover {
  color: #017f01;
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul > li a:hover {
    color: #fff;
  }
}
header .h-body .h-body-inner nav > ul > li a:hover::before {
  background-color: #017f01;
}
@media screen and (max-width: 1024px) {
  header .h-body .h-body-inner nav > ul > li a:hover::before {
    background-color: #fff;
  }
}
header .h-body.open {
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
header .h-body.open::before {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------------------------------
Footer
-----------------------------------------------------------------*/
footer {
  color: #fff;
}
footer .pagetop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 1;
  white-space: nowrap;
  display: none;
  width: 30px;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer .pagetop {
    right: 4%;
  }
}
@media screen and (max-width: 425px) {
  footer .pagetop {
    width: 22px;
    height: 100px;
  }
}
footer .pagetop a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 13px;
  border-radius: 99999px;
  line-height: 0;
  color: #fff;
  background-color: rgba(0, 51, 0, 0.8);
  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;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 425px) {
  footer .pagetop a {
    font-size: 10px;
  }
}
footer .pagetop a span {
  display: inline-block;
}
footer .f-head {
  background-color: #017f01;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .f-head {
    padding-top: 40px;
  }
}
footer .f-head .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1279px) {
  footer .f-head .inner {
    display: block;
  }
}
footer .f-head .txt-area {
  padding-right: 70px;
}
@media screen and (max-width: 1279px) {
  footer .f-head .txt-area {
    padding-bottom: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .f-head .txt-area {
    padding-bottom: 20px;
  }
}
footer .f-head .txt-area .ttl {
  color: #fff;
}
footer .f-head .txt-area .ttl span {
  color: #fff;
}
footer .f-head .txt-area .txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .f-head .txt-area .txt {
    font-size: 1.4rem;
  }
}
footer .f-head .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f-head .btns li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  footer .f-head .btns li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .f-head .btns li:last-child {
    margin-bottom: 0;
  }
}
footer .f-head .btns li a {
  padding: 10px 20px;
  display: block;
  border: 1px solid #fff;
  border-radius: 99999px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
footer .f-head .btns li a .num {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  footer .f-head .btns li a .num {
    font-size: 2rem;
  }
}
footer .f-head .btns li a .txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  footer .f-head .btns li a .txt {
    font-size: 1.5rem;
  }
}
footer .f-head .btns li a .fas, footer .f-head .btns li a .far {
  margin-right: 10px;
}
footer .f-head .btns li a .far {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  footer .f-head .btns li a .far {
    font-size: 1.8rem;
  }
}
footer .f-head .btns li a .hours {
  font-size: 1.3rem;
}
footer .f-head .btns li.tel a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  footer .f-head .btns li.tel a {
    pointer-events: initial;
  }
}
footer .f-body {
  background-color: #003300;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .f-body {
    padding: 40px 0;
  }
}
footer .f-body nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f-body nav ul li {
  margin-right: 35px;
}
footer .f-body nav ul li a {
  display: block;
  padding: 5px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .f-body nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  footer .f-body nav ul li a {
    font-size: 1.3rem;
  }
}
footer .f-body nav ul li a:before {
  content: "-";
  margin-right: 5px;
}
footer .f-foot {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #003300;
}
@media screen and (max-width: 768px) {
  footer .f-foot {
    padding: 40px 0;
  }
}
footer .f-foot .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  footer .f-foot .inner {
    display: block;
  }
}
footer .f-foot .inner .company-info {
  font-size: 1.5rem;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .f-foot .inner .company-info {
    font-size: 1.3rem;
  }
}
footer .f-foot .inner .company-info .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
footer .f-foot .inner .company-info .logos li {
  margin-right: 20px;
}
@media screen and (max-width: 425px) {
  footer .f-foot .inner .company-info .logos li {
    margin-right: 10px;
  }
}
footer .f-foot .inner .company-info .logos li img {
  background-color: #fff;
  max-height: 97px;
}
footer .f-foot .inner .company-info .company-name, footer .f-foot .inner .company-info address {
  margin-bottom: 10px;
}
footer .f-foot .inner .company-info .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .f-foot .inner .company-info .numbers {
    display: block;
  }
}
footer .f-foot .inner .company-info .numbers .num {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer .f-foot .inner .company-info .numbers .num {
    margin-right: 0;
  }
}
footer .f-foot .inner .copyright {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  footer .f-foot .inner .copyright {
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .f-foot .inner .copyright {
    font-size: 1.1rem;
  }
}
footer .f-foot .inner .copyright span {
  display: inline-block;
  text-align: left;
}

/*------------------------------------------------------------------
Home
------------------------------------------------------------------*/
.p-home .main-img-area {
  position: relative;
}
.p-home .main-img-area:before {
  content: "";
  width: 850px;
  height: 100%;
  background-image: url(../img/home/main_visual_shade.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-home .main-img-area:before {
    width: 66vw;
  }
}
.p-home .main-img-area .imgs .img {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-home .main-img-area .imgs .img {
    height: 60vw;
  }
}
.p-home .main-img-area .catch-area {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  line-height: 1.2;
}
.p-home .main-img-area .catch-area .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: unset;
  padding: 0 160px;
}
@media screen and (max-width: 1024px) {
  .p-home .main-img-area .catch-area .inner {
    width: 80vw;
    padding: 0;
  }
}
.p-home .main-img-area .catch-area .inner .catch {
  padding-bottom: 15px;
  font-size: 9rem;
  -webkit-transform: scaleY(105%);
          transform: scaleY(105%);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 1024px) {
  .p-home .main-img-area .catch-area .inner .catch {
    font-size: clamp(13px, 7vw, 9rem);
  }
}
.p-home .main-img-area .catch-area .inner .catch span {
  display: block;
  font-weight: bold;
}
.p-home .sec-01 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-01 .content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-01 .content {
    padding: 0 4%;
  }
}
.p-home .sec-01 .content .txt-area {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: calc((100% - 1230px) / 2);
  margin-right: 15px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-01 .content .txt-area {
    margin: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-01 .content .txt-area {
    padding-bottom: 15px;
  }
}
.p-home .sec-01 .content .txt-area .txt-content .message {
  font-size: 4.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-01 .content .txt-area .txt-content .message {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-01 .content .txt-area .txt-content .message {
    font-size: 2rem;
  }
}
.p-home .sec-01 .content .txt-area .txt-content .message span {
  color: #017f01;
}
.p-home .sec-01 .content .txt-area .txt-content .txt {
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .p-home .sec-01 .content .txt-area .txt-content .txt {
    line-height: 1.8;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-01 .content .txt-area .txt-content .txt {
    font-size: 1.3rem;
  }
}
.p-home .sec-01 .content .img-area {
  width: 50%;
  margin-top: 90px;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-01 .content .img-area {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-home .sec-01 .content .img-area .img {
  padding-left: calc((100vw - 1215px) / 2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-01 .content .img-area .img {
    aspect-ratio: 70/29;
    padding: 0;
  }
}
.p-home .sec-01 .content .img-area .img::before {
  content: "";
  display: block;
  width: calc(100% + 45px);
  height: 100%;
  background-color: #e7eeeb;
  z-index: -1;
  position: relative;
  top: -90px;
  right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-01 .content .img-area .img::before {
    content: none;
  }
}
.p-home .sec-02 {
  background: url(../img/home/sec_02_bg.jpg) no-repeat center/cover;
  color: #fff;
}
.p-home .sec-02 .sec-ttl span {
  color: #fff;
}
.p-home .sec-02 .sec-summary {
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-02 .sec-summary {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 .sec-summary {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-02 .sec-summary {
    padding-bottom: 20px;
    font-size: 1.3rem;
  }
}
.p-home .sec-02 .metal-plating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .p-home .sec-02 .metal-plating-list {
    padding-bottom: 15px;
  }
}
.p-home .sec-02 .metal-plating-list li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  padding: 15px;
  font-size: 1.5rem;
  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;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-02 .metal-plating-list li {
    font-size: 1.3rem;
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-02 .metal-plating-list li {
    width: 48%;
    margin-right: 4%;
  }
}
.p-home .sec-02 .metal-plating-list li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-02 .metal-plating-list li:nth-child(5n) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-02 .metal-plating-list li:nth-child(5n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home .sec-02 .metal-plating-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-02 .metal-plating-list li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 425px) {
  .p-home .sec-02 .metal-plating-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-home .sec-02 .metal-plating-list li span {
  display: inline-block;
  text-align: left;
}
.p-home .sec-02 .btn a {
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home .sec-02 .btn a {
    font-size: 1.4rem;
  }
}
.p-home .sec-02 .btn a::after {
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  margin-left: 15px;
}
.p-home .sec-03 {
  overflow: hidden;
}
.p-home .sec-03 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home .sec-03 .contents .txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-03 .contents .txt-area {
    padding-bottom: 30px;
  }
}
.p-home .sec-03 .contents .txt-area .sec-ttl {
  font-size: 4rem;
  color: #959595;
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-03 .contents .txt-area .sec-ttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-03 .contents .txt-area .sec-ttl {
    font-size: 2.4rem;
  }
}
.p-home .sec-03 .contents .txt-area .sec-ttl .en, .p-home .sec-03 .contents .txt-area .sec-ttl .ja {
  display: block;
  text-align: left;
}
.p-home .sec-03 .contents .txt-area .sec-ttl .en {
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.p-home .sec-03 .contents .txt-area .sec-ttl .en::before {
  content: "";
  width: 200vw;
  position: absolute;
  height: 100vh;
  bottom: 0;
  left: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #e7eeeb;
  z-index: -1;
}
.p-home .sec-03 .contents .txt-area .sec-ttl .en .mColor {
  color: #017f01;
}
.p-home .sec-03 .contents .txt-area .sec-ttl .ja {
  padding-top: 10px;
  color: #1b1b1b;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-03 .contents .txt-area .sec-ttl .ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-03 .contents .txt-area .sec-ttl .ja {
    font-size: 1.5rem;
  }
}
.p-home .sec-03 .contents .txt-area .txt {
  text-align: left;
  padding-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home .sec-03 .contents .txt-area .txt {
    font-size: 1.3rem;
  }
}
.p-home .sec-03 .contents .txt-area .btn {
  text-align: left;
}
.p-home .sec-03 .contents .txt-area .btn a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  max-width: 180px;
  background-color: #017f01;
  text-align: center;
}
.p-home .sec-03 .contents .txt-area .btn a span {
  display: inline-block;
  text-align: left;
}
.p-home .sec-03 .contents .txt-area .btn a span::after {
  content: "";
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.p-home .sec-03 .contents .img-area {
  width: 50%;
  padding-right: 50px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-03 .contents .img-area {
    width: 100%;
    padding-right: 0;
  }
}
.p-home .sec-03 .contents .img-area .figure {
  background-color: #f1f1f1;
}
.p-home .sec-04 {
  padding-top: 0;
}
.p-home .sec-04 .articles-wrap {
  max-height: 350px;
  overflow: auto;
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
}
.p-home .sec-04 .articles li {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px dotted #b2b2b2;
}
@media screen and (max-width: 768px) {
  .p-home .sec-04 .articles li {
    display: block;
  }
}
.p-home .sec-04 .articles li:last-child {
  border-bottom: none solid #000;
}
.p-home .sec-04 .articles li .date {
  padding-right: 80px;
  padding-bottom: 1px;
}
.p-home .sec-04 .articles li .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home .sec-04 .articles li .post-content .post-ttl {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-home .sec-04 .articles li .post-content .post-ttl {
    font-size: 1.4rem;
  }
}
.p-home .sec-04 .articles li .content a {
  color: #017f01;
}
.p-home .sec-05 {
  padding: 0;
}
.p-home .sec-05 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-home .sec-05 .contents .company-info {
  width: 50%;
  background-color: #e7eeeb;
  padding: 50px 80px;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-05 .contents .company-info {
    width: 100%;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .sec-05 .contents .company-info {
    font-size: 1.4rem;
    padding: 35px 15px;
  }
}
.p-home .sec-05 .contents .company-info .company-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-home .sec-05 .contents .company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 425px) {
  .p-home .sec-05 .contents .company-info dl {
    display: block;
  }
}
.p-home .sec-05 .contents .company-info dl:last-child {
  margin-bottom: 0;
}
.p-home .sec-05 .contents .company-info dl dt {
  width: 100px;
  padding-right: 15px;
}
@media screen and (max-width: 425px) {
  .p-home .sec-05 .contents .company-info dl dt {
    width: 100%;
    padding-right: 0;
  }
}
.p-home .sec-05 .contents .company-info dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home .sec-05 .contents .map {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-home .sec-05 .contents .map {
    width: 100%;
  }
}
.p-home .sec-05 .contents .map iframe {
  height: 100%;
  min-height: 330px;
}

/*------------------------------------------------------------------
About
------------------------------------------------------------------*/
.p-about .page-ttl-area {
  background-image: url(../img/about/page_ttl_bg.jpg);
}
.p-about .sec-01 .content {
  background-color: #e7eeeb;
  padding: 70px;
}
@media screen and (max-width: 1024px) {
  .p-about .sec-01 .content {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-about .sec-01 .content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-about .sec-01 .content {
    padding: 20px;
  }
}
.p-about .sec-01 .content .mission-list {
  font-size: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .p-about .sec-01 .content .mission-list {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-about .sec-01 .content .mission-list {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about .sec-01 .content .mission-list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  .p-about .sec-01 .content .mission-list {
    font-size: 1.5rem;
  }
}
.p-about .sec-01 .content .mission-list li {
  margin-right: 50px;
  padding: 10px 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .p-about .sec-01 .content .mission-list li {
    width: 100%;
    display: table-row;
    margin-right: 0;
  }
}
.p-about .sec-01 .content .mission-list li:nth-child(2n) {
  margin-right: 0;
}
.p-about .sec-01 .content .mission-list li span {
  padding-right: 10px;
}
@media screen and (max-width: 1279px) {
  .p-about .sec-01 .content .mission-list li span {
    display: table-cell;
    text-align: right;
    width: 1em;
  }
}
.p-about .sec-02 .content {
  background-color: #e7eeeb;
  padding: 70px;
  text-align: left;
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .p-about .sec-02 .content {
    padding: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about .sec-02 .content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-about .sec-02 .content {
    padding: 20px;
    font-size: 1.4rem;
  }
}
.p-about .sec-02 .content .mission-list {
  counter-reset: mission_num 0;
}
.p-about .sec-02 .content .mission-list > li {
  margin-bottom: 15px;
}
.p-about .sec-02 .content .mission-list > li .ttl {
  display: table;
  margin-bottom: 5px;
}
.p-about .sec-02 .content .mission-list > li .ttl span {
  display: table-row;
}
.p-about .sec-02 .content .mission-list > li .ttl span::before {
  content: counter(mission_num) ".";
  counter-increment: mission_num 1;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
}
.p-about .sec-02 .content .mission-list > li ul {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-02 .content .mission-list > li ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 425px) {
  .p-about .sec-02 .content .mission-list > li ul {
    padding-left: 20px;
  }
}
.p-about .sec-04 .company-info {
  text-align: left;
  font-size: 1.5rem;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-about .sec-04 .company-info {
    font-size: 1.4rem;
  }
}
.p-about .sec-04 .company-info .company-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-about .sec-04 .company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-04 .company-info dl {
    display: block;
  }
}
.p-about .sec-04 .company-info dl dt {
  width: 150px;
}
.p-about .sec-04 .company-info dl dt::after {
  content: ":";
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-about .sec-04 .company-info dl dt::after {
    content: none;
  }
}
.p-about .sec-04 .company-info dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-about .sec-04 .company-info dl dd ul li:last-child::after {
  content: none;
}
.p-about .sec-04 .company-info dl dd ul li::after {
  content: "/";
  margin: 0 10px;
}

/*------------------------------------------------------------------
Services
------------------------------------------------------------------*/
.p-services .page-ttl-area {
  background-image: url(../img/services/page_ttl_bg.jpg);
}
.p-services .intro {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-services .intro {
    padding: 20px 0;
  }
}
.p-services .intro .message {
  font-size: 2.5rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-services .intro .message {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services .intro .message {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  .p-services .intro .message {
    font-size: 1.6rem;
  }
}
.p-services .intro .explanation {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-services .intro .explanation {
    font-size: 1.4rem;
  }
}
.p-services .sec-01 {
  padding-bottom: 0;
}
.p-services .sec-01 .services > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7eeeb;
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-services .sec-01 .services > li .txt-area, .p-services .sec-01 .services > li .figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li .txt-area, .p-services .sec-01 .services > li .figure {
    width: 100%;
  }
}
.p-services .sec-01 .services > li .txt-area {
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li .txt-area {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  .p-services .sec-01 .services > li .txt-area {
    font-size: 1.3rem;
  }
}
.p-services .sec-01 .services > li .txt-area .txt-area-inner {
  padding: 70px 110px 70px calc(100% - 615px);
  margin-left: 15px;
  margin-right: 0;
}
@media screen and (max-width: 1366px) {
  .p-services .sec-01 .services > li .txt-area .txt-area-inner {
    padding: 50px 50px 50px calc(100% - 615px);
  }
}
@media screen and (max-width: 1024px) {
  .p-services .sec-01 .services > li .txt-area .txt-area-inner {
    padding: 30px 20px 30px calc(100% - 615px);
  }
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li .txt-area .txt-area-inner {
    padding: 30px 20px;
    margin: 0;
  }
}
.p-services .sec-01 .services > li .txt-area .list-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-services .sec-01 .services > li .txt-area .list-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li .txt-area .list-ttl {
    font-size: 1.8rem;
  }
}
.p-services .sec-01 .services > li .txt-area .points {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li .txt-area .points {
    padding-top: 20px;
  }
}
.p-services .sec-01 .services > li .txt-area .points li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.p-services .sec-01 .services > li .txt-area .points li::before {
  content: "■";
}
.p-services .sec-01 .services > li .figure {
  margin-bottom: 0;
}
.p-services .sec-01 .services > li .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-services .sec-01 .services > li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-services .sec-01 .services > li:nth-child(odd) .txt-area-inner {
  padding: 70px calc(100% - 615px) 70px 110px;
  margin-right: 15px;
  margin-left: 0;
}
@media screen and (max-width: 1366px) {
  .p-services .sec-01 .services > li:nth-child(odd) .txt-area-inner {
    padding: 50px calc(100% - 615px) 50px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-services .sec-01 .services > li:nth-child(odd) .txt-area-inner {
    padding: 30px calc(100% - 615px) 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-services .sec-01 .services > li:nth-child(odd) .txt-area-inner {
    padding: 30px 20px;
    margin: 0;
  }
}

/*------------------------------------------------------------------
chemical-conversion-coating
------------------------------------------------------------------*/
.p-chemical-conversion-coating .page-ttl-area {
  background-image: url(../img/chemical-conversion-coating/page_ttl_bg.jpg);
}
.p-chemical-conversion-coating .intro {
  padding: 30px 0 60px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-chemical-conversion-coating .intro {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro {
    padding: 20px 0 40px 0;
    font-size: 1.3rem;
  }
}
.p-chemical-conversion-coating .intro .intro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head {
    display: block;
  }
}
.p-chemical-conversion-coating .intro .intro-head .txt-area, .p-chemical-conversion-coating .intro .intro-head .img-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head .txt-area, .p-chemical-conversion-coating .intro .intro-head .img-area {
    width: 100%;
  }
}
.p-chemical-conversion-coating .intro .intro-head .txt-area {
  padding: 0 50px 0 calc((100% - 1230px) / 2);
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .p-chemical-conversion-coating .intro .intro-head .txt-area {
    padding: 0 30px 0 calc((100% - 1230px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head .txt-area {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}
.p-chemical-conversion-coating .intro .intro-head .txt-area .points {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head .txt-area .points {
    padding-top: 20px;
  }
}
.p-chemical-conversion-coating .intro .intro-head .txt-area .points li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.p-chemical-conversion-coating .intro .intro-head .txt-area .points li::before {
  content: "■";
}
.p-chemical-conversion-coating .intro .intro-head .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-chemical-conversion-coating .intro .intro-head .img-area {
    display: block;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head .img-area {
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 0;
  }
}
.p-chemical-conversion-coating .intro .intro-head .img-area .figure {
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .p-chemical-conversion-coating .intro .intro-head .img-area .figure {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head .img-area .figure {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-head .img-area .figure:nth-child(2n) {
    margin-right: 0;
  }
}
.p-chemical-conversion-coating .intro .intro-body {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .intro .intro-body {
    padding-top: 15px;
  }
}
.p-chemical-conversion-coating .intro .intro-body .table {
  width: 100%;
  text-align: left;
  border: 1px solid #9f9fa0;
}
@media screen and (max-width: 425px) {
  .p-chemical-conversion-coating .intro .intro-body .table {
    border: none;
  }
}
.p-chemical-conversion-coating .intro .intro-body .table tr {
  border-bottom: 1px solid #9f9fa0;
}
@media screen and (max-width: 425px) {
  .p-chemical-conversion-coating .intro .intro-body .table tr {
    border: none;
  }
}
.p-chemical-conversion-coating .intro .intro-body .table tr th, .p-chemical-conversion-coating .intro .intro-body .table tr td {
  font-weight: normal;
  padding: 15px;
  vertical-align: top;
}
@media screen and (max-width: 425px) {
  .p-chemical-conversion-coating .intro .intro-body .table tr th, .p-chemical-conversion-coating .intro .intro-body .table tr td {
    display: block;
    width: 100%;
  }
}
.p-chemical-conversion-coating .intro .intro-body .table tr th {
  border-right: 1px solid #9f9fa0;
}
@media screen and (max-width: 425px) {
  .p-chemical-conversion-coating .intro .intro-body .table tr th {
    border-right: none;
    background-color: #e7eeeb;
    border: none;
  }
}
.p-chemical-conversion-coating .sec-01 {
  background-color: #e7eeeb;
}
.p-chemical-conversion-coating .sec-01 .services li {
  background-color: #fff;
  text-align: left;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .sec-01 .services li {
    padding: 30px;
  }
}
.p-chemical-conversion-coating .sec-01 .services li .list-ttl {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-chemical-conversion-coating .sec-01 .services li .list-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .sec-01 .services li .list-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  .p-chemical-conversion-coating .sec-01 .services li .list-ttl {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.p-chemical-conversion-coating .sec-01 .services li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-chemical-conversion-coating .sec-01 .services li .txt {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------------
Contact
------------------------------------------------------------------*/
.p-contact .page-ttl-area {
  background-image: url(../img/contact/page_ttl_bg.jpg);
}
.p-contact .tel-bnr {
  background-color: #e7eeeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .p-contact .tel-bnr {
    display: block;
  }
}
.p-contact .tel-bnr .ttl {
  padding: 30px;
  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;
  border-right: 1px dashed #9f9fa0;
  font-size: 2.4rem;
  min-width: 380px;
}
@media screen and (max-width: 1279px) {
  .p-contact .tel-bnr .ttl {
    min-width: auto;
    border-bottom: 1px dashed #9f9fa0;
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-contact .tel-bnr .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .ttl {
    font-size: 1.8rem;
    padding: 20px;
  }
}
.p-contact .tel-bnr .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact .tel-bnr .content .message {
  font-size: 2.2rem;
  padding: 30px;
  border-bottom: 1px dashed #9f9fa0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-contact .tel-bnr .content .message {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .content .message {
    font-size: 1.5rem;
    padding: 20px;
  }
}
.p-contact .tel-bnr .content .nums {
  padding: 30px;
  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: 768px) {
  .p-contact .tel-bnr .content .nums {
    display: block;
    padding: 0;
  }
}
.p-contact .tel-bnr .content .nums li {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .content .nums li {
    width: 100%;
    padding: 20px;
  }
}
.p-contact .tel-bnr .content .nums li .num {
  font-size: 4.2rem;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-contact .tel-bnr .content .nums li .num {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .content .nums li .num {
    font-size: 2.4rem;
  }
}
.p-contact .tel-bnr .content .nums li .num a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .content .nums li .num a {
    pointer-events: initial;
  }
}
.p-contact .tel-bnr .content .nums li .num span {
  font-size: 2.2rem;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .p-contact .tel-bnr .content .nums li .num span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .content .nums li .num span {
    font-size: 1.4rem;
  }
}
.p-contact .tel-bnr .content .nums li .hours {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact .tel-bnr .content .nums li .hours {
    font-size: 1.3rem;
  }
}
.p-contact .tel-bnr .content .nums li .hours span {
  display: inline-block;
  text-align: left;
}
.p-contact .intro {
  padding: 30px 0 20px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-contact .intro {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .intro {
    padding: 20px 0 20px 0;
    font-size: 1.3rem;
  }
}
.p-contact .sec-01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 {
    padding-bottom: 77px;
  }
}
.p-contact .sec-01 .form-explanation {
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .form-explanation {
    font-size: 1.4rem;
    padding-bottom: 30px;
  }
}
.p-contact .sec-01 .form-explanation .txt span {
  color: #017f01;
}
.p-contact .sec-01 .form-explanation .notes {
  padding-top: 1em;
}
.p-contact .sec-01 .form-explanation .notes li {
  text-indent: calc(-1em - 5px);
  padding-left: calc(1em + 5px);
}
.p-contact .sec-01 .form-explanation .notes li::before {
  content: "※";
  padding-right: 5px;
}
.p-contact .sec-01 .form-area .table {
  width: 100%;
}
.p-contact .sec-01 .form-area .table tr th, .p-contact .sec-01 .form-area .table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .form-area .table tr th, .p-contact .sec-01 .form-area .table tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.p-contact .sec-01 .form-area .table tr th {
  width: 285px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .form-area .table tr th {
    width: 100%;
    background-color: #e7eeeb;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .form-area .table tr th .required {
    float: right;
  }
}
.p-contact .sec-01 .form-area .table tr td {
  padding-left: 20px;
}
.p-contact .sec-01 .form-area .reply ul li {
  margin-bottom: 10px;
}
.p-contact .sec-01 .form-area .reply ul li:last-child {
  margin-bottom: 0;
}
.p-contact .sec-01 .form-area .zip input[type=tel] {
  width: 150px;
}
.p-contact .sec-01 .form-area .address ul li {
  margin-bottom: 15px;
}
.p-contact .sec-01 .form-area .address ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .form-area .address ul li span {
    display: block;
  }
}
.p-contact .sec-01 .form-area .privacy {
  margin-top: 30px;
  text-align: left;
  background-color: #f1f1f1;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .p-contact .sec-01 .form-area .privacy {
    padding: 30px;
  }
}
@media screen and (max-width: 425px) {
  .p-contact .sec-01 .form-area .privacy {
    padding: 20px;
  }
}
.p-contact .sec-01 .form-area .privacy .mttl {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .p-contact .sec-01 .form-area .privacy .mttl {
    font-size: 1.3rem;
  }
}
.p-contact .sec-01 .form-area .privacy .content-wrap {
  overflow: auto;
  max-height: 270px;
  padding-right: 15px;
}
@media screen and (max-width: 425px) {
  .p-contact .sec-01 .form-area .privacy .content-wrap {
    padding-right: 0px;
  }
}
.p-contact .sec-01 .form-area .privacy .content-wrap .subsection {
  padding: 10px 0;
}
.p-contact .sec-01 .form-area .privacy .content-wrap .subsection .ttl {
  font-weight: bold;
}
.p-contact .sec-01 .form-area .privacy .content-wrap .subsection > ul {
  margin-left: 1em;
}
.p-contact .sec-01 .form-area .privacy .content-wrap .subsection > ul > li {
  text-indent: -1em;
}
.p-contact .sec-01 .form-area .privacy .content-wrap .subsection > ul > li::before {
  content: "・";
}
.p-contact .sec-01 .form-area .agreement {
  padding: 35px 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .sec-01 .form-area .agreement {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-contact .sec-01 .form-area .agreement {
    padding: 35px 0;
  }
}
.p-contact .sec-01 .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-01 .form-area .agreement label .label-inner input {
  margin-top: 3px;
}
.p-contact .sec-01 .form-area .agreement label .label-inner span {
  text-align: left;
}
.p-contact .sec-01 .form-area .agreement .error-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .sec-01 .form-area .submit-btn button {
  letter-spacing: 0.1em;
  text-shadow: none;
}
.p-contact.p-thanks .sec-01 .txt {
  text-align: left;
  padding-bottom: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact.p-thanks .sec-01 .txt {
    font-size: 1.4rem;
  }
}