@charset "UTF-8";

/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
  line-height: 1.7;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Maru Gothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  color: #2a2a2a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
}

li,
dt,
dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

/* ////////////////// フォーム ////////////////// */
form {
  margin: 0px auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
  font-size: 16px;
  border: 1px solid #c3cbd0;
  background-color: #fff;
  width: 100%;
  padding: 0.4rem;
  border-radius: 2px;
}

/* ボタン */
button,
input[type=button],
input[type=submit] {
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* セレクトボックス */
.select {
  position: relative;
  display: inline-block;
}

.select.block {
  display: block;
  margin-bottom: 0.5em;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0.4em 50px 0.4em 0.4em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.select select::-ms-expand {
  display: none;
}

.select select option:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.select::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  align-items: center;
  width: 40px;
  height: 100%;
  content: "";
  background-color: #2692d5;
  border-radius: 0 2px 2px 0;
}

.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

/* ////////////////// 共通 ////////////////// */
header {
  display: none !important;
}

.img_wrapper img {
  width: 100%;
  height: auto;
}

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

.text-center {
  text-align: center;
}

.text-primary {
  color: #10AF94;
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0 !important;
}

.movie_wrapper {
  aspect-ratio: 16/9;
}

.movie_wrapper iframe {
  width: 100%;
  height: 100%;
}

.map_wrapper {
  aspect-ratio: 16/9;
}

.map_wrapper iframe {
  width: 100%;
  height: 100%;
}

.more {
  max-width: 420px;
  margin: auto;
}

.more a {
  width: 100%;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(14, 174, 149) 0%, rgb(102, 204, 102) 100%);
  text-align: center;
  transition: 0.3s;
}

.more a span {
  position: relative;
  padding-right: 20px;
}

.more a span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 26%;
}

.more a:hover {
  background: linear-gradient(90deg, rgb(14, 174, 149) 0%, rgb(14, 174, 149) 100%);
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}

small {
  font-size: 90%;
}

.mv {
  margin-bottom: 80px;
}

.mv .mainvisual {
  position: relative;
  max-width: 1280px;
}

.mv .mainvisual .logo {
  position: absolute;
  top: 25px;
  left: 0;
  max-width: 190px;
  padding-left: 40px;
}

.mv .maincopy {
  width: 36%;
  max-width: 448px;
  height: auto;
  position: absolute;
  top: 25%;
  left: 5%;
}

.mv .maincopy .more {
  margin: 20px 0 0 0;
}

.achieve .achieve_img01 {
  max-width: 484px;
  margin: auto;
  margin-bottom: 40px;
}

.achieve .achieve_img02 {
  max-width: 730px;
  margin: auto;
}

.achieve .achieve_img03 {
  max-width: 100%;
}

section.commit {
  padding: 120px 0 0;
}

section.commit h2 {
  max-width: 320px;
  margin: auto;
  margin-bottom: 80px;
}

