@charset "UTF-8";
/* 使用時　@include va.mediaquery (pc) { } */
/*-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

* {
  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;
}

/*  */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-tbsp {
    display: none;
  }
}
/* -----------------------------------------------------------------------
スマホ用
----------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*スマホ向けにハイライトカラーを無効*/
  a　 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  /*ハイライトカラーを無効が効かない場合classに追加*/
  .btn-reset {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
html {
  font-size: 62.5%; /*10px*/
}

body {
  text-align: center;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "ＭＳ ゴシック";
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
}

/**/
body::before {
  background-color: #fff;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, p, a, address, select, option, input, textarea, button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "ＭＳ ゴシック";
  font-weight: 500;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a.c-aul:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------
common
-----------------------------------------------------------------------*/
.button {
  display: inline-block;
  width: 200px;
  padding: 20px;
  margin: 10px;
  border-radius: 4px;
  background-color: #afa58d;
}
.button a {
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
}

.showy {
  background-color: #1E5CA5;
}

table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #888;
}
table th,
table td {
  padding: 20px 20px 20px 0;
  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.6rem;
}

.txt-red {
  color: red;
}

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

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

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

/*-----------------------------------------------------------------------
header
-----------------------------------------------------------------------*/
.header {
  padding-bottom: 20px;
  background-color: #2CB7DD;
}
.header .site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
}
.header .site-title-sub::before, .header .site-title-sub::after {
  content: "";
  height: 2px;
  background-color: #333;
  vertical-align: middle;
}
.header .site-title {
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .header .site-title {
    margin-top: 50px;
    font-size: 7.6rem;
    font-weight: 800;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header .site-title {
    padding-left: 5rem;
  }
}
.header .site-title span {
  font-size: 4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .site-title span {
    font-size: 3rem;
  }
}
.header .c-term {
  font-size: 2.9rem;
}
.header .site-description {
  margin-bottom: 50px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
.header.header-s {
  padding-bottom: 0;
}

.site-mainvisual {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000 url("../images/top_main.jpg") no-repeat top right/cover;
}

.head-title {
  background-color: #2CB7DD;
  color: #fff;
}

.c-btn-entry {
  position: fixed;
  top: 15%;
  left: -1px;
  height: 40%;
  max-height: 320px;
  z-index: 9999;
}
.c-btn-entry img {
  height: 100%;
}
.c-btn-entry:hover {
  filter: brightness(1.1);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .c-btn-entry {
    height: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-entry {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-entry_sp {
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/btn_entry_sp.png") bottom left no-repeat rgba(255, 255, 255, 0.9);
    box-shadow: 0px -10px 10px 0px rgba(76, 142, 252, 0.3);
    padding-right: 60px;
  }
  .c-btn-entry_sp a, .c-btn-entry_sp a:link {
    color: #000;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .c-btn-entry_sp a:link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .c-btn-entry_sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .c-btn-entry_sp {
    display: none;
  }
}

.cabinet_office_logo_wrap {
  width: 100%;
  padding: 20px;
  background-color: #6FE0FF;
}

.cabinet_office_logo {
  max-width: 160px;
  margin: 0px auto 0 20px;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
}
.cabinet_office_logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cabinet_office_logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-btn-border {
  padding: 6px 10px 8px 10px;
  border: 1px solid #333;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 6px;
  background: #c1dae0;
  background: linear-gradient(0deg, rgb(193, 218, 224) 1%, rgb(233, 240, 242) 100%);
  text-decoration: none;
}
.c-btn-border:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-sns-box {
  padding: 4px;
  position: fixed;
  top: 50%;
  left: 0;
  width: 40px;
}
.c-sns-box img {
  max-width: 100%;
  width: 100%;
}
.c-sns-box a:hover img {
  filter: brightness(1.8);
}
.c-sns-box .c-sns-btn {
  background-color: #666;
  border-radius: 0 8px 8px 0;
  display: block;
  padding: 10px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  display: none;
}
.c-sns-box .c-sns-btn.is-btn-off {
  width: 40px;
  left: -10px;
  transition: all 0.5s ease-out;
}
.c-sns-box .c-sns-btn::before {
  content: "off";
}
.c-sns-box .c-sns-btn.is-btn-off::before {
  content: "on";
}
.c-sns-box .c-sns-btn span {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
}
.c-sns-box .c-sns-content {
  position: absolute;
  top: 30px;
  left: -50px;
  transition: all 0.5s ease-out;
  padding: 5px;
  width: 50px;
  height: 100px;
}
.c-sns-box .c-sns-content.is-on {
  left: 0px;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .c-sns-box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-sns-box_sp {
    position: fixed;
    bottom: 40px;
    left: 4px;
    width: auto;
    height: 50px;
    z-index: 9998;
  }
}
.c-sns-box_sp .c-sns-content_sp {
  text-align: left;
}
.c-sns-box_sp .c-sns-content_sp li {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.c-sns-box_sp .c-sns-content_sp img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .c-sns-box_sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .c-sns-box_sp {
    display: none;
  }
}

/* hamburger */
#nav {
  position: fixed;
  height: auto;
  width: 200px;
  left: auto;
  right: -200px;
  top: 0;
  border-radius: 0 0 0 12px;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.7s;
}
#nav.is-on {
  transform: translateX(-100%);
  z-index: 9998;
}
#nav ul {
  padding: 60px 0 40px;
}
#nav ul li {
  list-style-type: none;
  text-align: left;
  padding: 4px 20px;
}
#nav ul li.li-form a {
  border-top: 1px solid #000;
  padding-top: 10px;
}
#nav ul li a {
  position: relative;
  display: block;
}
#nav ul li a:hover {
  background-color: #fff;
}
#nav ul li a:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #2CB7DD;
}

