@charset "UTF-8";
/* ------------------------------------------
	BASIC
--------------------------------------------- */
/* ------------------------------------------
	BASIC
--------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  font-family: sans-serif;
  font-weight: 500;
  background-color: #fff;
  overflow: auto;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: calc(24px + (64 - 24)*(100vw - 375px)/(1440 - 375));
}

h2 {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  white-space: nowrap;
  font-weight: 600;
}

h3 {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  line-height: 1.8;
}

h4 {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  line-height: 1.8;
}

p {
  font-size: 16px;
}

article {
  margin: 0 2%;
}

section {
  margin: auto;
  width: 100%;
}

/*spanで色変更+強調*/
.orange {
  color: #a09a00;
  font-weight: 600;
}

.blue {
  color: #0838A3;
  font-weight: 600;
}

.red {
  color: #BC1010;
  font-weight: 600;
}

.green {
  color: #b1b1b1;
  font-weight: 600;
}

.weight {
  font-weight: 600;
}

.text-fold {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
}

/*矢印要素*/
.arrow {
  padding: calc(20px + (50 - 20)*(100vw - 375px)/(1440 - 375));
  margin: auto;
}

#contents {
  max-width: 1100px;
  margin: auto;
}

.button div {
  background-color: #4b4fb1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button div p {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}

.section-title_basic {
  padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  text-align: center;
  margin: auto;
}

.section-title_basic .section-title_h2 {
  margin: auto;
  border-bottom: solid 2px #a09a00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}

.section-title_basic .section-title_h2 h2 {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  margin: 0;
}

.section-title_padding_small {
  padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  text-align: center;
  margin: auto;
}

.section-title_padding_small .section-title_h2 {
  margin: auto;
  border-bottom: solid 2px #a09a00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
}

.section-title_padding_small .section-title_h2 h2 {
  font-size: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  margin: 0;
}

.sp-br {
  display: none;
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
  #contents {
    width: 94%;
  }
}

/* ------------------------------------------
	関数セット
--------------------------------------------- */
.h3-title {
  text-align: center;
  padding-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.h3-title p {
  text-align: center;
}

.h3-title h3 {
  font-weight: 600;
  color: #b1b1b1;
  line-height: 1.8;
  text-align: center;
}

.h3-title h2 {
  font-weight: 600;
  color: #b1b1b1;
  line-height: 1.8;
  text-align: center;
}

.h4-title {
  text-align: center;
  padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.h4-title p {
  text-align: center;
}

.h4-title h4 {
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

/* ------------------------------------------
---------------------header-----------------------
--------------------------------------------- */
header {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

header .nav-area {
  width: 100%;
  position: fixed;
  background-color: rgba(75, 79, 177, 0.7);
  z-index: 999;
}

header .nav-area .nav-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  padding-left: 24px;
  /*電話や特別なメニューがなければこのコメントアウトを解除する
            
            padding-right: 24px;

            */
}

header .nav-area .nav-contents .sp-head-logo {
  display: none;
}

header .nav-area .nav-contents .head-logo .logo-text {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  font-weight: 600;
  color: #fff;
}

header .nav-area .nav-contents .nav-wrapper .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-area .nav-contents .nav-wrapper .nav-list a {
  color: #fff;
  padding-left: 24px;
  display: inline-block;
  white-space: nowrap;
}

header .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular {
  background-color: #fff;
  margin-left: 24px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular a {
  color: #000;
  padding-right: 24px;
}

header .header-img {
  display: block;
  height: 100vh;
  background-image: url(../img/mv01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

header .header-img::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.2);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

header .header-text {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .header-text .site-title {
  font-size: calc(40px + (64 - 40)*(100vw - 375px)/(1440 - 375));
}

header .header-text .site-catch {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
}

.subpage {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

.subpage .nav-area {
  width: 100%;
  position: fixed;
  background-color: rgba(75, 79, 177, 0.7);
  z-index: 999;
}

.subpage .nav-area .nav-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  padding-left: 24px;
  /*電話や特別なメニューがなければこのコメントアウトを解除する
                
                padding-right: 24px;
    
                */
}

.subpage .nav-area .nav-contents .sp-head-logo {
  display: none;
}

.subpage .nav-area .nav-contents .head-logo .logo-text {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  font-weight: 600;
  color: #fff;
}

.subpage .nav-area .nav-contents .nav-wrapper .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage .nav-area .nav-contents .nav-wrapper .nav-list a {
  color: #fff;
  padding-left: 24px;
  display: inline-block;
  white-space: nowrap;
}

.subpage .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular {
  background-color: #fff;
  margin-left: 24px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular a {
  color: #000;
  padding-right: 24px;
}

.subpage .header-img {
  display: block;
  height: 50vh;
  background-image: url(../img/mv01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.subpage .header-img::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.2);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.subpage .header-text {
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.subpage .header-text .site-title {
  font-size: calc(40px + (64 - 40)*(100vw - 375px)/(1440 - 375));
}

.subpage .header-text .site-catch {
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
}

.subpage.companypage .header-img {
  background-image: url(../img/mv02_home-about.jpg);
  background-position: 50% 50%;
}

.subpage.servicepage .header-img {
  background-image: url(../img/mv03_home-contents02.jpg);
  background-position: 50% 50%;
}

.subpage.recruitpage .header-img {
  background-image: url(../img/mv04_home-contents03.jpg);
  background-position: 50% 50%;
}

.subpage.newspage .header-img {
  background-color: #4b4fb1;
  background-image: none;
}

.subpage.singlepage .header-img {
  background-color: #4b4fb1;
  background-image: none;
}

.subpage.contactpage .header-img {
  background-color: #4b4fb1;
  background-image: none;
}

.subpage.thankspage .header-img {
  background-color: #4b4fb1;
  background-image: none;
}

@media (max-width: 767px) {
  .header-text {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header-text .site-title {
    font-size: calc(40px + (64 - 40)*(100vw - 375px)/(1440 - 375));
  }
  .header-text .site-catch {
    font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
  }
}

/* ------------------------------------------
----------PCでハンバーガーメニュー非表示----------
--------------------------------------------- */
.burger-btn {
  display: none;
}

@media screen and (max-width: 740px) {
  .head_nav .right a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0;
    font-weight: 600;
    line-height: 4;
  }
}

/* ------------------------------------------
  ------------スマホ・タブレット用の設定-----------
  --------------------------------------------- */
@media screen and (max-width: 740px) {
  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
  header {
    padding: 0;
    position: relative;
  }
  nav a {
    display: block;
    background-color: transparent;
  }
  /* ------------------------------------------
  -------------------ボタンの装飾ー----------------
  --------------------------------------------- */
  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    top: 26%;
    right: 3%;
    position: absolute;
    z-index: 70;
    border: none;
  }
  .bar {
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ffffff;
    z-index: 15;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  /*三本線をばつ印に*/
  .burger-btn.close .bar {
    background-color: #ffffff;
    position: absolute;
    z-index: 70;
  }
  .burger-btn.close .bar_top {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  /*全画面に*/
  .nav-wrapper {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
  }
  .nav-wrapper.slide-in {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #4b4fb1;
    position: absolute;
    z-index: 60;
  }
  header .nav-area .nav-contents .nav-wrapper .nav-list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    height: 60%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .nav-area .nav-contents .nav-wrapper .nav-list a {
    display: block;
  }
  header .nav-area .nav-contents .nav-wrapper .nav-list a {
    margin: 0%;
    padding: 0;
  }
  header .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular {
    background-color: #fff;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    margin: 0 auto;
  }
  header .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular a {
    color: #000;
    padding: 0;
    text-align: center;
  }
  .subpage .nav-area .nav-contents .nav-wrapper .nav-list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    height: 60%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .subpage .nav-area .nav-contents .nav-wrapper .nav-list a {
    display: block;
  }
  .subpage .nav-area .nav-contents .nav-wrapper .nav-list a {
    margin: 0%;
    padding: 0;
  }
  .subpage .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular {
    background-color: #fff;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    margin: 0 auto;
  }
  .subpage .nav-area .nav-contents .nav-wrapper .nav-list .nav-irregular a {
    color: #000;
    padding: 0;
    text-align: center;
  }
  /*ハンバーガーメニュー表示時にスクロールしない*/
  body.noscroll {
    overflow: hidden;
  }
}

/* ------------------------------------------
---------------------文字サイズ-----------------------
--------------------------------------------- */
.font {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.font .section-title {
  text-align: center;
  margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.font #contents {
  border: solid 2px;
  padding: 16px;
}

/* ------------------------------------------
---------------------paddingサイズ-----------------------
--------------------------------------------- */
.padding {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
}

.padding .section-title {
  text-align: center;
  margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.padding #contents {
  border: solid 2px;
  padding: 16px;
}

.padding #contents div {
  margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.padding #contents .padding-1 {
  border: solid 2px;
  text-align: center;
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
}

.padding #contents .padding-2 {
  border: solid 2px;
  text-align: center;
  padding-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.padding #contents .padding-3 {
  border: solid 2px;
  text-align: center;
  padding-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.padding #contents .padding-4 {
  border: solid 2px;
  text-align: center;
  padding-top: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

/* ------------------------------------------
---------------------概要文-----------------------
--------------------------------------------- */
.about {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.about .section-title {
  text-align: center;
  margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

/* ------------------------------------------
---------------------会社情報-----------------------
--------------------------------------------- */
.company {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.company .section-title {
  text-align: center;
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.company #contents .company-table {
  width: 100%;
}

.company #contents th, .company #contents td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.company #contents th {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company-table tr, td, th {
    display: block;
  }
  .company-table th {
    width: auto;
  }
}

/* ------------------------------------------
---------------------ニュース-----------------------
--------------------------------------------- */
.top_news {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.top_news .section-title {
  text-align: center;
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.top_news #contents {
  border: solid 1px;
  height: 240px;
  /*スクロールの高さ*/
  overflow-y: scroll;
}

.top_news #contents .news-wrapper {
  background-color: #fff;
  padding: 0 3% 3% 3%;
  margin: auto;
}

.top_news #contents .news-wrapper ul h3 {
  text-align: left;
  font-size: calc(16px + (24 - 16)*(100vw - 375px)/(1440 - 375));
  color: #4b4fb1;
  font-weight: 600;
  border-bottom: solid 1px #707070;
  line-height: 1.5;
}

.top_news #contents .news-wrapper ul .newslabel {
  color: #fff;
  background-color: #4b4fb1;
  padding: 0 2%;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}

.top_news #contents .news-wrapper ul li {
  border-bottom: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  font-size: calc(12px + (16 - 12)*(100vw - 375px)/(1440 - 375));
  padding: 1% 0;
}

.top_news #contents .news-wrapper ul li .day {
  margin-right: 1%;
  white-space: nowrap;
}

/*-アーカイブ- */
.top_news.news-about #contents {
  border: none;
  height: auto;
  /*スクロールの高さ*/
  overflow-y: auto;
}

.top_news.news-about #contents .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.top_news.news-about #contents .cat-list li {
  padding-right: 4px;
  padding-left: 4px;
  border-right: solid 1px;
}

.top_news.news-about #contents .cat-list li:nth-last-child(1) {
  border-right: none;
}

.top_news.news-about #contents .news-wrapper {
  background-color: #fff;
  padding: 0;
  margin: auto;
}

.top_news.news-about #contents .pager {
  padding-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin: auto;
}

.top_news.news-about #contents .pager .button .old_pagelink {
  display: block;
  white-space: nowrap;
  background-color: #4b4fb1;
  color: #fff;
  padding: 16px;
  width: calc(150px + (200 - 100)*(100vw - 369px)/(1200 - 369));
}

.top_news.news-about #contents .pager .button .pre_pagelink {
  display: block;
  white-space: nowrap;
  background-color: #4b4fb1;
  color: #fff;
  padding: 16px;
  width: calc(150px + (200 - 100)*(100vw - 369px)/(1200 - 369));
}

@media (max-width: 767px) {
  .top_news.news-about #contents {
    border: none;
    height: auto;
    /*スクロールの高さ*/
    overflow-y: auto;
  }
  .top_news.news-about #contents .news-wrapper {
    background-color: #fff;
    padding: 0;
    margin: auto;
  }
  .top_news.news-about #contents .pager {
    padding-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto;
  }
}

