@charset "UTF-8";
/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  height: 310px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #header {
    height: 150px;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: calc((100% - 1300px) / 2 + 1130px);
  height: 310px;
}

#pagetitle h2 {
  position: absolute;
  top: 50%;
  left: 90px;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.1;
}

@media (max-width: 1300px) {
  #pagetitle {
    width: calc(100% - 170px);
  }
  #pagetitle h2 {
    left: 50px;
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  #pagetitle {
    position: relative;
    width: 100%;
    height: 150px;
  }
  #pagetitle h2 {
    left: 0;
    width: 100%;
    font-size: 30px;
    text-align: center;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
#main .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.btn-yellow {
  position: relative;
  width: 100%;
  background: #FFE00B;
  overflow: hidden;
}

.btn-yellow::before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #00ACED;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-yellow:hover::before {
  left: 0;
}

.btn-yellow a {
  display: block;
  position: relative;
  z-index: 1;
  color: #0B1043;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-yellow a:hover {
  color: #fff;
}

/* ----------------------------------------------
h3set
------------------------------------------------- */
.h3set {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .h3set {
    margin-bottom: 50px;
  }
}

.h3set::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 5px;
  background: #0B1043;
}

.h3set h3 {
  color: #00ACED;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .h3set {
    padding-bottom: 4px;
  }
  .h3set h3 {
    font-size: 24px;
  }
}

/* ----------------------------------------------
h4set
------------------------------------------------- */
.h4set {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .h4set {
    margin-bottom: 35px;
  }
}

.h4set h4 {
  padding: 24px 28px 18px;
  background: #f1f1f1;
  color: #0B1043;
  font-size: 20px;
}

@media (max-width: 767px) {
  .h4set h4 {
    padding: 14px 10px 12px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
h5set
------------------------------------------------- */
.h5set {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .h5set {
    margin-bottom: 20px;
  }
}

.h5set h5 {
  padding: 3px 0 2px 18px;
  border-left: 5px solid #00ACED;
  color: #0B1043;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .h5set h5 {
    padding-left: 10px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .txtset {
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .mediaset {
    margin-bottom: 50px;
  }
}

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

@media (max-width: 767px) {
  .mediaset .inner {
    flex-direction: column;
  }
}

.mediaset .imgbox {
  width: 33.3333%;
}

.mediaset .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset .txtbox {
  width: 62.5%;
}

.mediaset .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 4px;
  color: #0B1043;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mediaset .title {
    margin-bottom: 20px;
  }
}

.mediaset .title::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #00ACED;
}

.mediaset .text {
  line-height: 2;
}

.mediaset .btn {
  margin-top: 30px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .mediaset .btn {
    margin-top: 20px;
  }
}

.mediaset .btn a {
  padding: 21px 10px 20px;
}

.mediaset .btn a::after {
  content: '→';
  margin-left: 1em;
}

.mediaset.img-left .btn {
  margin-right: 0;
  margin-left: auto;
}

.mediaset.img-right .imgbox {
  order: 1;
}

@media (max-width: 767px) {
  .mediaset .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .mediaset .txtbox {
    width: 100%;
  }
  .mediaset.img-right .imgbox {
    order: 0;
  }
  .mediaset.img-right .btn {
    margin-left: auto;
    margin-right: 0;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .calloutset {
    margin-bottom: 50px;
  }
}

.calloutset .inner {
  display: flex;
}

.calloutset .block {
  width: 30%;
}

.calloutset .block + .block {
  margin-left: 5%;
}

.calloutset .image {
  margin-bottom: 28px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 10px;
  color: #0B1043;
  font-size: 18px;
  line-height: 1.6;
}

.calloutset .text {
  line-height: 2;
}

@media (max-width: 767px) {
  .calloutset .inner {
    flex-direction: column;
    max-width: 360px !important;
  }
  .calloutset .block {
    width: 100%;
  }
  .calloutset .block + .block {
    margin-top: 35px;
    margin-left: 0;
  }
  .calloutset .image {
    margin-bottom: 15px;
  }
  .calloutset .title {
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .fullimg {
    margin-bottom: 50px;
  }
}

.fullimg .inner img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .tableset {
    margin-bottom: 50px;
  }
}

.tableset table {
  line-height: 2;
}

.tableset table th {
  padding: 16px 28px 15px;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
}

.tableset table td {
  padding: 16px 28px 15px;
  border: 1px solid #e9e9e9;
}

@media (max-width: 767px) {
  .tableset table th {
    display: block;
  }
  .tableset table td {
    display: block;
    border-top: 0;
  }
  .tableset table tr:not(:first-child) th {
    border-top: 0;
  }
}

/* ----------------------------------------------
bandset
------------------------------------------------- */
.bandset {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 37px;
  background: #00ACED;
  color: #fff;
  line-height: 2;
}

@media (max-width: 767px) {
  .bandset {
    margin-bottom: 50px;
  }
}

.bandset .title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.bandset .title::before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
}

@media (max-width: 767px) {
  .bandset {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .linkset {
    margin-bottom: 50px;
  }
}

.linkset ul {
  display: flex;
  align-items: flex-start;
}

.linkset li {
  width: 19.1666%;
}

.linkset li:not(:first-child) {
  margin-left: 1.07175%;
}

.linkset li a {
  padding: 21px 10px 20px;
}

@media (max-width: 767px) {
  .linkset ul {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 470px !important;
    font-size: 12px;
  }
  .linkset ul li {
    width: 49%;
  }
  .linkset ul li:not(:first-child) {
    margin-left: 0;
  }
  .linkset ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin-bottom: 70px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .linkbtn {
    margin-bottom: 50px;
  }
}

.linkbtn a {
  padding: 37px 10px 35px;
  font-size: 20px;
}

.linkbtn a::after {
  content: '→';
  margin-left: 1em;
}

@media (max-width: 767px) {
  .linkbtn {
    width: calc(100% - 20px);
  }
  .linkbtn a {
    padding: 20px 10px 18px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.miniSurveyView {
  margin-bottom: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .miniSurveyView {
    margin-bottom: 50px;
  }
}

.miniSurveyView table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 2;
}

.miniSurveyView table tr:not(:last-child) td {
  padding: 16px 28px 15px;
  border: 1px solid #e9e9e9;
}

.miniSurveyView table tr:not(:last-child) td.question {
  background: #f6f6f6;
}

.miniSurveyView table tr:not(:last-child) td input[type="text"],
.miniSurveyView table tr:not(:last-child) td input[type="tel"],
.miniSurveyView table tr:not(:last-child) td input[type="email"],
.miniSurveyView table tr:not(:last-child) td textarea {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table tr:last-child td:last-child {
  padding-top: 16px;
  text-align: center;
}

.miniSurveyView table tr:last-child td:last-child .formBlockSubmitButton {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 21px 10px 20px;
  background: #FFE00B;
  color: #0B1043;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.miniSurveyView table tr:last-child td:last-child .formBlockSubmitButton:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .miniSurveyView table td {
    display: block;
  }
  .miniSurveyView table tr:not(:last-child) td {
    padding: 10px;
  }
  .miniSurveyView table tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table tr:not(:first-child) td.question {
    border-top: 0;
  }
  .miniSurveyView table tr:last-child td:last-child {
    padding-top: 10px;
  }
}

/* ----------------------------------------------
bnr
------------------------------------------------- */
section#bnr {
  margin-top: 100px;
}

@media (max-width: 767px) {
  section#bnr {
    margin-top: 75px;
  }
}
