@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

@font-face {
  font-family: "noto serif";
  src: url("../fonts/NotoSerifJP-Regular.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "noto serif med";
  src: url("../fonts/NotoSerifJP-Medium.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "aldine";
  src: url("../fonts/aldine-721-bt.ttf") format("truetype");
  font-display: swap;
}
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
}

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  font-family: "Yu Gothic UI", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  _display: inline;
  _zoom: 1;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px;
  }
  body img {
    width: 100%;
    height: auto;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

/* header
------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
}
.header__inner {
  padding: 0 0 0 20px;
}
.header__inner h1 {
  width: 10%;
  float: left;
  margin: 1.5% 0 0;
}
.header__inner h1 img {
  width: 100%;
  height: auto;
}
.header__inner nav {
  background: url("../img/common/bg_nav.png") no-repeat left top;
  background-size: 100% auto;
  width: 65%;
  padding-left: 10%;
  float: right;
}
.header__inner nav ul {
  overflow: hidden;
}
.header__inner nav ul li {
  float: left;
  margin-right: 5%;
}
.header__inner nav ul li a {
  font-size: min(1vw, 18px);
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.header__inner nav ul li a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.header__inner nav ul li:nth-child(-n+5) {
  margin-top: 2.5%;
}
.header__inner nav ul li:nth-child(5) {
  margin-right: 0;
}
.header__inner nav ul li:last-child {
  width: 28%;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
.header__inner nav ul li:last-child a {
  display: block;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #16a583;
  padding: 5% 0;
  text-align: center;
  color: #fff;
  font-size: min(1vw, 18px);
  line-height: 1.3;
  transition: 0.3s ease-in-out;
}
.header__inner nav ul li:last-child a span {
  font-size: min(1.8vw, 36px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: 0.1em;
}
.header__inner nav ul li:last-child a:hover {
  background: #2cbe9b;
  text-decoration: none;
  transition: 0.5s;
}

@media (max-width: 640px) {
  .header {
    position: fixed;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    background: #fff;
    width: 100%;
  }
  .header__inner {
    padding: 0;
  }
  .header__inner h1 {
    width: 27%;
    float: left;
    margin: 1.5% 0 0 2%;
  }
  .header__inner h1 a {
    display: block;
  }
  .header__inner nav {
    display: none;
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .header__inner nav ul {
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
  }
  .header__inner nav ul li {
    float: none;
    margin: 0;
    text-align: center;
  }
  .header__inner nav ul li a {
    display: block;
    border-bottom: 1px dashed #fff;
    padding: 7% 0 5%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .header__inner nav ul li a:hover {
    color: #fff;
  }
  .header__inner nav ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .header__inner nav ul li:last-child {
    display: none;
  }
  .header__inner .spmenu {
    width: 56%;
    float: right;
  }
  .header__inner .spmenu li:first-child {
    width: 62%;
    float: left;
    margin-top: 6%;
    margin-right: 5%;
  }
  .header__inner .spmenu li:first-child a {
    display: block;
    border-radius: 5px;
    background: #f1ab40;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.4;
  }
  .header__inner .spmenu li:first-child a span {
    font-size: 14px;
    font-weight: bold;
    font-family: "noto serif med";
    letter-spacing: 0.1em;
  }
  .header__inner .spmenu li:first-child a:hover {
    text-decoration: none;
  }
  .header__inner .spmenu li:last-child {
    width: 33%;
    float: right;
  }
  .header__inner .spmenu li:last-child #panel-btn #panel-btn-icon {
    display: block;
    background: url("../img/common/btn_menu_sp.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 33.7% 0;
    position: relative;
    text-indent: -9999px;
    transition: 0.3s;
  }
  .header__inner .spmenu li:last-child #panel-btn #panel-btn-icon.close {
    background: url("../img/common/btn_menu_close_sp.png") no-repeat center center;
    background-size: cover;
    transition: 0.3s;
  }
  .header .menu-box {
    display: none;
    position: fixed;
    background: #16a583;
    width: 100%;
    height: auto;
    top: 10%;
    left: 0;
    bottom: 0;
    z-index: 9998;
    overflow-y: scroll;
  }
}
/* article
------------------------------------------------- */
article {
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  article #number, article #faq, article #welfare, article #flow, article #guideline {
    margin-top: -16%;
    padding-top: 16%;
  }
}
.mv {
  background: url("../img/top/bg_mv.jpg") no-repeat center top;
  background-size: 100% auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 13% 0 47%;
  position: relative;
}
.mv h2 {
  padding: 0 0 0 10%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1.6;
}
.mv .en {
  padding: 0 0 0 10%;
  color: #16a583;
  font-size: min(1.5vw, 28px);
  font-family: "aldine";
  letter-spacing: 0.1em;
}
.mv h3 {
  position: absolute;
  right: 15%;
  bottom: 5%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  writing-mode: vertical-rl;
  letter-spacing: -0.3em;
}
.mv h3 span {
  float: none;
  margin: 0;
  position: relative;
  top: -0.7em;
  left: 0.7em;
}
.mv .img {
  position: absolute;
  left: 27%;
  bottom: 38%;
  width: 12%;
  z-index: 100;
}
.mv .img img {
  width: 100%;
  height: auto;
}
.mv .line {
  position: absolute;
  left: 29%;
  bottom: 0;
  width: 27%;
  z-index: 99;
}
.mv .line img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .mv {
    background: none;
    width: 100%;
    margin: 17.5% auto 0;
    padding: 0;
  }
  .mv h2 {
    padding: 0 0 0 6%;
    font-size: 5vw;
  }
  .mv .en {
    padding: 0 0 0 6%;
    font-size: 1.8vw;
    letter-spacing: 0.05em;
  }
  .mv h3 {
    right: 13.5%;
    bottom: -4%;
    font-size: 5vw;
    letter-spacing: 0.2em;
  }
  .mv h3 span {
    top: -0.3em;
  }
}
.mv_low {
  background: #f1f0ef;
  max-width: 1920px;
  margin: 0;
  padding: 8% 0 3%;
  text-align: center;
}
.mv_low .h2_en {
  font-size: min(1vw, 18px);
  font-family: "aldine";
}
.mv_low .h2_en.about {
  padding-right: 14%;
}
.mv_low .h2_en.project {
  padding-right: 11%;
}
.mv_low .h2_en.sales {
  padding-right: 5%;
}
.mv_low h2 {
  font-size: min(3vw, 60px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}

@media (max-width: 640px) {
  .mv_low {
    max-width: 100%;
    margin: 15% auto 0;
    padding: 10% 0 8%;
  }
  .mv_low .h2_en {
    padding-right: 22%;
    font-size: 2.8vw;
  }
  .mv_low .h2_en.about {
    padding-right: 23%;
  }
  .mv_low .h2_en.project {
    padding-right: 11%;
  }
  .mv_low .h2_en.sales {
    padding-right: 1%;
  }
  .mv_low h2 {
    font-size: 6vw;
    line-height: 1.2;
  }
}
.guide {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.guide__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}
.guide__inner--block01 {
  display: flex;
  flex-wrap: wrap;
}
.guide__inner--block01 .left_area {
  width: 43%;
  margin-right: 2%;
  padding-top: 70px;
}
.guide__inner--block01 .left_area .h2_en {
  color: #16a583;
  font-size: min(1vw, 18px);
  font-family: "aldine";
}
.guide__inner--block01 .left_area h2 {
  margin-bottom: 20px;
  color: #16a583;
  font-size: min(3.6vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}
.guide__inner--block01 .left_area .detail {
  margin-bottom: 5%;
}
.guide__inner--block01 .left_area .detail dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 2px solid #16a583;
  padding: 15px 0 10px;
}
.guide__inner--block01 .left_area .detail dl dt {
  width: 25%;
  font-size: min(1.2vw, 18px);
}
.guide__inner--block01 .left_area .detail dl dd {
  width: 75%;
  font-size: min(1.2vw, 18px);
}
.guide__inner--block01 .left_area .btn_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url("../img/common/bg_namisen.png") repeat-x left bottom;
  width: 65%;
  margin-bottom: 5%;
  padding: 0 3% 20px;
  text-align: center;
}
.guide__inner--block01 .left_area .btn_link .grn {
  color: #16a583;
  font-size: min(1.6vw, 36px);
  font-weight: bold;
  line-height: 1.6;
}
.guide__inner--block01 .left_area .btn_link .link {
  margin-top: -20px;
  margin-left: 3%;
}
.guide__inner--block01 .left_area .btn_link .link a {
  background: url("../img/common/icon_arrow.png") no-repeat right bottom;
  background-size: 100% 8px;
  padding: 0 35px 8% 15px;
  color: #f1ab40;
  font-size: min(1.2vw, 18px);
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.guide__inner--block01 .left_area .btn_link .link a:hover {
  color: #fbbf63;
  text-decoration: none;
  transition: 0.5s;
}
.guide__inner--block01 .left_area .txt {
  margin: 8% 0 0 20%;
  font-size: min(2.4vw, 48px);
  font-family: "noto serif";
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.guide__inner--block01 .left_area .txt span {
  border-bottom: 3px solid #16a583;
}
.guide__inner--block01 .right_area {
  width: 55%;
  position: relative;
}
.guide__inner--block01 .right_area ul {
  width: 100%;
  height: auto;
  padding: 15% 0 0;
}
.guide__inner--block01 .right_area ul li {
  padding-left: 51%;
}
.guide__inner--block01 .right_area ul li:first-child {
  padding-bottom: 17%;
}
.guide__inner--block01 .right_area ul li:nth-child(2) {
  padding-bottom: 15%;
}
.guide__inner--block01 .right_area ul li:last-child {
  padding-bottom: 15%;
}
.guide__inner--block01 .right_area ul li a {
  font-size: min(1.8vw, 28px);
  font-weight: bold;
  line-height: 1;
  position: relative;
  transition: 0.3s ease-in-out;
}
.guide__inner--block01 .right_area ul li a span {
  padding-right: 5px;
  color: #f1ab40;
  line-height: 0.8;
  align-items: center;
}
.guide__inner--block01 .right_area ul li a:hover {
  color: #f1ab40;
  text-decoration: none;
  transition: 0.5s;
}
.guide__inner--block01 .right_area .img01 {
  position: absolute;
  top: 31%;
  left: 0;
  width: 38%;
  z-index: 998;
}
.guide__inner--block01 .right_area .img01 img {
  width: 100%;
  height: auto;
}
.guide__inner--block01 .right_area .img02 {
  position: absolute;
  top: 0;
  right: 7%;
  width: 53%;
  z-index: 998;
}
.guide__inner--block01 .right_area .img02 img {
  width: 100%;
  height: auto;
}
.guide__inner--block01 .right_area .btn {
  position: relative;
  width: 80%;
  z-index: 999;
}
.guide__inner--block01 .right_area .btn a {
  display: block;
  border-radius: 10px;
  background: #16a583;
  width: 100%;
  padding: 7% 0;
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
.guide__inner--block01 .right_area .btn a span {
  font-size: min(4vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: 0.1em;
}
.guide__inner--block01 .right_area .btn a:hover {
  background: #2cbe9b;
  text-decoration: none;
  transition: 0.5s;
}
.guide__inner--block02 {
  max-width: 1400px;
  margin: 0 auto;
}
.guide__inner--block02 dl {
  display: flex;
  flex-wrap: wrap;
}
.guide__inner--block02 dl dt {
  width: 45%;
}
.guide__inner--block02 dl dt .txt {
  font-size: min(2.8vw, 48px);
  font-family: "noto serif";
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.guide__inner--block02 dl dt .txt span {
  border-bottom: 3px solid #16a583;
}
.guide__inner--block02 dl dd {
  width: 55%;
}
.guide__inner--block02 dl dd .btn {
  position: relative;
  width: 100%;
}
.guide__inner--block02 dl dd .btn a {
  display: block;
  border-radius: 10px;
  background: #16a583;
  width: 100%;
  padding: 7% 0;
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
.guide__inner--block02 dl dd .btn a span {
  font-size: min(4vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: 0.1em;
}
.guide__inner--block02 dl dd .btn a:hover {
  background: #2cbe9b;
  text-decoration: none;
  transition: 0.5s;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .guide__inner--block01 .right_area ul {
    padding: 15% 0 0;
  }
  .guide__inner--block01 .right_area ul li {
    padding-left: 51%;
  }
  .guide__inner--block01 .right_area ul li:first-child {
    padding-bottom: 13%;
  }
  .guide__inner--block01 .right_area ul li:nth-child(2) {
    padding-bottom: 14%;
  }
  .guide__inner--block01 .right_area ul li:last-child {
    padding-bottom: 17%;
  }
  .guide__inner--block01 .right_area .img01 {
    top: 27%;
    left: 0;
    width: 38%;
  }
  .guide__inner--block01 .right_area .img02 {
    top: 0;
    right: 7%;
    width: 52%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .guide__inner--block01 .right_area ul {
    padding: 15% 0 0;
  }
  .guide__inner--block01 .right_area ul li {
    padding-left: 51%;
  }
  .guide__inner--block01 .right_area ul li:first-child {
    padding-bottom: 15%;
  }
  .guide__inner--block01 .right_area ul li:nth-child(2) {
    padding-bottom: 14%;
  }
  .guide__inner--block01 .right_area ul li:last-child {
    padding-bottom: 17%;
  }
  .guide__inner--block01 .right_area .img01 {
    top: 27%;
    left: 0;
    width: 38%;
  }
  .guide__inner--block01 .right_area .img02 {
    top: 0;
    right: 7%;
    width: 52%;
  }
}
@media (max-width: 640px) {
  .guide__inner {
    max-width: 94%;
    padding: 0;
  }
  .guide__inner--block01 {
    display: flex;
    flex-wrap: wrap;
  }
  .guide__inner--block01 .left_area {
    width: 100%;
    margin: 0 0 10%;
    padding-top: 7%;
  }
  .guide__inner--block01 .left_area .h2_en {
    margin-bottom: 1%;
    text-align: center;
    font-size: 3.8vw;
  }
  .guide__inner--block01 .left_area h2 {
    margin-bottom: 3%;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
  }
  .guide__inner--block01 .left_area .detail {
    margin-bottom: 5%;
  }
  .guide__inner--block01 .left_area .detail dl {
    padding: 3% 0 2%;
  }
  .guide__inner--block01 .left_area .detail dl dt {
    width: 25%;
    font-size: 3.8vw;
  }
  .guide__inner--block01 .left_area .detail dl dd {
    width: 75%;
    font-size: 3.8vw;
  }
  .guide__inner--block01 .left_area .btn_link {
    justify-content: center;
    width: 80%;
    margin: 0 auto 5%;
    padding: 0 3% 5%;
  }
  .guide__inner--block01 .left_area .btn_link .grn {
    font-size: 3.8vw;
    line-height: 1.2;
  }
  .guide__inner--block01 .left_area .btn_link .link {
    margin-top: 0;
    margin-left: 3%;
  }
  .guide__inner--block01 .left_area .btn_link .link a {
    background: none;
    padding: 0;
    font-size: 3.8vw;
  }
  .guide__inner--block01 .left_area .btn_link .link a:hover {
    color: #f1ab40;
  }
  .guide__inner--block01 .right_area {
    width: 100%;
  }
  .guide__inner--block01 .right_area ul {
    background: none;
    padding: 0;
  }
  .guide__inner--block01 .right_area ul li {
    padding-left: 5%;
  }
  .guide__inner--block01 .right_area ul li:first-child {
    padding-bottom: 3%;
  }
  .guide__inner--block01 .right_area ul li:nth-child(2) {
    padding-bottom: 3%;
  }
  .guide__inner--block01 .right_area ul li:last-child {
    padding-bottom: 10%;
  }
  .guide__inner--block01 .right_area ul li a {
    font-size: 4.8vw;
    line-height: 1;
  }
  .guide__inner--block01 .right_area ul li a span {
    padding-right: 2%;
  }
  .guide__inner--block01 .right_area ul li a:hover {
    color: #333;
  }
  .guide__inner--block01 .right_area .img01 {
    top: -35%;
    left: auto;
    right: 10%;
    width: 38%;
  }
  .guide__inner--block01 .right_area .img02 {
    display: none;
  }
  .guide__inner--block02 {
    max-width: 1400px;
    margin: 0 auto;
  }
  .guide__inner--block02 dl {
    display: flex;
    flex-wrap: wrap;
  }
  .guide__inner--block02 dl dt {
    width: 100%;
    margin-bottom: 5%;
  }
  .guide__inner--block02 dl dt .txt {
    text-align: center;
    font-size: 4.8vw;
    font-family: "noto serif";
    line-height: 1.8;
    letter-spacing: -0.05em;
  }
  .guide__inner--block02 dl dt .txt span {
    border-bottom: 2px solid #16a583;
  }
  .guide__inner--block02 dl dd {
    width: 100%;
  }
  .guide__inner--block02 dl dd .btn {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .guide__inner--block02 dl dd .btn a {
    display: block;
    border-radius: 10px;
    background: #16a583;
    width: 100%;
    padding: 5% 0;
    text-align: center;
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .guide__inner--block02 dl dd .btn a span {
    font-size: 6vw;
    font-weight: normal;
    font-family: "noto serif";
    letter-spacing: 0.1em;
  }
  .guide__inner--block02 dl dd .btn a:hover {
    text-decoration: none;
  }
}
/* footer
------------------------------------------------- */
.footer {
  background: #fff;
  padding: 80px 0 40px;
}
.footer h1 {
  text-align: center;
}

@media (max-width: 640px) {
  .footer {
    padding: 8% 0 5%;
  }
  .footer h1 {
    width: 30%;
    margin: 0 auto;
  }
}
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
  text-decoration: underline;
}

/* alpha
------------------------------------------------- */
a.alpha img {
  transition: 0.3s ease-in-out;
}

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.5s;
}

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: "noto serif";
  src: url("../fonts/NotoSerifJP-Regular.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "noto serif med";
  src: url("../fonts/NotoSerifJP-Medium.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "aldine";
  src: url("../fonts/aldine-721-bt.ttf") format("truetype");
  font-display: swap;
}
/* *******************************************
     トップ
******************************************* */
#top .sec01 {
  background: #16a583;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#top .sec01__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 70px 20px 160px;
}
#top .sec01__inner .h2_en {
  color: #fff;
  font-size: min(1.4vw, 28px);
  font-family: "aldine";
}
#top .sec01__inner h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: min(5vw, 100px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}
#top .sec01__inner .txt {
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 24px);
  font-weight: bold;
  line-height: 2.2;
}
#top .sec01__inner .txt.mb {
  margin-bottom: 40px;
}
#top .sec01__inner .img {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 32%;
}
#top .sec01__inner .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #top .sec01__inner {
    max-width: 94%;
    padding: 7% 0 17%;
  }
  #top .sec01__inner .h2_en {
    margin-bottom: 1%;
    text-align: center;
    font-size: 3.8vw;
  }
  #top .sec01__inner h2 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
  }
  #top .sec01__inner .txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.8;
  }
  #top .sec01__inner .txt.mb {
    margin: 0 auto 4%;
  }
  #top .sec01__inner .img {
    bottom: -15px;
    right: 0;
    width: 32%;
  }
}
#top .sec02 {
  background: url("../img/top/bg_sec02.png") no-repeat center top;
  background-size: 100% auto;
  max-width: 1920px;
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
}
#top .sec02__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 3.5% 20px 0;
}
#top .sec02__inner h2 {
  margin-bottom: 8%;
  padding-left: 20%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1.6;
}
#top .sec02__inner h3 {
  margin-bottom: 20%;
  padding-left: 5%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1.6;
}
#top .sec02__inner h4 {
  margin-bottom: 2%;
  text-align: center;
  font-size: min(2.4vw, 60px);
  font-weight: normal;
  font-family: "aldine";
  letter-spacing: 0.1em;
}
#top .sec02__inner .txt01 {
  width: 46%;
  margin: 0 auto 16%;
  font-size: min(1.4vw, 26px);
  font-weight: bold;
  line-height: 2.2;
}
#top .sec02__inner .txt02 {
  width: 46%;
  margin: 0 auto 3%;
  font-size: min(1.4vw, 26px);
  font-weight: bold;
  line-height: 2.2;
}
#top .sec02__inner .img01 {
  position: absolute;
  top: 25%;
  right: 15%;
  width: 12%;
  margin: 0 auto 3%;
}
#top .sec02__inner .img01 img {
  width: 100%;
  height: auto;
}
#top .sec02__inner .img02 {
  position: absolute;
  top: 57%;
  right: 15%;
  width: 32%;
  margin: 0 auto 3%;
}
#top .sec02__inner .img02 img {
  width: 100%;
  height: auto;
}
#top .sec02__inner .img03 {
  width: 90%;
  margin: 0 auto 3%;
}
#top .sec02__inner .img03 img {
  width: 100%;
  height: auto;
}
#top .sec02__inner .btn_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url("../img/common/bg_namisen.png") repeat-x left bottom;
  width: 36%;
  float: right;
  padding: 0 3% 20px;
  text-align: center;
}
#top .sec02__inner .btn_link .grn {
  color: #16a583;
  font-size: min(1.6vw, 36px);
  font-weight: bold;
  line-height: 1.6;
}
#top .sec02__inner .btn_link .link {
  margin-top: -20px;
  margin-left: 3%;
}
#top .sec02__inner .btn_link .link a {
  background: url("../img/common/icon_arrow.png") no-repeat right bottom;
  background-size: 100% 8px;
  padding: 0 35px 8% 15px;
  color: #f1ab40;
  font-size: min(1.2vw, 18px);
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
#top .sec02__inner .btn_link .link a:hover {
  color: #fbbf63;
  text-decoration: none;
  transition: 0.5s;
}

@media (max-width: 640px) {
  #top .sec02 {
    background: none;
    margin: 0 auto 8%;
  }
  #top .sec02__inner {
    max-width: 94%;
    padding: 0;
  }
  #top .sec02__inner h2 {
    background: url("../img/common/bg_kome.png") no-repeat left bottom;
    background-size: 50% auto;
    margin-bottom: 5%;
    padding: 6% 10%;
    font-size: 6.5vw;
    line-height: 1.4;
  }
  #top .sec02__inner h3 {
    background: url("../img/common/bg_kome.png") no-repeat left center;
    background-size: 50% auto;
    margin-bottom: 5%;
    padding: 10% 10%;
    font-size: 6.5vw;
    line-height: 1.4;
  }
  #top .sec02__inner h4 {
    margin-bottom: 2%;
    font-size: 5vw;
  }
  #top .sec02__inner .txt01 {
    width: 90%;
    margin: 0 auto 12%;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.8;
  }
  #top .sec02__inner .txt02 {
    width: 90%;
    margin: 0 auto 3%;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.8;
  }
  #top .sec02__inner .img01 {
    top: 7%;
    right: 5%;
    width: 22%;
    margin: 0 auto;
  }
  #top .sec02__inner .img02 {
    top: 58%;
    right: 5%;
    width: 38%;
    margin: 0 auto;
  }
  #top .sec02__inner .img03 {
    margin: 0 auto 7%;
  }
  #top .sec02__inner .btn_link {
    justify-content: center;
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 0 3% 5%;
  }
  #top .sec02__inner .btn_link .grn {
    font-size: 3.8vw;
    line-height: 1.2;
  }
  #top .sec02__inner .btn_link .link {
    margin-top: 0;
    margin-left: 3%;
  }
  #top .sec02__inner .btn_link .link a {
    background: none;
    padding: 0;
    font-size: 3.8vw;
  }
  #top .sec02__inner .btn_link .link a:hover {
    color: #f1ab40;
  }
}
#top .sec03 {
  background: #16a583;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#top .sec03__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 70px 20px 160px;
}
#top .sec03__inner .h2_en {
  color: #fff;
  font-size: min(1.4vw, 28px);
  font-family: "aldine";
}
#top .sec03__inner h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: min(5vw, 100px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}
#top .sec03__inner .txt {
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 24px);
  font-weight: bold;
  line-height: 2.2;
}
#top .sec03__inner .img {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 32%;
}
#top .sec03__inner .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #top .sec03__inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 7% 0 20%;
  }
  #top .sec03__inner .h2_en {
    margin-bottom: 1%;
    text-align: center;
    font-size: 3.8vw;
  }
  #top .sec03__inner h2 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
  }
  #top .sec03__inner .txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.8;
  }
  #top .sec03__inner .img {
    bottom: 0;
    right: 2%;
    width: 40%;
  }
}
#top .sec04 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#top .sec04__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 70px 20px 70px;
  overflow: hidden;
}
#top .sec04__inner h2 {
  margin-bottom: 40px;
  text-align: center;
}
#top .sec04__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top .sec04__inner ul li {
  border-radius: 50px;
  margin: 0 10px 20px;
  padding: 12px 30px;
  color: #fff;
  font-size: min(1.4vw, 24px);
}
#top .sec04__inner ul li.grn {
  background: #16a583;
}
#top .sec04__inner ul li.pink {
  background: #ec77a3;
}
#top .sec04__inner ul li.blue {
  background: #0c6bb0;
}
#top .sec04__inner ul li.yellow {
  background: #f1ab40;
}
#top .sec04__inner ul .spacer {
  width: 100%;
}
#top .sec04__inner .img {
  position: absolute;
  bottom: 60px;
  left: 20px;
  width: 18%;
}
#top .sec04__inner .img img {
  width: 100%;
  height: auto;
}
#top .sec04__inner .btn_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url("../img/common/bg_namisen.png") repeat-x left bottom;
  width: 26%;
  float: right;
  padding: 0 3% 20px;
  text-align: center;
}
#top .sec04__inner .btn_link .grn {
  color: #16a583;
  font-size: min(1.6vw, 36px);
  font-weight: bold;
  line-height: 1.6;
}
#top .sec04__inner .btn_link .link {
  margin-top: -20px;
  margin-left: 3%;
}
#top .sec04__inner .btn_link .link a {
  background: url("../img/common/icon_arrow.png") no-repeat right bottom;
  background-size: 100% 8px;
  padding: 0 35px 8% 15px;
  color: #f1ab40;
  font-size: min(1.2vw, 18px);
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
#top .sec04__inner .btn_link .link a:hover {
  color: #fbbf63;
  text-decoration: none;
  transition: 0.5s;
}