section.commit .commit_contents {
  margin-bottom: 80px;
  background: linear-gradient(90deg, #FFFAF1 0%, #FFFAF1 70%, #fff 70%, #fff 100%);
}

section.commit .commit_contents:nth-of-type(2n) {
  background: linear-gradient(90deg, #fff 0%, #fff 30%, #FFFAF1 30%, #FFFAF1 100%);
}

section.commit .commit_contents .container {
  display: flex;
  align-items: center;
  padding: 40px 0;
}

section.commit .commit_contents .container .commit_contents_img {
  width: 500px;
}

section.commit .commit_contents .container .commit_contents_text {
  padding: 0 0 0 80px;
  flex: 1;
}

section.commit .commit_contents .container.reverse {
  flex-direction: row-reverse;
}

section.commit .commit_contents .container.reverse .commit_contents_text {
  padding: 0 80px 0 0;
  flex: 1;
}

section.commit .commit_contents h3 {
  color: #F08A8B;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
}

section.commit .commit_contents h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #F08A8B;
  position: absolute;
  bottom: 0;
}

section.commit .commit_contents h3 span {
  display: block;
  margin-bottom: 10px;
}

section.commit .commit_contents h3.title02 {
  color: #FA9F5C;
}

section.commit .commit_contents h3.title02::after {
  background: #FA9F5C;
}

section.commit .commit_contents h3.title03 {
  color: #8ACE62;
}

section.commit .commit_contents h3.title03::after {
  background: #8ACE62;
}

section.commit .commit_contents h3.title04 {
  color: #38ABC6;
}

section.commit .commit_contents h3.title04::after {
  background: #38ABC6;
}

section.voice {
  padding: 90px 0 50px;
  background: linear-gradient(#fff 0%, #fff 50%, #DAF0FF 50%, #DAF0FF 100%);
}

section.voice h2 {
  max-width: 480px;
  margin: auto;
  margin-bottom: 80px;
}

section.voice .voice_list {
  display: flex;
  justify-content: space-between;
}

section.voice .voice_list>li {
  width: 23%;
  list-style: none;
  margin-bottom: 50px;
}

section.voice .voice_other {
  max-width: 800px;
  margin: auto;
}

section.staff {
  padding: 80px 0 120px;
}

section.staff .more {
  margin-bottom: 80px;
}

section.staff h2 {
  max-width: 437px;
  margin: auto;
  margin-bottom: 40px;
}

.card02 {
  overflow: hidden;
}

.card02 .splide__track {
  overflow: visible;
}

.splide {
  margin-top: 80px;
  background: linear-gradient(0deg, rgb(102, 204, 102) 0%, rgb(14, 174, 149) 100%);
  padding: 60px 40px 80px;
}

.splide__slide {
  background: #fff;
  padding: 30px 40px;
  border-radius: 20px;
}

.slide-content h3 {
  color: #1FB3A8;
  margin: 20px 0;
}

.splide__arrow {
  background: #ffffff;
  border: 1px solid #10AF94;
}

.splide__arrow svg {
  fill: #10AF94;
}

.splide__pagination {
  bottom: 3%;
}

.splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1.2);
}

.splide__pagination__page {
  background: transparent;
  border: 2px solid #fff;
}

section.flow {
  padding-bottom: 80px;
}

section.flow h2 {
  color: #38ABC6;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}

section.flow h2 span {
  font-size: 26px;
  display: block;
}

section.flow .img_wrapper {
  max-width: 880px;
  margin: auto;
}

section.movie h2 {
  color: #38ABC6;
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
}

section.movie .movie_contents_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.movie .movie_contents_container:last-of-type {
  margin-bottom: 0;
}

section.movie .movie_contents_container .movie_contents {
  width: 48%;
}

section.movie h3 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}

section.banner {
  padding: 100px 0;
}

section.banner .img_wrapper {
  margin: 0 auto 70px;
  max-width: 640px;
}

section.banner .img_wrapper:last-of-type {
  margin-bottom: 0;
}

section.banner .more {
  margin-top: 70px;
}

section.banner .more_subtext {
  text-align: center;
  margin-top: 30px;
}

section.qa {
  padding: 0 0 140px;
}

section.qa .container {
  max-width: 800px;
}

