@charset "UTF-8";
@import url("reset.css");
@import url("https://use.typekit.net/xiv7scg.css");
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  font-size: 3.7vw;
  text-align: center;
  background-color: #fff2ee;
}

p {
  line-height: 120%;
}

.inner {
  width: 92%;
  margin: 0 auto;
}

img {
  width: 100%;
}

section {
  padding: 2.2em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

#page-top {
  position: fixed;
  width: 60px;
  right: 10px;
  z-index: 999;
}

.red {
  color: #c6161d;
}

.creamBack {
  background-color: #fffdf4;
}

@media only screen and (min-width: 580px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1.1rem;
  }
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  p {
    font-size: 1rem;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/*--見出し--*/
section h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: .5em;
}

@media only screen and (min-width: 580px) {
  section h2 {
    font-size: 2em;
    letter-spacing: 1px;
  }
}

/*--ボタン関連---*/
/*-ボタン共通-*/
a.blueBtn,
a.whiteBtn {
  border-radius: 25px;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
}

a.blueBtn,
a.whiteBtn {
  font-size: 1.3em;
  padding: .5em;
}

a.blueBtn::before {
  top: 30%;
}

/*-Googleマップボタン-*/
a.miniGrayBtn {
  border-radius: 15px;
  color: #FFF;
  font-weight: 700;
  font-size: .7em;
  background-color: #808080;
  width: 120px;
  padding: 0 .2em;
  border: 2px solid #808080;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.miniGrayBtn::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: .3em;
}

a.miniGrayBtn:hover {
  background-color: #fff;
  color: #808080;
}

/*-ボタン紺-*/
a.navyBtn {
  background-color: #0054a6;
  border: 2px solid #0054a6;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
  font-size: 1.3em;
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.navyBtn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-left: 1em;
}

a.navyBtn:hover {
  color: #0054a6;
  background-color: #FFF;
}

/*-ボタン白-*/
a.whiteBtn {
  background-color: #FFF;
  border: 2px solid #FFF;
}

a.whiteBtn:hover {
  opacity: .7;
}

/*-ボタン青-*/
a.blueBtn {
  background-color: #0310EA;
  border: 2px solid #0310EA;
  color: #FFF;
}

a.blueBtn:hover {
  color: #0310EA;
  background-color: #FFF;
}

@media only screen and (min-width: 580px) {
  a.greenBtn,
  a.blueBtn,
  a.whiteBtn {
    width: 40%;
  }
  a.navyBtn {
    width: 400px;
  }
}

/*--footer---*/
footer {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  background-color: #1b55bc;
  color: #FFF;
  padding: 2em 0;
}

footer .footerLogo {
  margin-bottom: 3em;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

footer .footerMenu ul {
  margin-bottom: 1em;
}

footer .footerMenu li {
  width: 50%;
  margin-bottom: .5em;
  font-size: .9em;
}

.snsList ul {
  display: flex;
  justify-content: center;
  padding: 1em 2em;
}

.snsList li {
  padding: 0.3em;
}

.flowbtn,
.actionItem a.flowbtn {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-decoration: none;
  transition: .5s;
  color: #1b55bc;
  background-color: #FFF;
}

.flowbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@media only screen and (min-width: 580px) {
  .footerLogo {
    width: 300px;
    margin: 0 auto 1em;
  }
  .footerMenu ul li a:hover {
    color: yellow;
  }
  footer ul,
  .footerSubmenu ul {
    width: auto;
    justify-content: center;
  }
  .footerMenu ul li {
    width: auto;
    padding: 0 .5em;
  }
}

/*--下層---*/
.subpage {
  padding-top: 120px;
}

.subpage .pageTitle {
  background-size: 100%;
  background-position: center center;
  padding: 6% 0;
  background-repeat: no-repeat;
}

.subpage .pageTitle h2 {
  font-weight: bold;
  font-size: 1.3em;
}

@media only screen and (min-width: 580px) {
  .subpage {
    padding-top: 30px;
  }
  .subpage .pageTitle h2 {
    font-size: 1.9em;
  }
}

/*--entry---*/
section.entry {
  clear: both;
}

section.entry a {
  width: 80%;
}

section.entry .green {
  background-color: #30ba8c;
}

section.entry .green a {
  color: #30ba8c;
}

section.entry .blue {
  background-color: #04b2d9;
}

section.entry .blue a {
  color: #04b2d9;
}

section.entry .pink {
  background-color: #f2798f;
}

section.entry .pink a {
  color: #f2798f;
}

section.entry .orange {
  background-color: #f28705;
}

section.entry .orange a {
  color: #f28705;
}

section.entry .btnItem {
  color: #FFF;
  display: block;
  outline: 1px solid #FFF;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -10px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
  padding: 3em 0;
  font-weight: bold;
}

section.entry .btnItem .entryTitle {
  margin-bottom: 1em;
  font-size: 1.7em;
}

section.entry .btnItem .entryTitle span {
  display: block;
  font-size: .5em;
}

@media only screen and (min-width: 580px) {
  .btnItem {
    width: 50%;
  }
}

/*-----*/
section.interview a.indexItem {
  padding: 0.3em;
  margin-bottom: 2em;
  transition: 0.5s;
}

section.interview a.indexItem .indexImg {
  margin-bottom: 0.5em;
}

section.interview a.indexItem .shogai {
  background: linear-gradient(180deg, #FFF 0%, #FFF 30%, #95CC71 30%, #95CC71 100%);
}

section.interview a.indexItem .kourei {
  background: linear-gradient(180deg, #FFF 0%, #FFF 30%, #44BCD8 30%, #44BCD8 100%);
  color: #44BCD8;
}

section.interview a.indexItem .kosodate {
  background: linear-gradient(180deg, #FFF 0%, #FFF 30%, #F49AAB 30%, #F49AAB 100%);
  color: #F49AAB;
}

section.interview a.indexItem .indexTxt p.name {
  font-size: 1.3em;
  font-weight: bold;
}

section.interview a.indexItem .indexTxt p.job {
  font-size: 0.8em;
}

section.interview a.indexItem .indexTxt .shogaiTxt {
  color: #95CC71;
}

section.interview a.indexItem .indexTxt .koureiTxt {
  color: #44BCD8;
}

section.interview a.indexItem .indexTxt .kosodateTxt {
  color: #F49AAB;
}

section.interview a.indexItem a.indexItem:hover {
  opacity: .7;
}

@media only screen and (min-width: 580px) {
  section.interview .wrap a.indexItem {
    width: 25%;
    padding: 0.7em;
  }
  section.interview .wrap a.indexItem .indexImg img {
    width: 80%;
  }
}
