@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSans/NotoSansH.woff") format("woff");
  font-display: swap;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bg100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #009632;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main #col_main {
  flex: 1;
}
#main #col_side1 {
  width: 310px;
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #main #col_main {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #main #col_side1 {
    width: 240px;
  }
}
@media screen and (max-width: 834px) {
  #main #col_side1 {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  #main #col_side1 div:first-child, #main #col_side1 div:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}
@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}
.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}
table td {
  margin-bottom: -1px !important;
  padding: 8px !important;
  font-size: 1.3rem;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR,
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .fltL,
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}
.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone,
#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}
.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}
.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto !important;
  }
}
header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  z-index: 500;
  width: 100%;
}
#header_inner_wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: center;
}
#header_inner_wrap #header_inner .h_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 518px;
  width: 100%;
}
#header_inner_wrap #header_inner .h_contact > p {
  width: 100%;
  background: #fbe898;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4rem;
  padding: 3px 0;
  border: 1px solid #e5c900;
}
#header_inner_wrap #header_inner .h_contact .telwrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#header_inner_wrap #header_inner .h_contact .telwrap > img {
  margin-right: 12px;
}
#header_inner_wrap #header_inner .h_contact .telwrap p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: bold;
}
#header_inner_wrap #header_inner .h_contact .telwrap p span {
  display: inline-block;
  font-size: 1.2rem;
  background: #767676;
  color: #fff;
  padding: 1px 5px;
  border-radius: 7px;
  margin-right: 6px;
  font-weight: normal;
}
#header_inner_wrap #header_inner .h_contact .call {
  font-size: 2.8rem;
  font-weight: bold;
  color: #009632;
  line-height: 1;
}
#header_inner_wrap #header_inner .h_contact .call i {
  font-size: 2.4rem;
  margin-right: 4px;
}
#header_inner_wrap #header_inner .h_contact .call a {
  color: #009632;
  font-weight: bold;
}
#header_inner_wrap #header_inner .h_contact .h_btn {
  margin-left: 15px;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  #header_inner_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #header_inner_wrap #header_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    margin: 0;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner #siteID {
    width: 46%;
  }
}
@media screen and (max-width: 1000px) {
  #header_inner_wrap #header_inner #siteID {
    width: auto;
  }
}
@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner #siteID {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact > p {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #header_inner_wrap #header_inner .h_contact {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner .h_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .h_contact .telwrap > img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .telwrap p {
    font-size: 1.2rem;
    display: none;
  }
}
@media screen and (max-width: 375px) {
  #header_inner_wrap #header_inner .h_contact .telwrap p span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .call {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  #header_inner_wrap #header_inner .h_contact .call {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .call i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  #header_inner_wrap #header_inner .h_contact .call i {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .h_btn {
    width: 40%;
    margin-left: 0;
  }
}
#nav_global {
  width: 100%;
  background-color: #009632;
  position: relative;
  background-size: auto auto;
  background-color: #009632;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #009c34 2px, #009c34 4px);
}
#nav_global::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 128, 42, 0.5);
}
#nav_global > ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
#nav_global > ul > li {
  flex-grow: 1;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border-left: 1px solid #89cb98;
  position: relative;
  cursor: pointer;
}
#nav_global > ul > li:last-child {
  border-right: 1px solid #89cb98;
}
#nav_global > ul > li a {
  color: #fff;
  display: block;
  padding: 16px 0 20px;
  transition: 0.5s;
}
#nav_global > ul > li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
#nav_global > ul > li a i {
  margin-right: 3px;
  font-size: 1.6rem;
  font-weight: 900;
}
#nav_global > ul > li ul {
  position: absolute;
  left: -25%;
  top: 93%;
  width: 150%;
  z-index: 150;
  background-size: auto auto;
  background-color: #009632;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #009c34 2px, #009c34 4px);
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}
#mainArea {
  width: 100% !important;
  margin-top: 20px;
}
#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}
#mainArea ul li {
  padding: 0 10px;
}
#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  #mainArea {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}
#subArea {
  background: #fce898;
  background-image: linear-gradient(-45deg, #fce898 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, #fce898 50%, #fce898 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 40px 40px;
  height: 240px;
  position: relative;
}
#subArea h1 {
  position: absolute;
  font-size: 5.2rem;
  font-weight: 900;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #161616;
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 200px;
  }
}
@media screen and (max-width: 375px) {
  #subArea {
    height: 160px;
  }
}
@media screen and (max-width: 1200px) {
  #subArea h1 {
    font-size: calc(3rem + (1vw - 0.32rem) * 2.5);
  }
}
.h1txt {
  background: #fce898;
  background-image: linear-gradient(-45deg, #fce898 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, #fce898 50%, #fce898 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 40px 40px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h1txt h1 {
  font-size: 5.2rem;
  font-weight: 900;
  text-align: center;
  margin: auto;
  color: #161616;
}

@media screen and (max-width: 640px) {
  .h1txt {
    height: 180px;
  }
}
@media screen and (max-width: 375px) {
  .h1txt {
    height: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .h1txt h1 {
    font-size: calc(3rem + (1vw - 0.32rem) * 2.5);
  }
}
#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 600;
    position: relative;
    background-size: auto auto;
    background-color: #009632;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #009c34 2px, #009c34 4px);
  }
}
#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.nav_wrap > ul {
  width: 100%;
  padding: 0 20px;
}
.nav_wrap > ul > li {
  opacity: 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.nav_wrap > ul > li a {
  color: #000;
  display: block;
}
.nav_wrap > ul > li a i {
  margin-right: 3px;
  font-size: 1.6rem;
  font-weight: 900;
}
.nav_wrap > ul > li ul {
  margin-top: 15px;
}
.nav_wrap > ul > li ul li {
  padding: 5px 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap > ul > li {
    padding: 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .nav_wrap > ul > li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 320px) {
  .nav_wrap > ul > li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 834px) {
  .nav_wrap > ul > li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .nav_wrap > ul > li a {
    font-size: 1.6rem;
  }
}
.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}
.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}
.sp_menu div:nth-of-type(1) {
  top: 0;
}
.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}
.sp_menu div:nth-of-type(3) {
  bottom: 0;
}
.sp_menu.off div:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}
.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}
.sp_menu.off div:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
.sp_menu.on div:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.on div:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
#footer {
  background: #f3f3f3;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  #footer {
    padding-bottom: 80px;
  }
}
#footer_inner {
  max-width: 1000px;
  margin: auto;
  padding: 50px 0 40px;
}
#footer_inner .flogo p {
  margin-top: 20px;
}
#footer_inner .flogo p a {
  color: #333;
}
#footer_inner .subnav {
  margin-top: 25px;
}
#footer_inner .subnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_inner .subnav ul li:not(:first-child) {
  margin-left: 15px;
}
#footer_inner .subnav ul li a {
  color: #009632;
  transition: 0.5s;
}
#footer_inner .subnav ul li a:hover {
  color: #f08d10;
}

