@charset "UTF-8";
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  color: #333;
  letter-spacing: -0.02em;
  overflow: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

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

/*==============================================================
	#header
===============================================================*/
header {
  background-color: #fff;
}
header .fl_box {
  justify-content: space-between;
}
header .head_logo {
  display: flex;
  align-items: center;
  padding-left: 2vw;
}
header .logo {
  width: 50px;
  margin-right: 20px;
}
header .logo_txt_box {
  border-top: 3px solid #192e8e;
  border-bottom: 3px solid #192e8e;
  padding: 2px 0;
}
header .logo_txt {
  border-top: 3px solid #b8c74f;
  border-bottom: 3px solid #b8c74f;
  font-size: clamp(14px, 1vw, 18px);
  padding: 2px 0;
  font-weight: bold;
  color: #192e8e;
}
header .nav_box {
  display: flex;
}
header nav {
  display: flex;
  align-items: center;
}
header .nav_ul {
  display: flex;
  align-items: center;
}
header .nav_ul li {
  padding: 0 20px 0 0;
  position: relative;
  margin-right: 20px;
}
header .nav_ul li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 19px;
}
header .nav_ul li:last-child::before {
  content: none;
}
header .nav_ul li a {
  color: #333;
}
header .tel_btn {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b8c74f;
  color: #fff;
  padding: 5px;
  font-size: clamp(28px, 2vw, 28px);
}
header .tel_btn img {
  width: 30px;
  position: relative;
  top: -4px;
  left: -5px;
}
header .tel_btn .txt {
  font-size: clamp(14px, 2vw, 14px);
  text-align: center;
}
header .tel_btn .fax {
  font-size: clamp(14px, 2vw, 14px);
  text-align: center;
}
header .contact_btn {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #192e8e;
  color: #fff;
  padding: 5px;
  font-size: clamp(20px, 2vw, 20px);
}
header .contact_btn img {
  width: 30px;
  position: relative;
  top: -4px;
  left: -5px;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#globalMenuSp {
  display: none;
}

/*==============================================================
	#footer
===============================================================*/
footer {
  background-color: #fff;
  padding: 30px 0 5px;
}
footer .ft_wrap {
  display: flex;
  justify-content: space-between;
}
footer .ft_logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: clamp(20px, 5vw, 20px);
}
footer .logo {
  width: 50px;
  margin-right: 20px;
}
footer address {
  line-height: 1.8;
}
footer .tel {
  line-height: 1.8;
}
footer .nav_ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .nav_ul li {
  padding: 0 20px 0 0;
  position: relative;
  margin-right: 20px;
}
footer .nav_ul li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .nav_ul li:last-child::before {
  content: none;
}
footer .nav_ul li a {
  color: #333;
}
footer .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
footer .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

/*==============================================================
	#共通
===============================================================*/
section {
  position: relative;
  padding: 80px 0;
}

#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: 0.3s;
  z-index: 9;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#toTop a {
  position: relative;
  background-color: #fff;
  border: 1px solid #192e8e;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
}
#toTop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-bottom: 15px solid #192e8e;
}

/*==============================================================
	#home
===============================================================*/
#home .mv_area {
  padding: 10vw 0 0;
  background: url(../../img/fv.webp) no-repeat center/cover;
  text-align: center;
  margin-top: -1px;
}
#home .mv_area .tl_box {
  margin-bottom: 10vw;
}
#home .mv_area .tl_box .sub_tl_box {
  background-color: #fff;
  border: 5px solid #192e8e;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 30px;
  font-size: clamp(32px, 2vw, 32px);
  color: #192e8e;
  font-weight: bold;
  box-shadow: 0 0 5px #000;
  margin-bottom: 20px;
}
#home .mv_area .tl_box h1 {
  font-size: clamp(78px, 2vw, 78px);
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #000;
  line-height: 1.2;
}
#home .mv_area .consultation {
  background-color: #fbed21;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #192e8e;
  padding: 10px;
  font-size: clamp(40px, 2vw, 40px);
}
#home .merit_area {
  background: url(../img/bg_base.webp) repeat;
}
#home .merit_area .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#home .merit_area .menu li {
  margin: 0 10px;
}
#home .merit_area .menu li a {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 10px 20px 30px 20px;
  border-radius: 100px;
  border: 4px solid #192e8e;
  font-size: clamp(32px, 2vw, 32px);
  color: #192e8e;
  width: 300px;
  font-weight: bold;
  display: block;
}
#home .merit_area .menu li a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top: 15px solid #b8c74f;
}
#home .merit_area .merit_list {
  display: flex;
  justify-content: space-between;
}
#home .merit_area .merit_list li {
  width: 19.5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
