/*==========================================================
                        C U S T O M
==========================================================*/
.under main .image_l {
  float: left;
  margin: 0 50px 0 0;
}
.under main .image_r {
  float: right;
  margin: 0 0 0 50px;
}
/* MB */
.under main .mb0 {
  margin-bottom: 0;
}
.under main .mb10 {
  margin-bottom: 10px;
}
.under main .mb20 {
  margin-bottom: 20px;
}
.under main .mb30 {
  margin-bottom: 30px;
}
.under main .mb40 {
  margin-bottom: 40px;
}
.under main .mb50 {
  margin-bottom: 50px;
}
.under main .mb60 {
  margin-bottom: 60px;
}
/* MT */
.under main .mt10 {
  margin-top: 10px;
}
.under main .mt20 {
  margin-top: 20px;
}
.under main .mt30 {
  margin-top: 30px;
}
.under main .mt40 {
  margin-top: 40px;
}
.under main .mt50 {
  margin-top: 50px;
}
.under main .mt60 {
  margin-top: 60px;
}
.under main .w24 {
  width: 24%;
}
.under main .w28 {
  width: 28%;
}
/*==========================================================
                        H E A D I N G
==========================================================*/
.sp, .sp640, .sp440,.txt_scroll {
  display: none;
}
.cl-fce632 {
  color: #fce632;
}
.under main #top_info {
  height: 295px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 0px;
  background: url('../images/top_info_bg.jpg') no-repeat;
  background-size: cover;
}
.under main #top_info .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.under main #top_info h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  font-family: var(--f-nts);
}
.under main #top_info .top_info_btn a {
  padding: 10px 40px;
  width: 565px;
  height: 90px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background: url(../images/top_info_btn-arr.png) no-repeat center right 40px, linear-gradient(0deg, rgba(0, 113, 188, 1) 0%, rgba(0, 137, 206, 1) 100%);
  border-radius: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.under main .u_tit2 {
  width: max-content;
  margin: 0 auto 35px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: var(--f-nts);
}
.under main .u_tit2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  width: 115%;
  background: url(../images/line_bottom.svg)no-repeat bottom center;
  background-size: auto 100%;
}
.under main p {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 35px;
}
.under main p:last-child {
  margin-bottom: 0;
}
.under .under_sec01 p,.under .under_sec02 p {
    font-size: 28px;
}
/*==========================================================
                        under class.html
==========================================================*/
.under main .under_sec01 {
  padding: 31px 0 50px;
}
.under main .under_sec01 .u_tit2 {
  margin-bottom: 45px;
}
.under main .under_sec01 .flex_3col li {
  width: 310px;
  margin-right: 70px;
}
.under main .under_sec01 .flex_3col li:last-child {
  margin-right: 0;
}
.under main .under_sec01 .flex_3col li .img {
  margin-bottom: 15px;
}
.under main .under_sec01 .flex_3col li .img img {
  width: auto;
  max-height: 216px;
}
.under_sec01 h2.tyle01 span:after,.under_sec02 h2.tyle01 span:after {
   width: 117%; 
}
/*---under_txt01---*/
.under main .under_txt01 {
  padding: 50px 15px 48px 15px;
  background: #F0961B;
  background: linear-gradient(90deg, rgba(240, 150, 27, 1) 0%, rgba(255, 109, 44, 1) 100%);
}
.under main .under_txt01 p {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
/*under_sec02*/
.under main .under_sec02 {
  padding: 78px 0 83px;
}
.under main .under_sec02 .flex_2col {
  margin-top: 47px;
}
.under main .under_sec02 .u_tit2 {
  margin-bottom: 50px;
}
.under main .under_sec02 .under_sec02_frame {
  width: calc(100%/2);
  max-width: 680px;
  background: #fff6e6;
  border-radius: 26px;
  padding-bottom: 34px;
  margin-bottom: 30px;
}
.under main .under_sec02 li:nth-child(2n) {
  background: #e5f3fa;
}
.under main .under_sec02_frame .sec02_frame_ttl {
  padding: 15px 10px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background: #f0961b;
  border-radius: 26px 26px 0 0;
  margin-bottom: 0;
  line-height: 1.3;
}
.under main li:nth-child(2n) .sec02_frame_ttl {
  background: #2c9ed7;
}
.under main .under_sec02_frame .sec02_content {
  padding: 30px 30px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.under main .under_sec02_frame .img {
  width: 230px;
  margin-bottom: 0;
}
.under main .under_sec02_frame .txt {
  width: calc(100% - 230px);
  font-size: 20px;
  line-height: 1.6;
  padding: 0 0 0 30px;
}
.under main .under_sec02_frame .sec02_btn a {
  position: relative;
  z-index: 1;
  width: 338px;
  height: 58px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #f0961b;
  background: url(../images/under_btn-arr01.png) no-repeat center right 35px #fff;
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.under main .under_sec02_frame .sec02_btn a:hover {
  opacity: .7;
}
.under main .under_sec02_frame .sec02_btn a:before {
  position: absolute;
  z-index: -2;
  content: "";
  width: 345px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F29600;
  background: linear-gradient(358deg, rgba(242, 150, 0, 1) 0%, rgba(250, 191, 62, 1) 64%, rgba(230, 171, 0, 1) 100%);
  border-radius: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 4px 1px;
}
.under main .under_sec02_frame .sec02_btn a:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 338px;
  height: 58px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/under_btn-arr01.png) no-repeat center right 30px #fff;
  border-radius: 60px;
}
.under main li:nth-child(2n) .sec02_btn a {
  color: #2c9ed7;
  padding: 10px 35px 10px 15px;
  border: 5px solid #2c9ed7;
}
.under main li:nth-child(2n) .sec02_btn a:before {
  background: #2C9ED7;
  background: linear-gradient(182deg, rgba(44, 158, 215, 1) 0%, rgba(50, 122, 157, 1) 100%);
}
.under main li:nth-child(2n) .sec02_btn a:after {
  background: url(../images/under_btn-arr02.png) no-repeat center right 35px #fff;
}
/*under_sec03*/
.under main .under_sec03 {
  padding: 58px 0 105px;
  background: #fff6e6;
}
.under main .under_sec03_frame {
  padding: 70px 140px;
  background: #fff;
  border-radius: 20px;
  margin-top: 75px;
}
.under main .list-check li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: -0.005em;
}
.under main .list-check li:last-child {
  margin-bottom: 0;
}
.under main .list-check li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background: url(../images/under_list-check-ic.svg)no-repeat center center / contain;
}
/*under_sec04*/
.under main .under_sec04 {
  padding: 56px 0 140px;
}
.under main .under_sec04 .tb_scroll {
  margin-top: 60px;
}
.under main .tb_sec04 tr:first-child th {
  padding: 17px 8px;
  border-width: 2px;
}
.under main .tb_sec04 tr:first-child img {
  margin: 0 auto 0;
}
.under main .tb_sec04 tr:first-child th:nth-child(1) {
  border: none;
}
.under main .tb_sec04 tr:first-child th:nth-child(2) {
  background-color: #f0961b;
  border-width: 2px;
}
.under main .tb_sec04 tr:first-child th:nth-child(3), .under main .tb_sec04 tr:first-child th:nth-child(4) {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #b3b3b3;
}
.under main .tb_sec04 tr td {
  padding: 15px 10px;
  color: #222222;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
.under main .tb_sec04 tr td:not(:first-child) {
  vertical-align: top;
}
.under main .tb_sec04 tr td:first-child {
  background-color: #fffbe0;
  font-weight: bold;
  border-width: 2px;
}
.under main .tb_sec04 tr td:nth-child(2) {
  background-color: #fff6e6;
  font-weight: bold;
}
.under main .tb_sec04 tr td:nth-child(3), .under main .tb_sec04 tr td:nth-child(4) {
  background-color: #eaeaea;
  font-weight: 500;
}
.under main table td {
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.under main table th, .under main table td {
  border-color: #b3b3b3;
}
.under main table img {
  display: block;
  margin: 0 auto 15px;
}
.under main table td.pd0 {
  padding: 0;
  border: none;
}
.under main table th {
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-bottom-color: #b3b3b3;
}
.under main table.tb_block th {
  border-bottom-color: #b3b3b3;
}
/*==========================================================
                        MAIL FORM
==========================================================*/
#contact main h1 {
  width: max-content;
  margin: 0 auto 20px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: var(--f-nts);
}
#contact main h1:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 115%;
  background: url(../images/under_ttl_ic01.png)no-repeat bottom center;
}
#contact .sec_mailform {
  padding-bottom: 100px;
}
#contact * {
  box-sizing: border-box
}
#contact #content {
  background: #fff6e6
}
#contact .mailform {
  margin-bottom: 50px;
}
#contact .mailform tr:first-child th, #contact .mailform tr:first-child td {
  border-top-width: 1px;
}
#contact .mailform th, #contact .mailform td {
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: #b3b3b3;
  padding: 20px 10px;
  font-size: 26px;
}
#contact .mailform td.conf{
  color: darkorange;
 }
