<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

/* --------------------------------
common
----------------------------------*/
.section {
  padding-top: 136px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
  }
  .container {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
}
.heading_2 {
  font-size: clamp(36px, 4vw, 60px);
  font-size: clamp(3.6rem, 4vw, 6rem);
  color: #00913a;
  line-height: 1.2;
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.heading_2 .accent {
  color: #53b119;
}
.heading_2::after {
  margin-top: 34px;
  content: "";
  display: block;
  width: 2em;
  height: 3px;
  background-color: #53b119;
}
.heading_2.white {
  color: #fff;
}
.heading_2.white::after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .heading_2 {
    margin-bottom: 50px;
  }
}
.ico_plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #439bab;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.ico_plus::before,
.ico_plus::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
}
.ico_plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 99;
}

.open .ico_plus::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .ico_plus {
    width: 40px;
    height: 40px;
  }
}
.js_accordion {
  position: relative;
}

.js_acco_trigger {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.js_acco_trigger:hover {
  opacity: 0.8;
}

.js_acco_cont {
  display: none;
}

/* --------------------------------
先輩社員の声
----------------------------------*/
.voice {
  margin-bottom: -90px;
  border-radius: 100px 100px 0 0;
  padding: 100px 0 120px;
  background-color: #fff;
}
.voice:nth-of-type(odd) {
  background-color: #e8f6f7;
}
.voice:nth-of-type(odd) .voice_h4 {
  background-color: #fff;
}
.voice:last-of-type {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.voice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  padding-bottom: 8rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.voice_head:hover {
  opacity: 0.8;
}

.voice_head_pht {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 fit-content;
  flex: 0 0 fit-content;
  margin-right: 60px;
  overflow: hidden;
  border-radius: 10px;
}
.voice_head_pht img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.voice_head_pht img:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.voice_head_text {
  font-weight: bold;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.voice_label {
  background-color: #0badc0;
  display: inline-block;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 11px;
  padding: 1.1rem;
  color: #fff;
  min-width: 200px;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.voice_read {
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.js_acco_trigger:hover .voice_read {
  color: #0badc0;
}

.voice_h4 {
  background-color: #e8f6f7;
  display: inline-block;
  padding: 1em 3em;
  margin-top: 3.5em;
  margin-bottom: 1.2em;
  border-radius: 5px;
  color: #0badc0;
  font-size: 20px;
  font-size: 2rem;
}
.voice_h4:first-child {
  margin-top: 0;
}

.voice_qa {
  padding-left: 30px;
  padding-left: 3rem;
  margin-top: 32px;
  margin-top: 3.2rem;
  padding-bottom: 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.voice_q {
  color: #00788e;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5em;
}
.voice_q::before {
  content: "";
  position: relative;
  background-color: #00788e;
  width: 20px;
  height: 1px;
  left: -30px;
  left: -3rem;
  top: 12px;
  top: 1.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .voice {
    margin-bottom: -70px;
    border-radius: 60px 60px 0 0;
    padding: 40px 0 40px;
  }
  .voice:last-of-type {
    padding-bottom: 0;
  }
  .voice_head {
    display: grid;
    grid-template-columns: auto 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 50px;
  }
  .voice_cont {
    margin-top: -20px;
    padding-bottom: 70px;
  }
  .voice_head_pht {
    margin-right: 0;
    text-align: center;
    margin: 0 auto;
    grid-area: 1/1/2/3;
  }
  .voice_head_text {
    margin-top: 15px;
    text-align: center;
    grid-area: 2/1/3/2;
  }
  .voice_head_icon {
    grid-area: 2/2/3/3;
    place-items: center;
  }
  .voice_head_icon .ico_plus {
    margin-top: 40px;
  }
  .voice_label {
    margin-bottom: 10px;
  }
  .voice_read {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-right: 20px;
  }
  .voice_h4 {
    font-size: 18px;
    padding: 0.6em 1em;
    margin-bottom: 0;
    min-width: 5em;
    text-align: center;
    margin-top: 2em;
  }
  .voice_q {
    margin-bottom: 1em;
  }
  .voice_qa {
    line-height: 1.5;
    margin-top: 30px;
  }
}
.sec_faq {
  background: url(../images/common/faq_bg.jpg) right bottom;
  background-size: 100% auto;
  padding-bottom: 140px;
}

.faq {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 30px 30px 30px 35px;
  margin-bottom: 30px;
}

.faq_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq_row .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.faq_row .ico_plus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.faq_row .ico_qa {
  content: "Q";
  font-family: "Bai Jamjuree", sans-serif;
  color: #1e8b3c;
  font-size: 40px;
  font-size: 4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq_q {
  color: #1e8b3c;
  font-size: 20px;
  font-size: 2rem;
}
.faq_q .ico_plus {
  background-color: #4baa36;
}

.faq_a {
  margin-top: 10px;
  margin-right: 80px;
}
.faq_a .text {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.faq_a .ico_qa {
  content: "A";
  color: #4baa36;
}

.notes {
  font-size: 14px;
  font-size: 1.4rem;
  color: #585858;
  text-indent: -1em;
  margin-left: 1em;
}

#Faq .js_acco_cont {
  display: block;
}

@media screen and (max-width: 767px) {
  .sec_faq {
    background: url(../images/common/faq_bg_sp.jpg) center bottom;
    background-size: 100% auto;
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .faq {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .faq_q {
    font-size: 16px;
  }
  .faq_a {
    margin-right: 0;
  }
  .faq_a .text {
    line-height: 1.5;
  }
  .faq_row .ico_qa {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}
/*# sourceMappingURL=style2.css.map */
</pre></body></html>