@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
body {
  font-family: "Kiwi Maru", sans-serif;
  color: #000;
  word-break: break-all;
  letter-spacing: 0.5px;
  text-align: left;
}

input, select, button, textarea {
  font-family: "Kiwi Maru", sans-serif;
}

button {
  font-weight: 400;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  text-decoration: none !important;
  color: #000;
}

p,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input {
  border: none;
  text-align: center;
}
input:focus {
  outline: none;
}
input::-moz-placeholder {
  color: #9c9c9c;
}
input::placeholder {
  color: #9c9c9c;
}
input::-ms-clear {
  display: none;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.header {
  width: 96%;
  margin: 0 auto;
  height: 100px;
  word-break: keep-all !important;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .header {
    width: 90%;
    max-width: 1100px;
    height: 130px;
    padding: 12px 0;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media only screen and (min-width: 360px) {
  .header .logo {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .header .logo {
    font-size: 18px;
  }
}
.header .back {
  flex: 1;
  display: flex;
  align-items: center;
}
.header .back a {
  width: 24px;
  height: 24px;
  float: left;
}
.header .catch {
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 14px;
}
@media only screen and (min-width: 360px) {
  .header .catch {
    font-size: 20px;
    justify-content: right;
  }
}
@media only screen and (min-width: 768px) {
  .header .catch {
    font-size: 24px;
  }
}
.header .side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .side ul {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header .side ul {
    display: block;
  }
}
.header .side ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.header .side ul li a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 0 10px;
}
@media only screen and (min-width: 1440px) {
  .header .side ul li a {
    padding: 0 19px;
  }
}
.header .side .lm_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 0;
  margin-left: 5px;
  cursor: pointer;
}
.header .side .lm_menu img {
  width: 55px;
}
.header .side .mblock {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .header .side .mblock {
    display: none;
  }
}
.header .side .wad {
  color: #064f7d;
  font-size: 15px;
  margin-left: 150px;
  display: none;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .header .side .wad {
    display: block;
  }
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav ul {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .sidenav ul {
    padding: 12px 50px;
  }
}
.sidenav ul li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 10px 24px;
}
.sidenav ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  transition: 0.3s;
}
.sidenav ul li .on {
  font-weight: 700;
  color: #3d3d3d;
}
.sidenav ul:nth-child(3) {
  margin-top: 20px;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.sidenav ul:nth-child(4) {
  margin-top: 0;
  border-bottom: solid 1px #dcdcdc;
}
.sidenav .smenu {
  display: flex;
  margin-top: 20px;
  padding: 10px 14px;
}
.sidenav .smenu .snlist {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.sidenav .smenu .snlist a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 0 10px;
}
@media only screen and (min-width: 1440px) {
  .sidenav .smenu .snlist a {
    padding: 0 19px;
  }
}
.sidenav .smenu .snlist:last-child {
  margin-right: 50px;
}
.sidenav .closebtn {
  position: absolute;
  top: 12px;
  right: 16px;
  height: 24px;
  width: 24px;
  margin-bottom: 30px;
}

.navih {
  width: 100%;
  background-color: #c3dfe0;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  color: #000;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  padding: 0 10px;
  margin: 100px auto 0;
}
@media only screen and (min-width: 360px) {
  .navih {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .navih {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .navih {
    margin: 130px auto 0;
  }
}
.navih a {
  font-weight: bold;
  text-decoration: underline !important;
  color: #035860;
}

footer {
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 30px 5%;
  background-color: #e0fcfc;
}
footer .content {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  footer .content {
    max-width: 500px;
  }
}
footer .content .logo {
  width: 50px;
}
@media only screen and (min-width: 768px) {
  footer .content .logo {
    width: 60px;
  }
}
footer .content .logo img {
  width: 100%;
}
footer .content .side {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .content .side .copyright {
  margin: 10px 0 20px 0;
  color: #888888;
  font-size: 11px;
}
@media only screen and (min-width: 360px) {
  footer .content .side .copyright {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  footer .content .side .copyright {
    font-size: 13px;
  }
}
footer .content .side .sicon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .content .side .sicon li {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
}

.main {
  position: relative;
  padding-top: 37.5%;
  overflow: hidden;
  margin: 0 auto;
}
.main .main_inner {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.main .main_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 250vw;
  animation: loop 50s linear infinite forwards;
}
.main .main_img li {
  width: 125vw;
  float: left;
}
.main .main_img li img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .main {
    padding-top: 106.67%;
  }
  .main .main_img {
    width: 711.2vw;
    animation: loop_sp 50s linear infinite forwards;
  }
  .main .main_img li {
    width: 355.6vw;
  }
  .main h2 {
    width: 92%;
  }
}

.mainimg {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .mainimg {
    width: 90%;
    max-width: 1100px;
  }
}
.mainimg img {
  width: 100%;
}

.vpc600 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .vpc600 {
    display: block;
  }
}
.vpc600 img {
  width: 100%;
}

.vsp600 {
  display: block;
}
@media only screen and (min-width: 768px) {
  .vsp600 {
    display: none;
  }
}
.vsp600 img {
  width: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop_sp {
  0% {
    transform: translateX(0vw);
  }
  100% {
    transform: translateX(-50%);
  }
}
.comb {
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
}

.comb_delay05 {
  transition-delay: 0.5s;
}

.comb.on {
  opacity: 1;
}

.title {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625em;
  font-weight: 500;
  color: #484848;
  text-align: center;
  padding-top: 15px;
  border: 1px solid #dcdcdc;
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
}
.title img {
  width: 60px;
}
@media only screen and (min-width: 360px) {
  .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 24px;
  }
}
.title:before {
  content: "";
  width: 200px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: -1px;
  background-color: #eb5b1b;
}
.title:after {
  content: "";
  width: 200px;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -2px;
  background-color: #eb5b1b;
}

.page {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 120px;
  background-image: url(../img/sbg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page:before, .page:after {
  content: "";
  display: table;
}
.page:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .page {
    padding: 60px 30px 120px;
  }
}

.banner {
  width: 94%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px auto;
}
.banner li {
  width: 50%;
}
.banner li img {
  width: 98%;
  margin: 0 1% 10px 1%;
}
@media only screen and (min-width: 768px) {
  .banner {
    width: 90%;
    max-width: 1080px;
  }
  .banner li {
    width: 25%;
  }
  .banner li img {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
}

.contact {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .contact {
    width: 75%;
    max-width: 860px;
  }
}
.contact .text {
  width: 100%;
  padding: 0 10px;
  margin: 40px auto 0;
  font-size: 13px;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 360px) {
  .contact .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .text {
    font-size: 18px;
  }
}
.contact button {
  width: 80%;
  background-color: #72b3e3;
  color: #fff;
  padding: calc(14px - 1px);
  text-align: center;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  max-width: 500px;
  margin: 40px auto 0;
}
.contact button:hover {
  background-color: #479cdb;
}
.contact button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.6);
}
.contact button:disabled {
  background-color: #aaaaaa;
  color: #000;
}
@media only screen and (min-width: 360px) {
  .contact button {
    background-color: #72b3e3;
    color: #fff;
    padding: calc(15px - 1px);
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .contact button:hover {
    background-color: #479cdb;
  }
  .contact button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.6);
  }
  .contact button:disabled {
    background-color: #aaaaaa;
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .contact button {
    background-color: #72b3e3;
    color: #fff;
    padding: calc(16px - 1px);
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    width: 75%;
  }
  .contact button:hover {
    background-color: #479cdb;
  }
  .contact button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.6);
  }
  .contact button:disabled {
    background-color: #aaaaaa;
    color: #000;
  }
}
.contact .sns {
  width: 84%;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .sns img {
  width: 60px;
}
@media only screen and (min-width: 360px) {
  .contact .sns img {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .sns {
    width: 60%;
    max-width: 346px;
  }
  .contact .sns img {
    width: 78px;
  }
}

.bdg {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-position: center;
}

.bdg2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.profile {
  width: 96%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .profile {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
  }
}
.profile .hip {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .profile .hip {
    flex-direction: row;
  }
}
.profile .hip .his {
  width: 100%;
  padding: 5% 2%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .profile .hip .his {
    width: 55%;
  }
}
.profile .hip .his .name {
  width: 100%;
  padding: 20px 0;
  border-top: solid #f17c0e 20px;
  border-bottom: solid #f17c0e 20px;
  text-align: center;
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his .name {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his .name {
    font-size: 34px;
  }
}
.profile .hip .his .ustory {
  width: 100%;
  margin: 40px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his .ustory {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his .ustory {
    font-size: 18px;
  }
}
.profile .hip .his .ustory .sogae {
  margin-top: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his .ustory .sogae {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his .ustory .sogae {
    font-size: 15px;
  }
}
.profile .hip .his .ustory .csogae {
  margin-top: 10px;
  color: #3f3f3d;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his .ustory .csogae {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his .ustory .csogae {
    font-size: 15px;
  }
}
.profile .hip .upp {
  padding: 5%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile .hip .upp {
    width: 45%;
  }
}
.profile .hip .upp img {
  width: 100%;
}
.profile .hip .upp3 {
  padding: 5% 2%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile .hip .upp3 {
    width: 45%;
  }
}
.profile .hip .upp3 img {
  width: 100%;
}
.profile .hip .upp2 {
  padding: 5%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile .hip .upp2 {
    width: 40%;
  }
}
.profile .hip .upp2 img {
  width: 100%;
}
.profile .hip .his2 {
  width: 100%;
  padding: 5%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .profile .hip .his2 {
    width: 60%;
  }
}
.profile .hip .his2 .jhtory {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his2 .jhtory {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his2 .jhtory {
    font-size: 18px;
  }
}
.profile .hip .his2 .jhtory p {
  margin-top: 10px;
  width: 100%;
  padding-top: 15px;
  border-top: solid 1px #000;
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his2 .jhtory p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his2 .jhtory p {
    font-size: 15px;
  }
}
.profile .hip .his3 {
  width: 100%;
  padding: 5%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .profile .hip .his3 {
    width: 55%;
  }
}
.profile .hip .his3 .jhtory {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his3 .jhtory {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his3 .jhtory {
    font-size: 18px;
  }
}
.profile .hip .his3 .jhtory p {
  margin-top: 10px;
  width: 100%;
  padding-top: 15px;
  border-top: solid 1px #000;
  font-size: 11px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .profile .hip .his3 .jhtory p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .hip .his3 .jhtory p {
    font-size: 15px;
  }
}
.profile .address {
  width: 100%;
  margin: 30px 0;
  background-color: #72b3e3;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .profile .address {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .profile .address {
    font-size: 18px;
  }
}

.about {
  width: 96%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
  }
}
.about .atitle {
  width: 100%;
  margin: 30px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  padding: 20px;
  font-size: 13px;
  text-align: left;
  font-weight: 700;
  color: #000;
}
.about .atitle p {
  font-size: 13px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .about .atitle {
    font-size: 16px;
  }
  .about .atitle p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle {
    font-size: 20px;
    padding: 30px;
  }
  .about .atitle p {
    font-size: 18px;
  }
}
.about .atitle .tdiv {
  width: 94%;
  margin: 30px auto;
  background-color: #72b3e3;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .about .atitle .tdiv {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .tdiv {
    font-size: 22px;
    width: 80%;
  }
}
.about .atitle .tdiv_n {
  width: 94%;
  margin: 30px auto;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 360px) {
  .about .atitle .tdiv_n {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .tdiv_n {
    font-size: 22px;
    width: 80%;
  }
}
.about .atitle .tdiv3 {
  width: 100%;
  margin: 30px auto;
  background-color: #e90ef1;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .about .atitle .tdiv3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .tdiv3 {
    font-size: 22px;
  }
}
.about .atitle .tdiv2 {
  width: 94%;
  margin: 30px auto;
  background-color: #efefef;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 360px) {
  .about .atitle .tdiv2 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .tdiv2 {
    font-size: 19px;
    width: 80%;
    padding: 30px;
  }
}
.about .atitle .btn_set {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .about .atitle .btn_set {
    width: 80%;
  }
}
.about .atitle .btn_set li {
  width: 46%;
  margin: 20px 2%;
}
.about .atitle .btn_set li .btn_c {
  width: 100%;
  background-color: #f6a200;
  color: #fff;
  padding: calc(12px - 1px);
  text-align: center;
  border: none;
  border-radius: 30px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  max-width: 500px;
  margin: 0 auto;
}
.about .atitle .btn_set li .btn_c:hover {
  background-color: #c38000;
}
.about .atitle .btn_set li .btn_c:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.6);
}
.about .atitle .btn_set li .btn_c:disabled {
  background-color: #aaaaaa;
  color: #000;
}
@media only screen and (min-width: 360px) {
  .about .atitle .btn_set li .btn_c {
    background-color: #f6a200;
    color: #fff;
    padding: calc(13px - 1px);
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .about .atitle .btn_set li .btn_c:hover {
    background-color: #c38000;
  }
  .about .atitle .btn_set li .btn_c:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.6);
  }
  .about .atitle .btn_set li .btn_c:disabled {
    background-color: #aaaaaa;
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .btn_set li .btn_c {
    background-color: #f6a200;
    color: #fff;
    padding: calc(16px - 1px);
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
  }
  .about .atitle .btn_set li .btn_c:hover {
    background-color: #c38000;
  }
  .about .atitle .btn_set li .btn_c:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(161, 161, 161, 0.6);
  }
  .about .atitle .btn_set li .btn_c:disabled {
    background-color: #aaaaaa;
    color: #000;
  }
}
.about .atitle .class_i {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .about .atitle .class_i {
    flex-direction: row;
  }
}
.about .atitle .class_i .ctxt {
  width: 100%;
  padding: 2%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}
@media only screen and (min-width: 1200px) {
  .about .atitle .class_i .ctxt {
    width: 40%;
  }
}
.about .atitle .class_i .ctxt .ctxt_d {
  text-align: left;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 360px) {
  .about .atitle .class_i .ctxt .ctxt_d {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .class_i .ctxt .ctxt_d {
    font-size: 18px;
  }
}
.about .atitle .class_i .ctxt .ctxt_d .sogae {
  margin-top: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .about .atitle .class_i .ctxt .ctxt_d .sogae {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .class_i .ctxt .ctxt_d .sogae {
    font-size: 15px;
  }
}
.about .atitle .class_i .ctxt .ctxt_d .csogae {
  margin-top: 10px;
  color: #3f3f3d;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 360px) {
  .about .atitle .class_i .ctxt .ctxt_d .csogae {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .about .atitle .class_i .ctxt .ctxt_d .csogae {
    font-size: 15px;
  }
}
.about .atitle .class_i .ctxt video {
  width: 100%;
  margin-top: 15px;
}
.about .atitle .class_i .c_photo {
  padding: 2% 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .about .atitle .class_i .c_photo {
    width: 60%;
  }
}
.about .atitle .class_i .c_photo img {
  width: 100%;
}
.about .atitle .class_i .photo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .atitle .class_i .photo a {
  width: 31%;
}
.about .atitle .class_i .photo li {
  width: 100%;
}
.about .atitle .class_i .photo li img {
  width: 100%;
}
.about .atitle .class_i .p2 {
  width: 100%;
}
.about .atitle .class_i .p2 .cp {
  width: 100%;
  padding: 2% 0;
  float: left;
}
@media only screen and (min-width: 768px) {
  .about .atitle .class_i .p2 .cp {
    width: 50%;
    padding: 1%;
  }
}
.about .atitle .class_i .p2 .cp img {
  width: 100%;
}

.container {
  width: 94%;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  grid-auto-flow: row dense;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 80%;
    gap: 30px;
  }
}
.container .imageFlex1 {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .container .imageFlex1 {
    row-gap: 20px;
  }
}
.container .imageFlex2 {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .container .imageFlex2 {
    row-gap: 20px;
  }
}
.container .imageFlex3 {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .container .imageFlex3 {
    row-gap: 20px;
  }
}
.container .images {
  width: 100%;
  height: auto;
}
.container .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.container2 {
  width: 60%;
  margin: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  grid-auto-flow: row dense;
}
@media only screen and (min-width: 768px) {
  .container2 {
    width: 60%;
    gap: 30px;
  }
}
.container2 .imageFlex1 {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .container2 .imageFlex1 {
    row-gap: 20px;
  }
}
.container2 .imageFlex2 {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .container2 .imageFlex2 {
    row-gap: 20px;
  }
}
.container2 .imageFlex3 {
  display: grid;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .container2 .imageFlex3 {
    row-gap: 20px;
  }
}
.container2 .images {
  width: 100%;
  height: auto;
}
.container2 .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.container3 {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.container3 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.container3 li {
  width: 49%;
  margin: 0 1% 0 0;
  margin: 0;
}
.container3 li:last-child {
  margin: 0 0 0 1%;
}
.container3 li video,
.container3 li img {
  width: 100%;
}

.box {
  width: 96%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .box {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
  }
}
.box .botitle {
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color: #000;
}
.box .botitle p {
  font-size: 11px;
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  .box .botitle {
    font-size: 16px;
  }
  .box .botitle p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .box .botitle {
    font-size: 18px;
    width: 100%;
  }
  .box .botitle p {
    font-size: 16px;
  }
}
.box .list {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 10px auto 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .box .list {
    padding: 30px;
  }
}
.box .vcontents {
  font-size: 12px;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .box .vcontents {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .box .vcontents {
    font-size: 18px;
  }
}
.box .tab01 {
  width: 100%;
  font-size: 12px;
}
@media only screen and (min-width: 360px) {
  .box .tab01 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .box .tab01 {
    font-size: 18px;
  }
}
.box .tab01 th {
  background: #f5f5f5;
  border-right: 1px solid #cecece;
  width: 30%;
  text-align: center;
  border-bottom: 1px dotted #d2d2d2;
}
.box .tab01 td {
  padding: 10px 0 10px 7px;
  border-bottom: 1px dotted #d2d2d2;
}
@media only screen and (min-width: 768px) {
  .box .tab01 td {
    padding: 20px 0 20px 30px;
  }
}/*# sourceMappingURL=styles.css.map */