@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*--------------------------------------------------------

共通の指定 START

--------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  color: #555;
  font-weight: normal;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #e37561;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.image_nomal {
  height: 320px;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
section {
  position: relative;
}
figure {
  border-radius: 20px;
  overflow: hidden;
}
.lead {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.handwriting {
  width: 400px;
  margin: auto;
}
.note {
  font-size: 14px;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-top: 10px;
  text-align: left;
}
.no_pc {
  display: none;
}
.no_sp {
  display: block;
}
/* /////////// START SP 共通の指定 /////////// */
@media only screen and (max-width: 768px) {
  body::before {
    height: 740px;
    top: 300px;
  }
  .deco_bg {
    height: 560px;
    top: 500px;
  }
  .image_nomal {
    height: 230px;
  }
  .lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .no_pc {
    display: block;
  }
  .no_sp {
    display: none;
  }
  .image_nomal.no_pc {
    height: 200px;
    margin-bottom: 20px !important;
  }
}
/*--------------------------------------------------------

layout START

--------------------------------------------------------*/
.inner_layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.col1_box {
  border-radius: 30px;
  padding: 60px;
  background: #f7f7f7;
  margin-top: 40px;
}
.col1_box_s {
  background: #fff;
  padding: 40px 60px;
  margin-top: 40px;
}
.col1_box_s h3 {
  margin-bottom: 20px;
}
.col1_box_s li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.col1_box_s li::before {
  content: "●";
  display: block;
  color: #e37561;
  font-size: 12px;
  margin-right: 8px;
}
.col2_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 4%;
}
.col2_box {
  width: 48%;
}
.col2_box figure {
  width: 100%;
  height: 200px;
}
.column_wrap {
  display: flex;
  gap: 30px 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column_box {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.box_hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.box_wrap {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  transition: 0.3s;
}
a.box_wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
a.box_wrap:hover img {
  transform: scale(1.1);
}
.column_box figure {
  width: 100%;
  max-height: 200px;
}
.box_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 16px 0 10px;
}
.box_title::before {
  display: none;
}
.column_box li:hover img {
  transform: scale(1.1);
}
.con_center h3 {
  margin: 40px auto 30px;
  width: 70%;
}
.con_center.note {
  width: 70%;
  margin: 10px auto 0;
  text-indent: 0;
}
@media only screen and (max-width: 768px) {
  .con_center h3 {
    width: 100%;
  }
  .con_center.note {
    width: 100%;
  }
}
/* /////////// SP START /////////// */
@media only screen and (max-width: 768px) {
  .inner_layout {
    max-width: 90%;
    padding: 60px 0;
  }
  .col1_box {
    padding: 30px;
  }
  .intro .col1_box {
    margin-top: 0;
  }
  .col2_wrap {
    display: block;
    gap: 40px 4%;
  }
  .col2_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .col2_box figure {
    height: auto;
  }
  .column_wrap {
    display: block;
  }
  .column_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .column_box:last-of-type {
    margin-bottom: 0;
  }
  .box_wrap {
    padding: 24px;
  }
  .col1_box_s li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .col1_box_s li:last-of-type {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------

heading START

--------------------------------------------------------*/
h2 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 90px;
}
h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #db473b;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -25px;
  border-radius: 4px;
}
.h2sub {
  font-size: 20px;
  color: #ec6941;
  margin-bottom: 10px;
  display: block;
}
h3 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background: #db473b;
  border-radius: 4px;
  margin-right: 16px;
}
h5 {
  font-size: 16px;
  font-weight: 500;
  color: #ec6941;
}
.mt_h3 {
  margin-top: 30px;
}
/* /////////// SP START /////////// */
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }

  h2:after {
    bottom: -22px;
  }

  h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .mt_h3 {
    margin-top: 30px;
  }
}
/*--------------------------------------------------------
  
  btn START
  
  --------------------------------------------------------*/
.btn {
  min-width: 250px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #ec6941;
  padding: 8px 60px;
  margin: 40px auto 0;
  border-radius: 60px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.btn:hover {
  transform: translate(-50%, 3px);
  color: #fff; /*aタグ上書き */
}
.btn_left {
  left: 0;
  transform: translateX(0);
}
.btn_left:hover {
  transform: translate(0, 3px);
}
@media only screen and (max-width: 768px) {
  .btn {
    min-width: 100%;
    font-size: 18px;
    margin-top: 40px;
    padding: 8px 30px;
  }
}
/*--------------------------------------------------------

arrow START

--------------------------------------------------------*/
.arrow {
  position: relative;
  right: 0px;
  transition: 0.3s;
  background: #f7f7f7;
  width: 34px;
  height: 34px;
  border-radius: 30px;
  flex-shrink: 0;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
a:hover .arrow {
  transform: translateX(10px);
  background: #e37561;
}
.arrow::before {
  left: 10px;
  width: 12px;
  height: 2px;
  background: #e37561;
}
.arrow::after {
  left: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e37561;
  border-right: 2px solid #e37561;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a:hover .arrow::before {
  background: #fff;
}
a:hover .arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .arrow {
    width: 28px;
    height: 28px;
  }
  .arrow::before {
    left: 8px;
    width: 10px;
  }
  .arrow::after {
    left: 11px;
    width: 8px;
    height: 8px;
  }
}
/*--------------------------------------------------------

anchor arrow START

--------------------------------------------------------*/
.arrow_anc {
  position: relative;
  display: inline-block;
  width: 10.5px;
  height: 6.2px;
  margin-left: 6px;
  top: -2px;
  transition: 0.3s;
}
a:hover .arrow_anc {
  top: 0px;
}
.arrow_anc::before,
.arrow_anc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: #e37561;
  transform-origin: 50% calc(100% - 1px);
}
.arrow_anc::before {
  transform: rotate(45deg);
}
.arrow_anc::after {
  transform: rotate(-45deg);
}
/*--------------------------------------------------------

table START

--------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
th,
td {
  padding: 30px;
}
th {
  width: 20%;
  background: #fff8e8;
}
td {
  width: 80%;
  background: #f7f7f7;
}
tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}
tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
.table_col3 td {
  width: 35%;
}
.table_col4 td {
  width: 30%;
}
.table_s th,
.table_s td {
  padding: 16px;
}
.table_s th {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  th,
  td {
    width: 100%;
    display: block;
  }
  th {
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 2px;
  }
  td {
    padding: 16px 20px;
  }
  tr:first-child th:first-child {
    border-radius: 20px 20px 0 0;
  }
  tr:last-child td:last-child {
    border-radius: 0 0 20px 20px;
  }
  tr:first-child td:last-child {
    border-radius: 0;
  }
  tr:last-child th:first-child {
    border-radius: 0;
  }
  .table_col4 td {
    width: 100%;
  }
  #fee .table_col4 {
    table-layout: fixed;
  }
  #fee .table_col4 th,
  #fee .table_col4 td {
    display: table-cell;
  }
  #fee .table_col4 tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
  }
  #fee .table_col4 tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
  }
  #fee .table_col4 tr:last-child th:first-child {
    border-radius: 0 0 0 20px;
  }
  #fee .table_col4 tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }
}
/*--------------------------------------------------------

icon_wrap START

--------------------------------------------------------*/
.icon_wrap p {
  text-align: center;
  font-size: 24px;
}
.icon_wrap .column_wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}
.icon_wrap .column_box {
  align-items: center; /*flex-direction: column;指定のため横センター*/
  justify-content: center; /*flex-direction: column;指定のため縦センター*/
}
.icon_wrap .column_box figure {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  max-height: none;
  background: #fff8e8;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.icon_wrap .column_box figure::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 9;
}
.icon_wrap .column_box figure::after {
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -67px;
  margin-left: -67px;
  background: #fdeecd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  opacity: 0.6;
}
.icon_wrap .column_box h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.icon_wrap .column_box h3::before {
  display: none;
}
.icon_wrap .column_box figure img {
  width: 30%;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .icon_wrap p {
    font-size: 20px;
  }
  .icon_wrap .column_wrap {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .icon_wrap .column_box {
    width: 48%;
    margin-bottom: 0;
  }
  .icon_wrap .column_box h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------

voice START

--------------------------------------------------------*/
.voice_wrap {
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.voice_wrap:last-child {
  margin-bottom: 0;
}
.voice_thum {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffe7dc;
}
.voice_text {
  width: 85%;
  background: #fff8e8;
  padding: 40px;
  border-radius: 30px;
  position: relative;
}
.voice_text h3 {
  margin-bottom: 16px;
}
.voice_text h3::before {
  display: none;
}
.voice_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #fff8e8 transparent;
}
.voice_text.voice_text_r::before {
  left: auto;
  right: -40px;
  border-width: 40px 0 0 40px;
  border-color: transparent transparent transparent #fff8e8;
}
.voice_wrap table {
  margin-top: 30px;
}
.voice_wrap th,
.voice_wrap td {
  padding: 16px;
}
.voice_wrap th {
  background: #ffe5ae;
}
.voice_wrap td {
  background: #fff;
}
.voice_wrap tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
.voice_wrap tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.voice_wrap tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.voice_wrap tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .voice_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .col2_wrap.voice_wrap {
    gap: 0;
  }
  .voice_text {
    width: 90%;
    padding: 30px;
    margin: 0 auto;
  }
  .voice_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .voice_text.voice_text_r {
    order: 2;
  }
  .voice_text::before {
    display: none;
  }
  .voice_text.voice_text_r::before {
    display: none;
  }
  .voice_text .table_col4 {
    margin-top: 10px;
  }
  .voice_wrap th,
  .voice_wrap td {
    padding: 10px;
    font-size: 14px;
  }
  .voice_text .table_col4 td {
    width: 100%;
  }
  .voice_wrap tr:first-child th:first-child {
    border-radius: 10px 10px 0 0;
  }
  .voice_wrap tr:last-child th:first-child {
    border-radius: 0 0 0 0;
  }
  .voice_wrap tr:last-child td:last-child {
    border-radius: 0 0 10px 10px;
  }
  .voice_thum {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
}
/*--------------------------------------------------------

faq START

--------------------------------------------------------*/
.faq_wrap {
  position: relative;
  cursor: pointer;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.faq_wrap .pc_plus::before,
.faq_wrap .pc_plus::after {
  background: #ec6941;
}
.faq_a {
  padding: 30px 30px 0 0;
}
.faq_wrap h3 {
  font-size: 22px;
  margin-bottom: 0;
  width: 95%;
}
.faq_wrap h3::before {
  content: "Q";
  color: #ec6941;
  font-size: 36px;
  font-weight: 500;
  background: none;
  width: auto;
  height: auto;
}
.faq_wrap h4 {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.faq_wrap h4::before {
  content: "A";
  color: #0096eb;
  font-size: 36px;
  font-weight: 500;
  width: auto;
  height: auto;
  margin-right: 16px;
}
.solution {
  background: #0096eb;
  color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
  font-style: normal;
  margin-right: 10px;
}
.faq_a_text p {
  display: flex;
  align-items: center;
}
.faq_a_text p::before {
  content: "A";
  color: #0096eb;
  font-size: 36px;
  font-weight: 500;
  width: auto;
  height: auto;
  margin-right: 20px;
}
.faq_a .note {
  margin-left: 64px;
}
@media only screen and (max-width: 768px) {
  .faq_a {
    padding: 20px 0 0;
  }
  .faq_wrap {
    padding: 20px;
    margin-bottom: 20px;
  }
  .faq_wrap .col2_wrap {
    display: flex;
  }
  .faq_wrap h3 {
    font-size: 18px;
    width: 90%;
  }
  .faq_wrap h3::before {
    font-size: 28px;
  }
  .faq_wrap h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .faq_wrap h4::before {
    font-size: 28px;
  }
  .faq_wrap h4 .solution {
    font-size: 16px;
  }
  .faq_a .note {
    margin-left: 56px;
    text-indent: -1em;
  }
  .solution {
    width: 93px;
  }
}
/*--------------------------------------------------------

area START

--------------------------------------------------------*/
.area {
  background: #f7f7f7;
}
.area .column_wrap {
  align-items: center;
}
.area .column_box a {
  padding: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.area .column_box a:hover i {
  background: #e37561;
}
.area .andmore {
  padding: 20px;
}
#page_jobs .area .column_box a:hover,
#area2.area .column_box a:hover {
  color: #555;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .area .column_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
    align-items: normal;
  }
  .area .column_box {
    width: 48%;
    margin-bottom: 0;
  }
  .area .column_box a {
    padding: 10px 20px;
  }
}
/*--------------------------------------------------------

pulldown START

--------------------------------------------------------*/
.pulldown_wrap {
  margin-top: 30px;
}
.pulldown_btn {
  color: #fff;
  display: block;
  transition: 0s;
}
.pulldown_btn:hover {
  color: #fff;
}
.pulldown_btn.active,
.pulldown_btn2.active {
  font-size: 0;
  transition: 0;
}
.pulldown_btn.active::before,
.pulldown_btn2.active::before {
  content: "close";
  font-size: 20px;
}
