@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');

/*base*/
/*------------------------------------------------------------------------------*/
:root {
  /*設定例 color: var(--primary-color);*/
  --primary-color: #0088d3;
  /*水色*/
  --primary-dark: #00468c;
  /*紺色*/
  --accent-color: #e50012;
  /*赤色*/
}

h1,
h2,
h3,
p {
  margin: 0;
}

body {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

#wrapper {
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a img {
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.7;
}

/*layout*/
/*------------------------------------------------------------------------------*/
.inner01 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner02 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.font01 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}

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

.tel {
  pointer-events: none;
}

.txt_c {
  text-align: center;
}

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

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.m100_sph {
  margin-bottom: clamp(50px, 8.3vw, 100px) !important;
}

.m150_sph {
  margin-bottom: clamp(70px, 12.5vw, 150px) !important;
}

/*header*/
/*footer*/
/*------------------------------------------------------------------------------*/
header,
footer {
  background: #fff;
}

#header_in,
#footer_in {
  max-width: 1560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 100px;
}

header #logo,
footer #logo {
  margin: 0;
  line-height: 1;
}

#h_cta,
#f_cta {
  display: flex;
  align-items: center;
}

#h_tel,
#f_tel {
  margin-right: 20px;
}

#h_tel .tel_icon,
#h_contact .mail_icon,
#f_tel .tel_icon,
#f_contact .mail_icon {
  display: none;
}

#h_tel .sub,
#f_tel .sub {
  display: block;
  color: var(--primary-color);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

#h_tel .txt,
#f_tel .txt {
  font-size: 14px;
  display: block;
  text-align: center;
}

#h_contact a,
#f_contact a {
  color: #fff;
  background-color: var(--primary-dark);
  font-size: 16px;
  width: 253px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

/*title*/
/*------------------------------------------------------------------------------*/
.title_01 {
  text-align: center;
  margin-bottom: 20px;
}

.title_01 .sub {
  font-size: 20px;
  color: var(--primary-color);
  position: relative;
}

.title_01 .sub:before {
  position: absolute;
  content: '';
  background: var(--primary-color);
  left: -55px;
  top: 50%;
  width: 32px;
  height: 2px;
}

.title_01 .sub:after {
  position: absolute;
  content: '';
  background: var(--primary-color);
  right: -55px;
  top: 50%;
  width: 32px;
  height: 2px;
}

.title_01 .main {
  font-size: clamp(36px, 4vw, 48px);
  color: var(--primary-dark);
  display: block;
  line-height: 1.3;
  margin-top: clamp(10px, 1.5vw, 18px);
}

/*mv*/
/*------------------------------------------------------------------------------*/
#mv {
  background: url(../image/mv.png) no-repeat center center;
  background-size: cover;
}

.mv_in {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(45px, 8.3vw, 100px) 0 clamp(30px, 4.8vw, 50px);
}

#mv .mv_title {
  line-height: 1.4;
  color: #fff;
  font-size: clamp(22px, 5.6vw, 68px);
  margin-bottom: clamp(45px, 8.3vw, 100px);
  padding-left: calc(50% - 780px + 30px);
}

#mv .box {
  float: right;
  padding-left: 15%;
}

#mv .txt {
  color: #f0f0e1;
  font-size: clamp(11px, 1.6vw, 20px);
  margin-top: 15px;
  line-height: 1.2;
}

/*chosen*/
/*------------------------------------------------------------------------------*/
#chosen {
  background: #0088D2;
  background: linear-gradient(90deg, rgba(0, 136, 210, 1) 0, rgba(0, 136, 210, 1) 1600px, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  position: relative;
  overflow: hidden;
}

#chosen::before {
  content: '';
  width: 41vw;
  aspect-ratio: 205 / 57;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

#chosen::after {
  content: '';
  width: 59vw;
  aspect-ratio: 118 / 33;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #00468C;
  position: absolute;
  bottom: 0;
  right: 0;
}