#home .merit_area .merit_list li:nth-child(even) {
  background-color: #b8c74f;
}
#home .merit_area .merit_list li:nth-child(odd) {
  background-color: #192e8e;
}
#home .merit_area .merit_list li a {
  color: #fff;
  padding: 15px;
  pointer-events: none;
}
#home .merit_area .merit_list li .ico {
  height: 80px;
  margin-bottom: 20px;
}
#home .merit_area .merit_list li .ico img {
  max-width: 150px;
  height: 80px;
}
#home .merit_area .merit_list li .txt {
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  line-height: 1.2;
}
#home .size_area {
  background: url(../img/bg_base.png) repeat;
}
#home .size_area .size_box {
  display: flex;
  justify-content: space-between;
}
#home .size_area .size_box .box {
  width: 48%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
#home .size_area .size_box .tl {
  font-size: clamp(36px, 2vw, 36px);
  color: #192e8e;
  font-weight: bold;
  margin-bottom: 20px;
}
#home .size_area .size_box .fig {
  width: 250px;
  height: 170px;
  margin: 0 auto 20px;
}
#home .size_area .size_box .txt_box {
  border-top: 2px solid #c1c5c8;
  padding-top: 10px;
  height: 100px;
  font-size: clamp(24px, 2vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .size_area .note {
  text-align: right;
  margin-top: 30px;
}
#home .material_area .material_list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
#home .material_area .material_list .box {
  width: 30%;
  background-color: #e6ebff;
  text-align: center;
  border-radius: 20px;
  padding: 40px 30px 20px;
  position: relative;
}
#home .material_area .material_list .box .tl {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  background-color: #fff;
  font-size: clamp(36px, 2vw, 36px);
  color: #192e8e;
  border: 3px solid #192e8e;
  border-radius: 100px;
  text-align: center;
  width: 90%;
  padding: 5px;
  margin: auto;
}
#home .material_area .material_list .box .list li {
  border-bottom: 1px solid #c1c5c8;
  padding: 10px 0;
  font-size: clamp(20px, 2vw, 20px);
}
#home .material_area .material_list .box .list li:last-child {
  border: none;
}
#home .material_area .con_btn {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
}
#home .surface_aea {
  background: url(../img/bg_base.png) repeat;
}
#home .surface_aea .box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
#home .surface_aea .list {
  width: 23%;
}
#home .surface_aea .list li {
  padding: 15px 0 15px 10px;
  font-size: clamp(20px, 2vw, 20px);
  border-bottom: 1px solid #c1c5c8;
}
#home .surface_aea .list li:last-child {
  border: none;
}
#home .order_area .fig {
  width: 80%;
  margin: 0 auto 20px;
}
#home .order_area .txt {
  font-size: clamp(28px, 2vw, 28px);
  text-align: center;
  margin-bottom: 50px;
}
#home .reason_area .con_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#home .reason_area .con_box:nth-child(odd) .photo {
  order: 2;
  margin-right: 0;
}
#home .reason_area .con_box:nth-child(odd) .txt_box {
  order: 1;
}
#home .reason_area .photo {
  width: 35%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
}
#home .reason_area .txt_box {
  width: 65%;
  display: flex;
  align-items: center;
}
#home .reason_area .tl_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#home .reason_area .num {
  background-color: #192e8e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: clamp(38px, 2vw, 38px);
  margin-right: 20px;
}
#home .reason_area .tl {
  color: #192e8e;
  font-weight: bold;
  font-size: clamp(32px, 2vw, 32px);
}
#home .reason_area .txt {
  font-size: clamp(20px, 2vw, 20px);
  padding-left: 80px;
}

/*==============================================================
	#company
===============================================================*/
#company .access_area .con_box {
  display: flex;
  justify-content: space-between;
}
#company .access_area .txt_box {
  width: 40%;
}
#company .access_area .txt_box address {
  font-size: clamp(20px, 2vw, 20px);
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 20px;
}
#company .access_area .txt_box .box {
  margin-bottom: 30px;
}
#company .access_area .txt_box .box .tl {
  background-color: #192e8e;
  color: #fff;
  padding: 10px 0 10px 50px;
  font-size: clamp(20px, 2vw, 20px);
  display: flex;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 10px;
}
#company .access_area .txt_box .box img {
  width: 30px;
  margin-right: 10px;
}
#company .access_area .map {
  width: 55%;
}
#company .access_area .map iframe {
  height: 100%;
}

