@charset "UTF-8";
/* CSS Document */
/*================================================
  base
================================================*/
html {
  font-size: 62.5%;
  /* フォントサイズ:10px */
}

body {
  font-size: 1.6em;
  line-height: 2.0;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  color: #111;
  background: #fff;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.6;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2.2rem;
}

img {
  outline: none;
  border-style: none;
}

a {
  color: inherit;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

a img {
  color: inherit;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main p {
  margin-bottom: 0;
}

main ul {
  list-style-type: disc;
  padding-left: 20px;
}

main ol {
  list-style-type: decimal;
  padding-left: 20px;
}

main a {
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

table {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

table + table {
  border-top: 2px solid #e2e2e2;
  margin-top: 40px;
}

table th,
table td {
  border-bottom: 2px solid #e2e2e2;
  padding: 20px;
  vertical-align: middle;
}

table th img,
table td img {
  width: 14px;
  height: 14px;
}

table th:nth-of-type(4) {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: #ff7023;
  padding: 20px 0;
}

table td:nth-of-type(4) {
  text-align: center;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: #fff4ed;
  padding: 20px 0;
}

table th:nth-of-type(5) {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fff;
  background: #0b4e98;
  padding: 20px 0;
}

table td:nth-of-type(5) {
  text-align: center;
  border-right: none;
  border-bottom: 2px solid #fff;
  background: #e8eff7;
  padding: 20px 0;
}

/*================================================
  header
================================================*/
/*　ベース　------------------------- */
.siteHeader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
}

.siteHeader.transform {
  background: #111;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.siteHeader__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 40px;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*　ロゴ　------------------------- */
.siteHeader__logo img {
  height: 30px;
  width: 114px;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 6px black);
          filter: drop-shadow(0px 0px 6px black);
}

.siteHeader__logo a:hover img {
  opacity: 0.85;
}

/*　PC用グローバルメニュー　------------------------- */
.siteHeader__gNav {
  width: 100%;
}

.siteHeader__gNav__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteHeader__gNav__menu__item {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 20px;
}

.siteHeader__gNav__menu__item a {
  text-decoration: none;
}

.siteHeader__gNav__menu__item--inquiry {
  color: #fff;
  margin-right: 0;
}

.siteHeader__gNav__menu__item--inquiry a {
  display: block;
  font-size: 2.0rem;
  background: -webkit-gradient(linear, left top, right top, from(#ee6b00), to(#f78e37));
  background: linear-gradient(to right, #ee6b00, #f78e37);
  height: 70px;
  line-height: 70px;
  padding: 0px 20px;
  border-radius: 10px;
  position: relative;
}

.siteHeader__gNav__menu__item--inquiry a::before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 30px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: 45px 30px;
  background-position: left top;
  top: 20px;
  padding-right: 45px;
  position: absolute;
}

.siteHeader__gNav__menu__item--inquiry span {
  vertical-align: middle;
  padding-left: 55px;
}

/*　SP用グローバルメニュー　------------------------- */
/*================================================
  body
================================================*/
/* ---------------------------------------
  main visual
--------------------------------------- */
.mainVisual {
  width: 100%;
  height: 720px;
  margin: 0 auto;
  position: relative;
  background: #fff url(../img/main-visual_pc.jpg) no-repeat center center/cover;
}

.mainVisual__inner {
  width: 100%;
  max-width: 1064px;
  height: inherit;
  margin: 0 auto;
  padding: 140px 20px 0;
  z-index: 2;
  position: relative;
  z-index: 10;
}

.mainVisual__text {
  position: absolute;
  width: 100%;
  max-width: 620px;
  text-align: center;
  background: #fff;
  padding: 25px 0 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.mainVisual__text__title {
  color: #2065b4;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}

.mainVisual__text__title::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 52px;
  top: -7px;
  left: -7px;
  background-image: url(../img/brackets_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mainVisual__text__title::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 52px;
  bottom: -7px;
  right: -7px;
  background-image: url(../img/brackets_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mainVisual__text__subTitle {
  display: inline-block;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
  background: #083c76;
  border-radius: 21px;
  padding: 0 40px;
}

.mainVisual__text__logo {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.mainVisual__text__logo img {
  position: absolute;
  width: 260px;
  height: 53px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------
  common module
--------------------------------------- */
/*　コンテナ　------------------------- */
.common__inner {
  width: 1064px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
}

.common__inner--issue {
  padding: 80px 20px 0;
}

.common__inner--service {
  padding: 70px 20px 80px;
}

/*　フレックスボックス　------------------------- */
.common__col {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

.common__col + .common__col:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.common__col + .common__col:nth-of-type(odd) .common__col__2 {
  margin-right: 0;
}

.common__col + .common__col:nth-of-type(odd) .common__col__2:nth-child(2n) {
  margin-right: 3.906%;
}

.common__col img {
  margin-bottom: 0 !important;
}

.common__col__2 {
  width: 100%;
  max-width: 48.047%;
  margin-right: 3.906%;
  position: relative;
  min-height: 0%;
}

.common__col__2:nth-child(2n) {
  margin-right: 0;
}

.common__col__3 {
  width: 100%;
  max-width: 30.664%;
  margin-right: 3.906%;
  min-height: 0%;
}

.common__col__3:nth-child(3n) {
  margin-right: 0;
}

/*　大見出し　------------------------- */
.common__headingL {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.025em;
  position: relative;
}

/*　中見出し　------------------------- */
.common__headingM {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

/*　小見出し　------------------------- */
.common__headingS {
  color: #0b4e98;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: solid 2px #0b4e98;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.common__headingS span {
  font-size: 1.8rem;
}

/*　リンクボタン　------------------------- */
.common__btn {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.common__btn a {
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 74px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#ee6b00), to(#f78e37));
  background: linear-gradient(to right, #ee6b00, #f78e37);
  width: 100%;
  max-width: 560px;
  height: 74px;
  border-radius: 10px;
  padding: 0px 20px;
  margin: 0 auto;
  position: relative;
}

.common__btn a:before {
  display: inline-block;
  content: "";
  width: 48px;
  height: 31px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: 48px 31px;
  background-position: left top;
  top: 22px;
  padding-right: 48px;
  position: absolute;
}

.common__btn--detail a:before {
  display: inline-block;
  content: "";
  width: 41px;
  height: 41px;
  background: url(../img/icon_internet.svg) no-repeat;
  background-size: 41px 41px;
  background-position: left top;
  top: 16px;
  padding-right: 41px;
  position: absolute;
}

.common__btn span {
  vertical-align: middle;
  padding-left: 63px;
}

.common__btn--detail span {
  padding-left: 56px;
}

/*　アンダーライン　------------------------- */
.common__underline {
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 153, 51, 0.6)), to(rgba(255, 113, 102, 0.6)));
  background-image: linear-gradient(to right, rgba(255, 153, 51, 0.6), rgba(255, 113, 102, 0.6));
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: bottom 4px center;
}

/*　吹き出し　------------------------- */
.common__balloon {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.common__balloon::before {
  content: '';
  position: absolute;
  top: 58%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 0;
}

.common__balloon::after {
  content: '';
  position: absolute;
  top: 58%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  right: 0;
}

/*　注意書き　------------------------- */
.common__caution {
  color: rgba(17, 17, 17, 0.6);
  font-size: 1.4rem;
  display: block;
}

/*　上付き文字　------------------------- */
.common__sup {
  vertical-align: super;
  font-size: 1.3rem;
  color: #787e7a;
}

/*　フォント　------------------------- */
.fontNoto {
  font-family: 'Noto Sans JP', sans-serif;
}

.fontLato {
  font-family: 'Lato', sans-serif;
}

/*　画像　------------------------- */
.common__img {
  width: 100%;
  position: relative;
}

.common__img img {
  width: 100%;
}

.common__img i {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #111 transparent;
  opacity: 0.8;
}

.common__img i::before {
  color: #fff;
  position: absolute;
  top: 27px;
  right: 5px;
  width: 16px;
  height: 16px;
  font-size: 1.6rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/*　背景　------------------------- */
.bgGray {
  background: #f8f8f8;
}

.bgBlue {
  background: #f2f6fb;
}

/*　Youtube　------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　フェードイン アニメーション　------------------------- */
.fadeinUp {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadeinUp.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ---------------------------------------
  issue
---------------------------------------　*/
.issue {
  width: 100%;
}

.issue__item {
  text-align: center;
  margin-bottom: 0;
}

.issue__item__img {
  width: 100%;
  max-width: 200px;
}

.issue__item__lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 0 30px;
}

.issue__item__arrow {
  margin: 30px 0;
  position: relative;
}

.issue__item__arrow::after {
  content: '';
  width: 0;
  height: 0;
  border: none;
  border-top: 30px solid #bcd0e8;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.issue__item__catch {
  color: #2065b4;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}

i + .issue__item__catch {
  margin-top: 75px;
}

.issue__arrow {
  width: 100%;
  overflow: hidden;
}

.issue__arrow div {
  position: relative;
  width: 110%;
  height: 130px;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.issue__arrow div svg:first-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 130px;
  fill: #eaeced;
}

.issue__arrow div svg:last-child {
  position: absolute;
  top: -3px;
  width: 100%;
  height: 130px;
  fill: #fff;
}

/* ---------------------------------------
  service
---------------------------------------　*/
.service {
  width: 100%;
  text-align: center;
}

.service__content {
  margin: 60px 0;
}

.service__item {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left;
  width: 100%;
  max-width: 900px;
  border: solid 3px #eaeced;
  padding: 40px 60px;
  margin: 0 auto 25px;
}

.service__item__img {
  width: 100%;
  max-width: 28.424%;
  margin-right: 3.876%;
  min-height: 0%;
}

.service__item__img img {
  width: 100%;
}

.service__item__text {
  width: 100%;
  max-width: 67.700%;
}

.service__item__text__option {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.service__item__text__option span {
  font-size: 1.2rem;
}

.service__item__text__option__badge {
  display: inline-block;
  color: #0b4e98;
  font-size: 1.2rem;
  line-height: 22px;
  height: 22px;
  border: solid 1px #0b4e98;
  border-radius: 3px;
  background: #f8fbff;
  padding: 0 5px;
  margin-right: 10px;
}

/* ---------------------------------------
  menu
--------------------------------------- */
.menu {
  width: 100%;
}

.menu__contents {
  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;
  text-align: center;
  height: 130px;
  margin-bottom: 25px;
}

.menu__contents__heading {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #083c76;
  width: 100%;
  height: 100%;
  max-width: 22.070%;
  margin-right: 0.488%;
  position: relative;
}

.menu__contents__heading div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.menu__contents__heading div span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.menu__contents__item {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  max-width: 77.442%;
  border: solid 3px #eaeced;
  background: #fff;
  padding: 10px 15px;
}

.menu__contents__item ul {
  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;
  list-style: none;
  height: 100%;
  padding-left: 0;
}

.menu__contents__item ul li {
  color: #0b4e98;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  max-width: 18.943%;
  margin-right: 1.321%;
  border: solid 1px #0b4e98;
  border-radius: 5px;
  background: #f8fbff;
  height: 100%;
  position: relative;
}

.menu__contents__item ul li:last-of-type {
  margin-right: 0;
}

.menu__contents__item ul li div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.menu__contents__item ul li div span {
  display: block;
  color: #2065b4;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 5px;
}

.menu__contents__item--or ul li {
  max-width: 46.367%;
  margin-right: 0;
}

.menu__contents__item--or ul li:nth-of-type(2) {
  font-size: 1.8rem;
  background: none;
  border: none;
  max-width: 7.266%;
}

.menu__plus {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 59.3% 25px;
  text-align: center;
}

.menu__plus::before,
.menu__plus::after {
  display: block;
  content: '';
  background-color: #083c76;
  position: absolute;
  width: 42px;
  height: 10px;
  top: 16px;
  left: 0;
}

.menu__plus::before {
  width: 10px;
  height: 42px;
  top: 0;
  left: 16px;
}

/* ---------------------------------------
  flow
--------------------------------------- */
.flow {
  width: 100%;
}

.table__heading {
  font-size: 1.6rem;
  font-weight: bold;
}

/* ---------------------------------------
  inquiry
--------------------------------------- */
.inquiry {
  width: 100%;
}

/*================================================
  footer
================================================*/
#siteFooter {
  color: #fff;
  background: #111;
  width: 100%;
}

.siteFooter__inner {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siteFooter__logo img {
  width: 114px;
  height: 30px;
  margin-bottom: 10px;
}

.siteFooter__logo a:hover img {
  opacity: 0.8;
}

.siteFooter__copyright {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.siteFooter__sns a {
  margin-right: 10px;
}

.siteFooter__sns a i {
  font-size: 3.0rem;
}

.siteFooter__sns a:last-of-type {
  margin-right: 0;
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
}

.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #0b4e98;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.pageTop a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 4.0rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 3.0rem;
  }
  h4 {
    font-size: 2.2rem;
  }
  h5 {
    font-size: 2.0rem;
  }
  table {
    font-size: 1.2rem;
  }
  table th,
  table td {
    padding: 15px;
  }
  table th:nth-of-type(4) {
    padding: 15px 0;
  }
  table td:nth-of-type(4) {
    padding: 15px 0;
  }
  table th:nth-of-type(5) {
    padding: 15px 0;
  }
  table td:nth-of-type(5) {
    padding: 15px 0;
  }
  .only__pc {
    display: none;
    /* PCのみ表示・改行 */
  }
  .siteHeader__inner {
    padding: 0px 20px;
    height: 70px;
  }
  .siteHeader__logo img {
    height: 26px;
    width: 100px;
  }
  .siteHeader__gNav__menu__item--inquiry a {
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
  }
  .siteHeader__gNav__menu__item--inquiry a::before {
    width: 35px;
    height: 25px;
    background-size: 35px 25px;
    top: 13px;
    padding-right: 35px;
  }
  .siteHeader__gNav__menu__item--inquiry span {
    padding-left: 45px;
  }
  .mainVisual {
    height: 590px;
  }
  .mainVisual__inner {
    padding: 120px 20px 0;
  }
  .mainVisual__text {
    max-width: 510px;
  }
  .mainVisual__text__title {
    font-size: 3.4rem;
  }
  .mainVisual__text__subTitle {
    font-size: 2.0rem;
  }
  .mainVisual__text__logo {
    height: 45px;
  }
  .mainVisual__text__logo img {
    width: 200px;
    height: 44px;
  }
  .common__inner {
    width: 768px;
    padding: 60px 20px;
  }
  .common__inner--issue {
    padding: 60px 20px 15px;
  }
  .common__inner--service {
    padding: 50px 20px 60px;
  }
  .common__headingL {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  .common__headingM {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .common__headingS {
    font-size: 2.0rem;
  }
  .common__headingS span {
    font-size: 1.6rem;
  }
  .common__btn a {
    font-size: 1.8rem;
  }
  .common__img img {
    margin-bottom: 30px;
  }
  .fadeinUp {
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  .issue__item__lead {
    font-size: 1.6rem;
  }
  .issue__item__catch {
    font-size: 1.8rem;
  }
  .service__content {
    margin: 50px 0;
  }
  .service__item {
    padding: 35px 40px;
  }
  .menu__contents__heading {
    font-size: 1.6rem;
  }
  .menu__contents__item {
    padding: 10px;
  }
  .menu__contents__item ul li {
    font-size: 1.4rem;
  }
  .table__heading {
    font-size: 1.4rem;
  }
  .siteFooter__inner {
    text-align: center;
    padding: 25px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .siteFooter__logo img {
    width: 94px;
    height: 25px;
    margin-bottom: 5px;
  }
  .siteFooter__copyright {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .siteFooter__copyright {
    font-size: 1.0rem;
  }
  .siteFooter__sns a i {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.0rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  table th,
  table td {
    padding: 5px;
  }
  table th:nth-of-type(4) {
    font-size: 1.3rem;
    padding: 5px 0;
  }
  table td:nth-of-type(4) {
    padding: 5px 0;
  }
  table th:nth-of-type(5) {
    font-size: 1.3rem;
    padding: 5px 0;
  }
  table td:nth-of-type(5) {
    padding: 5px 0;
  }
  .only__tb-pc {
    display: none;
    /* PC・タブレットのみ表示・改行 */
  }
  .siteHeader__gNav__menu__item--inquiry a {
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
  }
  .siteHeader__gNav__menu__item--inquiry a::before {
    width: 25px;
    height: 17px;
    background-size: 25px 17px;
    top: 12px;
    padding-right: 25px;
  }
  .siteHeader__gNav__menu__item--inquiry span {
    padding-left: 35px;
  }
  .mainVisual {
    height: 667px;
    background: #fff url(../img/main-visual_sp.jpg) no-repeat center center/cover;
  }
  .mainVisual__inner {
    padding: 85px 20px 0;
  }
  .mainVisual__text {
    max-width: 80%;
  }
  .mainVisual__text__title {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
  .mainVisual__text__title::after {
    width: 28px;
    height: 40px;
    top: -5px;
    left: -5px;
  }
  .mainVisual__text__title::before {
    width: 28px;
    height: 40px;
    bottom: -5px;
    right: -5px;
  }
  .mainVisual__text__subTitle {
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .mainVisual__text__logo {
    height: 40px;
  }
  .mainVisual__text__logo img {
    width: 180px;
    height: 40px;
  }
  .common__inner {
    width: 100%;
    padding: 50px 20px;
  }
  .common__inner--issue {
    padding: 50px 20px 0;
  }
  .common__inner--service {
    padding: 40px 20px 50px;
  }
  .common__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common__col:last-of-type {
    margin-bottom: 0;
  }
  .common__col + .common__col:nth-of-type(odd) .common__col__2:nth-child(2n) {
    margin-right: 0;
  }
  .common__col__2 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .common__col__3 {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .common__headingL {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .common__headingM {
    font-size: 1.8rem;
  }
  .common__headingS {
    font-size: 1.6rem;
  }
  .common__headingS span {
    font-size: 1.4rem;
  }
  .common__col__2 .common__btn {
    margin-bottom: 0;
  }
  .common__btn a {
    font-size: 1.6rem;
  }
  .common__caution {
    font-size: 1.3rem;
  }
  .issue__arrow div {
    height: 80px;
  }
  .issue__arrow div svg:first-child {
    height: 80px;
  }
  .issue__arrow div svg:last-child {
    height: 80px;
  }
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
  }
  .service__item:last-of-type {
    margin: 0 auto;
  }
  .service__item__img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .service__item__text {
    max-width: 100%;
  }
  .menu__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .menu__contents__heading {
    max-width: 100%;
    margin-right: 0;
  }
  .menu__contents__heading div {
    position: static;
    padding: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .menu__contents__item {
    max-width: 100%;
  }
  .menu__contents__item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__contents__item ul li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menu__contents__item ul li div {
    position: static;
    padding: 15px;
    -webkit-transform: none;
            transform: none;
  }
  .menu__contents__item--or ul li:nth-of-type(2) div {
    padding: 0;
  }
  .menu__plus {
    margin: 0 auto 25px;
  }
  .table__heading {
    font-size: 1.3rem;
  }
  .siteFooter__inner {
    padding: 15px 20px 10px;
  }
  .siteFooter__logo img {
    width: 66px;
    height: 18px;
  }
  .siteFooter__sns a i {
    font-size: 1.8rem;
  }
  .pageTop a {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .only__sp-tb {
    display: none;
    /* タブレット・スマホのみ表示・改行 */
  }
}

@media screen and (min-width: 768px) {
  .only__sp {
    display: none;
    /* スマホのみ表示・改行 */
  }
}

@media all and (-ms-high-contrast: none) {
  .fontNoto {
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "メイリオ", Meiryo, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  }
}