.chosen_img {
  width: 840px;
  height: 100%;
  padding: 108px 0 163px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.chosen_img::before {
  content: '';
  width: 642px;
  height: 857px;
  background: url(../image/chosen01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 22px;
  left: -600px;
  z-index: 2;
}

.chosen_img::after {
  content: '';
  width: 316px;
  height: 900px;
  background: url(../image/chosen02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 104px;
  right: -316px;
  z-index: 2;
}

.chosen_in {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 3;
}

.chosen_in .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.48;
  margin-bottom: 60px;
}

.chosen_in .text {
  font-size: 22px;
}

/*bg*/
/*------------------------------------------------------------------------------*/
.bg01,
.bg02 {
  padding: 50px 50px 40px;
}

.bg01 {
  background-color: var(--primary-color);
}

.bg02 {
  background-color: var(--primary-dark);
}

.bg01_in,
.bg02_in,
.bg03_in,
.bg04_in,
.bg05_in {
  position: relative;
  z-index: 0;
}

.bg01_in::before,
.bg02_in::before,
.bg03_in::before {
  content: '';
  width: 900px;
  height: 418px;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: -1;
}

.bg04_in::before,
.bg05_in::before {
  content: '';
  width: 900px;
  height: 418px;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: -1;
}

.bg05_in::before {
  width: 997px;
  height: 537px;
  bottom: -50px;
}

.bg01_in::after,
.bg02_in::after,
.bg03_in::after {
  content: '';
  width: 50vw;
  height: 418px;
  position: absolute;
  bottom: -90px;
  right: -50vw;
  z-index: -1;
}

.bg04_in::after,
.bg05_in::after {
  content: '';
  width: 50vw;
  height: 418px;
  position: absolute;
  bottom: -90px;
  left: -50vw;
  z-index: -1;
}

.bg05_in::after {
  height: 537px;
  bottom: -50px;
}


.bg01_in::before,
.bg01_in::after {
  background-color: var(--primary-dark);
}

.bg02_in::before,
.bg02_in::after,
.bg05_in::before,
.bg05_in::after {
  background-color: var(--primary-color);
}

.bg03_in::before,
.bg03_in::after,
.bg04_in::before,
.bg04_in::after {
  background-color: #AFAFAF;
}

/*product*/
/*------------------------------------------------------------------------------*/
#product.bg01 {
  padding: 45px 0;
}

#product .bg04_in {
  padding: 0 10px;
}

#product .flex01 {
  row-gap: 20px;
}

#product .in {
  width: 32.2%;
}

#product .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#product .product_title {
  color: #fff;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.3;
}

#product .product_title .sub {
  color: var(--primary-dark);
  font-size: clamp(36px, 4vw, 48px);
  display: block;
  margin-top: 30px;
  font-weight: normal;
}

#product .box {
  background-color: #eee;
}

#product .img {
  position: relative;
}

#product .img:before {
  background: url(../image/product_icon.png) no-repeat left top;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
  width: 37px;
  height: 37px;
}

#product img {
  height: 244px;
  width: 100%;
  object-fit: cover;
}

#product .subtitle {
  color: #fff;
  font-size: 19px;
  background-color: var(--primary-dark);
  padding-left: 30px;
  line-height: 38px;
  width: 272px;
  margin: -19px 0 0 -8px;
  position: relative;
  z-index: 1;
}

#product .txt {
  padding: 15px;
  font-size: 16px;
  min-height: 100px;
  display: flex;
  align-items: center;
}

/*cta*/
/*------------------------------------------------------------------------------*/
.cta {
  background: url(../image/cta_img01.png) no-repeat;
  background-size: cover;
  position: relative;
}

.cta_wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta_wrap::before {
  content: '';
  width: 850px;
  height: 420px;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: -50px;
}

.cta_wrap::after {
  content: '';
  width: 50vw;
  height: 420px;
  background-color: var(--primary-color);
  position: absolute;
  left: -50vw;
  bottom: -50px;
}

.cta_in {
  width: 1000px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #FFF;
  border-bottom: none;
  padding: 67px 50px 43px;
}

.cta_in .title {
  font-size: 120px;
  line-height: 1.2;
  color: #FFF;
  margin-left: 30px;
}

.cta_in .text {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.45;
  color: #FFF;
  margin-bottom: 10px;
}

.cta_box {
  background: #FFF;
  padding: 18px 56px;
}

.cta_box .headline {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 10px;
}

