@charset "UTF-8";
#header {
  margin-bottom: 130px;
}
@media all and (max-width: 758px) {
  #header {
    margin-bottom: 60px;
  }
}
#header .bg div {
  display: none;
}
#header .bg div:nth-child(1) {
  display: block;
}
#header .bg div:nth-child(1) .forpc {
  display: block;
}
#header .bg div:nth-child(1) .forsp {
  display: none;
}
#header .scroll {
  display: none;
}
#header #gnav {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
}
@media all and (min-width: 759px) {
  #header #gnav .gnav-inner ul {
    background: #fff;
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #header #gnav .gnav-inner ul li {
    width: 16%;
  }
  #header #gnav .gnav-inner ul li a {
    position: relative;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #header #gnav .gnav-inner ul li a div {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #header #gnav .gnav-inner ul li a div br {
    display: none;
  }
  #header #gnav .gnav-inner ul li a div small {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
    color: #999;
  }
  #header #gnav .gnav-inner ul li a > span {
    display: none;
  }
  #header #gnav .gnav-inner ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 5px;
    width: 80%;
    transform-origin: top right;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: -1;
  }
  #header #gnav .gnav-inner ul li a:hover {
    opacity: 1;
  }
  #header #gnav .gnav-inner ul li a:hover:after {
    transform-origin: top left;
    transform: scale(1, 1);
  }
  #header #gnav .gnav-inner ul li a.active:after {
    transform: scale(1, 1);
  }
  #header #gnav .gnav-inner ul li.top a:after {
    background-color: #d20032;
  }
  #header #gnav .gnav-inner ul li.kansai a:after {
    background-color: #009678;
  }
  #header #gnav .gnav-inner ul li.kanto a:after {
    background-color: #5064c3;
  }
  #header #gnav .gnav-inner ul li.kyushu a:after {
    background-color: #f09700;
  }
  #header #gnav .gnav-inner ul li.tokai a:after {
    background-color: #0096be;
  }
  #header #gnav .gnav-inner ul li.interview a:after {
    background-color: #d20032;
  }
  #header #gnav .gnav-inner ul li.news {
    display: none;
  }
}
@media all and (max-width: 758px) {
  #header #gnav {
    bottom: 0;
  }
  #header #gnav .gnav-inner {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  #header #gnav .gnav-inner .spnav {
    display: flex;
    justify-content: space-between;
    color: #333;
    padding: 15px;
    font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
    letter-spacing: 0.07em;
    text-indent: 0.07em;
    line-height: 1.4;
  }
  #header #gnav .gnav-inner .spnav .navttl {
    font-size: 0.9rem;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  #header #gnav .gnav-inner .spnav .navttl .catttl {
    letter-spacing: 0;
    display: inline-block;
    margin-left: 4px;
    padding-left: 6px;
    border-left: 1px solid #999;
  }
  #header #gnav .gnav-inner .spnav .navttl .catttl small {
    margin-left: 0.4em;
    color: #999;
    font-weight: normal;
  }
  #header #gnav .gnav-inner .spnav .navbtn {
    color: #333;
    font-size: 0.9rem;
    font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: relative;
    padding-right: 25px;
    height: 12px;
  }
  #header #gnav .gnav-inner .spnav .navbtn span {
    display: block;
    width: 17px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transition: opacity 0.3s;
  }
  #header #gnav .gnav-inner .spnav .navbtn:before, #header #gnav .gnav-inner .spnav .navbtn:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0;
    transition: 0.3s;
    transform-origin: 50% 50% 0;
  }
  #header #gnav .gnav-inner .spnav .navbtn span {
    top: 50%;
    margin-top: -1px;
  }
  #header #gnav .gnav-inner .spnav .navbtn:before {
    top: -1px;
  }
  #header #gnav .gnav-inner .spnav .navbtn:after {
    bottom: 0px;
  }
  #header #gnav .gnav-inner.close .spnav .navbtn span {
    opacity: 0;
  }
  #header #gnav .gnav-inner.close .spnav .navbtn:before {
    top: 4px;
    transform: rotate(-45deg);
  }
  #header #gnav .gnav-inner.close .spnav .navbtn:after {
    bottom: 7px;
    transform: rotate(45deg);
  }
  #header #gnav .gnav-inner.close ul {
    padding: 25px 0;
    height: 320px;
  }
  #header #gnav .gnav-inner ul {
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: 0.3s;
  }
  #header #gnav .gnav-inner ul li {
    text-align: center;
  }
  #header #gnav .gnav-inner ul li a {
    display: block;
    color: #999;
    padding: 12px 0;
  }
  #header #gnav .gnav-inner ul li a div {
    font-size: 1.4rem;
    font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
    line-height: 1.4;
  }
  #header #gnav .gnav-inner ul li a div br {
    display: none;
  }
  #header #gnav .gnav-inner ul li a div small {
    display: block;
    font-size: 1rem;
  }
  #header #gnav .gnav-inner ul li a > span {
    display: none;
  }
  #header #gnav .gnav-inner ul li a.active {
    color: #000;
  }
  #header #gnav .gnav-inner ul li a.active div {
    position: relative;
  }
  #header #gnav .gnav-inner ul li a.active div strong {
    display: inline-block;
    position: relative;
  }
  #header #gnav .gnav-inner ul li a.active div strong:before {
    content: "";
    display: block;
    width: 140%;
    height: 1px;
    background-color: #777;
    position: absolute;
    top: 0.6em;
    margin: 0 -20%;
    z-index: -1;
  }
  #header #gnav .gnav-inner ul li.top, #header #gnav .gnav-inner ul li.interview, #header #gnav .gnav-inner ul li.news {
    font-weight: bold;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
}
#header #gnav.top:before, #header #gnav.interview:before, #header #gnav.news:before {
  background-color: #d20032 !important;
}
#header #gnav.top:after, #header #gnav.interview:after, #header #gnav.news:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}
#header #gnav.kansai:before {
  background-color: #009678 !important;
}
#header #gnav.kansai:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}
#header #gnav.kanto:before {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}
#header #gnav.kanto:after {
  background-color: #5064c3 !important;
  z-index: 0;
}
#header #gnav.kyushu:before {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}
#header #gnav.kyushu:after {
  background-color: #f09700 !important;
  z-index: 0;
}
#header #gnav.tokai:before {
  background-color: #0096be !important;
}
#header #gnav.tokai:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}
#header #gnav.fixed {
  bottom: auto;
  z-index: 100;
}
#header #gnav.fixed .gnav-inner {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media all and (max-width: 758px) {
  #header #gnav.fixed .gnav-inner {
    top: 15px;
    max-height: 90vh;
    overflow-y: scroll;
  }
}