/*-投稿- */
.top_news.news-post #contents {
  height: auto;
  /*スクロールの高さ*/
  overflow-y: auto;
  border: solid 1px;
  padding: 3%;
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
}

.top_news.news-post #contents .title-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.top_news.news-post #contents .title-single-post .newslabel {
  color: #fff;
  background-color: #4b4fb1;
  padding: 0 2%;
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
}

.top_news.news-post #contents .title-single-post .day {
  font-weight: 600;
}

.top_news.news-post #contents .post-text {
  width: 80%;
  margin: auto;
  padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.top_news.news-post #contents .post-text h3 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.top_news.news-post #contents .post-text.privacy {
  width: 80%;
  margin: auto;
  padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.top_news.news-post #contents .post-text.privacy h3 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.top_news.news-post #contents .post-text.privacy h4 {
  text-align: left;
}

.top_news.news-post #contents .post-text.privacy p {
  padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  text-align: left;
}

.top_news.news-post #contents .pager-single {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 767px) {
  .top_news.news-post #contents {
    height: auto;
    /*スクロールの高さ*/
    overflow-y: auto;
    border: solid 1px;
    padding: 3%;
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  }
  .top_news.news-post #contents .title-single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .top_news.news-post #contents .title-single-post .newslabel {
    color: #fff;
    background-color: #4b4fb1;
    padding: 0 2%;
    text-align: center;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 8px;
  }
  .top_news.news-post #contents .title-single-post .day {
    font-weight: 600;
  }
  .top_news.news-post #contents .post-text {
    width: 100%;
    margin: auto;
    padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .top_news.news-post #contents .post-text h3 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .top_news.news-post #contents .pager-single {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  @m;
}