.cta_box_in {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.tel_box {
  width: 50%;
  background-color: var(--primary-color);
  color: #FFF;
  padding: 8px 0;
}

.tel_box a {
  font-size: 31px;
  color: #FFF;
  font-weight: bold;
  margin-left: 10px;
  line-height: 1.2;
  display: inline-block;
}

.tel_box .hours .sub {
  display: inline-block;
}

.mail_box {
  width: 50%;
  border: 1px solid var(--primary-dark);
  line-height: 1.26;
  padding: 3px 0;
}

.mail_box p {
  color: var(--primary-dark);
  margin-bottom: 5px;
}

.mail_box a {
  background-color: var(--primary-dark);
  color: #FFF;
  padding: 3px 4.5em;
}

/*worries*/
/*------------------------------------------------------------------------------*/
#worries {
  position: relative;
  margin-top: 150px;
}

#worries:after {
  position: absolute;
  content: '';
  background: url(../image/reason_bg.png) no-repeat left top;
  left: 0;
  bottom: -506px;
  width: 770px;
  height: 636px;
  z-index: -1;
}

#worries.bg02 {
  padding: 30px 50px 40px;
}

#worries .worries_title {
  margin-bottom: 30px;
}

#worries .worries_title .sub {
  font-size: 20px;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#worries .worries_title .sub:after {
  content: '';
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

#worries .worries_title .main {
  color: #fff;
  font-size: clamp(30px, 3vw, 36px);
  display: block;
  line-height: 1.3;
}

#worries .box {
  width: 49.9%;
  background: #444;
  color: #fff;
  text-align: center;
  margin-bottom: 0.2%;
}

#worries img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

#worries .txt_box {
  padding: 12px;
}

#worries .subtitle {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 10px;
  line-height: 1.4;
}

#worries .txt {
  font-size: 16px;
}

/*reason*/
/*------------------------------------------------------------------------------*/
#reason .lead {
  font-size: clamp(20px, 2vw, 24px);
  color: var(--primary-color);
  text-align: center;
  font-weight: bold;
}

#reason .box {
  margin-bottom: clamp(70px, 11.6vw, 140px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
}

#reason .box:before {
  position: absolute;
  content: '';
  bottom: 20px;
  height: 218px;
  z-index: -1;
}

#reason .rb01:before {
  background: url(../image/reason01.png) no-repeat center center;
  width: 275px;
}

#reason .rb02:before {
  background: url(../image/reason02.png) no-repeat center center;
  width: 333px;
}

#reason .rb03:before {
  background: url(../image/reason03.png) no-repeat center center;
  width: 331px;
}

#reason .rb04:before {
  background: url(../image/reason04.png) no-repeat center center;
  width: 328px;
}

#reason .rb05:before {
  background: url(../image/reason05.png) no-repeat center center;
  width: 337px;
}

#reason .rb01:before,
#reason .rb03:before,
#reason .rb05:before {
  left: 37%;
}

#reason .rb02:before,
#reason .rb04:before {
  left: 34%;
}

#reason .rb02 .img_box,
#reason .rb04 .img_box {
  order: 3;
}

#reason .rb02 .subtitle,
#reason .rb04 .subtitle {
  order: 1;
}

#reason .rb02 .txt_box,
#reason .rb04 .txt_box {
  order: 2;
}

#reason .img_box {
  width: 40%;
}

#reason .img_box .in {
  position: relative;
}

#reason .img_box .in:before {
  position: absolute;
  content: '';
  background: var(--primary-color);
  top: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#reason .rb01 .img_box .in:before,
#reason .rb03 .img_box .in:before,
#reason .rb05 .img_box .in:before {
  left: -20px;
}

#reason .rb02 .img_box .in:before,
#reason .rb04 .img_box .in:before {
  right: -20px;
}

#reason .img_box .in:after {
  position: absolute;
  content: '';
  background: var(--primary-color);
  width: 120px;
}

#reason .rb01 .img_box .in:after,
#reason .rb03 .img_box .in:after,
#reason .rb05 .img_box .in:after {
  left: -20px;
  bottom: 0;
  height: 30px;
}

#reason .rb02 .img_box .in:after,
#reason .rb04 .img_box .in:after {
  left: 0;
  top: -20px;
  height: 40px;
}

#reason .subtitle {
  writing-mode: vertical-rl;
  font-size: clamp(30px, 4vw, 48px);
  color: var(--primary-color);
  font-weight: normal;
  line-height: 1.3;
}