/*==============================================================
	#business
===============================================================*/
#business .parts_area .con_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#business .parts_area .con_box .photo {
  width: 37%;
  overflow: hidden;
  border-radius: 20px;
}
#business .parts_area .con_box .txt_box {
  width: 60%;
}
#business .parts_area .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#business .parts_area .base_btn {
  margin-top: 30px;
}
#business .trial_area .con_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#business .trial_area .con_box .photo {
  width: 37%;
  overflow: hidden;
  border-radius: 20px;
  order: 1;
}
#business .trial_area .con_box .txt_box {
  width: 60%;
  order: 2;
}
#business .trial_area .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#business .trial_area .base_btn {
  margin-top: 30px;
}
#business .overseas_area {
  background: url(../img/bg_base.png) repeat;
}
#business .overseas_area .con_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 20px;
}
#business .overseas_area .photo {
  width: 35%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
#business .overseas_area .txt_box {
  width: 65%;
  display: flex;
  align-items: center;
  padding: 30px;
  height: 300px;
}
#business .overseas_area .tl_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#business .overseas_area .num {
  background-color: #192e8e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: clamp(38px, 2vw, 38px);
  margin-right: 20px;
}
#business .overseas_area .tl {
  color: #192e8e;
  font-weight: bold;
  font-size: clamp(32px, 2vw, 32px);
  line-height: 1.2;
}
#business .overseas_area .txt {
  font-size: clamp(18px, 2vw, 18px);
  padding-left: 80px;
  line-height: 1.8;
}
#business .guidance_area .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*==============================================================
	#product
===============================================================*/
#product .product_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product_box .box {
  width: 31%;
  text-align: center;
  margin-bottom: 40px;
}
#product .product_box .box .name {
  margin-top: 10px;
  font-size: clamp(20px, 2vw, 20px);
  color: #192e8e;
  font-weight: bold;
}
#product .parts_area .txt {
  text-align: center;
  margin-top: 50px;
  font-size: clamp(24px, 2vw, 24px);
}

/*==============================================================
	#3d
===============================================================*/
#manufacturing .about_area .con_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#manufacturing .about_area .con_box .photo {
  width: 50%;
}
#manufacturing .about_area .con_box .txt_box {
  width: 46%;
}
#manufacturing .about_area .con_box .txt_box .txt {
  font-size: clamp(21px, 2vw, 21px);
  line-height: 1.8;
}
#manufacturing .list {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
#manufacturing .list .photo {
  margin-bottom: 30px;
}
#manufacturing .list .tl {
  font-size: clamp(24px, 2vw, 34px);
  text-align: center;
  margin-bottom: 30px;
}
#manufacturing .list .txt {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}
#manufacturing .file_area .con_box {
  margin-bottom: 50px;
}
#manufacturing .file_area .con_box:last-child {
  margin-bottom: 0;
}
#manufacturing .file_area .tl {
  border-bottom: 3px solid #192e8e;
  color: #192e8e;
  font-size: clamp(30px, 2vw, 30px);
  padding: 10px;
  margin-bottom: 30px;
}

/*==============================================================
	#contact
===============================================================*/
#contact .form_area .txt {
  margin-bottom: 50px;
  line-height: 1.8;
}
#contact .form_area .txt a {
  color: #000;
  text-decoration: underline;
}
#contact .form_area .base_tbl {
  width: 100%;
  margin-bottom: 30px;
}
#contact .form_area .base_tbl th,
#contact .form_area .base_tbl td {
  position: relative;
  text-align: left;
  padding: 10px;
}
#contact .form_area .base_tbl th {
  width: 400px;
  padding-left: 70px;
}
#contact .form_area .base_tbl th span {
  display: block;
  font-size: clamp(16px, 2vw, 16px);
}
#contact .form_area .base_tbl td {
  width: calc(100% - 400px);
}
#contact .form_area .base_tbl input[type=text],
#contact .form_area .base_tbl input[type=email],
#contact .form_area .base_tbl input[type=tel],
#contact .form_area .base_tbl textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
#contact .form_area .base_tbl textarea {
  height: 200px;
}
#contact .form_area .base_tbl input[type=radio] {
  margin-right: 10px;
}
#contact .form_area .base_tbl .radio_box span {
  margin-right: 20px;
}
#contact .form_area .base_tbl .required {
  background-color: #fbed21;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 10px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