#contact .mailform th {
  width: 30%;
  min-width: 440px;
  position: relative;
  font-weight: 500;
}
#contact .mailform th.align-top {
  vertical-align: top;
  padding-top: 30px;
}
#contact .mailform th span {
  text-align: left;
  margin-left: 100px;
  display: block;
  padding-bottom: 10px;
  line-height: 1.4;
}
#contact .mailform th span.required {
  width: 70px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(to right, #f0961b, #ff6d2c);
  border-radius: 8px;
  position: absolute;
  right: 10px;
  top: 25px;
  line-height: 1.0;
  padding-bottom: 4px;
}
#contact .mailform ul li {
  margin-bottom: 10px;
}
#contact .mailform input[type="radio"], #contact .mailform input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #b3b3b3;
  border-radius: 0%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #fff;
  margin-right: 15px;
  top: 5px;
}
#contact .mailform input[type="radio"] {
  border-radius: 50%;
}
#contact .mailform .list_check label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contact .mailform .list_check span {
  width: calc(100% - 45px);
  position: relative;
  top: 4px;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/checked.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
#contact .mailform input[type="checkbox"]:checked, #contact .mailform input[type="radio"]:checked {
  background-color: #ff702a;
  border-color: #ff702a;
}
#contact .mailform input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/radio.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
#contact .mailform input[type="text"], #contact .mailform input[type="email"], #contact .mailform input[type="tel"], #contact .mailform textarea {
  width: 100%;
  max-width: 850px;
  padding: 4px 8px;
}
#contact .mailform select {
  padding: 5px 8px;
}
#contact .mailform select, #contact .mailform label, #contact .mailform textarea, #contact .mailform input[type="text"], #contact .mailform input[type="email"], #contact .mailform input[type="tel"], #contact .mailform select, #contact .mailform p {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 500
}
#contact .mailform .f_sm {
  font-size: 80% !important;
  font-weight: 500;
}
#contact .mailform .red {
  font-weight: 500;
}
.ml_red01 {
  margin-left: 20px;
}
#contact .flex_select {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 850px;
}
#contact .flex_select span {
  margin: 0 20px 0 0;
}
#contact .flex_select .item_select {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
}
#contact .flex_select .item_select select {
  margin-right: 10px;
}
#contact .mailform select.custom-select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/arrow_down.png') no-repeat right 20px center / 32px;
  padding-right: 60px; /* Space for arrow */
  background-color: white;
  border-radius: 0px;
  width: 140px;
  box-sizing: border-box
}
#contact .mailform select.custom-select2 {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/arrow_down.png') no-repeat right 20px center / 32px;
  padding-right: 60px; /* Space for arrow */
  background-color: white;
  border-radius: 0px;
  width: 40%;
  margin-right: 2%;
}
#contact .mailform select.custom-select3 {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/arrow_down.png') no-repeat right 20px center / 32px;
  padding-right: 60px; /* Space for arrow */
  background-color: white;
  border-radius: 0px;
  width: 58%;
}
.button_contact {
  width: 330px;
  height: 66px;
  position: relative;
  margin: 0 auto 30px;
}
.button_contact input {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #E6AB00;
  background: linear-gradient(180deg, rgba(230, 171, 0, 1) 0%, rgba(242, 150, 0, 1) 100%);
  border-radius: 33px;
  color: #fff;
  border: none;
  font-size: 26px;
  font-weight: bold;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: ease 0.3s
}
.button_contact::after {
  content: '';
  background: url("../images/contact_btn-arr01.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
}
.button_contact input:hover {
  opacity: 0.8
}
.button_back {
  width: 230px;
  height: 46px;
  position: relative;
  margin: 0 auto 20px;
}
.button_back input {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #E6AB00;
  background: linear-gradient(180deg, rgba(230, 171, 0, 1) 0%, rgba(242, 150, 0, 1) 100%);
  border-radius: 33px;
  color: #fff;
  border: none;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: ease 0.3s
}
.button_back::after {
  content: '';
  background: url("../images/contact_btn-arr02.png") no-repeat 0 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
}
.button_back input:hover {
  opacity: 0.8
}
.txt_flex {
  display: flex;
}
.under #sec03 h2.tyle01 span:after {
    width: 109%;
}
.secured {
	margin-top: 30px;
	text-align: center;
}
/*==========================================================
                        FONT FAMILY
==========================================================*/
/* EGDE */
@supports (-ms-ime-align: auto) {}
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}