/* ------------------------------------------
---------------------flex-カードタイプ-----------------------
--------------------------------------------- */
.flex-card {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-card .section-title {
  text-align: center;
  margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.flex-card #contents h2 {
  padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.flex-card #contents .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-card #contents .flex-wrapper .card {
  width: 23%;
  border: solid 1px;
  position: relative;
  padding-bottom: 56px;
}

.flex-card #contents .flex-wrapper .card .card-img {
  width: 100%;
  height: 150px;
}

.flex-card #contents .flex-wrapper .card .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.flex-card #contents .flex-wrapper .card .card-text {
  padding: 16px;
}

.flex-card #contents .flex-wrapper .card .card-text h3 {
  padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.flex-card #contents .flex-wrapper .card .card-text p {
  padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.flex-card #contents .flex-wrapper .card .card-text .card-button {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.flex-card #contents .flex-wrapper .card .card-text .card-button a {
  display: block;
  background-color: #4b4fb1;
  color: #fff;
  width: 100%;
  padding: 5px;
}

@media (max-width: 767px) {
  .flex-card {
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .flex-card .section-title {
    text-align: center;
    margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  }
  .flex-card #contents h2 {
    padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .flex-card #contents .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-card #contents .flex-wrapper .card {
    width: 80%;
    border: solid 1px;
    margin: auto;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .flex-card #contents .flex-wrapper .card .card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .flex-card #contents .flex-wrapper .card .card-text {
    padding: 16px;
  }
  .flex-card #contents .flex-wrapper .card .card-text h3 {
    padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  }
  .flex-card #contents .flex-wrapper .card .card-text p {
    padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  }
  .flex-card #contents .flex-wrapper .card .card-text .card-button {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .flex-card #contents .flex-wrapper .card .card-text .card-button a {
    display: block;
    background-color: #4b4fb1;
    color: #fff;
    width: 100%;
    padding: 5px;
  }
}