@media screen and (max-width: 1000px) {
  #footer_inner {
    padding: 50px 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  #footer_inner {
    padding: 50px 10px 40px;
  }
}
@media screen and (max-width: 640px) {
  #footer_inner .subnav ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  #footer_inner .subnav ul li {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #footer_inner .subnav ul li:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #footer_inner .subnav ul li a {
    background: #63cc33;
    color: #fff;
    display: block;
    padding: 8px 0;
    border-radius: 3px;
  }
}
@media screen and (max-width: 375px) {
  #footer_inner .subnav ul li a {
    font-size: 1.2rem;
  }
}
.f_copy {
  background: #009632;
  padding: 7px 0;
}
.f_copy a {
  color: #fff;
}

#contents_wrap {
  padding: 40px 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 10px 10px;
  }
}
.btn a {
  background: #63cc33;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: center;
  padding: 8px 0;
  border-radius: 2.4rem;
  transition: 0.5s;
  background-image: linear-gradient(-45deg, #63cc33 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, #63cc33 50%, #63cc33 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-size: 40px 40px;
}
.btn a:hover {
  opacity: 0.7;
}
.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn.center a {
  margin: auto;
}

@media screen and (max-width: 834px) {
  .btn a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .btn a::after {
    right: 10px;
  }
}
.banner h2 {
  background: #262626;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 5px;
}
.banner ul {
  border: 1px solid #262626;
}
.banner ul li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.banner ul li a {
  color: #039534;
  font-size: 1.4rem;
  padding: 8px 10px;
  display: block;
  transition: 0.5s;
}
.banner ul li a:hover {
  color: #f08d10;
}
.banner ul li a::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.6rem;
}

