@charset "UTF-8";
/*  reset  */
* {
  margin: 0;
  padding: 0;
  outline: none;
  line-height: normal;
}
*, *:after, *:before {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

iframe {
  border: none;
}

ul, ol {
  list-style: none;
}

br {
  letter-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*スマホ向けにハイライトカラーを無効*/
a　 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*ハイライトカラーを無効が効かない場合classに追加*/
.btn-reset {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* base */
html {
  font-size: 62.5%;
}

body {
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.4;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th, button {
  font-weight: 500;
}

a {
  color: #1e325a;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/*-----------------------------------------------------------------------
common
-----------------------------------------------------------------------*/
.c-fonts {
  font-size: 90%;
}

.c-fontl {
  font-size: 2rem;
}

.c-em {
  font-size: 2rem;
  font-weight: bold;
}

.c-hr {
  border-top: 1px solid #666;
}

@media screen and (max-width: 1000px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .u-tbsp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* ------- c-btn --------------------------*/
.c-btn {
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  padding: 2px 36px 2px 16px;
  background-color: #5388b1;
  position: relative;
  font-size: 1.5rem;
  font-weight: normal;
}
.c-btn.c-btn-link, .c-btn.c-btn-more {
  color: #222;
  background-color: #cce3f1;
  border: 1px solid #fff;
}
.c-btn.c-btn-link:hover, .c-btn.c-btn-more:hover {
  cursor: pointer;
}
.c-btn.u-ar {
  display: block;
  float: right;
}
.c-btn.c-btn-entry {
  background-color: rgba(62, 175, 237, 0.9);
  transition: all 0.5s 0s ease;
  font-size: 2.4rem;
  line-height: 1;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 10px;
}
.c-btn.c-btn-entry:hover {
  box-shadow: 0 1px 20px rgba(62, 175, 237, 0.7);
  background-color: rgba(62, 175, 237, 0.9);
}
.c-btn.c-btn-entry a, .c-btn.c-btn-entry a:link:hover {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .c-btn.c-btn-entry {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2.4rem;
  }
}
.c-btn.c-btn-entry_off {
  background-color: #777;
  font-size: 3rem;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 10px;
}
.c-btn.c-btn-access {
  background-color: rgb(62, 175, 237);
  transition: all 0.5s 0s ease;
  padding: 6px 10px;
  font-size: 1.6rem;
}
.c-btn.c-btn-access a, .c-btn.c-btn-access a:link:hover {
  color: #fff;
}
.c-btn.c-btn-access:hover {
  opacity: 0.8;
  box-shadow: 0 1px 20px rgba(62, 175, 237, 0.7);
}

.c-btn-entry--wrap {
  text-align: center;
}

a.c-link, a.c-link {
  color: #489ecd;
  text-decoration: underline;
}

a:link.c-btn, a:visited.c-btn {
  color: #fff;
  text-decoration: none;
}

a:hover.c-btn {
  background-color: #ffb053;
}

a:link.c-btn.c-btn-link, a:visited.c-btn.c-btn-link,
a:link.c-btn.c-btn.c-btn-more, a:visited.c-btn.c-btn.c-btn-more {
  color: #222;
  text-decoration: none;
}

a:hover.c-btn.c-btn-link {
  background-color: #d3e8f5;
  color: #1a366e;
}

table {
  width: 100%;
  margin: auto;
}
table th,
table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #888;
}
table th > a > img,
table td > a > img {
  vertical-align: middle;
}
table th {
  font-weight: bold;
  font-size: 1.4rem;
}
table tr.u-nobdr0 th, table tr.u-nobdr0 td {
  border-bottom: 0;
}

.txt-red {
  color: red;
}

.txt-tal {
  text-align: left;
  line-height: 1.5;
}

.u-ac {
  text-align: center;
}

.w80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .w80 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .u-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-bold {
  font-weight: 500;
}

/*-----------------------------------------------------------------------
header
-----------------------------------------------------------------------*/
.l-head-wrap {
  background: #00030c url("../images/bg.jpg") no-repeat center top;
  background-size: 100% auto;
  transition: all 0.5s 0s ease;
  background-attachment: auto;
}
@media screen and (min-width: 1100px) {
  .l-head-wrap {
    background-size: 1400px auto;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .l-head-wrap {
    background-size: 120%;
    background-position: left top;
  }
}

.header {
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .header {
    padding-bottom: 10px;
  }
}
.header .c-header-wrap {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: all 0.5s 0s ease;
}
@media screen and (min-width: 1100px) {
  .header .c-header-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s 0s ease;
  }
}
@media screen and (max-width: 1000px) {
  .header .c-header-wrap {
    width: 97%;
  }
}
.header .header_h1, .header .header_h2 {
  width: 100%;
  transition: left 0.5s 0s ease;
}
@media screen and (max-width: 767px) {
  .header .header_h1, .header .header_h2 {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header .header_h1 img, .header .header_h2 img {
  width: 100%;
}
.header .header_h1 {
  padding-top: 30px;
}
.header .header_h1 .header_h1_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .header .header_h1 .header_h1_img.u-tbmin {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .header_h1 .header_h1_img.u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .header_h1 .header_h1_img.u-sp {
    margin: auto;
    display: block;
  }
}
.c-date-wrap-over {
  padding: 10px;
}
.c-date-wrap {
  display: block;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .c-date-wrap {
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .c-date-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .c-date-wrap {
    width: 100%;
  }
}

.c-date-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  grid-template-areas: "areaA areaB" "areaC areaB" "areaC areaB";
}
@media screen and (max-width: 1000px) {
  .c-date-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "areaA areaA" "areaC areaC" "areaB areaB";
  }
}
.c-date-grid li {
  display: block;
}
.c-date-grid .itemA {
  grid-area: areaA;
}
.c-date-grid .itemB {
  grid-area: areaB;
  grid-row: 1/4;
  grid-column: 2/3;
}
@media screen and (max-width: 1000px) {
  .c-date-grid .itemB {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.c-date-grid .itemC {
  grid-area: areaC;
}
.c-date-grid .c-btn-map--wrap {
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  .c-date-grid .c-btn-map--wrap {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .c-date-grid .c-btn-map--wrap {
    width: 100%;
  }
}
.c-date-grid .c-btn-map--wrap .c-map-txt {
  padding: 8px;
  margin: 8px auto 2px;
}
@media screen and (max-width: 767px) {
  .c-date-grid .c-btn-map--wrap .c-map-txt {
    margin-left: 0;
    text-align: left;
  }
}
.c-date-flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-date-flex {
    display: block;
  }
}
.c-date-flex .u-flex__box:first-child {
  width: 80px;
  padding-right: 10px;
}
.c-date-flex .u-flex__box:last-child {
  width: calc(100% - 80px);
}
@media screen and (max-width: 1000px) {
  .c-date-flex .u-flex__box:last-child {
    max-width: none;
  }
}
@media screen and (max-width: 1099px) {
  .c-date-flex .u-flex__box:last-child {
    width: 100%;
  }
}
.c-date-flex .c-btn-entry--wrap {
  text-align: left;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .c-date-flex .c-btn-entry--wrap {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .c-date-flex {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

.c-date-txt {
  max-width: 300px;
}
@media screen and (max-width: 399px) {
  .c-date-txt {
    max-width: 100%;
  }
}

.c-date-dl {
  padding: 4px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .c-date-dl {
    font-size: 1.6rem;
  }
}
.c-date-dl dd {
  padding-left: 30px;
}

.c-header-summary {
  padding: 0px;
}
@media screen and (max-width: 500px) {
  .c-header-summary {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .c-header-summary {
    margin-left: 0;
  }
}
.c-header-summary .c-strong {
  font-size: 1.8rem;
}
.c-header-summary .c-strong strong {
  font-size: 1.8rem;
  font-weight: 600;
}

/*----------- l-sponsor --*/
.l-head_bottom {
  width: 100%;
  height: 80px;
  background: url(../images/head_bottom.png) center center/100% 80px repeat-x;
}

/*-----------------------------------------------------------------------
l-sponsor
-----------------------------------------------------------------------*/
.l-sponsor {
  color: #fff;
  background-color: #263a73;
  padding: 40px 20px;
  font-size: 2.2rem;
  line-height: 2.4;
}
.l-sponsor .u-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-sponsor .u-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .l-sponsor {
    padding: 20px;
  }
}
.l-sponsor span {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 1px 14px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .l-sponsor span {
    padding: 1px 4px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px) {
  .l-sponsor ul {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-sponsor ul {
    font-size: 2rem;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .l-sponsor ul {
    font-size: 3.4vw;
    margin-left: 0;
  }
}
.l-sponsor ul li {
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

/*-----------------------------------------------------------------------
wrap
-----------------------------------------------------------------------*/
.wrap {
  margin: 30px auto 40px auto;
}
.wrap::after {
  content: "";
  display: block;
  clear: both;
}

.l-main-wrap {
  background: #0d1e40 url("../images/bg-main.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-main-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.l-main {
  background-color: #fff;
  color: #333;
  width: 96%;
  max-width: 1100px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .l-main {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.heading {
  font-weight: bold;
  color: #489ecd;
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
}
.heading::before, .heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}
.heading::before {
  bottom: 5px;
}
.heading span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  padding-top: 5px;
}

.main__title {
  margin-bottom: 60px;
  display: table;
  margin: 0 auto 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3px solid #2ba2ff;
  text-align: center;
  /*&::after {
  	display: block;
  	border-bottom: 1px solid #555;
  	content: '';
  }*/
}

.main__title--lg {
  margin-bottom: 30px;
  line-height: 1.5;
  display: block;
  margin-bottom: 15px;
  color: #3f3964;
  font-size: 2.8rem;
  font-weight: 700;
}

.main__title--sub {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.section__text--link {
  color: #e36052;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #e36052;
  border-radius: 6px;
  background-color: #f9f7ef;
}

/*-- entry --*/
.sec-entry {
  padding-top: 60px;
}
.sec-entry > .mainimg__box__top {
  margin-top: 0;
}

.c-btn-entry-txt {
  font-size: 120%;
  font-weight: 600;
  text-align: center;
}
.c-btn-entry-txt strong {
  font-size: 110%;
}

.c-indent {
  text-indent: -2rem;
  padding-left: 2rem;
}

.c-corona-ul li {
  margin-bottom: 10px;
}

/*-- youtube --*/
.sec-youtube {
  max-width: 1000px;
  text-align: center;
}

.c-youtube-wrap {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.c-youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 500px) {
  .table_title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.common-iframe-v2 {
  height: 200px;
}

@media screen and (max-width: 1099px) {
  .common-iframe-v2 {
    width: 450px;
    height: 250px;
  }
}
/*-- flyer --*/
.flyer img {
  width: 70px;
}

.flyer-flex {
  display: flex;
  justify-content: center;
}
.flyer-flex .fa-solid {
  font-size: 6rem;
}
.flyer-flex a, .flyer-flex a:link {
  color: #fff;
}
.flyer-flex a:hover {
  text-decoration: underline;
}

.c-btn.c-flyer {
  padding: 15px;
  text-align: center;
}

/*-- program --*/
.sec-program {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.c-h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 10px 0;
}
.c-h3 small {
  font-weight: 400;
  font-size: 70%;
}

.default-table {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.default-table th, .default-table td {
  padding: 10px;
  border: 1px #434343 solid;
  line-height: 1.8;
  vertical-align: middle;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .default-table th, .default-table td {
    display: block;
    border-bottom: 0;
  }
}
.default-table th {
  background-color: #e8eef9;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .default-table th {
    width: 100%;
  }
}
.default-table tr.u-nobdr th, .default-table tr.u-nobdr td {
  border-bottom: 1px dotted #434343;
}
@media screen and (max-width: 767px) {
  .default-table tr.u-nobdr th, .default-table tr.u-nobdr td {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .default-table tr:last-child td {
    border-bottom: 1px solid;
  }
}

.c-program-table {
  width: 100%;
  max-width: 900px;
  display: block;
}
.c-program-table .c-type {
  border: 1px solid #666;
  font-size: 1.1rem;
  display: inline-block;
  padding: 3px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-program-table td.u-right {
    text-align: right;
  }
}

.table-bb {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.table-bb th, .table-bb td {
  padding: 10px;
  border-bottom: 1px #434343 solid;
  line-height: 1.8;
  vertical-align: middle;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table-bb th, .table-bb td {
    display: block;
    border-bottom: 0;
  }
}
.table-bb th.u-nobdr, .table-bb td.u-nobdr {
  border: 0;
}
.table-bb th.u-p4-10, .table-bb td.u-p4-10 {
  padding: 4px 10px;
}
.table-bb tr:first-child {
  border-top: 1px solid #434343;
}
.table-bb th {
  background-color: #e8eef9;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .table-bb th {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-bb tr:first-child th {
    display: block;
  }
  .table-bb tr:last-child {
    border-bottom: 1px solid #434343;
  }
}

.default-table__wide {
  width: 20%;
}

.c-program-box {
  display: flex;
  justify-content: space-between;
}
.c-program-box dt {
  width: 50%;
}
.c-program-box dd {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .c-program-box {
    display: block;
  }
  .c-program-box dt, .c-program-box dd {
    width: 100%;
  }
}

.c-program-model > li {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-program-model > li {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-program-model {
    display: block;
  }
}

.c-program-model2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-program-model2 li {
  padding: 10px 10px 5px 0;
  margin-bottom: 10px;
  width: 50%;
}
.c-program-model2 .c-program-model__photobox {
  position: relative;
}
.c-program-model2 .c-program-model__photobox::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 90px;
  background-color: #b1c5d9;
}
.c-program-model2 .c-program-model__photobox .c-program-model__txt small {
  margin-top: 0;
}
.c-program-model2 .c-program-model__photobox.u-nophoto .c-program-model__txt {
  width: 100%;
  border-left: 4px solid #b1c5d9;
  padding-left: 5px;
}
.c-program-model2 .c-program-model__photobox.u-nophoto::after {
  content: "";
  display: none;
}
.c-program-model2 .c-program-model__photo {
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .c-program-model2 {
    display: block;
  }
  .c-program-model2 li {
    width: 100%;
  }
}

.c-program-model__photobox {
  display: flex;
}
.c-program-model__photobox::after {
  content: "";
  display: block;
  clear: both;
}
.c-program-model__photobox .c-program-model__photo {
  width: 30%;
  margin-top: 8px;
  margin-right: 8px;
}
.c-program-model__photobox .c-program-model__txt {
  width: 70%;
  line-height: 1.6;
}
.c-program-model__photobox .c-program-model__txt small {
  font-size: 80%;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.2;
}
/*-- display --*/
.sec-display {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*-- profile --*/
.sec-introduce {
  padding-bottom: 40px;
}

.label {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 1px;
  background-color: #eee;
}

.label.c-theme {
  background-color: #79a2c2;
  color: #fff;
}

.label.c-title {
  width: 100px;
  text-align: center;
  border: 1px solid #79a2c2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .label.c-title {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.sec-introduce .mainimg__box {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sec-introduce .mainimg__box + .mainimg__box {
  margin-top: 40px;
}
.sec-introduce .mainimg__box__subtitle {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sec-introduce .mainimg__box__main {
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
}
.sec-introduce .mainimg__box__main img {
  display: block;
  width: 170px;
  margin: 0 15px 25px 0;
}
.sec-introduce .mainimg__box + .mainimg__box {
  margin-top: 80px;
}
.sec-introduce .mainimg__box__title {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sec-introduce .mainimg__box__title small {
  font-size: 80%;
}
.sec-introduce .mainimg__box__subtitle {
  font-size: 1.5rem;
}
.sec-introduce .mainimg__box__subtitle em {
  display: block;
  font-size: 1.8rem;
}
.sec-introduce .mainimg__box__text {
  font-size: 1.6rem;
}
.sec-introduce .mainimg__box__text dd {
  padding-left: 20px;
}
.sec-introduce .mainimg__box__top {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-introduce .header {
    padding-bottom: 20px;
  }
  .sec-introduce .header__date,
  .sec-introduce .header__main2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-introduce .header__title {
    margin-top: 0;
  }
  .sec-introduce .section__table__wrap {
    overflow-x: auto;
  }
  .sec-introduce .table_title {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .sec-introduce .mainimg__box__title {
    font-size: 1.6rem;
  }
  .sec-introduce .mainimg__box__main {
    display: block;
  }
  .sec-introduce .mainimg__box__main img {
    margin: 0 auto 20px;
  }
}

.sec-prevention {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*-- howtorecuit --*/
.howtorecuit {
  background-color: #19262e;
  padding: 80px 30px;
}

/*-- footer --*/
.l-footer {
  background-color: #0f1e6a;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .l-footer {
    padding-bottom: 80px;
  }
}

.c-footer-wrap {
  text-align: center;
}

.c-foot-mail {
  width: 300px;
  margin: 10px auto;
}
.c-foot-mail img {
  width: 100%;
}

/* -------pagetop＆自動スクロール--------------------------*/
.c-pagetop {
  font-size: 1.6rem;
  line-height: 1rem;
  z-index: 10000;
  right: 20px;
  position: fixed;
  text-align: right;
}
.c-pagetop a {
  background: rgba(126, 172, 244, 0.8);
  text-decoration: none;
  color: #222;
  width: 60px;
  padding: 20px 0 10px;
  text-align: center;
  display: block;
}
.c-pagetop a:hover {
  text-decoration: none;
  color: #444;
  background: rgba(255, 255, 255, 0.5);
}

.c-pagetop:before, .c-pagetop:after {
  display: block;
  content: "";
  width: 2px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #222;
  position: absolute;
  top: 4px;
  left: 32px;
  cursor: pointer;
}

.c-pagetop:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 26px;
}

/*  print  */
@media print {
  .header .header_h1 .header_h1_img.u-sp {
    display: none;
  }
}
/* -------pagetop＆自動スクロール--------------------------*/
.c-btn-entry_sp {
  position: fixed;
  bottom: 6px;
  left: 6px;
  width: 100%;
  height: 40px;
  display: block;
}
.c-btn-entry_sp .c-btn.c-btn-entry {
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */