@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #333333;
}

.error-text {
  color: red;
}

.mt100 {
  margin-top: 100px;
}

.mt70 {
  margin-top: 70px;
}

.mt40 {
  margin-top: 40px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt100 {
  padding-top: 100px;
}

.pt70 {
  padding-top: 70px;
}

.pt40 {
  padding-top: 40px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb40 {
  padding-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex-dec-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-ac {
  align-items: center;
}

.flex-jc {
  justify-content: center;
}

.flex-btw {
  justify-content: space-between;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.yu {
  font-family: "游明朝", "Noto Sans JP", sans-serif;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cmn-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: bottom;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumbs {
  font-weight: 500;
  display: flex;
  margin-top: 15px;
}

.breadcrumbs a {
  color: #222;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs_list {
  margin-right: 10px;
  position: relative;
}

.breadcrumbs .breadcrumbs_list span {
  color: #222;
}

.breadcrumbs .breadcrumbs_list::before {
  content: "|";
  position: absolute;
  right: -8px;
  color: #222;
}

.breadcrumbs .breadcrumbs_list:last-child {
  position: relative;
}

.breadcrumbs .breadcrumbs_list:last-child::before {
  display: none;
}

.btn {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

#pageTop {
  color: #fff;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 11;
}

#copyright {
  text-align: center;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .ttl01 {
    color: #ff9921;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .ttl01 {
    color: #ff9921;
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  nav {
    width: 70%;
  }
  #nav-toggle {
    background: #fdd622;
    padding: 4px;
    position: fixed;
    top: 15px;
    right: 10px;
    height: 32px;
    cursor: pointer;
    border-radius: 5px;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 100000;
  }
  #container {
    z-index: 1000;
  }
  #gloval-nav {
    background: #fdd622;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1990;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav nav a {
    display: block;
    color: #ffff;
    text-decoration: none;
    padding: 10px 30px;
    transition: color 0.6s ease;
    position: relative;
  }
  #gloval-nav nav a::before {
    background: url(../img/nav-arw.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 13px;
    left: 0;
    content: "";
    position: absolute;
  }
  #gloval-nav nav a:hover {
    color: #666;
  }
  #gloval-nav ul {
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gloval-nav ul li {
    opacity: 0;
    font-weight: bold;
    transition: transform 0.6s ease, opacity 0.2s ease;
    border-bottom: solid 1px #fff;
  }
  .contact_btn {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
    color: #62d629;
    text-align: center;
    border-radius: 8px;
    padding: 3% 0;
    font-weight: bold;
  }
  .contact_btn span {
    position: relative;
  }
  .contact_btn span::before {
    background: url(../img/green-mail-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    content: "";
    position: absolute;
    top: 4px;
    left: -30px;
  }
  .contact_btn span::after {
    background: url(../img/green-arw.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    right: -18px;
    top: 5px;
    position: absolute;
    content: "";
  }
  .tel_btn {
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    color: #ff9921;
    text-align: center;
    border-radius: 8px;
    padding: 3% 0;
  }
  .tel_btn span {
    position: relative;
  }
  .tel_btn span::before {
    background: url(../img/orang-arw.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    right: -18px;
    top: 5px;
    position: absolute;
    content: "";
  }
  .tel_btn span::after {
    background: url(../img/orang-tel-icon.png) no-repeat;
    background-size: contain;
    content: "";
    width: 15px;
    height: 30px;
    top: 3px;
    left: -19px;
    position: absolute;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  #notfound {
    padding: 50px 0;
  }
  .pagenation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .pagenation li {
    margin-right: 20px;
    background: #ff7506;
    color: #fff;
  }
  .pagenation li:last-child {
    margin-right: 0;
  }
  .pagenation li span {
    display: block;
    padding: 5px 15px;
  }
  .pagenation li a {
    display: block;
    padding: 5px 15px;
    color: #fff;
  }
  .pagenation_deta {
    border-top: dotted 1px #d1d1d1;
    padding-top: 10px;
  }
  .pagenation_deta a {
    color: #000;
  }
  .pagenation_deta .left {
    position: relative;
    padding-left: 20px;
    float: left;
  }
  .pagenation_deta .right {
    float: right;
    position: relative;
    padding-right: 20px;
  }
  .pagenation_deta .center {
    text-align: center;
  }
  body {
    width: 500px;
    margin: 0 auto;
  }
  body img {
    max-width: 100%;
  }
  .flex {
    display: block;
  }
  .inbox {
    padding: 0 4%;
  }
  .none {
    display: block;
  }
  .privacy_list {
    background: #fff;
    overflow-y: scroll;
    height: 270px;
    padding: 20px;
    box-sizing: border-box;
  }
  .privacy_list dl {
    margin-bottom: 25px;
  }
  .privacy_list dt {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 5px;
  }
  .privacy_list dd {
    font-size: 14px;
  }
  #privacy iframe {
    width: 100%;
    height: 270px;
    background: #fff;
    display: block;
    border: none;
  }
  .privacy-frame {
    background: #fff;
    height: 270px;
    padding: 15px;
    box-sizing: border-box;
  }
  #privacy {
    margin-top: 15px;
  }
  /*---------main_visual------------*/
  /* bxslider
  ---------------------------------------------------- */
  .bx-pager {
    display: none;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .map {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .privacy_check {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .privacy_check a {
    color: #343434;
    font-size: 4vw;
    font-weight: 600;
  }
  .g-recaptcha div {
    margin: 0 auto;
  }
  .contact-submits-wrap {
    display: flex;
  }
  .contact_list_check {
    margin-top: 10px;
    background: url(../img/box.png) no-repeat;
    background-size: cover;
    padding: 20px;
  }
  .contact_list_check dl {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
    width: 100%;
    box-sizing: border-box;
  }
  .contact_list_check dl:first-child {
    padding-top: 0;
  }
  .contact_list_check dt {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact-submits-wrap {
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
  }
  .contact-submits-wrap .ttl {
    background: #ff9921;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .contact-submits-wrap .btn {
    font-size: 4vw;
    width: 170px;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    background: #ff7506;
    border: none;
    color: #fff;
    font-weight: bold;
  }
  .contact_check_ttl {
    text-align: center;
    font-size: 7vw;
  }
  #contact {
    position: relative;
  }
  #contact .ttl03 {
    background: #ffa200;
    color: #fff;
  }
  #contact section {
    padding: 40px 0;
  }
  #contact input {
    border: none;
    outline: none;
  }
  #contact textarea {
    border: none;
    outline: none;
  }
  #contact .ttl02 {
    text-align: center;
  }
  #contact .contact_wrap {
    margin: 0 auto;
    border-radius: 10px;
  }
  #contact .contact_wrap .ttl02 {
    text-align: center;
  }
  #contact .contact_wrap .ttl02 span {
    position: relative;
  }
  #contact .contact_wrap .ttl02 span::before {
    background: url(../img/contact_obg.png) no-repeat;
    content: "";
    position: absolute;
    width: 140px;
    height: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: -40px;
  }
  #contact .contact_list {
    background: url(../img/contact-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px 30px 0px 30px;
  }
  #contact .contact_list dl {
    padding: 15px 0;
    border-bottom: solid 1px #cccccc;
    width: 100%;
  }
  #contact .contact_list dl:last-child {
    border-bottom: none;
  }
  #contact .contact_list dt {
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #contact .contact_list .radio-dd {
    display: flex;
  }
  #contact .contact_list dd .radio {
    margin-right: 35px;
    display: flex;
    align-items: center;
  }
  #contact .contact_list dd .radio input {
    padding: 0;
    width: auto;
    margin: 0;
    margin-right: 5px;
  }
  #contact .contact_list dd input {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  #contact .contact_list dd textarea {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  #contact .contact_list .required span {
    position: relative;
  }
  #contact .contact_list .required span::before {
    content: "※必須";
    position: absolute;
    top: 3px;
    right: -50px;
    color: #000;
    font-size: 3.2vw;
    padding: 1px;
  }
  #contact #privacy_wrap {
    padding-top: 20px;
    background: url(../img/contact-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #contact #privacy_wrap .ttl03 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 1px;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
  }
  #sub_vis {
    margin-top: 60px;
    width: 100%;
    height: 48vw;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    background: url(../img/sv-vis.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .sb-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: -110px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .sb-txt img {
    width: 40%;
  }
  #main_visual {
    margin-top: 60px;
    width: 100%;
    height: 40vw;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    background: url(../img/main_vis_next.jpg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .mv-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0px;
    right: 0;
    top: 300px;
    bottom: 0;
    z-index: 999;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #header {
    position: fixed;
    width: 500px;
    margin: 0 auto;
    z-index: 2;
    padding: 5px 0;
    background: #fff;
  }
  #header .logo {
    display: block;
    text-align: center;
  }
  #header .logo img {
    width: 30%;
  }
  .sec01 .ttl {
    padding: 50px 0 5px 0;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
  }
  .sec01 .ttl span {
    color: #ff9921;
  }
  .sec01 .ttl::before {
    background: url(../img/sec01-ttl-obg-134-56.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 30px;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 10px;
  }
  .sec01 .sec01-wrap {
    background: url(../img/sec01-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 6%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec01 .sec01-wrap article {
    font-weight: bold;
    color: #000;
    position: relative;
  }
  .sec01 .sec01-wrap article::before {
    content: "";
    position: absolute;
  }
  /* .sec01 .sec01-wrap article:nth-child(1)::before {
    background: url(../img/sec01-img01.png) no-repeat;
    background-size: contain;
    width: 53%;
    height: 161%;
    left: 8px;
    top: -27px;
  } */
  .sec01 .sec01-wrap article:nth-child(1)::before {
    background: url(../img/sec01-img04.png) no-repeat;
    background-size: contain;
    width: 53%;
    height: 161%;
    left: 8px;
    top: -27px;
  }
  .sec01 .sec01-wrap article:nth-child(1) .box_txt::before {
    background: url(../img/sec01-icon01.png) no-repeat;
    background-size: contain;
    width: 30%;
    height: 100%;
    top: -28px;
    right: 0;
  }
  .sec01 .sec01-wrap article:nth-child(1) .box_txt::after {
    background: url(../img/fukidasi-left.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    left: -15px;
  }
  .sec01 .sec01-wrap article:nth-child(2)::before {
    background: url(../img/sec01-img02.png) no-repeat;
    background-size: contain;
    width: 29%;
    height: 161%;
    right: 8px;
    top: -27px;
  }
  .sec01 .sec01-wrap article:nth-child(2) .box_txt::before {
    background: url(../img/sec01-icon02.png) no-repeat;
    background-size: contain;
    width: 29%;
    height: 46%;
    top: -20px;
    right: 0;
  }
  .sec01 .sec01-wrap article:nth-child(2) .box_txt::after {
    background: url(../img/fukidasi-rith.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    right: -39px;
  }
  .sec01 .sec01-wrap article:nth-child(3)::before {
    background: url(../img/sec01-img03.png) no-repeat;
    background-size: contain;
    width: 25%;
    height: 173%;
    left: 8px;
    top: -27px;
  }
  .sec01 .sec01-wrap article:nth-child(3) .box_txt::before {
    background: url(../img/sec01-icon03.png) no-repeat;
    background-size: contain;
    width: 89%;
    height: 177%;
    right: -9px;
    top: -11px;
  }
  .sec01 .sec01-wrap article:nth-child(3) .box_txt::after {
    background: url(../img/fukidasi-left.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    left: -11px;
  }
  .sec01 .sec01-wrap article:nth-child(4)::before {
    background: url(../img/sec01-img04.png) no-repeat;
    background-size: contain;
    width: 24%;
    height: 161%;
    right: 8px;
    top: -27px;
  }
  .sec01 .sec01-wrap article:nth-child(4) .box_txt::before {
    background: url(../img/sec01-icon04.png) no-repeat;
    background-size: contain;
    width: 29%;
    height: 61%;
    right: -21px;
    top: 36px;
  }
  .sec01 .sec01-wrap article:nth-child(4) .box_txt::after {
    background: url(../img/fukidasi-rith.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    right: -45px;
    top: 15px;
  }
  .sec01 .sec01-wrap article:nth-child(5)::before {
    background: url(../img/sec01-img05.png) no-repeat;
    background-size: contain;
    width: 40%;
    height: 114%;
    left: -5px;
    top: 12px;
  }
  .sec01 .sec01-wrap article:nth-child(5) .box_txt::before {
    background: url(../img/sec01-icon06.png) no-repeat;
    background-size: contain;
    width: 29%;
    height: 61%;
    right: 1px;
    top: -25px;
  }
  .sec01 .sec01-wrap article:nth-child(5) .box_txt::after {
    background: url(../img/fukidasi-left.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    left: -15px;
  }
  .sec01 .sec01-wrap article:nth-child(odd) {
    text-align: right;
  }
  .sec01 .sec01-wrap article:not(:first-child) {
    margin-top: 40px;
  }
  .sec01 .sec01-wrap article span {
    color: #ff9921;
  }
  .sec01 .sec01-wrap article .box_txt {
    text-align: left;
    background: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 20px;
    position: relative;
  }
  .sec01 .sec01-wrap article .box_txt::before {
    content: "";
    position: absolute;
  }
  .sec01 .sec01-wrap article .box_txt::after {
    content: "";
    position: absolute;
  }
  .sec02 {
    padding: 10% 0;
  }
  .sec02 .ttl {
    font-weight: bold;
    background: url(../img/sec02-ttl-bg.png) no-repeat;
    text-align: right;
    color: #fff;
    position: relative;
  }
  .sec02 .ttl::before {
    background: url(../img/sec02-ttl-bigri-45-99.png) no-repeat;
    background-size: contain;
    width: 6%;
    height: 93%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec02 .ttl::after {
    background: url(../img/sec02-ttl-obg-san.png) no-repeat;
    background-size: contain;
    width: 33%;
    height: 71%;
    content: "";
    position: absolute;
    top: -19px;
    left: 21px;
  }
  .sec02 .sub-ttl {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
  }
  .sec02 .sub-ttl span {
    color: #ff9921;
    border-bottom: dotted 3px #ffef64;
  }
  .sec02 .sub-ttl em {
    position: relative;
  }
  .sec02 .sub-ttl em::before {
    background: url(../img/sec02-ttl-one-obg-236-75.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: -10px;
    z-index: -1;
  }
  .sec02 .sec02-wrap {
    padding: 0 5%;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../img/sec02-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sec02 .sec02-wrap article {
    background: #fff;
    border: solid 10px #fdd622;
    padding: 5%;
  }
  .sec02 .sec02-wrap article:not(:first-child) {
    margin-top: 20px;
  }
  .sec02 .sec02-wrap article:nth-child(10) .box_img {
    width: 50%;
  }
  .sec02 .sec02-wrap article .box_img {
    text-align: center;
  }
  .sec02 .sec02-wrap article h3 {
    font-weight: bold;
    text-align: center;
    border-bottom: solid 5px #ff7506;
    margin-bottom: 15px;
  }
  .sec02 .sec02-wrap article h3 span {
    color: #ff9921;
  }
  .sec02 .sec02-wrap article .box_img {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sec03 {
    position: relative;
    padding-bottom: 50px;
  }
  .sec03::before {
    background: url(../img/sec03-top-bg-next.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
  }
  .sec03 h2 {
    width: 60%;
    color: #fff;
    font-weight: 700;
    line-height: 1, 3;
    text-align: center;
    background: #00caef;
    box-sizing: border-box;
    padding: 2% 0;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
  }
  .sec03 h2::before {
    background: url(../img/sec03-left-obg.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 90%;
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
  }
  .sec03 h2::after {
    background: url(../img/sec03-right-obg.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 90%;
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
  }
  .sec03 .sub-ttl {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .sec03 .sub-ttl::before {
    background: url(../img/sec03-sub-ttl-bg.png) no-repeat;
    background-size: contain;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin: 0 auto;
  }
  .sec03 .sub-ttl span {
    position: relative;
  }
  .sec03 .sub-ttl span::before {
    background: url(../img/sec03-left-border.png) no-repeat;
    background-size: contain;
    height: 100%;
    width: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
  }
  .sec03 .sub-ttl span::after {
    background: url(../img/sec03-right-border.png) no-repeat;
    background-size: contain;
    height: 100%;
    width: 20px;
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
  }
  .sec03 .sec03-wrap {
    margin-top: 50px;
  }
  .sec03 .sec03-wrap article:not(:first-child) {
    margin-top: 50px;
  }
  .sec03 .sec03-wrap article .name {
    font-weight: bold;
    text-align: center;
    color: #ff7506;
    padding-bottom: 6px;
    border-bottom: dashed 3px #ff9921;
  }
  .sec03 .sec03-wrap article .box_img {
    height: 280px;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .sec03 .sec03-wrap article .box_txt {
    background: #fdd622;
    border-radius: 20px;
    margin-top: 35px;
    padding: 5%;
    position: relative;
  }
  .sec03 .sec03-wrap article .box_txt::before {
    top: -32px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .sec03 .sec03-wrap article .box_txt::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #fdd622;
    border-left: 16px solid transparent;
  }
  .sec03 .sec03-wrap article .box_txt dl {
    border-radius: 10px;
    background: #fff;
    padding: 3%;
  }
  .sec03 .sec03-wrap article .box_txt dl:not(:first-child) {
    margin-top: 10px;
  }
  .sec03 .sec03-wrap article .box_txt dl dt {
    color: #ff7506;
    font-weight: bold;
    padding-left: 8px;
    border-left: solid 4px #ff9921;
    line-height: 1;
  }
  .sec03 .sec03-wrap article .box_txt dl dd {
    margin-top: 10px;
  }
  .sec04 {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #ff9921;
    position: relative;
  }
  .sec04::before {
    background: url(../img/gal-top-ttl-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    top: -1px;
  }
  .sec04::after {
    background: url(../img/gal-bottom-ttl-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
    content: "";
    position: absolute;
    bottom: -9px;
  }
  .sec04 .sub-ttl {
    width: 80%;
    margin: 0 auto;
  }
  .sec04 .ttl {
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    position: relative;
    line-height: 1;
  }
  .sec04 .ttl::before {
    background: url(../img/garaly-ttl-obg.png) no-repeat;
    background-size: contain;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
  }
  .sec04 .ttl::after {
    background: url(../img/garaly-ttl-obg.png) no-repeat;
    background-size: contain;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
  }
  .sec04 .box_img {
    display: flex;
    margin-top: 20px;
  }
  .sec04 .box_img .cmn-img {
    width: 50%;
    height: 180px;
    position: relative;
  }
  .sec04 .box_img .cmn-img::before {
    background: url(../img/musimegae-50-50.png) no-repeat;
    background-size: contain;
    width: 10%;
    height: 10%;
    top: 3px;
    left: 3px;
    content: "";
    position: absolute;
    z-index: 1;
  }
  .sec05 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec05 .ttl {
    text-align: center;
    font-weight: bold;
    position: relative;
    width: 70%;
    margin: 0 auto;
    border-bottom: solid 4px #c268f1;
  }
  .sec05 .ttl::before {
    background: url(../img/sec05-icon.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -50px;
    content: "";
    position: absolute;
  }
  .sec05 .sec05-wrap {
    margin-top: 55px;
  }
  .sec05 .sec05-wrap dl dt {
    font-weight: bold;
    background: #eeeeee;
    border-left: solid 4px #ff9921;
    padding: 2%;
  }
  .sec05 .sec05-wrap dl dd {
    padding: 2%;
  }
  .sec06 {
    padding: 80px 0 40px 0;
    position: relative;
  }
  .sec06::before {
    background: url(../img/company-ttl-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 45%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .sec06 .ttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .sec06 .ttl::before {
    background: url(../img/company-icon.png) no-repeat;
    background-size: contain;
    width: 40%;
    height: 55px;
    right: 0;
    left: 0;
    top: -56px;
    margin: 0 auto;
    content: "";
    position: absolute;
  }
  .sec06 .sec06-wrap {
    margin-top: 20px;
  }
  .sec06 .sec06-wrap dl dt {
    background: #eeeeee;
    padding: 2%;
    border-left: solid 3px #ff9921;
  }
  .sec06 .sec06-wrap dl dd {
    padding: 2%;
  }
  .sec06 .map {
    margin-top: 40px;
  }
  .sec07 {
    background: url(../img/sec08_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }
  .sec07 .ttl {
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-bottom: solid 5px #fff;
    position: relative;
  }
  .sec07 .ttl::before {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -24px;
  }
  .sec07 .ttl::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .sec07 .ttl::after {
    background: url(../img/news-ttl-icon-90-72.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 66px;
    top: -55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
  }
  .sec07 .news_list {
    margin-top: 50px;
  }
  .sec07 .news_list li:not(:first-child) {
    margin-top: 30px;
  }
  .sec07 .news_list li a {
    background: #fff;
    border-radius: 20px;
    padding: 4%;
    display: block;
  }
  .sec07 .news_list li a .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec07 .news_list li a .inner .cmn-img {
    width: 40%;
    height: 100px;
  }
  .sec07 .news_list li a .inner .box_txt {
    width: 55%;
    font-weight: bold;
  }
  .sec07 .news_list li a .inner .box_txt time {
    color: #ff7506;
    padding-left: 15px;
    position: relative;
  }
  .sec07 .news_list li a .inner .box_txt time::before {
    top: 5px;
    left: 0;
  }
  .sec07 .news_list li a .inner .box_txt time::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff7506;
  }
  .sec07 .news_list li a .inner .box_txt .txt {
    color: #333;
    display: block;
  }
  .sec07 .news_list li a .inner .box_txt .tag {
    background: #ff9921;
    color: #fff;
    display: block;
    text-align: right;
    padding: 1% 3%;
  }
  .sec07 .more {
    width: 70%;
    margin: 0 auto;
    margin-top: 25px;
    background: #c268f1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
  }
  .sec07 .more::before {
    top: calc(50% - 3px);
    left: 40px;
  }
  .sec07 .more::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  #footer {
    padding-top: 20px;
  }
  #footer .logo {
    display: block;
    width: 30%;
    margin: 0 auto;
  }
  #footer .btn_list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  #footer .btn_list .btn {
    width: 40%;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    padding: 1% 8%;
    position: relative;
  }
  #footer .btn_list .btn::before {
    background: url(../img/arrow_aroow.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 3px;
    content: "";
    position: absolute;
  }
  #footer .btn_list .tel-btn {
    background: #ffa200;
    margin-right: 20px;
    position: relative;
  }
  #footer .btn_list .tel-btn::after {
    background: url(../img/f-tel-icon.png) no-repeat;
    background-size: contain;
    width: 16%;
    height: 51%;
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
  }
  #footer .btn_list .mail-btn {
    background: #aee83d;
  }
  #footer .btn_list .mail-btn::after {
    background: url(../img/mail-icon-36-28.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 26%;
    content: "";
    position: absolute;
    top: 20px;
    left: 3px;
  }
  #footer .ofc-btn {
    background: url(../img/ofc-btn-bg.png) no-repeat;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 3%;
    border: solid 1px #eee;
  }
  #footer .ofc-btn .ofc-btn-inner {
    display: flex;
    align-items: center;
  }
  #footer .ofc-btn .box_img {
    width: 30%;
  }
  #footer .ofc-btn .txt {
    color: #333;
    font-weight: bold;
    position: relative;
  }
  #footer .ofc-btn .txt::before {
    top: 7px;
    left: -24px;
  }
  #footer .ofc-btn .txt::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e70b12;
    border-right: 2px solid #e70b12;
    transform: rotate(45deg);
  }
  #footer .icon-list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  #footer .icon-list .btn {
    width: 10%;
  }
  #footer .icon-list .btn:not(:first-child) {
    margin-left: 20px;
  }
  #footer #copyright {
    background: #ffa200;
    color: #fff;
    margin-top: 10px;
  }
  #footer #copyright a {
    color: #fff;
  }
  .fix-item {
    width: 500px;
    margin: 0 auto;
    position: fixed;
    z-index: 2;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 4%;
  }
  .fix-item .box_img {
    width: 60%;
    margin: 0 auto;
  }
  .fix-item .tel_btn {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 2%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    background: #ffa200;
    position: relative;
  }
  .fix-item .tel_btn::before {
    background: url(../img/f-tel-icon.png) no-repeat;
    background-size: contain;
    width: 6%;
    height: 51%;
    content: "";
    position: absolute;
    top: 12px;
    left: 8px;
  }
  .fix-item .tel_btn::after {
    background: url(../img/arrow_aroow.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 20px;
    top: 13px;
    right: 3px;
    content: "";
    position: absolute;
  }
  #contact {
    background: url(../img/cotact-top-bg.png) no-repeat;
    background-size: contain;
  }
  #contact .ttl {
    padding-top: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  #contact .contact_box {
    margin-top: 60px;
    border-radius: 20px;
    background: #fcf3c4;
    padding: 5%;
  }
  #contact .contact_box .tel_ttl {
    width: 80%;
    margin: 0 auto;
  }
  #contact .contact_box .tel_ttl span {
    position: relative;
  }
  #contact .contact_box .tel_ttl span::before {
    background: url(../img/contact-sub-obg-left-34-47.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 6px;
    left: -20px;
    content: "";
    position: absolute;
  }
  #contact .contact_box .tel_ttl span::after {
    background: url(../img/contact-sub-obg-right-34-47.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 6px;
    right: -20px;
    content: "";
    position: absolute;
  }
  #contact .contact_box .contact_tel_btn {
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #ffa200;
    padding: 2% 0;
    position: relative;
  }
  #contact .contact_box .contact_tel_btn::before {
    background: url(../img/f-tel-icon.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 14px;
    left: 11px;
    content: "";
    position: absolute;
  }
  #contact .contact_box .contact_tel_btn::after {
    background: url(../img/arrow_aroow.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    top: 20px;
    right: 11px;
    content: "";
    position: absolute;
  }
  #contact .ttl-contact {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .contact-submits-wrap .btn {
    font-size: 16px;
  }
  #contact .contact_list .required span::before {
    font-size: 12px;
  }
  .privacy_check a {
    font-size: 16px;
  }
  #news {
    padding: 80px 0;
    position: relative;
  }
  #news .news_list_under {
    border: solid 1px #fdd622;
    padding: 20px;
    margin-top: 60px;
  }
  #news .news_list_under h2 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
  }
  #news .news_list_under .tag_name {
    color: #fdd622;
  }
  #news .news_list_under time {
    font-size: 11px;
    color: #fdd622;
  }
  #news .news_list_under .txt {
    margin: 20px 0;
  }
  #news .news_list_under a {
    display: block;
    box-sizing: border-box;
    background: #fdd622;
    color: #fff;
    padding: 10px;
    width: 120px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0 auto;
  }
  #news .news_list_under a:hover {
    opacity: 0.8;
  }
  #news_detail_under {
    position: relative;
    padding: 80px 0;
  }
  #news_detail_under h2 {
    color: #fdd622;
    font-weight: 500;
    margin-bottom: 20px;
  }
  #news_detail_under time {
    color: #fdd622;
    font-size: 11px;
  }
  #news_detail_under .txt {
    padding: 20px 10px;
  }
}


/*2021.11.16*/
/* .sec01 .sec01-wrap article:nth-child(4)::before {
  background: url(../img/sec01-img01.png) no-repeat;
  background-size: contain;
  width: 24%;
  height: 161%;
  right: 8px;
  top: -27px;
} */
.sec01 .sec01-wrap article:nth-child(4)::before {
  background: url(../img/sec01-img02.png) no-repeat;
  background-size: contain;
  width: 24%;
  height: 161%;
  right: 8px;
  top: -27px;
}