@media (max-width: 640px) {
  #top .sec04__inner {
    max-width: 94%;
    padding: 10% 0 7%;
  }
  #top .sec04__inner h2 {
    width: 40%;
    margin: 0 auto 5%;
  }
  #top .sec04__inner ul {
    margin-bottom: 3%;
  }
  #top .sec04__inner ul li {
    margin: 0 1% 4%;
    padding: 2% 4%;
    font-size: 3vw;
    font-weight: bold;
  }
  #top .sec04__inner ul .spacer {
    width: auto;
  }
  #top .sec04__inner .img {
    top: 2%;
    left: 3%;
    width: 22%;
  }
  #top .sec04__inner .btn_link {
    justify-content: center;
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 0 3% 5%;
  }
  #top .sec04__inner .btn_link .grn {
    font-size: 3.8vw;
    line-height: 1.2;
  }
  #top .sec04__inner .btn_link .link {
    margin-top: 0;
    margin-left: 3%;
  }
  #top .sec04__inner .btn_link .link a {
    background: none;
    padding: 0;
    font-size: 3.8vw;
  }
  #top .sec04__inner .btn_link .link a:hover {
    color: #f1ab40;
  }
}
#top .sec05 {
  background: #16a583;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#top .sec05__inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 70px 20px 80px;
}
#top .sec05__inner .h2_en {
  color: #fff;
  font-size: min(1.4vw, 28px);
  font-family: "aldine";
}
#top .sec05__inner h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: min(5vw, 100px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}
#top .sec05__inner .txt {
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 24px);
  font-weight: bold;
  line-height: 2.2;
}
#top .sec05__inner .img {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 28.5%;
}
#top .sec05__inner .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #top .sec05__inner {
    max-width: 94%;
    padding: 7% 0 18%;
  }
  #top .sec05__inner .h2_en {
    margin-bottom: 1%;
    text-align: center;
    font-size: 3.8vw;
  }
  #top .sec05__inner h2 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
  }
  #top .sec05__inner .txt {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.8;
  }
  #top .sec05__inner .img {
    right: 2%;
    width: 32%;
  }
}
@font-face {
  font-family: "noto serif";
  src: url("../fonts/NotoSerifJP-Regular.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "noto serif med";
  src: url("../fonts/NotoSerifJP-Medium.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "aldine";
  src: url("../fonts/aldine-721-bt.ttf") format("truetype");
  font-display: swap;
}
/* *******************************************
     当社について
******************************************* */
#about .sec01 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#about .sec01__inner {
  padding: 0 20px;
}
#about .sec01__inner h3 {
  background: url("../img/about/bg_sec01.png") no-repeat center top;
  background-size: 100% auto;
  padding: 3% 0 0 13%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1.2;
}
#about .sec01__inner h3.faq {
  letter-spacing: -0.1em;
}
#about .sec01__inner--num {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto 3%;
}
#about .sec01__inner--num li:first-child {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 55%;
  margin-top: 5%;
  margin-right: 2%;
  padding: 12% 0;
}
#about .sec01__inner--num li:first-child h4 {
  font-size: min(2vw, 32px);
}
#about .sec01__inner--num li:first-child figure {
  margin-bottom: 4%;
}
#about .sec01__inner--num li:first-child .txt {
  width: 90%;
  margin: 0 auto;
}
#about .sec01__inner--num li:nth-child(2) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 43%;
  padding: 10% 0;
}
#about .sec01__inner--num li:nth-child(2) h4 {
  font-size: min(2vw, 32px);
}
#about .sec01__inner--num li:nth-child(3) {
  width: 55%;
  margin-top: -5%;
  margin-right: 2%;
}
#about .sec01__inner--num li:nth-child(4) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 43%;
  margin-top: -15%;
  padding: 10% 0;
}
#about .sec01__inner--num li:nth-child(4) h4 {
  font-size: min(2vw, 32px);
}
#about .sec01__inner--num li:nth-child(5) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  margin-right: 2%;
  padding: 4% 0;
}
#about .sec01__inner--num li:nth-child(5) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(5) figure {
  margin-bottom: 4%;
}
#about .sec01__inner--num li:nth-child(5) .txt {
  width: 90%;
  margin: 0 auto;
}
#about .sec01__inner--num li:nth-child(6) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  margin-right: 2%;
  padding: 3% 0;
}
#about .sec01__inner--num li:nth-child(6) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(6) figure {
  margin-bottom: 4%;
}
#about .sec01__inner--num li:nth-child(6) .txt {
  width: 90%;
  margin: 0 auto;
}
#about .sec01__inner--num li:nth-child(7) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  padding: 4% 0;
}
#about .sec01__inner--num li:nth-child(7) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(7) figure {
  margin-bottom: 4%;
}
#about .sec01__inner--num li:nth-child(7) .txt {
  width: 90%;
  margin: 0 auto;
}
#about .sec01__inner--num li:nth-child(8) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 44%;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: 2%;
  padding: 11% 0;
}
#about .sec01__inner--num li:nth-child(8) h4 {
  font-size: min(2vw, 32px);
}
#about .sec01__inner--num li:nth-child(9) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 44%;
  margin-top: 3%;
  margin-right: 3%;
  padding: 11% 0;
}
#about .sec01__inner--num li:nth-child(9) h4 {
  font-size: min(2vw, 32px);
}
#about .sec01__inner--num li:nth-child(10) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  margin-right: 2%;
  padding: 8% 0;
}
#about .sec01__inner--num li:nth-child(10) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(11) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  margin-right: 2%;
  padding: 8% 0;
}
#about .sec01__inner--num li:nth-child(11) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(12) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  padding: 1.7% 0;
}
#about .sec01__inner--num li:nth-child(12) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(13) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  margin-right: 2%;
  padding: 8% 0;
}
#about .sec01__inner--num li:nth-child(13) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(14) {
  background: url("../img/common/bg_kome.png") no-repeat center center;
  background-size: 100% 100%;
  width: 32%;
  margin-top: 3%;
  margin-right: 2%;
  padding: 6.5% 0;
}
#about .sec01__inner--num li:nth-child(14) h4 {
  font-size: min(1.6vw, 26px);
}
#about .sec01__inner--num li:nth-child(15) {
  width: 32%;
  margin-top: 10%;
}
#about .sec01__inner--num li:nth-child(15) figure {
  text-align: center;
}
#about .sec01__inner--num li:nth-child(15) figure img {
  width: 100%;
  height: auto;
}
#about .sec01__inner--num h4 {
  margin-bottom: 4%;
  text-align: center;
  color: #16a583;
  line-height: 1.2;
}
#about .sec01__inner--num figure {
  text-align: center;
}
#about .sec01__inner--num .txt {
  font-weight: bold;
}
#about .sec01__inner--workplace {
  max-width: 1090px;
  margin: 3% auto 5%;
  text-align: center;
}
#about .sec01__inner--workplace img {
  width: 100%;
  height: auto;
}
#about .sec01__inner--faq {
  max-width: 1080px;
  margin: 3% auto 8%;
}
#about .sec01__inner--faq dl dt {
  background: url("../img/about/icon_q.png") no-repeat 2% center #16a583;
  background-size: 3% auto;
  margin-bottom: 2%;
  padding: 2.5% 6% 2.5% 6%;
  color: #fff;
  font-size: min(2.2vw, 28px);
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
}
#about .sec01__inner--faq dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  background: url("../img/about/icon_plus.png") no-repeat right center;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
#about .sec01__inner--faq dl dt.open:after {
  background: url("../img/about/icon_minus.png") no-repeat center center;
  background-size: cover;
}
#about .sec01__inner--faq dl dd {
  display: none;
  background: url("../img/about/icon_a.png") no-repeat 5% top;
  background-size: 3% auto;
  padding: 0 5% 6% 10%;
  color: #16a583;
  font-size: min(2vw, 28px);
  line-height: 1.4;
}

@media (max-width: 640px) {
  #about .sec01__inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  #about .sec01__inner h3 {
    background: url("../img/about/bg_sec01.png") no-repeat center 5px;
    background-size: 100% auto;
    padding: 3% 0 0 0;
    font-size: 6vw;
  }
  #about .sec01__inner h3.faq {
    letter-spacing: -0.1em;
  }
  #about .sec01__inner--num {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto 3%;
  }
  #about .sec01__inner--num li:first-child {
    width: 90%;
    margin: 5% auto 3%;
    padding: 6% 0;
  }
  #about .sec01__inner--num li:first-child h4 {
    font-size: 4vw;
  }
  #about .sec01__inner--num li:first-child figure {
    width: 90%;
    margin: 0 auto 4%;
  }
  #about .sec01__inner--num li:first-child .txt {
    width: 90%;
  }
  #about .sec01__inner--num li:nth-child(2) {
    width: 48%;
    margin-right: 4%;
    padding: 8% 0;
  }
  #about .sec01__inner--num li:nth-child(2) h4 {
    font-size: 4vw;
  }
  #about .sec01__inner--num li:nth-child(2) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(3) {
    width: 42%;
    margin-top: 6%;
  }
  #about .sec01__inner--num li:nth-child(4) {
    width: 48%;
    margin-top: 5%;
    margin-right: 4%;
    padding: 8% 0;
  }
  #about .sec01__inner--num li:nth-child(4) h4 {
    font-size: 4vw;
  }
  #about .sec01__inner--num li:nth-child(4) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(5) {
    width: 48%;
    margin: 6% 0 0;
    padding: 1% 0;
  }
  #about .sec01__inner--num li:nth-child(5) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(5) figure {
    width: 70%;
    margin: 0 auto 4%;
  }
  #about .sec01__inner--num li:nth-child(5) .txt {
    width: 90%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(6) {
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
    padding: 1% 0;
  }
  #about .sec01__inner--num li:nth-child(6) h4 {
    font-size: 2.6vw;
  }
  #about .sec01__inner--num li:nth-child(6) figure {
    width: 70%;
    margin: 0 auto 4%;
  }
  #about .sec01__inner--num li:nth-child(6) .txt {
    width: 90%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(7) {
    width: 48%;
    margin-top: 6%;
    padding: 4% 0;
  }
  #about .sec01__inner--num li:nth-child(7) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(7) figure {
    width: 70%;
    margin: 0 auto 4%;
  }
  #about .sec01__inner--num li:nth-child(7) .txt {
    width: 90%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(8) {
    width: 48%;
    margin: 0 4% 0 0;
    padding: 10% 0;
  }
  #about .sec01__inner--num li:nth-child(8) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(8) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(9) {
    width: 48%;
    margin: 6% 0 0;
    padding: 12% 0;
  }
  #about .sec01__inner--num li:nth-child(9) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(9) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(10) {
    width: 48%;
    margin-top: 0;
    margin-right: 4%;
    padding: 8% 0;
  }
  #about .sec01__inner--num li:nth-child(10) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(10) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(11) {
    width: 48%;
    margin: 6% 0 0;
    padding: 12% 0;
  }
  #about .sec01__inner--num li:nth-child(11) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(11) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(12) {
    width: 48%;
    margin: 0 4% 0 0;
    padding: 2% 0;
  }
  #about .sec01__inner--num li:nth-child(12) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(12) figure {
    width: 60%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(13) {
    width: 48%;
    margin: 6% 0 0;
    padding: 8% 0;
  }
  #about .sec01__inner--num li:nth-child(13) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(13) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(14) {
    width: 48%;
    margin: 0 4% 0 0;
    padding: 5% 0;
  }
  #about .sec01__inner--num li:nth-child(14) h4 {
    font-size: 3vw;
  }
  #about .sec01__inner--num li:nth-child(14) figure {
    width: 70%;
    margin: 0 auto;
  }
  #about .sec01__inner--num li:nth-child(15) {
    width: 48%;
    margin-top: 10%;
  }
  #about .sec01__inner--num .txt {
    font-weight: normal;
  }
  #about .sec01__inner--workplace {
    margin: 5% auto 5%;
  }
  #about .sec01__inner--faq {
    margin: 5% auto 8%;
  }
  #about .sec01__inner--faq dl dt {
    background: url("../img/about/icon_q.png") no-repeat 2% center #16a583;
    background-size: 3% auto;
    margin-bottom: 2%;
    padding: 4% 10% 4% 7%;
    font-size: 3.6vw;
    line-height: 1.4;
  }
  #about .sec01__inner--faq dl dt:after {
    top: 50%;
    right: 2%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  #about .sec01__inner--faq dl dd {
    display: none;
    background: url("../img/about/icon_a.png") no-repeat 2% 3px;
    background-size: 3% auto;
    padding: 0 5% 6% 7%;
    font-size: 3.8vw;
  }
}
#about .sec02 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#about .sec02__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
#about .sec02__inner dl {
  display: flex;
  flex-wrap: wrap;
}
#about .sec02__inner dl dt {
  width: 45%;
}
#about .sec02__inner dl dt .txt {
  font-size: min(2.8vw, 48px);
  font-family: "noto serif";
  line-height: 1.5;
  letter-spacing: -0.05em;
}
#about .sec02__inner dl dt .txt span {
  border-bottom: 3px solid #16a583;
}
#about .sec02__inner dl dd {
  width: 55%;
}
#about .sec02__inner dl dd .btn {
  position: relative;
  width: 100%;
}
#about .sec02__inner dl dd .btn a {
  display: block;
  border-radius: 10px;
  background: #16a583;
  width: 100%;
  padding: 7% 0;
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
#about .sec02__inner dl dd .btn a span {
  font-size: min(4vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: 0.1em;
}
#about .sec02__inner dl dd .btn a:hover {
  background: #2cbe9b;
  text-decoration: none;
  transition: 0.5s;
}

@media (max-width: 640px) {
  #about .sec02__inner {
    max-width: 94%;
    padding: 0 0 8%;
  }
  #about .sec02__inner dl dt {
    width: 100%;
    margin-bottom: 5%;
  }
  #about .sec02__inner dl dt .txt {
    margin: 0 auto;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  #about .sec02__inner dl dt .txt span {
    border-bottom: 2px solid #16a583;
  }
  #about .sec02__inner dl dd {
    width: 100%;
  }
  #about .sec02__inner dl dd .btn {
    width: 90%;
    margin: 0 auto;
  }
  #about .sec02__inner dl dd .btn a {
    padding: 5% 0;
    font-size: 3vw;
    line-height: 1.4;
  }
  #about .sec02__inner dl dd .btn a span {
    font-size: 6vw;
  }
  #about .sec02__inner dl dd .btn a:hover {
    background: #16a583;
  }
}
#about .sec03 {
  max-width: 1920px;
  margin: 0 auto 50px;
  position: relative;
}
#about .sec03__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#about .sec03__inner--block {
  display: flex;
  flex-wrap: wrap;
}
#about .sec03__inner--block figure {
  width: 48%;
  margin-right: 2%;
  padding-top: 130px;
}
#about .sec03__inner--block figure img {
  width: 100%;
  height: auto;
}
#about .sec03__inner--block figure + div {
  width: 50%;
}
#about .sec03__inner--block figure + div .h3_en {
  color: #16a583;
  font-size: min(1vw, 18px);
  font-family: "aldine";
}
#about .sec03__inner--block figure + div h3 {
  margin-bottom: 20px;
  color: #16a583;
  font-size: min(3.6vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}