/* ------------------------------------------
---------------------grid-----------------------
--------------------------------------------- */
.grid-6 {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.grid-6 .section-title {
  text-align: center;
  margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.grid-6 #contents .grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.grid-6 #contents .grid-wrapper .grid-card .card-img {
  padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.grid-6 #contents .grid-wrapper .grid-card .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.grid-6 #contents .grid-wrapper .grid-card .card-text p {
  text-align: left;
}

@media (max-width: 767px) {
  .grid-6 {
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .grid-6 .section-title {
    text-align: center;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .grid-6 #contents .grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
  .grid-6 #contents .grid-wrapper .grid-card .card-img {
    padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  }
  .grid-6 #contents .grid-wrapper .grid-card .card-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .grid-6 #contents .grid-wrapper .grid-card .card-text p {
    text-align: left;
  }
}

/* ------------------------------------------
---------------------flex-横並び-----------------------
--------------------------------------------- */
.flex-side {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-side h2 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.flex-side .section-title {
  text-align: center;
  margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.flex-side #contents {
  border: solid 1px;
}

.flex-side #contents .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-side #contents .flex-wrapper .flex-img {
  width: 45%;
}

.flex-side #contents .flex-wrapper .flex-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-side #contents .flex-wrapper .flex-text {
  width: 50%;
}