.section {
  padding: 0 0 94px;
}
@media all and (max-width: 758px) {
  .section {
    padding: 0 0 50px;
  }
}

section {
  padding: 0 0 94px;
}
@media all and (max-width: 758px) {
  section {
    padding: 0 0 50px;
  }
}
section.list h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media all and (max-width: 758px) {
  section.list h2 {
    font-size: 3.5rem;
  }
}
section.list .lead {
  margin: 0 50px 80px;
  font-size: 1.5rem;
}
@media all and (max-width: 758px) {
  section.list .lead {
    margin: 0 0 60px;
  }
}
section.list ul {
  margin-bottom: -24px;
}
section.list ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
@media all and (max-width: 758px) {
  section.list ul {
    margin-bottom: 0;
  }
}
section.list ul li {
  width: 23.1999%;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  float: left;
  margin: 0 2.4% 24px 0;
  position: relative;
}
@media all and (max-width: 758px) {
  section.list ul li {
    width: 48.5%;
    margin: 0 3% 12px 0;
  }
  section.list ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.list ul li:nth-child(2n+1) {
    clear: both;
  }
}
section.list ul li:nth-child(4n) {
  margin-right: 0;
}
@media all and (min-width: 759px) {
  section.list ul li:nth-child(4n+1) {
    clear: both;
  }
}
section.list ul li a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media all and (min-width: 759px) {
  section.list ul li a:hover {
    color: #fff;
    opacity: 1;
  }
  section.list ul li a:hover figure img {
    transform: scale(1.08) translate(-50%, -50%);
  }
}
section.list ul li figure {
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 64.2%;
}
section.list ul li figure img {
  position: absolute;
  width: auto;
  height: 120%;
  min-width: 100%;
  transition: transform 0.3s;
  transform: scale(1) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform-origin: 0 0;
  max-width: none;
  backface-visibility: hidden;
}
section.list ul li .icn-new {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  background-color: #fff100;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  padding-left: 2px;
  letter-spacing: 2px;
  box-sizing: border-box;
  z-index: 4;
}
@media all and (max-width: 758px) {
  section.list ul li .icn-new {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    top: -6px;
    right: -6px;
    padding-left: 1px;
    letter-spacing: 1px;
  }
}
section.list ul li .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px;
}
section.list ul li .ttl-small {
  padding: 4px 8px 3px;
  font-size: 1.7rem;
  line-height: 1.2;
  min-height: 48px;
  box-sizing: border-box;
  font-feature-settings: "pkna";
}
@media all and (max-width: 758px) {
  section.list ul li .ttl-small {
    font-size: 1.6rem;
  }
}
section.list ul li .ttl-medium {
  padding: 9px 8px;
  font-size: 1.7rem;
  font-feature-settings: "pkna";
}
section.list ul li .ttl-medium br {
  display: none;
}
@media all and (max-width: 758px) {
  section.list ul li .ttl-medium {
    font-size: 1.6rem;
  }
}