#about .sec03__inner--block figure + div .company dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 2px solid #16a583;
  padding: 13px 0 10px;
}
#about .sec03__inner--block figure + div .company dl dt {
  width: 25%;
  font-size: min(1.4vw, 18px);
}
#about .sec03__inner--block figure + div .company dl dd {
  width: 75%;
  font-size: min(1.4vw, 18px);
}

@media (max-width: 640px) {
  #about .sec03 {
    margin: 0 auto 8%;
  }
  #about .sec03__inner {
    max-width: 94%;
    padding: 0;
  }
  #about .sec03__inner--block figure {
    width: 100%;
    margin: 0 0 6%;
    padding-top: 0;
  }
  #about .sec03__inner--block figure + div {
    width: 100%;
  }
  #about .sec03__inner--block figure + div .h3_en {
    text-align: center;
    font-size: 3.3vw;
  }
  #about .sec03__inner--block figure + div h3 {
    margin-bottom: 4%;
    text-align: center;
    font-size: 6.5vw;
  }
  #about .sec03__inner--block figure + div .company dl {
    padding: 3% 0 2%;
  }
  #about .sec03__inner--block figure + div .company dl dt {
    width: 25%;
    font-size: 3.8vw;
  }
  #about .sec03__inner--block figure + div .company dl dd {
    width: 75%;
    font-size: 3.8vw;
  }
}
@font-face {
  font-family: "noto serif";
  src: url("../fonts/NotoSerifJP-Regular.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "noto serif med";
  src: url("../fonts/NotoSerifJP-Medium.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "aldine";
  src: url("../fonts/aldine-721-bt.ttf") format("truetype");
  font-display: swap;
}
/* *******************************************
     事業について
******************************************* */
#project .sec01 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#project .sec01__inner {
  padding: 0 20px;
}
#project .sec01__inner h3 {
  background: url("../img/about/bg_sec01.png") no-repeat center top;
  background-size: 100% auto;
  padding: 3% 0 0 13%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: -0.1em;
  line-height: 1.2;
}
#project .sec01__inner--block {
  max-width: 1000px;
  margin: 50px auto;
}
#project .sec01__inner--block h4 {
  margin-bottom: 20px;
  text-align: center;
  color: #16a583;
  font-size: min(2.8vw, 48px);
  font-weight: normal;
  font-family: "noto serif";
}
#project .sec01__inner--block .read {
  max-width: 860px;
  margin: 0 auto 60px;
  font-size: min(1.6vw, 28px);
  font-family: "noto serif";
  line-height: 1.8;
}
#project .sec01__inner--block .img {
  margin-bottom: 60px;
  text-align: center;
}
#project .sec01__inner--block ul {
  display: flex;
  flex-wrap: wrap;
}
#project .sec01__inner--block ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
#project .sec01__inner--block ul li:nth-child(3n) {
  margin-right: 0;
}
#project .sec01__inner--block ul li figure {
  margin-bottom: 20px;
  text-align: center;
  min-height: 248px;
}
#project .sec01__inner--block ul li h5 {
  margin-bottom: 10px;
  text-align: center;
  color: #16a583;
  font-size: min(1.6vw, 28px);
}
#project .sec01__inner--block ul li .txt {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #project .sec01__inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  #project .sec01__inner h3 {
    background: url("../img/about/bg_sec01.png") no-repeat center 5px;
    background-size: 100% auto;
    padding: 3% 0 0 0;
    font-size: 6vw;
  }
  #project .sec01__inner--block {
    margin: 8% auto;
  }
  #project .sec01__inner--block h4 {
    margin-bottom: 2%;
    font-size: 4.5vw;
    font-weight: bold;
  }
  #project .sec01__inner--block .read {
    max-width: 100%;
    margin: 0 auto 8%;
    font-size: 3.8vw;
  }
  #project .sec01__inner--block .img {
    margin-bottom: 8%;
  }
  #project .sec01__inner--block ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  #project .sec01__inner--block ul li:nth-child(odd) {
    margin-right: 4%;
  }
  #project .sec01__inner--block ul li:nth-child(4) figure {
    padding-top: 15%;
  }
  #project .sec01__inner--block ul li figure {
    margin-bottom: 4%;
    min-height: auto;
  }
  #project .sec01__inner--block ul li h5 {
    margin-bottom: 2%;
    font-size: 4vw;
  }
  #project .sec01__inner--block ul li .txt {
    width: 100%;
  }
}
#project .sec02 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#project .sec02 h4 {
  margin-bottom: 20px;
  text-align: center;
  color: #16a583;
  font-size: min(2.8vw, 48px);
  font-weight: normal;
  font-family: "noto serif";
}
#project .sec02 ul li {
  background: #16a583;
  margin-bottom: 5px;
  padding: 100px 20px;
}
#project .sec02 ul li:first-child .inner {
  background: url("../img/project/bg_namisen.png") no-repeat 50% 3%;
  background-size: 50% auto;
}
#project .sec02 ul li:nth-child(2) .inner {
  background: url("../img/project/bg_namisen.png") no-repeat 60% 3%;
  background-size: 50% auto;
}
#project .sec02 ul li:last-child {
  margin-bottom: 0;
}
#project .sec02 ul li:last-child .inner {
  background: url("../img/project/bg_namisen.png") no-repeat 60% 3%;
  background-size: 50% auto;
}
#project .sec02 ul li .inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  color: #fff;
}
#project .sec02 ul li .inner figure {
  width: 45%;
  order: 2;
}
#project .sec02 ul li .inner figure img {
  width: 100%;
  height: auto;
}
#project .sec02 ul li .inner figure + div {
  width: 50%;
  order: 1;
  margin-right: 5%;
}
#project .sec02 ul li .inner figure + div h5 {
  margin-bottom: 20px;
  font-size: min(2.8vw, 46px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1.2;
}
#project .sec02 ul li .inner figure + div .txt {
  margin-bottom: 15px;
  font-size: min(1.6vw, 24px);
  font-family: "noto serif";
  line-height: 1.8;
}
#project .sec02 ul li .inner figure + div .kome {
  text-align: right;
  font-size: min(1.2vw, 18px);
}