#contact .form_area .screen-reader-response {
  color: red;
  text-align: center;
  margin-bottom: 20px;
}
#contact .form_area .wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}
#contact .form_area .wpcf7-response-output {
  color: red;
  text-align: center;
  margin-top: 20px;
}
#contact .form_area #submit-btn {
  background-color: #192e8e;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  font-size: 28px;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 50px auto 40px;
}
#contact .form_area #submit-btn:hover {
  opacity: 0.8;
}
#contact .form_area .wpcf7-spinner {
  position: absolute;
}
#contact .form_area .custom #submit-btn {
  margin-bottom: 20px;
}
#contact .form_area #submit-btn-back {
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 100px;
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0px auto 40px;
}
#contact .tel_area {
  background: url(../img/bg_contact.webp) no-repeat center/cover;
}
#contact .tel_area .base_tl {
  color: #fff;
}
#contact .tel_area .base_tl span::before {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(-90deg, #fff 0%, #fff 50%, #b8c74f 50%, #b8c74f 100%);
}
#contact .tel_area .base_tl span::after {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #b8c74f 50%, #b8c74f 100%);
}
#contact .tel_area .con_box {
  display: flex;
  width: 50%;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  padding: 50px 30px;
}
#contact .tel_area .s_tl {
  font-size: clamp(20px, 2vw, 20px);
  margin-bottom: 20px;
}
#contact .tel_area .box {
  text-align: center;
}
#contact .tel_area .tel {
  font-size: clamp(50px, 2vw, 50px);
  color: #192e8e;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .tel_area .tel img {
  width: 40px;
  margin-right: 10px;
}
#contact .tel_area .fax {
  font-size: clamp(18px, 2vw, 18px);
  margin-top: 10px;
}
#contact .thanks_area .thanks_tl {
  text-align: center;
  font-size: clamp(24px, 5vw, 28px);
  margin-bottom: 40px;
  color: #283272;
}
#contact .thanks_area .more_btn {
  background-color: #023955;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 28px;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 50px auto 40px;
}
#contact .thanks_area .more_btn:hover {
  opacity: 0.8;
}

.contact_area {
  background: url(../img/bg_contact.webp) no-repeat center/cover;
  text-align: center;
}
.contact_area .sub_tl {
  display: inline-block;
  margin: 0 auto 10px;
  background: #fbed21;
  color: #192e8e;
  text-align: center;
  padding: 8px 100px;
  border-radius: 100px;
  font-size: clamp(34px, 2vw, 34px);
}
.contact_area .tl {
  font-size: clamp(70px, 2vw, 70px);
  color: #fff;
}
.contact_area .txt {
  color: #fff;
  font-size: clamp(27px, 2vw, 27px);
  margin-bottom: 30px;
}
.contact_area .con_box {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  padding: 50px 30px;
}
.contact_area .s_tl {
  font-size: clamp(34px, 2vw, 34px);
  margin-bottom: 10px;
}
.contact_area .box {
  width: 48%;
  text-align: center;
}
.contact_area .box:last-child {
  border-left: 1px solid #192e8e;
}
.contact_area .tel {
  font-size: clamp(50px, 2vw, 50px);
  color: #192e8e;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area .tel img {
  width: 40px;
  margin-right: 10px;
}
.contact_area .fax {
  font-size: clamp(18px, 2vw, 18px);
  margin-top: 10px;
}
.contact_area .con_btn {
  margin: auto;
}

.sub_contact_area {
  background: url(../img/bg_contact_1.webp) no-repeat center/cover;
  text-align: center;
}
.sub_contact_area .sub_tl {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0 50px;
  font-size: clamp(32px, 2vw, 32px);
  color: #192e8e;
  letter-spacing: 3px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fbed21 40%);
}
.sub_contact_area .sub_tl span {
  position: relative;
}
.sub_contact_area .sub_tl span::before {
  content: "";
  background: url(../img/ico_tl.svg) no-repeat;
  position: absolute;
  right: 104%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 38px;
}
.sub_contact_area .sub_tl span::after {
  content: "";
  background: url(../img/ico_tl.svg) no-repeat;
  transform: scaleX(-1);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 38px;
}
.sub_contact_area .tl {
  font-size: clamp(32px, 2vw, 32px);
  margin-bottom: 30px;
}
.sub_contact_area .con_btn {
  margin: auto;
}

/*IEのみ*/
/*END
---------------------------------------------------------------------------------------*//*# sourceMappingURL=layout.css.map */