.section-request {
  padding: 94px 0 110px;
  background: url(../img/request-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media all and (max-width: 758px) {
  .section-request {
    padding: 45px 0;
  }
}
.section-request h2 {
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 758px) {
  .section-request h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.section-request h2 strong {
  font-size: 3.5rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media all and (max-width: 758px) {
  .section-request h2 strong {
    display: block;
    top: 0;
    font-size: 2.7rem;
  }
}
.section-request p {
  font-size: 1.7rem;
}
@media all and (max-width: 758px) {
  .section-request p {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
  }
}
.section-request .btns:first-child {
  margin-top: 0;
}
.section-request .btns a {
  margin: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: bold;
}
.section-request .btns a:before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(../img/icn-blank.png) 0 0 no-repeat;
  background-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.section-request .btns a:last-child:before {
  display: none;
}
.section-request .btns a.blank:before {
  display: block;
}
.section-request .btns a:hover:before {
  background: url(../img/icn-blank-b.png) 0 0 no-repeat;
  background-size: 14px;
}

.section-present {
  padding: 94px 0;
}
@media all and (max-width: 758px) {
  .section-present {
    padding: 40px 0;
  }
}
.section-present h2 {
  text-align: center;
  font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.2;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
@media all and (max-width: 758px) {
  .section-present h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.section-present h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
.section-present h3 small {
  font-size: 1.5rem;
}
@media all and (max-width: 758px) {
  .section-present h3 {
    font-size: 2.4rem;
  }
  .section-present h3 small {
    position: relative;
    top: -3px;
  }
}
.section-present .inner {
  max-width: 750px;
  font-size: 1.4rem;
}
.section-present .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media all and (max-width: 758px) {
  .section-present .flex {
    flex-direction: column;
    align-items: center;
  }
}
.section-present .flex figure {
  margin-right: 25px;
  flex-shrink: 0;
  font-size: 1rem;
}
.section-present .flex figure img {
  width: 126px;
}
@media all and (max-width: 758px) {
  .section-present .flex figure {
    margin: 0 0 20px;
  }
}
.section-present .simekiri > div {
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 5px 8px;
  width: 500px;
  max-width: 100%;
  color: #fff;
  background-color: #d20032;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.section-present .simekiri small {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  text-align: left;
  letter-spacing: 0.1em;
}

.section-info {
  padding: 94px 0;
  background-color: #f5f5f5;
  text-align: center;
}
@media all and (max-width: 758px) {
  .section-info {
    padding: 40px 0;
  }
}
.section-info h2 {
  text-align: center;
  font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.2;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
@media all and (max-width: 758px) {
  .section-info h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.section-info h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
.section-info h3 small {
  font-size: 1.8rem;
}
@media all and (max-width: 758px) {
  .section-info h3 {
    font-size: 2.4rem;
  }
  .section-info h3 small {
    position: relative;
    top: -3px;
  }
}
.section-info h3 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #d20032;
  padding: 10px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 5px;
  width: 110px;
}
@media all and (max-width: 758px) {
  .section-info h3 span {
    margin-top: 8px;
    padding: 6px;
    font-size: 1.6rem;
  }
}
.section-info .inner {
  max-width: 750px;
  font-size: 1.4rem;
}
.section-info figure {
  margin-bottom: 30px;
}
.section-info figure img {
  width: 150px;
}

.fixed-request {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 9;
}
@media all and (max-width: 758px) {
  .fixed-request {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
  }
  .fixed-request:after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 20%;
  }
}
.fixed-request .btn-request {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed-request .btn-request > span {
  font-size: 1.5rem;
  margin: 12px 0 5px;
}
.fixed-request .btn-request > span strong {
  display: block;
  font-size: 2.7rem;
}
.fixed-request .btn-request small {
  font-size: 1.4rem;
}
.fixed-request .btn-request small > span {
  font-size: 1.2rem;
}
.fixed-request .btn-request:after {
  margin-top: 3px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icn-linkarrow.png) 0 0 no-repeat;
  background-size: 20px;
}
@media all and (max-width: 758px) {
  .fixed-request .btn-request {
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    padding: 12px 5px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
  }
  .fixed-request .btn-request > span {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 0.9rem;
    font-feature-settings: "palt";
  }
  .fixed-request .btn-request > span strong {
    display: inline;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .fixed-request .btn-request small {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
  }
  .fixed-request .btn-request small > span {
    font-size: 0.9rem;
  }
}
.fixed-request .btn-top {
  display: none;
}
@media all and (max-width: 758px) {
  .fixed-request .btn-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    padding: 12px 5px;
    text-align: center;
    font-family: "Roboto Condensed", "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
}

/* 地域TOP */
@media all and (max-width: 758px) {
  .univlist footer {
    padding-bottom: 40px;
  }
}

/* 関東 */
.kanto #header #gnav:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.kanto #header #gnav:after {
  background-color: #5064c3;
}
.kanto section.list h2 {
  color: #5064c3;
}
.kanto section.list a:hover {
  background-color: #5064c3;
}
.kanto section.section-request {
  padding: 40px 0;
}
@media all and (max-width: 758px) {
  .kanto section.section-request {
    padding: 30px 0;
  }
}
.kanto section.section-request .simekiri {
  display: block;
  margin: 10px 0;
  font-size: 1.5rem;
}
.kanto section.section-request small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
}
.kanto section.section-present h3, .kanto section.section-info h3 {
  color: #5064c3;
}
.kanto section.section-present h3 span, .kanto section.section-info h3 span {
  background-color: #5064c3;
}
.kanto section.section-present h3 a, .kanto section.section-present figure a, .kanto section.section-info h3 a, .kanto section.section-info figure a {
  color: #5064c3;
}
.kanto section.section-present .simekiri > div, .kanto section.section-info .simekiri > div {
  background-color: #5064c3;
}
@media all and (max-width: 758px) {
  .kanto .fixed-request {
    background-color: #5064c3;
  }
}
.kanto .fixed-request .btn-request {
  background-color: #5064c3;
}

/* 関西 */
.kansai #header #gnav:before {
  background-color: #009678;
}
.kansai section.list h2 {
  color: #009678;
}
.kansai section.list a:hover {
  background-color: #009678;
}
.kansai section.section-present h3, .kansai section.section-info h3 {
  color: #009678;
}
.kansai section.section-present h3 span, .kansai section.section-info h3 span {
  background-color: #009678;
}
.kansai section.section-present h3 a, .kansai section.section-present figure a, .kansai section.section-info h3 a, .kansai section.section-info figure a {
  color: #009678;
}
.kansai section.section-present .simekiri > div, .kansai section.section-info .simekiri > div {
  background-color: #009678;
}
.kansai.univlist .section-request {
  min-height: 136px;
}
@media all and (max-width: 758px) {
  .kansai .fixed-request {
    background-color: #009678;
  }
}
.kansai .fixed-request .btn-request {
  background-color: #009678;
}

/* 東海 */
.tokai #header #gnav:before {
  background-color: #0096be;
}
.tokai section.list h2 {
  color: #0096be;
}
.tokai section.list h2 small {
  display: block;
  font-size: 2.4rem;
}
.tokai section.list a:hover {
  background-color: #0096be;
}
.tokai section.section-present h3, .tokai section.section-info h3 {
  color: #0096be;
}
.tokai section.section-present h3 span, .tokai section.section-info h3 span {
  background-color: #0096be;
}
.tokai section.section-present h3 a, .tokai section.section-present figure a, .tokai section.section-info h3 a, .tokai section.section-info figure a {
  color: #0096be;
}
.tokai section.section-present .simekiri > div, .tokai section.section-info .simekiri > div {
  background-color: #0096be;
}
@media all and (max-width: 758px) {
  .tokai .fixed-request {
    background-color: #0096be;
  }
}
.tokai .fixed-request .btn-request {
  background-color: #0096be;
}

/* 九州 */
.kyushu #header #gnav:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.kyushu #header #gnav:after {
  background-color: #f09700;
}
.kyushu section.list h2 {
  color: #f09700;
}
.kyushu section.list a:hover {
  background-color: #f09700;
}
.kyushu section.list .block-border {
  margin: 60px 0 100px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #f09700;
  padding: 50px;
}
.kyushu section.list .block-border:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 758px) {
  .kyushu section.list .block-border {
    margin: 45px 0;
    padding: 20px 15px;
  }
}
.kyushu section.list .block-border h3 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media all and (max-width: 758px) {
  .kyushu section.list .block-border h3 {
    font-feature-settings: "pkna";
    font-size: 1.9rem;
  }
}
.kyushu section.list .block-border p {
  margin-bottom: 1.2em;
}
.kyushu section.list .block-border figure {
  margin: 40px auto 0;
  max-width: 600px;
}
.kyushu section.section-request {
  padding: 94px 0 110px;
  min-height: 136px;
}
@media all and (max-width: 758px) {
  .kyushu section.section-request {
    padding: 45px 0;
  }
}
.kyushu section.section-request .simekiri {
  display: block;
  margin: 10px 0;
}
.kyushu section.section-request small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
}
.kyushu section.section-present h3, .kyushu section.section-info h3 {
  color: #f09700;
}
.kyushu section.section-present h3 span, .kyushu section.section-info h3 span {
  background-color: #f09700;
}
.kyushu section.section-present h3 a, .kyushu section.section-present figure a, .kyushu section.section-info h3 a, .kyushu section.section-info figure a {
  color: #f09700;
}
.kyushu section.section-present .simekiri > div, .kyushu section.section-info .simekiri > div {
  background-color: #f09700;
}
.kyushu section.section-info .inner {
  max-width: 800px;
}
.kyushu section.section-info .flex {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 758px) {
  .kyushu section.section-info .flex {
    flex-direction: column;
  }
}
.kyushu section.section-info .flex .col {
  width: 44.5%;
}
@media all and (max-width: 758px) {
  .kyushu section.section-info .flex .col {
    width: 100%;
  }
}
.kyushu section.section-info .flex .col h3 span {
  display: block;
  width: auto;
  margin-bottom: 15px;
}
.kyushu section.section-info .flex .col h3 small {
  display: block;
  font-size: 1.6rem;
}
.kyushu section.section-info .flex .col figure {
  float: left;
  margin-right: 18px;
}
.kyushu section.section-info .flex .col figure img {
  width: 142px;
}
@media all and (max-width: 758px) {
  .kyushu section.section-info .flex .col figure img {
    width: 130px;
  }
}
.kyushu section.section-info .flex .col p {
  text-align: left;
  font-size: 1.5rem;
}
@media all and (max-width: 758px) {
  .kyushu section.section-info .flex .col.col2 {
    margin-top: 40px;
  }
}
.kyushu section.section-info .flex .col.col2 figure {
  margin-bottom: 20px;
}
.kyushu section.section-info .flex .col.col2 figure img {
  width: 96px;
}
.kyushu section.section-info .flex .col.col2 .btns {
  clear: both;
  text-align: center;
  margin-top: 20px;
}
.kyushu section.section-info .flex .col.col2 .btns a {
  color: #f09700;
  border: 1px solid #f09700;
  width: 180px;
  font-weight: bold;
  font-size: 1.5rem;
}
.kyushu section.section-info .flex .col.col2 .btns a:before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../../kyushu/img/icn-blank.png) 0 0 no-repeat;
  background-size: 14px;
  transition: 0.05s 0.3s;
}
.kyushu section.section-info .flex .col.col2 .btns a:after {
  background-color: #f09700;
}
@media all and (min-width: 759px) {
  .kyushu section.section-info .flex .col.col2 .btns a:hover {
    color: #fff;
  }
  .kyushu section.section-info .flex .col.col2 .btns a:hover:before {
    background: url(../img/icn-blank.png) 0 0 no-repeat;
    background-size: 14px;
  }
}
@media all and (max-width: 758px) {
  .kyushu .fixed-request {
    background-color: #f09700;
  }
}
.kyushu .fixed-request .btn-request {
  background-color: #f09700;
}
