@charset "UTF-8";
.serif {
  font-family: "Noto Serif JP", serif;
}

.din {
  font-family: "din-2014-narrow", sans-serif;
}

/*===============================================
# font-size
=================================================*/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
body {
  font-size: 16px;
  color: #333333;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333333;
  background: url(../img/common/bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 560px) {
  body {
    line-height: 1.5;
  }
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow-x: hidden;
  width: 100%;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

video {
  width: 100%;
}

a {
  cursor: pointer;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 1279px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #333333;
}

/* color
================================*/
.main-color {
  color: #5383C3;
}

/* section
================================*/
.section_title {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 5;
}

.section_title h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1375px) {
  .section_title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1279px) {
  .section_title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .section_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 560px) {
  .section_title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.section_title p {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 5px;
  color: #5383C3;
}

@media screen and (max-width: 1375px) {
  .section_title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .section_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .section_title p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section_title p::after {
  position: absolute;
  content: "";
  background: #5383C3;
}

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

.section_title._center p {
  display: inline-block;
  padding-right: 110px;
}

@media screen and (max-width: 767px) {
  .section_title._center p {
    padding-right: 80px;
  }
}

.section_title._center p::after {
  height: 1px;
  width: 100px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .section_title._center p::after {
    width: 70px;
  }
}

.section_title._left p {
  display: inline-block;
  padding-right: 110px;
}

@media screen and (max-width: 767px) {
  .section_title._left p {
    padding-right: 80px;
  }
}

.section_title._left p::after {
  height: 1px;
  width: 100px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .section_title._left p::after {
    width: 70px;
  }
}

.section_title._vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.section_title._vertical h2 {
  padding-top: 110px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .section_title._vertical h2 {
    padding-top: 80px;
  }
}

.section_title._vertical p {
  display: inline-block;
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .section_title._vertical p {
    padding-top: 80px;
  }
}

.section_title._vertical p::after {
  height: 100px;
  width: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .section_title._vertical p::after {
    height: 70px;
  }
}

.section_title._right {
  margin-left: auto;
}

/* btn
================================*/
/*===============================================
# header
=================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 99;
  padding: 0px 40px;
}

@media screen and (max-width: 1484px) {
  .header {
    height: 87px;
  }
}

@media screen and (max-width: 1375px) {
  .header {
    padding: 0px 15px;
    height: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 87px;
  }
}

@media screen and (max-width: 560px) {
  .header {
    height: 68px;
  }
}

.header_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 390px auto;
      grid-template-columns: 390px auto;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1484px) {
  .header_inner {
    -ms-grid-columns: 320px auto;
        grid-template-columns: 320px auto;
  }
}

@media screen and (max-width: 1375px) {
  .header_inner {
    -ms-grid-columns: 290px auto;
        grid-template-columns: 290px auto;
  }
}

@media screen and (max-width: 1023px) {
  .header_inner {
    -ms-grid-columns: 220px auto;
        grid-template-columns: 220px auto;
  }
}

@media screen and (max-width: 767px) {
  .header_inner {
    -ms-grid-columns: 320px auto;
        grid-template-columns: 320px auto;
  }
}

@media screen and (max-width: 560px) {
  .header_inner {
    -ms-grid-columns: 250px auto;
        grid-template-columns: 250px auto;
  }
}

@media screen and (min-width: 769px) {
  .drawer-toggle {
    display: none;
  }
}

.header_logo {
  width: 100%;
}

.header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
}

@media screen and (max-width: 1484px) {
  .header_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .header_menu {
    padding: 50px 15px;
    gap: 20px;
  }
}

.header_menu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header_menu_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.header_menu_inner a {
  cursor: pointer;
}

.header_btn {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

@media screen and (max-width: 1484px) {
  .header_btn {
    width: 120px;
  }
}

@media screen and (max-width: 1375px) {
  .header_btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1023px) {
  .header_btn {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header_btn {
    width: initial;
  }
}

@media screen and (max-width: 768px) {
  .drawer-hamburger {
    background-color: #323232;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .drawer-hamburger,
  .drawer-hamburger:hover {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #323232;
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) and (max-width: 560px) {
  .drawer-hamburger,
  .drawer-hamburger:hover {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-hamburger-icon {
    background-color: #fff;
    width: 30px;
    height: 2px;
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #fff;
    width: 30px;
    height: 2px;
  }
  .drawer-hamburger-icon::after {
    top: 8px;
  }
  .drawer-hamburger-icon::before {
    top: -8px;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    position: absolute;
    z-index: 50;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    position: absolute;
    background: #fff;
  }
  .drawer-nav {
    z-index: 30;
  }
}

/* to-entry
================================*/
.to-entry {
  position: fixed;
  z-index: 10;
  bottom: 35px;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .to-entry {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.to-entry a {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #5383C3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1279px) {
  .to-entry a {
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .to-entry a {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .to-entry a {
    width: 100%;
    border-radius: 0;
    height: 50px;
  }
}

.to-entry a p {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .to-entry a p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .to-entry a p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*===============================================
# footer
=================================================*/
.footer {
  padding: 30px 0;
  background: #E5ECF6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}

.footer p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 560px) {
  .footer p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*===============================================
# メインコンテンツ
=================================================*/
/* message
================================*/
.message {
  position: relative;
  padding-top: 200px;
}

@media screen and (max-width: 1279px) {
  .message {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1023px) {
  .message {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .message {
    padding-top: 80px;
  }
}

.message_body {
  position: relative;
  margin-top: 70px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .message_body {
    margin-top: 50px;
  }
}

.message_body .container {
  position: relative;
  z-index: 3;
}

.message_body_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .message_body_bg {
    padding-bottom: 40px;
  }
}

.message_contents {
  position: relative;
  z-index: 3;
}

.message_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 400px;
      grid-template-columns: auto 400px;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .message_wrap {
    -ms-grid-columns: auto 300px;
        grid-template-columns: auto 300px;
  }
}

@media screen and (max-width: 767px) {
  .message_wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.message_contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 25px;
}

.message_contents_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px;
}

.message_contents_text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45;
}

@media screen and (max-width: 1279px) {
  .message_contents_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .message_contents_text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.message_contents_text p span {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .message_contents_text p span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) {
  .message_contents_text p span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.message_contents_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .message_contents_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.message_contents_name .logo {
  width: 300px;
}

@media screen and (max-width: 1279px) {
  .message_contents_name .logo {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .message_contents_name .logo {
    width: 270px;
  }
}

.message_contents_name .name {
  font-family: "Noto Serif JP", serif;
}

.message_contents_name .name p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .message_contents_name .name p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.message_contents_name .name p span {
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 20px;
}

@media screen and (max-width: 1279px) {
  .message_contents_name .name p span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .message_img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    max-width: 500px;
    margin: auto;
  }
}

/* gallery
================================*/
.gallery01 {
  margin-top: 200px;
  width: 92%;
  margin-left: auto;
}

@media screen and (max-width: 1279px) {
  .gallery01 {
    margin-top: 13m 0;
  }
}

@media screen and (max-width: 1023px) {
  .gallery01 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .gallery01 {
    margin-top: 60px;
    width: 100%;
  }
}

/* business
================================*/
.business {
  position: relative;
  padding-top: 200px;
}

@media screen and (max-width: 1279px) {
  .business {
    padding-top: 140px;
  }
}

@media screen and (max-width: 1023px) {
  .business {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .business {
    padding-top: 80px;
  }
}

.business_logo {
  position: absolute;
  bottom: 25%;
  right: 0;
  width: 32%;
}

@media screen and (max-width: 1279px) {
  .business_logo {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .business_logo {
    width: 50%;
    bottom: 40%;
  }
}

.business_body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 160px;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

@media screen and (max-width: 767px) {
  .business_body {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    gap: 100px;
  }
}

.business_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .business_item {
    gap: 20px;
  }
}

.business_item_img {
  width: 55.5%;
}

@media screen and (max-width: 1023px) {
  .business_item_img {
    width: 63%;
  }
}

@media screen and (max-width: 767px) {
  .business_item_img {
    width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .business_item_img {
    width: 80%;
  }
}

.business_item_title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1023px) {
  .business_item_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .business_item_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 560px) {
  .business_item_title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.business_item_text {
  padding-left: 45px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .business_item_text {
    padding-left: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .business_item_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.business_item:first-child .business_item_img {
  margin-left: auto;
}

.business_item:last-child .business_item_title {
  text-align: right;
}

/* charm
================================*/
.charm {
  background: -webkit-linear-gradient(top, #fff 0px, #fff 90px, #FBFBFB 90px, #FBFBFB 100px);
  background: linear-gradient(to bottom, #fff 0px, #fff 90px, #FBFBFB 90px, #FBFBFB 100px);
}

@media screen and (max-width: 767px) {
  .charm {
    background: #FBFBFB;
    padding-top: 70px;
  }
}

.charm_body {
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 140px;
}

@media screen and (max-width: 1023px) {
  .charm_body {
    gap: 90px;
  }
}

@media screen and (max-width: 767px) {
  .charm_body {
    gap: 60px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.charm_item_title {
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 1375px) {
  .charm_item_title {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .charm_item_title {
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .charm_item_title {
    padding-top: 35px;
  }
}

.charm_item_title p {
  position: absolute;
  font-family: "din-2014-narrow", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  letter-spacing: -0.02em;
  line-height: 1;
  top: 0px;
  left: 0;
  color: #C8D7EA;
  z-index: 1;
}

@media screen and (max-width: 1375px) {
  .charm_item_title p {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .charm_item_title p {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .charm_item_title p {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.charm_item_title h3 {
  position: relative;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 15px;
  z-index: 3;
}

@media screen and (max-width: 1279px) {
  .charm_item_title h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1023px) {
  .charm_item_title h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .charm_item_title h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 560px) {
  .charm_item_title h3 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 5px;
  }
}

.charm_item_body {
  margin-top: 20px;
  background-color: #fff;
  border: #707070 1px solid;
  border-radius: 10px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 410px;
      grid-template-columns: auto 410px;
  min-height: 390px;
}

@media screen and (max-width: 767px) {
  .charm_item_body {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 10px;
  }
}

.charm_item_body_text {
  padding: 10px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .charm_item_body_text {
    padding: 15px 15px;
  }
}

.charm_item_body_text p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .charm_item_body_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .charm_item_body_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* work-flow
================================*/
.work-flow {
  padding: 200px 0;
}

@media screen and (max-width: 1279px) {
  .work-flow {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1023px) {
  .work-flow {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .work-flow {
    padding: 80px 0;
  }
}

.section_title._work-flow p {
  margin-left: 320px;
}

@media screen and (max-width: 1023px) {
  .section_title._work-flow p {
    margin-left: 260px;
  }
}

@media screen and (max-width: 767px) {
  .section_title._work-flow p {
    margin-left: 180px;
  }
}

@media screen and (max-width: 560px) {
  .section_title._work-flow p {
    margin-left: 100px;
  }
}

.work-flow_img {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .work-flow_img {
    margin-top: 40px;
  }
}

/* benefit
================================*/
.benefit {
  background: -webkit-linear-gradient(top, #fff 0px, #fff 90px, #FBFBFB 90px, #FBFBFB 100px);
  background: linear-gradient(to bottom, #fff 0px, #fff 90px, #FBFBFB 90px, #FBFBFB 100px);
  margin-top: 200px;
  margin-left: 140px;
}

@media screen and (max-width: 1279px) {
  .benefit {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .benefit {
    background: #FBFBFB;
    padding-top: 70px;
    margin: 0 auto;
  }
}

.benefit_body {
  max-width: 1500px;
  margin-left: 60px;
  padding: 0 20px;
  margin-top: -50px;
}

@media screen and (max-width: 1279px) {
  .benefit_body {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .benefit_body {
    margin: 0 auto;
    margin-top: 50px;
  }
}

.benefit_wrap {
  width: 93%;
}

.benefit_wrap:first-child {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .benefit_wrap:first-child {
    margin: 0 auto;
  }
}

.benefit_wrap:last-child {
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .benefit_wrap:last-child {
    margin: 0 auto;
  }
}

.benefit_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
}

@media screen and (max-width: 1600px) {
  .benefit_item {
    max-width: 850px;
  }
}

@media screen and (max-width: 1375px) {
  .benefit_item {
    max-width: 700px;
  }
}

@media screen and (max-width: 1279px) {
  .benefit_item {
    max-width: 650px;
  }
}

@media screen and (max-width: 1023px) {
  .benefit_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
}

.benefit_item:first-child {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .benefit_item:first-child {
    margin: 0 auto;
    margin-top: 50px;
  }
}

.benefit_item:last-child {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateY(-190px);
          transform: translateY(-190px);
}

@media screen and (max-width: 1600px) {
  .benefit_item:last-child {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}

@media screen and (max-width: 1375px) {
  .benefit_item:last-child {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@media screen and (max-width: 1023px) {
  .benefit_item:last-child {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .benefit_item:last-child {
    margin: 0 auto;
    margin-top: 50px;
  }
}

.benefit_item_title {
  background: #5383C3;
  height: 200px;
  width: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1375px) {
  .benefit_item_title {
    height: 170px;
    width: 45%;
  }
}

@media screen and (max-width: 1279px) {
  .benefit_item_title {
    height: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .benefit_item_title {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .benefit_item_title {
    height: 100px;
  }
}

.benefit_item_title h3 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1375px) {
  .benefit_item_title h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 1279px) {
  .benefit_item_title h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .benefit_item_title h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 560px) {
  .benefit_item_title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.benefit_item_title p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

@media screen and (max-width: 1375px) {
  .benefit_item_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .benefit_item_title p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.benefit_item_img {
  width: 60%;
}

@media screen and (max-width: 1023px) {
  .benefit_item_img {
    width: 100%;
  }
}

/* gallery02
================================*/
.gallery02 {
  padding-top: 200px;
}

@media screen and (max-width: 1279px) {
  .gallery02 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .gallery02 {
    padding-top: 70px;
  }
}

/* skill
================================*/
.skill {
  background-color: #FBFBFB;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 1279px) {
  .skill {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .skill {
    padding: 70px 0;
    margin-top: 50px;
  }
}

.skill_body {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

@media screen and (max-width: 767px) {
  .skill_body {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 50px;
  }
}

.skill_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .skill_item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.skill_item_img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .skill_item_img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.skill_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.skill_item_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .skill_item_text {
    padding: 30px 0;
  }
}

.skill_item_text p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.666;
}

@media screen and (max-width: 1279px) {
  .skill_item_text p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .skill_item_text p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .skill_item_text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) {
  .skill_item_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* voice
================================*/
.voice {
  padding: 200px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .voice {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1023px) {
  .voice {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 80px 0;
  }
}

.section_title._voice p {
  margin-left: 140px;
}

@media screen and (max-width: 1023px) {
  .section_title._voice p {
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .section_title._voice p {
    margin-left: 80px;
  }
}

.voice_logo {
  position: absolute;
  width: 48%;
  right: -220px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .voice_logo {
    right: -150px;
    top: 40%;
  }
}

@media screen and (max-width: 1023px) {
  .voice_logo {
    right: -50px;
    top: 45%;
  }
}

@media screen and (max-width: 767px) {
  .voice_logo {
    top: 52%;
    width: 60%;
  }
}

.voice_body {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 200px;
}

@media screen and (max-width: 1279px) {
  .voice_body {
    gap: 150px;
  }
}

@media screen and (max-width: 767px) {
  .voice_body {
    gap: 100px;
  }
}

.voice_item_mv {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .voice_item_mv {
    margin-bottom: 30px;
  }
}

.voice_item_mv p {
  margin-top: 20px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .voice_item_mv p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .voice_item_mv p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 560px) {
  .voice_item_mv p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.voice_item_mv p span {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  padding-left: 20px;
}

@media screen and (max-width: 1279px) {
  .voice_item_mv p span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .voice_item_mv p span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.voice_item_wrap {
  margin-top: 120px;
  display: -ms-grid;
  display: grid;
  gap: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .voice_item_wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .voice_item_wrap {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice_item_img {
  width: 370px;
}

@media screen and (max-width: 1279px) {
  .voice_item_img {
    width: 330px;
  }
}

@media screen and (max-width: 1023px) {
  .voice_item_img {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .voice_item_img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .voice_item_img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.voice_item_wrap_contents {
  width: calc(100% - 370px);
}

@media screen and (max-width: 1279px) {
  .voice_item_wrap_contents {
    width: calc(100% - 330px);
  }
}

@media screen and (max-width: 1023px) {
  .voice_item_wrap_contents {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .voice_item_wrap_contents {
    width: 100%;
  }
}

.voice_item_wrap_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.voice_item_contents h3 {
  display: inline-block;
  padding-right: 120px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .voice_item_contents h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .voice_item_contents h3 {
    line-height: 1.3;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .voice_item_contents h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 70px;
  }
}

.voice_item_contents h3::after {
  position: absolute;
  content: "";
  background-color: #333333;
  height: 1px;
  width: 120px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .voice_item_contents h3::after {
    width: 70px;
  }
}

.voice_item_contents p {
  margin-top: 33px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 1023px) {
  .voice_item_contents p {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 560px) {
  .voice_item_contents p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* entry-flow
================================*/
.entry-flow_body {
  background-color: #E5ECF6;
  padding: 90px 0;
  margin-top: 35px;
}

@media screen and (max-width: 1279px) {
  .entry-flow_body {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .entry-flow_body {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .entry-flow_img {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 560px) {
  .entry-flow_img {
    max-width: 220px;
  }
}

/* recruit
================================*/
.recruit {
  background: #FBFBFB;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .recruit {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.recruit_body {
  max-width: 750px;
  margin: auto;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .recruit_body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .recruit_body {
    margin-top: 25px;
  }
}

.recruit_item {
  padding: 30px 50px;
  border-bottom: 1px solid #333333;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .recruit_item {
    -ms-grid-columns: 160px auto;
        grid-template-columns: 160px auto;
  }
}

@media screen and (max-width: 767px) {
  .recruit_item {
    -ms-grid-columns: 130px auto;
        grid-template-columns: 130px auto;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 560px) {
  .recruit_item {
    -ms-grid-columns: 100px auto;
        grid-template-columns: 100px auto;
  }
}

.recruit_item dt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .recruit_item dt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .recruit_item dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_item dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .recruit_item dt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.recruit_item dd {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .recruit_item dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .recruit_item dd {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_item dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 560px) {
  .recruit_item dd {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.recruit_img {
  display: contents;
}

@media screen and (max-width: 1279px) {
  .recruit_img {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    position: static;
  }
}

.recruit_img01 {
  position: absolute;
  top: 400px;
  right: 0;
  width: 25.5%;
}

@media screen and (max-width: 1600px) {
  .recruit_img01 {
    width: 20%;
  }
}

@media screen and (max-width: 1279px) {
  .recruit_img01 {
    position: static;
    width: 100%;
  }
}

.recruit_img02 {
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 25.5%;
}

@media screen and (max-width: 1600px) {
  .recruit_img02 {
    width: 20%;
  }
}

@media screen and (max-width: 1279px) {
  .recruit_img02 {
    position: static;
    width: 100%;
  }
}

/* qa
================================*/
.qa {
  padding: 200px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .qa {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1023px) {
  .qa {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .qa {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1023px) {
  .qa_title_pc {
    display: none;
  }
}

.qa_title_sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .qa_title_sp {
    display: block;
  }
}

.qa_body {
  -webkit-transform: translateY(-180px);
          transform: translateY(-180px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 20px;
  font-family: "Noto Serif JP", serif;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 1279px) {
  .qa_body {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}

@media screen and (max-width: 1023px) {
  .qa_body {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 40px;
  }
}

.qa_item_question {
  background-color: #E5ECF6;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .qa_item_question {
    padding: 12px 20px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_question {
    padding: 12px 12px;
    padding-right: 35px;
  }
}

.qa_item_question::after {
  position: absolute;
  content: "";
  background: url(../img/main/arrow.svg) center center/contain no-repeat;
  top: 50%;
  right: 20px;
  height: 11px;
  width: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .qa_item_question::after {
    right: 15px;
    height: 9px;
    width: 16px;
  }
}

.qa_item_question p {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .qa_item_question p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_question p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_question p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.qa_item_question p::before {
  position: absolute;
  content: "Q.";
  left: 0;
  top: 0;
  color: #5383C3;
}

.qa_item_question.accordion-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa_item_answer {
  display: none;
  padding: 15px 30px;
  padding-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa_item_answer {
    padding: 12px 20px;
    padding-bottom: 0;
    padding-right: 40px;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_answer {
    padding: 12px 12px;
    padding-bottom: 0;
    padding-right: 35px;
  }
}

.qa_item_answer p {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .qa_item_answer p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .qa_item_answer p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .qa_item_answer p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.qa_item_answer p::before {
  position: absolute;
  content: "A.";
  left: 0;
  top: 0;
  color: #C35353;
}

/* company
================================*/
.company_body {
  max-width: 750px;
  margin: auto;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .company_body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .company_body {
    margin-top: 25px;
  }
}

.company_item {
  padding: 30px 50px;
  border-bottom: 1px solid #333333;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px auto;
      grid-template-columns: 190px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .company_item {
    -ms-grid-columns: 160px auto;
        grid-template-columns: 160px auto;
  }
}

@media screen and (max-width: 767px) {
  .company_item {
    -ms-grid-columns: 130px auto;
        grid-template-columns: 130px auto;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 560px) {
  .company_item {
    -ms-grid-columns: 130px auto;
        grid-template-columns: 130px auto;
  }
}

.company_item dt {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .company_item dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .company_item dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .company_item dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .company_item dt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.company_item dd {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .company_item dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .company_item dd {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .company_item dd {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .company_item dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* access
================================*/
.access {
  padding: 200px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .access {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1023px) {
  .access {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .access {
    padding: 80px 0;
  }
}

.access_body {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  background: #E5ECF6;
  padding: 110px 0;
}

@media screen and (max-width: 1023px) {
  .access_body {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .access_body {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding: 50px 0;
  }
}

.access_map {
  width: 100%;
  height: 750px;
}

@media screen and (max-width: 1375px) {
  .access_map {
    height: 600px;
  }
}

@media screen and (max-width: 1023px) {
  .access_map {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .access_map {
    height: 350px;
  }
}

.access_map iframe {
  aspect-ratio: 1100/745;
  width: 100%;
  height: 100%;
}

.access_address {
  text-align: right;
  margin-top: 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .access_address {
    margin-top: 15px;
  }
}

.access_address p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .access_address p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .access_address p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* entry
================================*/
.entry {
  padding: 200px 0;
}

@media screen and (max-width: 1279px) {
  .entry {
    padding: 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .entry {
    padding: 80px 0;
  }
}

.entry_intro {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .entry_intro {
    margin-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .entry_intro {
    margin-top: 35px;
  }
}

.entry_intro p {
  text-align: center;
  line-height: 1.44;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 1279px) {
  .entry_intro p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .entry_intro p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .entry_intro p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .entry_intro p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.entry_form {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .entry_form {
    margin-top: 40px;
  }
}

/* 以下フォーム部分
================================*/
.contact_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .contact_item {
    gap: 5px;
  }
}

.contact_item + .contact_item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact_item + .contact_item {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.contact_item.-recruit {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact_item.-recruit {
    margin-top: 15px;
  }
}

.contact_item_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contact_item_title {
    text-align: left;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact_item_title_inline {
  width: 45px;
  background-color: #5383C3;
  text-align: center;
  color: #fff;
  padding: 4px 11px;
  border-radius: 0;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .contact_item_title_inline {
    margin-left: 15px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  padding: 10px 5px;
}

textarea {
  min-height: 190px;
  resize: vertical;
  padding: 5px;
}

.contact_item_input_select {
  position: relative;
  width: 250px;
}

.contact_item_input_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #414141 transparent transparent transparent;
  right: 15px;
  top: 20px;
  pointer-events: none;
}

.contact_item_input_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
}

.contact_checkbox_group {
  display: block;
}

.contact_checkbox_group label {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
}

.contact_checkbox_group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.contact_checkbox_group label::before {
  content: "";
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .contact_checkbox_group label::before {
    width: 14px;
    height: 14px;
  }
}

.contact_checkbox_group input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  border: 2px solid #5383C3;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 1px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  .contact_checkbox_group input[type="checkbox"]:checked + label::after {
    width: 7px;
    height: 13px;
    left: 4px;
    top: 0;
  }
}

.contact_item_input_file + .contact_item_input_file {
  margin-top: 15px;
}

.contact_item_input_file_bottom {
  margin-top: 15px;
}

.contact_item_input_file_bottom p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .contact_item_input_file_bottom p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .contact_item_input_file_bottom p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.contact_footer {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_footer {
    margin-top: 30px;
  }
}

.contact_footer-text {
  font-size: 16px;
  line-height: 1;
}

.contact_footer_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  font-weight: bold;
}

.contact_privacy {
  margin-top: 15px;
}

.contact_privacy a {
  color: #2460c1;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.contact_privacy_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact_privacy_link a {
  color: #0b3e8f;
  text-decoration: underline;
  padding-bottom: 2px;
}

.contact_footer_submit {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_footer_submit {
    margin-top: 40px;
  }
}

.contact_link {
  position: relative;
  margin: auto;
  width: 315px;
  height: 50px;
  background-color: #5383C3;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact_link {
    width: 220px;
    height: 50px;
  }
}

input[type="submit"] {
  display: block;
  width: 315px;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  background: #5383C3;
  border-radius: 6px;
  padding: 21px 0 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    font-size: 20px;
    font-size: 1.25rem;
    width: 220px;
    padding: 15px 0;
  }
}

.attend-box {
  margin: 0 auto;
  margin-top: 40px;
  width: 86.5%;
  height: 205px;
  overflow-y: scroll;
  text-align: left;
  padding: 35px 30px;
  border: 1px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
  .attend-box {
    padding: 0 18px 15px;
    width: 95%;
    margin-top: 10px;
  }
}

.attend-box p {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .attend-box p {
    font-size: 12px;
  }
}

#scroll::-webkit-scrollbar {
  width: 20px;
}

#scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  border: 3px solid #f2f2f2;
}

/*===============================================
# サンクスページ
=================================================*/
.thanks_body {
  padding: 150px 0;
}

.thanks_logo {
  max-width: 600px;
  margin: auto;
}

.thanks_message {
  margin-top: 20px;
}

.thanks_message h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .thanks_message h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .thanks_message h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.thanks_message p {
  margin: auto;
  max-width: 900px;
  margin-top: 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .thanks_message p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}

.thanks_link {
  text-align: center;
  margin-top: 50px;
}

.thanks_link a {
  margin: auto;
  display: block;
  background: #5383C3;
  padding: 10px 0;
  width: 350px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
/*# sourceMappingURL=style.css.map */