#hamburger {
  position: fixed;
  top: 4px;
  right: 10px;
  width: 34px;
  height: 32px;
  transition: 1s;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.4);
}

.inner_line {
  display: block;
  position: absolute;
  left: 2px;
  width: 30px;
  height: 3px;
  background-color: #333;
  transition: 1s;
  border-radius: 4px;
}

#line1 {
  top: 4px;
}
#line1.line {
  transform: translateY(20px) rotate(-45deg);
  top: -6px;
}

#line2 {
  top: 14px;
}
#line2.line {
  opacity: 0;
}

#line3 {
  top: 24px;
}
#line3.line {
  transform: translateY(-20px) rotate(45deg);
  top: 34px;
}

.line {
  background: #333;
}

.line_1 {
  top: -10px;
}

#nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#nav_bg.is-on {
  display: block;
}

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

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

.c-h3 {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
}

.c-section {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section.u-bgcolor {
  background-color: #C7EFFA;
}

/*-- qualfications --*/
.qualfications {
  background: url(../images/bg_download.png);
}
.qualfications ol {
  list-style-type: decimal;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

/*-- howtorecuit --*/
.howtorecuit {
  background-color: #fff;
}

/*-- adoption --*/
.adoption {
  background: url(../images/bg.png);
  background-size: 100% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .adoption {
    padding: 80px 0;
  }
}
.adoption .text {
  margin: 30px 0;
}
.adoption table a {
  text-decoration: underline;
  transition-property: all;
  transition: 0.3s linear;
}
.adoption table a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.adoption table thead {
  visibility: visible;
}
.adoption table th, .adoption table td {
  border-right: 1px solid #888;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .adoption table th, .adoption table td {
    border-left: 1px solid #888;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .adoption table th:last-child, .adoption table td:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .adoption table tr td:last-child {
    border-bottom: 1px solid #888;
  }
}
.adoption .table-blue table {
  width: 100%;
  background-color: rgba(24, 75, 122, 0.8);
}
.adoption .border-table {
  width: 100%;
}
.adoption .border-table th, .adoption .border-table td {
  border-bottom: 1px dotted #444;
  border-right: 0;
}
.adoption .border-table th {
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .adoption .border-table th {
    display: block;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 0px;
    border-left: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .adoption .border-table td {
    border-left: 0;
    padding-top: 0;
  }
  .adoption .border-table td.u-tbsp0 {
    padding: 0;
    height: 1px;
  }
}
.adoption .border-table tr.u-bdrtop {
  border-top: 1px solid #888;
}
.adoption .border-table tr.u-nobdr th, .adoption .border-table tr.u-nobdr td {
  border-bottom: 0;
}

/*-- hottopic --*/
.hottopic {
  background-color: #fff;
  color: #333;
}
.hottopic .c-box {
  text-align: left;
  margin-bottom: 50px;
}
.hottopic .c-box .u-tit {
  text-align: left;
  font-weight: bold;
}
.hottopic .c-box a:link, .hottopic .c-box a:visited {
  color: #333;
  text-decoration: underline;
}
.hottopic .c-box a:link:hover, .hottopic .c-box a:visited:hover {
  text-decoration: none;
}

.c-topic-ul {
  margin: 30px auto 10px 10px;
}
.c-topic-ul li {
  padding-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}
.c-topic-ul li:last-child {
  margin-right: 0px;
}
.c-topic-ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.8rem;
  padding-right: 10px;
}
.c-topic-ul li a {
  color: #333;
}
.c-topic-ul li a:hover {
  text-decoration: underline;
}
.c-topic-ul li a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-topic-ul li {
    display: block;
  }
}