.flex-side #contents .flex-wrapper .flex-text h3 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

@media (max-width: 767px) {
  .flex-side {
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .flex-side h2 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side .section-title {
    text-align: center;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side #contents {
    border: solid 1px;
  }
  .flex-side #contents .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-side #contents .flex-wrapper .flex-img {
    width: 100%;
  }
  .flex-side #contents .flex-wrapper .flex-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex-side #contents .flex-wrapper .flex-text {
    width: 100%;
  }
  .flex-side #contents .flex-wrapper .flex-text h3 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    margin-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
}

/* ------------------------------------------
---------------------flex-横並び(逆)-----------------------
--------------------------------------------- */
.flex-side-reverse, home-about {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-side-reverse h2, home-about h2 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.flex-side-reverse .section-title, home-about .section-title {
  text-align: center;
  margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.flex-side-reverse #contents .flex-wrapper, home-about #contents .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-side-reverse #contents .flex-wrapper .flex-img, home-about #contents .flex-wrapper .flex-img {
  width: 45%;
}

.flex-side-reverse #contents .flex-wrapper .flex-img img, home-about #contents .flex-wrapper .flex-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-side-reverse #contents .flex-wrapper .flex-text, home-about #contents .flex-wrapper .flex-text {
  width: 50%;
}

.flex-side-reverse #contents .flex-wrapper .flex-text h3, home-about #contents .flex-wrapper .flex-text h3 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.flex-side-reverse #contents .flex-wrapper .flex-text p, home-about #contents .flex-wrapper .flex-text p {
  margin-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

@media (max-width: 767px) {
  .flex-side-reverse {
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .flex-side-reverse h2 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side-reverse .section-title {
    text-align: center;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side-reverse #contents .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-side-reverse #contents .flex-wrapper .flex-img {
    width: 100%;
  }
  .flex-side-reverse #contents .flex-wrapper .flex-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex-side-reverse #contents .flex-wrapper .flex-text {
    width: 100%;
  }
  .flex-side-reverse #contents .flex-wrapper .flex-text h3 {
    margin-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    text-align: center;
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side-reverse #contents .flex-wrapper .flex-text .button div {
    margin-left: auto;
  }
}

/* ------------------------------------------
---------------------Q&A-----------------------
--------------------------------------------- */
.question {
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.question h2 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.question .section-title {
  text-align: center;
  margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.question #contents {
  border: solid 1px;
  padding: 4%;
  /*ボックス全体*/
  /*ラベル*/
  /*ラベルホバー時*/
  /*チェックは隠す*/
  /*中身を非表示にしておく*/
  /*クリックで中身表示*/
}

.question #contents .accbox {
  margin: 2em 0;
  max-width: 100%;
  /*最大幅*/
  font-size: 1.3rem;
  text-align: left;
  margin: auto;
}