#reason .rb01 .subtitle,
#reason .rb03 .subtitle,
#reason .rb05 .subtitle {
  padding: 0 50px 0 10px;
}

#reason .txt_box {
  width: 34.1%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#reason .txt_box .font01 {
  color: var(--primary-dark);
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: clamp(20px, 4.3vw, 40px);
  text-align: center;
}

#reason .txt_box p {
  width: 100%;
}

/*message*/
/*------------------------------------------------------------------------------*/
#message {
  position: relative;
  margin-bottom: 90px;
}

#message:before {
  position: absolute;
  content: '';
  background: url(../image/message_bg.png) no-repeat right center;
  right: 0;
  bottom: -200px;
  top: -200px;
  width: 1308px;
  height: 1200px;
  z-index: -2;
}

#message .inner01 {
  padding: 0 150px;
}

#message .title_01 {
  margin-bottom: 40px;
}

#message .in {
  border: 1px solid #ccc;
  padding: 30px 30px 20px;
  background: #fff;
}

#message .img_box {
  margin-left: -90px;
  float: left;
  padding: 0 25px 25px 0;
}

#message .subtitle {
  color: var(--primary-dark);
  font-size: clamp(24px, 2.6vw, 31px);
  line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 10px;
}

#message .txt {
  margin-bottom: 20px;
  font-size: 16px;
}

#message .name {
  text-align: right;
}

#message .name .sub {
  color: var(--primary-color);
  display: block;
}

/*case*/
/*------------------------------------------------------------------------------*/
#case {
  position: relative;
  padding: 140px 0 0;
}

#case::before {
  content: '';
  width: 789px;
  height: 636px;
  background: url(../image/case_bg.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.case_in {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#case .title_01 {
  margin-bottom: 40px;
}

.case_item_bg {
  position: relative;
  margin-bottom: 80px;
}

.case_item_bg:last-of-type {
  margin-bottom: 0;
}

.case_item_bg::before {
  content: '';
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  width: calc(50vw - 50%);
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
}

.case_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.case_item::before {
  content: '';
  width: 83%;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  z-index: -2;
}

.case_item::after {
  content: '';
  width: calc(83% - 1px);
  height: calc(100% - 2px);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #FFF;
  z-index: -1;
}

.case_img {
  width: 46%;
}

.case_text {
  width: 52%;
  font-size: 16px;
}

.case_text p {
  margin-bottom: 1em;
}

.case_text .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.case_text .title .sub {
  margin-right: 37px;
  line-height: 1;
}

.case_text .subtext {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.case_text .subtext::before {
  content: '';
  width: 28%;
  height: 1px;
  background-color: var(--primary-color);
  margin-right: 0.5em;
}

.case_text .voice {
  display: block;
  color: var(--accent-color);
}

/*flow*/
/*------------------------------------------------------------------------------*/
#flow {
  padding: 100px 0 120px;
  position: relative;
}

#flow::before {
  content: '';
  background: url(../image/flow_bg.png) no-repeat;
  width: 1460px;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#flow .title_01 {
  margin-bottom: 40px;
}

.flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
}

.flow_item {
  width: 30%;
}

.flow_item .flow_img {
  margin-bottom: 20px;
}

.flow_item .flow_img img {
  margin-left: -20px;
}

.flow_item .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-dark);
  margin-bottom: 1em;
}

.flow_item .title .sub {
  font-size: 20px;
}

.flow_item .text {
  font-size: 16px;
}

/*FAQ*/
/*------------------------------------------------------------------------------*/
#faq {
  margin-bottom: 150px;
}

#faq .title_02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 15px;
}

#faq .title_02 .sub01 {
  width: 100%;
  color: #00C8F6;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 5px;
}

#faq .title_02 .sub01::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #00C8F6;
  margin-left: 10px;
}

#faq .title_02 .sub02 {
  font-size: 18px;
  margin-left: 1em;
}

#faq .faq_box {
  background: #FFF;
  margin-bottom: 10px;
  border-top: 2px solid var(--primary-dark);
  padding: 18px;
}

#faq .faq_box p {
  display: flex;
  line-height: 1.4;
}

#faq .question {
  display: flex;
  align-items: center;
}

#faq .question p {
  width: 90%;
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
}

#faq .question .sub {
  color: var(--primary-color);
  font-weight: 300;
  font-size: 32px;
  margin-right: 0.5em;
}

#faq .question .arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 17px;
  margin-left: auto;
  transition: 0.2s;
}

#faq .question .arrow::before,
#faq .question .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 23.2px;
  border-radius: 9999px;
  background-color: #0088d2;
  transform-origin: 50% calc(100% - 1.5px);
}

#faq .question .arrow::before {
  transform: rotate(45deg);
}
#faq .question .arrow::after {
  transform: rotate(-45deg);
}

#faq .answer {
display: none;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
#faq .answer p {
  width: 90%;
  padding: 1em;
  font-size: 16px;
}

#faq .answer .sub {
  color: var(--primary-dark);
  font-weight: 300;
  font-size: 32px;
  margin-right: 0.5em;
}


#faq .question.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}
#faq .answer.open {
display: block;
}


/*contact*/
/*------------------------------------------------------------------------------*/
#contact {
  margin-bottom: 100px;
}

#contact .title_01 {
  margin-bottom: 40px;
}

#contact .tel_box {
  width: 60%;
  margin: 0 auto 30px;
  text-align: center;
}

#contact .subtext {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}

#mailform {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}

#mailform .w50 {
  width: calc((100% - 10px) / 2);
}

#mailform .w100 {
  width: 100%;
}

#mailform .item {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 13px;
  line-height: 1;
}

#mailform .sub01 {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: var(--primary-dark);
}

#mailform .sub02 {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  background-color: var(--primary-color);
}

#mailform .main {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-dark);
}

#mailform input[type="text"],
#mailform textarea {
  padding: 12px;
  width: 100% !important;
  border: 1px solid var(--primary-color);
  background-color: #F4FEFF;
}

#mailform textarea {
  height: 180px !important;
}

#mailform .list_box {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
}

#mailform .list_item {
  padding-left: 0.5em;
  font-size: 16px;
}

#mailform .btn {
  text-align: center;
}

#mailform input[type="submit"] {
  width: 240px;
  height: 55px;
  border: none;
  background: var(--primary-dark);
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
}

#mailform input[type="submit"]:hover {
  filter: none;
  opacity: 0.7;
}

/*company*/
/*------------------------------------------------------------------------------*/
#company {
  margin-bottom: 120px;
}

#profile {
  margin-bottom: 150px;
}

.company_in {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.company_in .title {
  font-size: 34px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 1em;
}

.company_in .title .sub {
  font-size: 46px;
  opacity: 0.5;
}

#company .list_box {
  border: 1px solid #FFF;
  padding: 15px 0;
}

#company .list_box p {
  display: flex;
  justify-content: flex-end;
  line-height: 1.2;
  margin-left: -20px;
  width: 100%;
}

#company .list_box p:not(:last-of-type) {
  margin-bottom: 23px;
}

#company .list_box p .item {
  width: 232px;
  background-color: #FFF;
  color: var(--primary-dark);
  padding: 18px 1em;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#company .list_box p.mb0 {
  margin-bottom: 0;
}

#company .list_box p.no-item .item {
  background-color: inherit;
}

#company .list_box p .detail {
  border: 1px solid #FFF;
  flex: 1;
  color: #FFF;
  padding: 0 1em;
  font-size: 18px;
  font-weight: bold;
  min-height: 60px;
  display: flex;
  align-items: center;
}

#company .list_box p.no-item .detail {
  border-top: none;
}

/*map*/
/*------------------------------------------------------------------------------*/
#map {
  padding: 0 0 40px;
}

#map .title {
  font-size: 120px;
  margin-left: 40px;
  color: var(--primary-color);
}

.gmap {
  position: relative;
  padding-bottom: 35%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-top: -30px;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#fnavi{
display: none;
}

/*pagetop*/
/*------------------------------------------------------------------------------*/
#pagetop {
  background-color: var(--primary-dark);
}

#pagetop a {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}

#pagetop .arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 17px;
  margin-bottom: 0.5em;
}

#pagetop .arrow::before,
#pagetop .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 23.3px;
  border-radius: 9999px;
  background-color: var(--primary-color);
  transform-origin: 50% 1.5px;
}

#pagetop .arrow::before {
  transform: rotate(44.1deg);
}

#pagetop .arrow::after {
  transform: rotate(-44.1deg);
}