@media (max-width: 640px) {
  #project .sec02 h4 {
    margin-bottom: 3%;
    font-size: 4.5vw;
    font-weight: bold;
  }
  #project .sec02 ul li {
    margin-bottom: 2%;
    padding: 10% 0;
  }
  #project .sec02 ul li:first-child .inner {
    background: url("../img/project/bg_namisen.png") no-repeat 88% 2.2%;
    background-size: 60% auto;
  }
  #project .sec02 ul li:nth-child(2) .inner {
    background: url("../img/project/bg_namisen.png") no-repeat right 2.2%;
    background-size: 55% auto;
  }
  #project .sec02 ul li:last-child {
    margin-bottom: 0;
  }
  #project .sec02 ul li:last-child .inner {
    background: url("../img/project/bg_namisen.png") no-repeat right 2%;
    background-size: 55% auto;
  }
  #project .sec02 ul li .inner {
    max-width: 84%;
  }
  #project .sec02 ul li .inner figure {
    width: 100%;
    order: 2;
  }
  #project .sec02 ul li .inner figure + div {
    width: 100%;
    order: 1;
    margin: 0 0 5%;
  }
  #project .sec02 ul li .inner figure + div h5 {
    margin-bottom: 3%;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
  }
  #project .sec02 ul li .inner figure + div .txt {
    margin-bottom: 3%;
    font-size: 3vw;
  }
  #project .sec02 ul li .inner figure + div .kome {
    font-size: 2.8vw;
  }
}
@font-face {
  font-family: "noto serif";
  src: url("../fonts/NotoSerifJP-Regular.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "noto serif med";
  src: url("../fonts/NotoSerifJP-Medium.woff") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "aldine";
  src: url("../fonts/aldine-721-bt.ttf") format("truetype");
  font-display: swap;
}
/* *******************************************
     営業部門
******************************************* */
#sales .sec01 {
  max-width: 1920px;
  margin: 0 auto 80px;
  position: relative;
}
#sales .sec01__inner {
  padding: 0 20px;
}
#sales .sec01__inner h3 {
  background: url("../img/about/bg_sec01.png") no-repeat center top;
  background-size: 100% auto;
  padding: 3% 0 0 13%;
  font-size: min(4vw, 80px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: -0.1em;
  line-height: 1.2;
}
#sales .sec01__inner--block {
  max-width: 1100px;
  margin: 50px auto;
}
#sales .sec01__inner--block h4 {
  margin-bottom: 20px;
  text-align: center;
  color: #16a583;
  font-size: min(2.8vw, 48px);
  font-weight: normal;
  font-family: "noto serif";
}
#sales .sec01__inner--block .read {
  max-width: 860px;
  margin: 0 auto 60px;
  font-size: min(1.6vw, 28px);
  font-family: "noto serif";
  line-height: 1.8;
}
#sales .sec01__inner--block ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#sales .sec01__inner--block ul li {
  width: 15%;
  margin-right: 2%;
}
#sales .sec01__inner--block ul li:last-child {
  margin-right: 0;
}
#sales .sec01__inner--block ul li figure {
  margin-bottom: 20px;
  text-align: center;
}
#sales .sec01__inner--block ul li h5 {
  margin-bottom: 10px;
  text-align: center;
  font-size: min(1.4vw, 18px);
  letter-spacing: -0.05em;
  line-height: 1.2;
}
#sales .sec01__inner--block .img {
  max-width: 1000px;
  margin: 0 auto;
}
#sales .sec01__inner--block .img img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  #sales .sec01 {
    margin: 0 auto 8%;
  }
  #sales .sec01__inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  #sales .sec01__inner h3 {
    background: url("../img/about/bg_sec01.png") no-repeat center 5px;
    background-size: 100% auto;
    padding: 3% 0 0 0;
    font-size: 6vw;
  }
  #sales .sec01__inner--block {
    margin: 8% auto;
  }
  #sales .sec01__inner--block h4 {
    margin-bottom: 2%;
    font-size: 4.5vw;
    font-weight: bold;
    font-family: "noto serif mid";
  }
  #sales .sec01__inner--block .read {
    max-width: 100%;
    margin: 0 auto 8%;
    font-size: 3.8vw;
  }
  #sales .sec01__inner--block ul {
    margin-bottom: 5%;
  }
  #sales .sec01__inner--block ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
  #sales .sec01__inner--block ul li:nth-child(3n) {
    margin-right: 0;
  }
  #sales .sec01__inner--block ul li figure {
    width: 70%;
    margin: 0 auto 4%;
  }
  #sales .sec01__inner--block ul li h5 {
    font-size: 3vw;
    line-height: 1.4;
  }
}
#sales .sec02 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#sales .sec02 h4 {
  margin-bottom: 20px;
  text-align: center;
  color: #16a583;
  font-size: min(2.8vw, 48px);
  font-weight: normal;
  font-family: "noto serif";
}
#sales .sec02__block {
  background: #16a583;
  padding: 50px 0 25px;
}
#sales .sec02__block--inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sales .sec02__block--inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#sales .sec02__block--inner ul li {
  background: url("../img/sales/bg_flow.png") no-repeat right center #fff;
  background-size: auto 100%;
  width: 24%;
  padding: 2% 2% 2% 0;
  text-align: center;
  color: #16a583;
  font-size: min(1.6vw, 22px);
  font-weight: bold;
  line-height: 1.2;
}
#sales .sec02__block--inner ul li span {
  display: block;
  margin-top: 5px;
  font-size: min(1vw, 16px);
}
#sales .sec02__block--inner ul li:first-child {
  padding: 3% 2% 2% 0;
}
#sales .sec02__block--inner ul li:last-child {
  background: #fff;
  width: 20%;
  padding: 4% 2% 2% 0;
}
#sales .sec02__block--inner .txt {
  text-align: center;
  color: #fff;
  font-size: min(1.6vw, 22px);
}