.question #contents .qa {
  position: relative;
}

.question #contents .accbox h3 {
  font-weight: 400;
  line-height: 2;
  font-size: calc(16px + (18 - 16)*(100vw - 600px)/(1200 - 600));
}

.question #contents .accbox p {
  line-height: 2;
  font-weight: 500;
}

.question #contents .accbox span {
  font-weight: bold;
}

.question #contents .accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 5px 5px;
  margin-top: 3%;
  font-weight: 400;
  cursor: pointer;
  line-height: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid #a1a1a1;
  width: 95%;
  margin: auto;
  font-size: calc(16px + (18 - 16)*(100vw - 600px)/(1200 - 600));
}

.question #contents .qa {
  font-weight: 300;
}

.question #contents .accbox label:hover {
  background-color: #4b4fb1;
  color: #fff;
}

.question #contents .accbox input {
  display: none;
}

.question #contents .accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.question #contents .cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

/* ------------------------------------------
---------------------フォーム-----------------------
--------------------------------------------- */
.contact {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.contact .section-title {
  text-align: center;
  margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.contact #contents {
  border: solid 1px;
  padding: 0 2%;
  padding-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  text-align: left;
  background-color: #E8E8E8;
}

.contact #contents .section-title_padding_small .contact-p {
  padding-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  padding-top: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.contact #contents .contact-wrapper {
  max-width: 800px;
  margin: auto;
}

.contact #contents .contact-wrapper #form {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.contact #contents .contact-wrapper #form label span {
  margin-left: 2%;
  background-color: #4b4fb1;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: calc(12px + (16 - 12)*(100vw - 375px)/(1440 - 375));
}

.contact #contents .contact-wrapper #form .input {
  color: #707070;
  border: solid 1px #c7c7c7;
  height: 40px;
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-left: 8px;
}

.contact #contents .contact-wrapper #form .textarea {
  padding: 0;
  color: #707070;
  border: solid 1px #c7c7c7;
  height: 100px;
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 8px;
}

.contact #contents .contact-wrapper #form .radioarea {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contact #contents .contact-wrapper #form select {
  padding-left: 8px;
  width: 30%;
  /*--幅--*/
  -webkit-appearance: none;
  /*--各ブラウザのCSSを解除--*/
  -moz-appearance: none;
  /*--各ブラウザのCSSを解除--*/
  appearance: none;
  /*--各ブラウザのCSSを解除--*/
  height: 40px;
  margin-top: 8px;
  color: #707070;
  border: solid 1px #c7c7c7;
  background-image: url(../img/form-arrow.png);
  /*--矢印の画像を指定--*/
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: right 10px center;
  background-color: #fff;
}