.title01 h1 {
  font-size: 4rem;
  color: #262626;
  font-weight: 900;
  line-height: 1.2;
}
.title01 h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  padding: 15px 5px;
  background-size: auto auto;
  background-color: #009632;
  position: relative;
  background-image: linear-gradient(-45deg, #009632 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, #009632 50%, #009632 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-size: 40px 40px;
}
.title01 h2::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 30px solid transparent;
  border-top: 25px solid #009632;
  width: 0;
  height: 0;
}
.title01 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #e07f04;
  padding: 5px;
  background-color: #f08d10;
  margin-bottom: 10px;
  background-image: linear-gradient(-45deg, #f08d10 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, #f08d10 50%, #f08d10 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-size: 40px 40px;
}
.title01 h4 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .title01 h1 {
    font-size: calc(2.6rem + (1vw - 0.32rem) * 1.5909);
  }
  .title01 h1 br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .title01 h2 {
    font-size: calc(2.8rem + (1vw - 0.834rem) * 3.2787);
  }
}
@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: calc(2.4rem + (1vw - 0.32rem) * 0.7782);
  }
}
@media screen and (max-width: 1200px) {
  .title01 h3 {
    font-size: calc(2rem + (1vw - 0.834rem) * 1.6393);
  }
}
@media screen and (max-width: 834px) {
  .title01 h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .title01 h4 {
    font-size: calc(1.8rem + (1vw - 0.32rem) * 0.4545);
  }
}
.title02 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  background: #009632;
  padding: 10px 0;
}
.title02 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: 3px solid #ccc;
  position: relative;
}
.title02 h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009632;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width: 1200px) {
  .title02 h2 {
    font-size: calc(2rem + (1vw - 0.32rem) * 0.4545);
  }
}
@media screen and (max-width: 834px) {
  .title02 h2 {
    text-align: left !important;
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .title02 h3 {
    font-size: calc(2.2rem + (1vw - 0.32rem) * 0.4545);
  }
}
.kyocho div {
  font-size: 4rem;
  color: #262626;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .kyocho div {
    font-size: calc(2.6rem + (1vw - 0.32rem) * 1.5909);
  }
}
.flexBox01,
.flexBox02 {
  justify-content: space-between;
}

.flexBox01 .box,
.flexBox02 .box {
  width: 32.09302%;
}

@media screen and (max-width: 640px) {
  .flexBox01 .box,
  .flexBox02 .box {
    width: 100%;
  }
  .flexBox01 .box:not(:last-child),
  .flexBox02 .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .flexBox01 .box img,
  .flexBox02 .box img {
    width: 100% !important;
  }
}
.flexBox01 .box h3,
.flexBox02 .box h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #e07f04;
  padding: 5px;
  background-color: #f08d10;
  margin-bottom: 10px;
  background-image: linear-gradient(-45deg, #f08d10 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, #f08d10 50%, #f08d10 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-size: 40px 40px;
}

@media screen and (max-width: 1200px) {
  .flexBox01 .box h3,
  .flexBox02 .box h3 {
    font-size: calc(2rem + (1vw - 0.834rem) * 1.6393);
  }
}
@media screen and (max-width: 834px) {
  .flexBox01 .box h3,
  .flexBox02 .box h3 {
    font-size: 2rem;
  }
}
.flexBox01 .box div,
.flexBox02 .box div {
  margin-top: 10px;
}

.flexBox01 .box div .btn {
  display: block;
  margin-top: 15px;
}