/*-- outline --*/
.outline {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .outline {
    padding: 80px 0;
  }
}
.outline .outline-text {
  line-height: 2.5;
  margin-bottom: 2rem;
  text-align: left;
}

/*-- outline END --*/
/*-- award --*/
.award ul {
  margin: 30px auto;
}
.award ul li {
  padding-bottom: 20px;
}
.award ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.8rem;
  padding-right: 10px;
}
.award ul li a:hover {
  text-decoration: underline;
}

/*-- award END --*/
/*-- point --*/
.point h2 {
  margin-bottom: 40px;
}
.point h3 {
  font-weight: bold;
  text-align: left;
  width: 90%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .point h3 {
    width: 100%;
  }
}
.point p + h3 {
  margin-top: 40px;
}
.point p {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .point p {
    width: 100%;
  }
}

/*-- point END --*/
/*-- targets --*/
.targets {
  background-color: #fff;
}
.targets .info {
  text-align: left;
}

.targets-wrapper {
  width: 100%;
  margin-top: 60px;
  table-layout: fixed;
}
.targets-wrapper .target-box {
  position: relative;
}
.targets-wrapper .target-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: no-repeat;
  opacity: 0.2;
  transform: scaleY(-1);
}
.targets-wrapper .target01::after {
  background-image: url("../images/01.jpg");
}
.targets-wrapper .target02::after {
  background-image: url("../images/02.jpg");
}
.targets-wrapper .target04::after {
  background-image: url("../images/04.jpg");
}
.targets-wrapper .target05::after {
  background-image: url("../images/03.jpg");
}

.target03 .inner01 {
  background-image: url("../images/05_02.jpg");
}

.target03 .inner02 {
  background-image: url("../images/05_03.jpg");
}

.info {
  padding-top: 30px;
}

.target-description {
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
}

.target-description-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.target-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
}

.target-text .button {
  width: 60%;
  margin-top: 20px;
  padding: 8px;
}

.button-ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.target-image {
  width: 100%;
  margin: 0 0 60%;
}

.target01 .target-image,
.target02 .target-image {
  margin: 60% 0 0;
}

.target01 .target-description,
.target01::after,
.target02 .target-description,
.target02::after,
.target03 .target-description,
.target03::after {
  top: 0 !important;
}