.contact #contents .contact-wrapper .privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact #contents .contact-wrapper .submit-button {
  width: 100%;
  color: #fff;
  background-color: #4b4fb1;
  padding: 1% 3%;
  line-height: 2;
  font-weight: 600;
  font-size: calc(16px + (24 - 16)*(100vw - 375px)/(1440 - 375));
  text-align: center;
  margin-left: auto;
  margin-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.contact #contents .contact-wrapper .recapcha-text {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .contact {
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .contact .section-title {
    text-align: center;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .contact #contents {
    border: solid 1px;
    padding: 0 2%;
    padding-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
    text-align: left;
    background-color: #E8E8E8;
  }
  .contact #contents .contact-wrapper {
    max-width: 800px;
    margin: auto;
  }
  .contact #contents .contact-wrapper #form {
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .contact #contents .contact-wrapper #form label span {
    margin-left: 2%;
    background-color: #4b4fb1;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: calc(12px + (16 - 12)*(100vw - 375px)/(1440 - 375));
  }
  .contact #contents .contact-wrapper #form .input {
    color: #707070;
    border: solid 1px #c7c7c7;
    height: 40px;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .contact #contents .contact-wrapper #form .textarea {
    color: #707070;
    border: solid 1px #c7c7c7;
    height: 100px;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .contact #contents .contact-wrapper #form .radioarea {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .contact #contents .contact-wrapper #form select {
    width: 100%;
    /*--幅--*/
    -webkit-appearance: none;
    /*--各ブラウザのCSSを解除--*/
    -moz-appearance: none;
    /*--各ブラウザのCSSを解除--*/
    appearance: none;
    /*--各ブラウザのCSSを解除--*/
    height: 40px;
    margin-top: 8px;
    color: #707070;
    border: solid 1px #c7c7c7;
    background-image: url(../img/form-arrow.png);
    /*--矢印の画像を指定--*/
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: right 20px center;
    background-color: #fff;
  }
  .contact #contents .contact-wrapper .privacy-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact #contents .contact-wrapper .submit-button {
    width: 100%;
    color: #fff;
    background-color: #4b4fb1;
    padding: 3% 3%;
    line-height: 2;
    font-weight: 600;
    font-size: calc(16px + (24 - 16)*(100vw - 375px)/(1440 - 375));
    text-align: center;
    margin-left: auto;
    margin-top: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
}

/* ------------------------------------------
---------------------bg-contact-----------------------
--------------------------------------------- */
.bg-contact {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 30vh;
  background-image: url(../img/home-contact.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.bg-contact::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.6);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bg-contact #contents .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-contact #contents .button div {
  background-color: rgba(255, 0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 2px #fff;
  margin: auto;
}

.bg-contact #contents .button div p {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  white-space: nowrap;
}

/* ------------------------------------------
---------------------card-massage-代表挨拶-----------------------
--------------------------------------------- */
.card.company-message #contents {
  width: 100%;
  border: solid 1px;
}

.card.company-message #contents .card-img {
  width: 100%;
  height: 260px;
}

.card.company-message #contents .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.card.company-message #contents .card-text {
  text-align: center;
  padding: 3%;
}

.card.company-message #contents .card-text p {
  padding: 1%;
}

.card.company-message #contents .card-text .top-name {
  text-align: right;
  font-size: calc(18px + (24 - 18)*(100vw - 375px)/(1440 - 375));
}

/* ------------------------------------------
--------------------サービス概要-----------------------
--------------------------------------------- */
.service-about p {
  padding-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
}

.service-about .img {
  height: calc(200px + (300 - 200)*(100vw - 375px)/(1440 - 375));
}

.service-about .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------
---------------------サービスのこだわり-----------------------
--------------------------------------------- */
.flex-side.service-commitment {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-side.service-commitment #contents {
  border: none;
}

.flex-side.service-commitment #contents .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-side.service-commitment #contents .flex-wrapper .flex-img {
  width: 45%;
  height: calc(180px + (300 - 200)*(100vw - 375px)/(1440 - 375));
}

.flex-side.service-commitment #contents .flex-wrapper .flex-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.flex-side.service-commitment #contents .flex-wrapper .flex-text {
  width: 50%;
}

.flex-side.service-commitment #contents .flex-wrapper .flex-text h3 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-side.service-commitment #contents .flex-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-side.service-commitment #contents .flex-wrapper.reverse .flex-text {
  width: 50%;
}

.flex-side.service-commitment #contents .flex-wrapper.reverse .flex-text h3 {
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