@media (max-width: 640px) {
  #sales .sec02 h4 {
    margin-bottom: 3%;
    font-size: 4.5vw;
    font-weight: bold;
  }
  #sales .sec02__block {
    padding: 6% 0 3%;
  }
  #sales .sec02__block--inner {
    max-width: 94%;
  }
  #sales .sec02__block--inner ul {
    margin-bottom: 2%;
  }
  #sales .sec02__block--inner ul li {
    background: #fff;
    width: 100%;
    margin-bottom: 8%;
    padding: 4% 0;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1.3;
    position: relative;
  }
  #sales .sec02__block--inner ul li span {
    margin-top: 1%;
    font-size: 3.5vw;
  }
  #sales .sec02__block--inner ul li:first-child {
    padding: 3% 2% 2% 0;
  }
  #sales .sec02__block--inner ul li:last-child {
    width: 100%;
    margin-bottom: 0;
    padding: 3% 0;
  }
  #sales .sec02__block--inner ul li:last-child:after {
    display: none;
  }
  #sales .sec02__block--inner ul li:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    background: url("../img/sales/icon_arrow_sp.png") no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 12px;
  }
  #sales .sec02__block--inner .txt {
    font-size: 3.5vw;
  }
}
#sales .sec03 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#sales .sec03__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 20px;
}
#sales .sec03__inner .h3_en {
  color: #16a583;
  font-size: min(1vw, 18px);
  font-family: "aldine";
}
#sales .sec03__inner h3 {
  margin-bottom: 30px;
  color: #16a583;
  font-size: min(3.6vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  line-height: 1;
}
#sales .sec03__inner .detail {
  margin-bottom: 60px;
}
#sales .sec03__inner .detail dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #16a583;
  padding: 20px 0 10px;
}
#sales .sec03__inner .detail dl dt {
  width: 20%;
  font-size: min(1.6vw, 18px);
}
#sales .sec03__inner .detail dl dd {
  width: 80%;
  font-size: min(1.6vw, 18px);
}
#sales .sec03__inner .btn {
  width: 80%;
  margin: 0 auto;
}
#sales .sec03__inner .btn a {
  display: block;
  border-radius: 10px;
  background: #16a583;
  width: 100%;
  padding: 7% 0;
  text-align: center;
  color: #fff;
  font-size: min(1.8vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}
#sales .sec03__inner .btn a span {
  font-size: min(4vw, 70px);
  font-weight: normal;
  font-family: "noto serif";
  letter-spacing: 0.1em;
}
#sales .sec03__inner .btn a:hover {
  background: #2cbe9b;
  text-decoration: none;
  transition: 0.5s;
}

@media (max-width: 640px) {
  #sales .sec03__inner {
    max-width: 94%;
    padding: 8% 0 4%;
  }
  #sales .sec03__inner .h3_en {
    margin-bottom: 1%;
    text-align: center;
    font-size: 3.8vw;
  }
  #sales .sec03__inner h3 {
    margin-bottom: 3%;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
  }
  #sales .sec03__inner .detail {
    margin-bottom: 6%;
  }
  #sales .sec03__inner .detail dl {
    padding: 3% 0 2%;
  }
  #sales .sec03__inner .detail dl dt {
    width: 25%;
    font-size: 3.8vw;
  }
  #sales .sec03__inner .detail dl dd {
    width: 75%;
    font-size: 3.8vw;
  }
  #sales .sec03__inner .btn {
    width: 90%;
    margin: 0 auto;
  }
  #sales .sec03__inner .btn a {
    padding: 5% 0;
    font-size: 3vw;
    line-height: 1.4;
  }
  #sales .sec03__inner .btn a span {
    font-size: 6vw;
  }
  #sales .sec03__inner .btn a:hover {
    background: #16a583;
  }
}/*# sourceMappingURL=shared.css.map */