.flexBox02 .box {
  width: 48%;
}
.flexBox02 .box div .btn {
  display: block;
  margin-top: 15px;
}
.flexBox02 .box img {
  width: 100% !important;
}
.flexBox02 .box h3 {
  background-color: #e80984;
  line-height: 1.2;
  border: 1px solid #c6006d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  background-image: linear-gradient(-45deg, #e80984 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, #e80984 50%, #e80984 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
}
.flexBox02 .box h3 span {
  font-size: 1.2rem;
  display: block;
}
.flexBox02 .box div {
  text-align: center;
}

.flexBox03 .box:not(:last-child) {
  margin-bottom: 30px;
}
.flexBox03 .box article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 3px solid #ddd;
  border-top: none;
  padding: 20px;
}
.flexBox03 .box article img {
  width: 20% !important;
}
.flexBox03 .box article > div {
  width: 76%;
}
.flexBox03 .box h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #2594de;
  padding: 5px;
  background-color: #37a0e7;
  background-image: linear-gradient(-45deg, #37a0e7 25%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%, #37a0e7 50%, #37a0e7 75%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1));
  background-size: 40px 40px;
}

@media screen and (max-width: 640px) {
  .flexBox03 .box article {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .flexBox03 .box article {
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flexBox03 .box article img {
    width: 50% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .flexBox03 .box article > div {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .flexBox03 .box h3 {
    font-size: calc(2.2rem + (1vw - 0.32rem) * 1.5564);
  }
}
.btnWrap {
  justify-content: space-between;
}
.btnWrap .box {
  width: 48.83721%;
  border: 5px solid #eee;
  background: #fafafa;
}
.btnWrap .box a {
  font-size: 3.2rem;
  font-weight: 900;
  color: #161616;
  padding: 25px 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.btnWrap .box a:hover {
  opacity: 0.7;
}
.btnWrap .box a img {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .btnWrap .box {
    width: 100%;
  }
  .btnWrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .btnWrap .box a {
    font-size: calc(2.4rem + (1vw - 0.834rem) * 2.1858);
  }
}
@media screen and (max-width: 834px) {
  .btnWrap .box a {
    font-size: calc(2.2rem + (1vw - 0.32rem) * 0.3891);
  }
}
@media screen and (max-width: 375px) {
  .btnWrap .box a {
    padding: 15px 0;
  }
}
.news {
  max-height: 180px;
  overflow: auto;
}
.news dl {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
}
.news dl:first-child {
  padding-top: 0;
}
.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 120px !important;
}
.news dl dt span {
  background: #37a0e7;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 8px 6px;
  line-height: 1;
  text-align: center;
}
.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 0 0 15px !important;
  width: auto !important;
  flex: 1;
}

@media screen and (max-width: 640px) {
  .news {
    max-height: 220px;
  }
}
@media screen and (max-width: 480px) {
  .news dl {
    flex-direction: column;
  }
}
.contactWrap {
  background: url(../images/contents/bg01.jpg);
  background-size: cover;
  padding: 20px;
}
.contactWrap .contact_inner {
  border: 3px solid #63cc33;
  background: #fff;
  padding: 30px;
}
.contactWrap .contact_inner h2 {
  font-size: 3.6rem;
  color: #009632;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .contactWrap .contact_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .contactWrap .contact_inner {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .contactWrap .contact_inner h2 {
    font-size: calc(2.4rem + (1vw - 0.834rem) * 3.2787);
  }
}
@media screen and (max-width: 834px) {
  .contactWrap .contact_inner h2 {
    font-size: calc(2rem + (1vw - 0.32rem) * 1.9455);
  }
}
.contactBtn {
  justify-content: center;
  align-items: center;
}
.contactBtn .box {
  margin: 0 15px;
  font-size: 1.8rem;
}
.contactBtn .box p {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}
.contactBtn .box p span {
  background: #767676;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 8px;
  font-weight: 500;
}
.contactBtn .box .call {
  font-weight: 900;
  font-size: 3.6rem;
  color: #009632;
  line-height: 1.2;
}
.contactBtn .box .call i {
  font-size: 3rem;
  margin-right: 6px;
}
.contactBtn .box .call a {
  color: #009632;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .contactBtn {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 834px) {
  .contactBtn {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 768px) {
  .contactBtn {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1200px) {
  .contactBtn .box {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .contactBtn .box {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .contactBtn .box {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .contactBtn .box .call {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .contactBtn .box .call {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contactBtn .box .call i {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 375px) {
  .contactBtn .box .call i {
    font-size: 2.2rem;
  }
}
.pankuzu {
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}
.contactBox .call {
  font-size: 2rem;
  font-weight: bold;
}
.contactBox .call a {
  font-weight: bold;
}

.gallery {
  justify-content: space-between;
  align-items: center;
}
.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 100%;
    margin-bottom: 4%;
  }
  .gallery .box img {
    width: 100% !important;
  }
}
.flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.flex01.start {
  align-items: flex-start;
}
.flex01 .leftArea {
  width: 56%;
}
.flex01 .rightArea {
  width: 42%;
}
.flex01 .rightArea .btn a {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .flex01 {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 20px;
  }
}
.tbl {
  font-size: 1.3rem;
}
.tbl table {
  table-layout: auto;
}
.tbl table td {
  padding: 5px !important;
}

.btnWrap02 {
  justify-content: space-between;
}
.btnWrap02 .box {
  width: 24%;
  margin-bottom: 1.5%;
}
.btnWrap02 .box a {
  font-size: 1.4rem;
}
.btnWrap02 .box a::after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .btnWrap02 .box {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 375px) {
  .btnWrap02 .box {
    width: 100%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .btnWrap02 .box a {
    font-size: 1.2rem;
  }
}
.arrow {
  text-align: center;
  font-size: 4rem;
  color: #e80984;
}

.question,
.answer {
  position: relative;
  background: #fff;
  padding: 8px 20px 8px 50px;
  color: #009632;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .question,
  .answer {
    font-size: 1.4rem;
  }
}
.question::before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009632;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.answer {
  background: #fff;
  color: #333;
  cursor: inherit;
}
.answer::before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #009632;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
  content: "A";
  background: #e80984;
}
.answer div::after {
  display: none;
}

.table_scroll {
  height: 500px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.table_scroll table {
  position: relative;
}
.table_scroll tr:nth-child(odd) td {
  background: #f6f6f6;
}
.table_scroll tr:first-child td {
  background: #161616;
  color: #fff;
  position: sticky;
  top: -1px;
  left: 0;
}
.table_scroll tr:first-child td.tdsub-on {
  background: #868686;
}
.table_scroll tr td {
  text-align: center !important;
  margin-bottom: 0 !important;
  border-spacing: 0;
  width: 80px;
}
.table_scroll tr td:first-child {
  background: #161616;
  color: #fff;
  position: sticky;
  left: 0;
}
.table_scroll tr td:first-child.tdsub-on {
  background: #868686;
}
.table_scroll tr td.td-on {
  background: #161616;
  color: #fff;
}
.table_scroll tr td.tdsub-on {
  background: #faf5dc;
}

.btn_01 a {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom, #ff9d26, #f08d10);
  background-size: auto auto;
  background-color: #e99300;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #e88c00 14px, #e88c00 28px);
  color: #fff;
  display: block;
  line-height: 1;
  padding: 35px 0;
  border-radius: 60px;
  text-shadow: 0 0 6px rgba(187, 104, 0, 0.55);
  letter-spacing: 0;
  position: relative;
}
.btn_01 a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.btn_01 a:hover {
  animation: grow 1300ms ease infinite;
}

@media screen and (max-width: 1000px) {
  .btn_01 a::after {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .btn_01 a::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .btn_01 a {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .btn_01 a {
    font-size: 2.4rem;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.1);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
.flex3 {
  justify-content: space-between;
}
.flex3 .box {
  width: 32%;
}

section div.form_wrap dl dt {
  align-items: inherit;
}

.sticky {
  position: sticky;
  top: 0;
}


.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-700 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-800 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-900 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1300 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1400 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1600 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .inner-1920 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section div.form_wrap dl dd > div {
  display: block;
}
section div.form_wrap dl dd > div > b {
  font-size: 1.1em;
}/*# sourceMappingURL=common_style.css.map */