@media (max-width: 767px) {
  .flex-side.service-commitment {
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .flex-side.service-commitment .section-title {
    text-align: center;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side.service-commitment #contents {
    border: none;
  }
  .flex-side.service-commitment #contents .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-side.service-commitment #contents .flex-wrapper .flex-img {
    width: 100%;
  }
  .flex-side.service-commitment #contents .flex-wrapper .flex-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex-side.service-commitment #contents .flex-wrapper .flex-text {
    width: 100%;
  }
  .flex-side.service-commitment #contents .flex-wrapper .flex-text h3 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    margin-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .flex-side.service-commitment #contents .flex-wrapper.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-side.service-commitment #contents .flex-wrapper.reverse .flex-img {
    width: 100%;
  }
  .flex-side.service-commitment #contents .flex-wrapper.reverse .flex-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex-side.service-commitment #contents .flex-wrapper.reverse .flex-text {
    width: 100%;
  }
  .flex-side.service-commitment #contents .flex-wrapper.reverse .flex-text h3 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    margin-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
}

/* ------------------------------------------
---------------------flex-stack-----------------------
--------------------------------------------- */
.flex-stack.job-recruit {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-stack.job-recruit #contents {
  width: 100%;
  padding-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

.flex-stack.job-recruit #contents .flex-job {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: solid 1px;
  border-bottom: none;
}

.flex-stack.job-recruit #contents .flex-job:nth-child(4) {
  border-bottom: solid 1px;
}

/* ------------------------------------------
---------------------Voice-----------------------
--------------------------------------------- */
.flex-side.voice-recruit {
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  text-align: center;
}

.flex-side.voice-recruit .section-title {
  text-align: center;
  margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
}

.flex-side.voice-recruit #contents {
  border: none;
}

.flex-side.voice-recruit #contents .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-side.voice-recruit #contents .flex-wrapper .flex-img {
  width: 45%;
}

.flex-side.voice-recruit #contents .flex-wrapper .flex-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-side.voice-recruit #contents .flex-wrapper .flex-text {
  width: 50%;
}

.flex-side.voice-recruit #contents .flex-wrapper .flex-text h3 {
  text-align: center;
  margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
}

@media (max-width: 767px) {
  .flex-side.voice-recruit {
    padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
  .flex-side.voice-recruit .section-title {
    text-align: center;
    margin-bottom: calc(32px + (56 - 32)*(100vw - 375px)/(1440 - 375));
  }
  .flex-side.voice-recruit #contents {
    border: none;
  }
  .flex-side.voice-recruit #contents .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-side.voice-recruit #contents .flex-wrapper .flex-img {
    width: 100%;
  }
  .flex-side.voice-recruit #contents .flex-wrapper .flex-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex-side.voice-recruit #contents .flex-wrapper .flex-text {
    width: 100%;
  }
  .flex-side.voice-recruit #contents .flex-wrapper .flex-text h3 {
    margin-bottom: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    margin-top: calc(24px + (32 - 24)*(100vw - 375px)/(1440 - 375));
    text-align: center;
  }
}

/* ------------------------------------------
---------------------募集要項詳細-----------------------
--------------------------------------------- */
.company.Requirements {
  margin-top: 72px;
  padding-top: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
  padding-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
}

.recruit-cv #contents {
  margin: auto;
  margin-bottom: calc(48px + (88 - 48)*(100vw - 375px)/(1440 - 375));
}

.recruit-cv #contents .button div {
  margin: auto;
}

/* ------------------------------------------
---------------------footer-----------------------
--------------------------------------------- */
footer {
  background-color: #4b4fb1;
  color: #fff;
  text-align: center;
  padding: 2%;
}

footer .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

footer .footer-contents .footer-logo .logo-text {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

footer .footer-contents a {
  color: #fff;
}

footer small {
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  footer {
    background-color: #4b4fb1;
    color: #fff;
    text-align: center;
    padding: 4% 0;
  }
  footer .footer-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  footer .footer-contents .footer-logo .logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }
  footer .footer-contents a {
    color: #fff;
    margin-top: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
    margin-bottom: calc(8px + (16 - 8)*(100vw - 375px)/(1440 - 375));
  }
  footer small {
    display: block;
    margin: auto;
  }
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#entry-form {
  padding-top: 200px;
  margin-top: -200px;
}

#contant-form {
  padding-top: 200px;
  margin-top: -200px;
}

#order-form {
  padding-top: 200px;
  margin-top: -200px;
}
/*# sourceMappingURL=style.css.map */