/*
.target-box:nth-child(odd) .target-image{
	margin: 60% 0 0;
}


.target-box:nth-child(odd) .target-description,
.target-box:nth-child(odd)::after{
	top: 0;
}
*/
@media screen and (min-width: 999px) and (max-width: 1080px) {
  .target-description-inner {
    padding: 10px;
  }
}
@media screen and (min-width: 999px) {
  .targets-wrapper {
    display: table;
  }
  .target-box {
    display: table-cell;
  }
  .target-box::after {
    top: 50%;
    height: 50%;
    background-size: 100% 100%;
  }
  .target-image {
    display: block;
  }
  .target-description {
    position: absolute;
  }
}
@media screen and (max-width: 998px) {
  .targets-wrapper,
  .target-box {
    display: block;
  }
  .target-box::after {
    top: 0;
    height: 100%;
    background-size: cover !important;
  }
  .target-image {
    display: none;
  }
  .target-description {
    position: relative;
  }
}
.targets_list {
  margin-top: 40px;
}
.targets_list ol {
  list-style-type: decimal;
  text-align: left;
  margin: 0 auto;
}
.targets_list ol li {
  list-style: none;
  line-height: 2;
  text-indent: -2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .targets_list ol {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*-- targets END --*/
/*-- commendation --*/
.commendation {
  display: block;
}

.commendation_table {
  width: 100%;
}
.commendation_table th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .commendation_table th {
    display: block;
    text-align: left;
    float: left;
    margin-right: 15px;
  }
}
.commendation_table th + td {
  white-space: nowrap;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .commendation_table th + td {
    display: block;
    border-bottom: 0;
    padding: 20px 0 5px 0;
    text-align: left;
  }
  .commendation_table th + td::after {
    content: "";
    display: block;
    clear: both;
  }
}
.commendation_table .c-indent {
  text-indent: -1.8rem;
  padding-left: 2rem;
}

/*-- commendation END --*/
/*-- selection --*/
.point .selection_dl {
  width: 90%;
  margin: 20px auto;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .point .selection_dl {
    width: 100%;
    padding-left: 5px;
  }
}

.selection_dl {
  text-align: left;
  margin-left: 20px;
}
.selection_dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
.selection_dl dd {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .selection_dl dd {
    margin-left: 0px;
  }
}

/*-- schedules --*/
.schedules {
  background-color: #fff;
  color: #333;
}
.schedules .schedules-wrapper {
  margin: 50px auto 0;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .schedules .schedules-wrapper {
    display: table;
  }
}
.schedules .schedules-wrapper .schedule-box {
  position: relative;
  width: 25%;
  max-width: 240px;
  padding-right: 35px;
}
.schedules .schedules-wrapper .schedule-box::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/reshot-icon-block-arrow-right-8RLNHT5AVG.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .schedules .schedules-wrapper .schedule-box::after {
    content: "";
    background-image: url(../images/reshot-icon-block-arrow-down-AJ3DES8P75.svg);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: calc(50% - 17px);
    top: auto;
    bottom: -35px;
  }
}
.schedules .schedules-wrapper .schedule-box:last-child::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .schedules .schedules-wrapper .schedule-box {
    display: table-cell;
  }
}
.schedules .schedules-wrapper .schedule-box .schedule-icon {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .schedules .schedules-wrapper .schedule-box .schedule-icon {
    margin-bottom: 0;
  }
}
.schedules .schedules-wrapper .schedule-box i {
  padding: 2px;
}
.schedules .schedules-wrapper .schedule-box i::before {
  content: "";
  width: 140px;
  height: 140px;
  padding: 40px;
  display: inline-block;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  border: 4px solid;
  border-radius: 50%;
  fill: #1E5CA5;
  color: #1E5CA5;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .schedules .schedules-wrapper .schedule-box i {
    padding: 0;
  }
}
.schedules .schedules-wrapper .schedule-box h3 {
  margin: 0 20px 20px;
  font-size: 2rem;
}
.schedules .schedules-wrapper .schedule-box .schedule-text {
  font-size: 1.6rem;
  line-height: 1.8;
  white-space: nowrap;
}
.schedules .schedules-wrapper .schedule-box .fa-calendar:before {
  background-image: url(../images/calendar-days-regular.svg);
}
.schedules .schedules-wrapper .schedule-box .fa-check:before {
  background-image: url(../images/check-solid.svg);
}
.schedules .schedules-wrapper .schedule-box .fa-users:before {
  background-image: url(../images/users-solid.svg);
}
.schedules .schedules-wrapper .schedule-box .fa-trophy:before {
  background-image: url(../images/trophy-solid.svg);
}
@media screen and (max-width: 767px) {
  .schedules .schedules-wrapper .schedule-box {
    width: auto;
    padding-right: 0;
    margin: 40px auto;
  }
}

/*-- schedules END --*/
/*-- requirements --*/
.requirements {
  display: block;
}
.requirements table {
  visibility: visible;
}

.requirements_table {
  width: 100%;
}
.requirements_table th {
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .requirements_table th {
    display: block;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}

.c-require-btn-wrap {
  margin: 20px auto;
}

/*-- requirements END --*/
/*-- examples --*/
.examples {
  background-color: #fff;
}

ul.examples_ul {
  margin-top: 30px;
  list-style: square;
  text-align: center;
}
ul.examples_ul li {
  list-style: square inside;
  line-height: 2.8;
}
ul.examples_ul li a {
  font-size: 2rem;
}
ul.examples_ul li a .font-default {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  ul.examples_ul li a {
    font-size: 1.6rem;
  }
}

/*-- past --*/
.past {
  padding: 80px 30px;
  background-color: #333;
  color: #333;
}
.past ul {
  margin: 30px auto;
}
.past ul li {
  padding-bottom: 20px;
}
.past ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.8rem;
  padding-right: 10px;
}
.past ul li a {
  color: #333;
}
.past ul li a:hover {
  text-decoration: underline;
}

/*-- past END --*/
/*-- contact --*/
.contact {
  background-color: #EDEBD8;
}
.contact h3 {
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact .contact_text {
  padding-bottom: 10px;
  line-height: 1.8;
}
.contact .contact_text > a > img {
  vertical-align: middle;
}

/*-- contact END --*/
/*-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------*/
.l-footer {
  padding: 30px 20px;
  color: #fff;
  background-color: #2EBFE2;
}
.l-footer small {
  padding: 12px 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 100px;
  }
}

.c-mail-img {
  width: 180px;
}

/*-----------------------------------------------------------------------
pc
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  /*-- header --*/
  .header .site-title-sub {
    font-size: 2.2rem;
  }
  .header .site-title-sub::before, .header .site-title-sub::after {
    display: inline-block;
    width: 140px;
    margin: 0 30px;
  }
  /*-- header END --*/
  .button:hover {
    opacity: 0.9;
  }
  .heading {
    font-size: 4rem;
    font-weight: 600;
  }
  .info {
    line-height: 2;
    margin-bottom: 2rem;
    text-align: left;
  }
  .outline-text {
    line-height: 2.5;
    margin-bottom: 2rem;
    text-align: left;
  }
  .schedule-icon {
    width: 150px;
    height: 150px;
    font-size: 8rem;
    line-height: 142px;
  }
  .contact {
    padding-bottom: 150px;
  }
  .contact-form {
    width: 50%;
  }
  .sp_br {
    display: none;
  }
  table {
    width: 80%;
  }
}
/*-----------------------------------------------------------------------
sp
-----------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  /*-- header --*/
  .header .site-title {
    margin-top: 35px;
    font-size: 11vw;
    font-weight: 600;
  }
  .header .site-title-sub {
    font-size: 1.7rem;
  }
  .header .site-title-sub::before, .header .site-title-sub::after {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
  /*-- header END --*/
  .button:hover {
    opacity: 1;
  }
  .heading {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }
  .info,
  .outline-text {
    line-height: 2.5;
    margin-bottom: 2rem;
    text-align: left;
  }
  .schedules-wrapper,
  .schedule-box {
    display: block;
  }
  .schedule-text {
    margin: 0;
  }
  .contact-form {
    width: 80%;
  }
  table {
    width: 100%;
  }
  table th,
  table td {
    display: block;
    padding: 20px 0 20px 0;
  }
  table th {
    border-bottom: none;
    padding-bottom: 5px;
  }
  table td {
    padding-top: 0;
  }
  .pc_br {
    display: none;
  }
}
/* -------pagetop＆自動スクロール--------------------------*/
.c-pagetop {
  font-size: 1.2rem;
  line-height: 1rem;
  z-index: 9999;
  right: 10px;
  bottom: 5px;
  position: fixed;
  text-align: right;
}
.c-pagetop a {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #999;
  border-radius: 50%;
  text-decoration: none;
  color: #222;
  width: 52px;
  height: 52px;
  padding: 26px 0 6px;
  text-align: center;
  display: block;
}
.c-pagetop a:hover {
  text-decoration: none;
  color: #444;
  background: rgba(255, 255, 255, 0.4);
}

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

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

/* その他 */
/*モーダルを開くボタン*/
.modal-open {
  font-weight: bold;
  margin: auto;
  cursor: pointer;
  text-decoration: underline;
  color: #333;
}
.modal-open:hover {
  text-decoration: none;
  background-color: #dff3fd;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 20px 30px 50px 30px;
}/*# sourceMappingURL=style.css.map */