section.qa h2 {
  color: #38ABC6;
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

section.studio {
  padding: 40px 0 100px;
  background-color: #38ABC6;
}

section.studio h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

section.message {
  padding-top: 120px;
}

section.message .message_box {
  max-width: 800px;
  margin: auto;
}

section.message .message_text {
  background: #FFFAF1;
  padding: 40px 50px;
}

section.message .message_text h3 {
  margin-bottom: 20px;
}

section.message .readmore_content {
  display: none;
}

section.message .readmore {
  position: relative;
  max-width: 180px;
  padding: 10px 10px;
  display: block;
  background-color: #fff;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #000;
  border-radius: 40px;
  margin: auto;
  cursor: pointer;
}

section.message .readmore a {
  width: 100%;
  display: block;
  font-weight: bold;
}

section.message .readmore a::after {
  content: "続きを読む";
}

section.message .readmore.on-click {
  color: transparent !important;
}

section.message .readmore.on-click a::after {
  content: "閉じる";
}

section.sns .sns_icon_containar {
  display: flex;
  justify-content: center;
}

section.sns .sns_icon_containar a {
  display: block;
  margin-right: 30px;
}

section.sns .sns_icon_containar a:hover {
  opacity: 0.8;
}

section.sns .sns_icon_containar a:last-of-type {
  margin-right: 0;
}

footer {
  margin-top: 65px;
  background-color: #333333;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

footer p {
  font-size: 14px;
}

main.bridge {
  position: relative;
  max-width: 750px;
  margin: auto;
}

main.bridge .bridge_button {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

main.bridge .bridge_button_title {
  color: #F87320;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

main.bridge .more a {
  background: #F87320;
}

.float_more {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 99;
}

/* ***************************************************
 Parts
*************************************************** */
.qa_accordion .accordion_container {
  margin: 0 auto;
}

.qa_accordion .accordion_container:last-of-type {
  border-bottom: 1px solid #DFDFDF;
}

.qa_accordion .accordion_title {
  font-weight: bold;
  padding: 20px 5% 20px 40px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px solid #DFDFDF;
}

.qa_accordion .accordion_title::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/qa_icon.png");
  position: absolute;
  left: 0;
  top: 28%;
}

.qa_accordion .accordion_title:hover {
  opacity: 0.8;
}

.qa_accordion .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.qa_accordion .icon {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.qa_accordion .accordion_title.open .icon_wrap {
  transform: rotate(-360deg);
}

.qa_accordion .icon::before,
.qa_accordion .icon::after {
  display: flex;
  content: "";
  background-color: #38ABC6;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}

.qa_accordion .icon::before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.qa_accordion .accordion_title.open .icon_wrap .icon:before {
  content: none;
}

.qa_accordion .accordion_title.open .icon_wrap .icon:after {
  transform: rotate(-45deg);
}

.qa_accordion .accordion_inner {
  display: none;
  padding: 20px 20px;
  box-sizing: border-box;
}

.qa_accordion .ac_inner_wraper {
  margin-bottom: 20px;
}

.qa_accordion p.txt_a_ac {
  margin: 0;
}

.studio_accordion .accordion_container {
  margin: 0 auto;
  margin-bottom: 30px;
}

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

.studio_accordion .accordion_title {
  font-weight: bold;
  padding: 20px 5% 20px 40px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  background: #fff;
  color: #38ABC6;
  border-radius: 10px 10px 10px 10px;
}

.studio_accordion .accordion_title.open {
  border-radius: 10px 10px 0 0;
}

.studio_accordion .accordion_title:hover {
  opacity: 0.8;
}

.studio_accordion .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 39%;
  right: 5%;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.studio_accordion .icon {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}

.studio_accordion .icon:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #38ABC6;
  border-right: 2px solid #38ABC6;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.accordion_title.open .icon::before {
  transform: rotate(-45deg);
}

.accordion_inner {
  display: none;
  box-sizing: border-box;
}

.accordion_inner:first-of-type {
  display: block;
}

.accordion_inner.open {
  display: block !important;
}

.studio_contents {
  background: #fff;
  padding: 20px 60px 30px;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #38ABC6;
}

.studio_contents .studio_contents_container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.studio_contents .studio_text {
  width: 49%;
}

.studio_contents .studio_text.single {
  width: 100%;
}

.studio_contents .studio_text dl {
  margin: 0;
}

.studio_contents .studio_text dl dt {
  float: left;
}

.studio_contents .studio_text dl dd {
  padding-left: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 20px;
}

.studio_contents .studio_movie {
  width: 49%;
}

.studio_contents .studio_movie .movie_wrapper {
  margin-top: 10px;
}

.ac_inner_wraper {
  margin-bottom: 20px;
}

p.txt_a_ac {
  margin: 0;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {

  /* ////////////////// フリー編集箇所 ////////////////// */
  /* ////////////////// 共通 ////////////////// */
  .pc-only {
    display: none !important;
  }

  .sp-text-left {
    text-align: left;
  }

  .more a {
    font-size: 18px;
    padding: 10px 0;
  }

  .mv .container {
    background: url("../images/sp_mainvisual_bg01.png") no-repeat top right/100%, url("../images/sp_mainvisual_bg02.png") no-repeat bottom left/100%;
    padding-bottom: 80px;
  }

  .mv .mainvisual .logo {
    display: block;
    position: relative;
    top: auto;
    padding: 56px 0 20px;
    display: block;
    margin: auto;
  }

  .mv .more.sp-only {
    margin-top: 20px;
  }

  .achieve .container {
    padding: 0;
  }

  .achieve .achieve_img01 {
    max-width: 343px;
  }

  .achieve .achieve_img03 {
    margin-top: -16px;
  }

  section.commit {
    padding: 80px 0 0;
  }

  section.commit h2 {
    max-width: 252px;
    margin-bottom: 32px;
  }

  section.commit .commit_contents {
    margin-bottom: 80px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #FFFAF1 30%, #FFFAF1 100%) !important;
  }

  section.commit .commit_contents:last-of-type {
    margin-bottom: 0;
  }

  section.commit .commit_contents .container {
    display: block;
    padding: 0 20px;
  }

  section.commit .commit_contents .container .commit_contents_img {
    width: 100%;
  }

  section.commit .commit_contents .container .commit_contents_text {
    padding: 0;
    margin-top: 32px;
  }

  section.commit .commit_contents .container.reverse .commit_contents_text {
    padding: 0;
  }

  section.voice {
    background: none;
    padding: 80px 0 0;
  }

  section.voice h2 {
    max-width: 344px;
  }

  section.voice .voice_list {
    display: block;
  }

  section.voice .voice_list>li {
    width: 100%;
    margin-bottom: 40px;
  }

  section.staff {
    padding: 80px 0;
  }

  section.staff .container {
    padding: 0;
  }

  section.staff .more {
    padding: 0 20px;
  }

  section.staff h2 {
    max-width: 343px;
  }

  section.staff .sp-text-left {
    padding: 0 20px;
  }

  .splide {
    margin-top: 0;
    padding: 40px 15px 80px;
  }

  .slide-media {
    max-width: 230px;
    margin: auto;
  }

  .splide__slide {
    padding: 40px 15px;
  }

  .slide-content h3 {
    font-size: 20px;
  }

  .splide__pagination {
    bottom: 5%;
  }

  section.movie h2 {
    font-size: 20px;
  }

  section.movie .movie_contents_container {
    display: block;
  }

  section.movie .movie_contents_container .movie_contents {
    width: 100%;
    margin-bottom: 40px;
  }

  section.movie .movie_contents_container .movie_contents:last-of-type {
    margin-bottom: 0;
  }

  section.banner {
    padding: 80px 0;
  }

  section.banner .more_subtext {
    margin-top: 10px;
    text-align: left;
  }

  section.qa {
    padding: 0 0 80px;
  }

  .qa_accordion .accordion_title {
    padding: 20px 65px 20px 40px;
  }

  .studio_accordion .accordion_title {
    padding: 20px 5% 20px 15px;
  }

  .studio_contents .studio_contents_container {
    display: block;
  }

  .studio_accordion .studio_contents {
    padding: 20px 15px;
  }

  .studio_contents .studio_movie {
    width: 100%;
    margin-bottom: 20px;
  }

  .studio_contents .studio_text {
    width: 100%;
  }

  section.message {
    padding-top: 80px;
  }

  section.message .container {
    padding: 0;
  }

  section.message .message_text {
    padding: 20px 30px;
  }

  main.bridge {
    position: relative;
    max-width: 750px;
    margin: auto;
  }

  main.bridge .bridge_button {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
    text-align: center;
  }

  main.bridge .bridge_button_title {
    color: #F87320;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }

  main.bridge .more a {
    background: #F87320;
  }

  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
}

/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {

  /* ////////////////// フリー編集箇所 ////////////////// */
  /* ////////////////// 共通 ////////////////// */
  .sp-only {
    display: none !important;
  }

  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
}

/*# sourceMappingURL=main.css.map */


/* ***************************************************
 ↓ここより後日修正用CSS
*************************************************** */

/* 202507追記 */
img.img_radius {
  border-radius: 20px;
}

@media all and (min-width:1100px) {
  img.img_radius {
    border-radius: 20px;
  }
}

.staff_img_radius {
  border-radius: 10px;
}