@charset "UTF-8";
.border {
  padding: 8px;
  margin: 8px;
  border-color: #fbe21f;
}

/*-------------- 試験中フォント  ------------*/
@font-face {
  font-family: 'A1B';
  src: url("../font/A1B.woff2") format("woff2"), url("../font/A1B.woff") format("woff");
}

@font-face {
  font-family: 'A1M';
  src: url("../font/a1-m.woff2") format("woff2"), url("../font/a1-m.woff") format("woff");
}

@font-face {
  font-family: 'A1R';
  src: url("../font/a1-r.woff2") format("woff2"), url("../font/a1-r.woff") format("woff");
}

@font-face {
  font-family: 'Panda';
  src: url("../font/Panda.woff2") format("woff2"), url("../font/Panda.woff") format("woff");
}

/*-------------- 試験中フォント  ------------*/
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

header, footer {
  display: block;
}

::-moz-selection {
  background: #83C1EF;
  color: #ffffff;
}

::selection {
  background: #83C1EF;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-left: solid 2px #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #fbe21f;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  position: relative;
}

strong {
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

.inner {
  max-width: 984px;
  margin: auto;
  padding: 0 30px;
}

@media only screen and (max-width: 559px) {
  .inner {
    padding: 0 20px;
  }
}

h2 {
  margin: 0 0 30px;
  line-height: 1;
  font-weight: 900;
  font-size: 40px;
  text-align: left;
  font-family: "A1B", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 1032px) {
  h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 559px) {
  h2 {
    margin: 0 0 20px;
    font-size: 34px;
  }
}

@media only screen and (max-width: 374px) {
  h2 {
    margin: 0 0 15px;
    font-size: 30px;
  }
}

h3 {
  margin: 0 auto 5px;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "A1M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

.section {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: left;
}

@media only screen and (max-width: 559px) {
  .section {
    width: auto;
    margin: 0;
    padding: 40px 0;
  }
}

p {
  margin: 0;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
}

@media only screen and (max-width: 559px) {
  header {
    padding: 0;
  }
}

h1 {
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  font-size: 65px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 559px) {
  h1 {
    max-width: 559px;
    width: 85%;
    margin: 0 auto 0;
    font-size: 45px;
  }
}

h1 a {
  margin: 0;
  padding: 0;
  font-family: "Panda", "A1M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #83C1EF;
  font-weight: normal;
}

h1 span {
  display: block;
  margin: -10px auto 20px;
  padding: 0;
  letter-spacing: 10px;
  color: #83C1EF;
  font-size: 12px;
}

@media only screen and (max-width: 559px) {
  h1 span {
    margin: -5px auto 10px;
  }
}

.news {
  position: relative;
  background: #fbe21f;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.news a {
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 559px) {
  .news a {
    padding: 0 10px;
  }
}

.news a::after {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 18px;
  color: #333333;
}

.news:hover {
  text-indent: 1em;
}

.news a:hover:after {
  opacity: 1;
  text-indent: 1em;
}

.nav {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 559px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
  }
}

.nav li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 50px 0 0;
  list-style: none;
}

@media only screen and (max-width: 559px) {
  .nav li {
    height: 64px;
    padding: 0 22px 0 0;
    line-height: 64px;
  }
}

.nav li:last-child {
  padding: 0;
}

.nav li a {
  display: block;
  height: 62px;
  line-height: 62px;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-align: center;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.nav li::after {
  display: block;
  position: absolute;
  top: 1.9em;
  right: 1em;
  width: 12px;
  height: 5px;
  background: #dedede;
  content: "";
}

@media only screen and (max-width: 559px) {
  .nav li::after {
    display: none;
  }
}

.nav li:last-child::after {
  display: none;
}

.nav li a:hover {
  top: 3px;
}

/*------------------------------------------------------------
ヒーロー
------------------------------------------------------------*/
.hero {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40vh;
  background-image: url(../image/hero-sky.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 559px) {
  .hero {
    height: 20vh;
    max-width: 100%;
  }
}

.hero p {
  position: absolute;
  top: 50%;
  left: 75%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "A1M", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 559px) {
  .hero p {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*------------------------------------------------------------
拍手・ウェルカム
------------------------------------------------------------*/
/*--------
form {
  margin: 70px 0 32px;

  @include sp{
      margin : 36px 0 36px;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
}

input {
  border: solid 3px $blue;
  -webkit-appearance: none;
  color: $black;
  font-size: 16px;

  &[type=text] {
    width: 260px;
    height: 48px;
    margin: 0 10px 0 0;
    padding: 2px 8px;
    background: $white;

    @include sp-s{
      width: 200px;
    }
  }

  &[type=submit] {
    width: 60px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: $blue;
    color: $white;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;

    &:hover {
      background: $yellow;
      border: $yellow;
      color: $black;
    }
  }
}

.welcome {
  display: block;
  margin: 16px auto;
  text-align: center;

  .welcome-text {
    display: inline-block;
    text-align: left;
    font-family: $base_font;
    color: $blue;
    opacity: 0.5;
  }
}
--------------*/
/*------------------------------------------------------------
インフォ
------------------------------------------------------------*/
.info h2 {
  margin: 0 0 20px;
  color: #83C1EF;
}

.info p {
  margin: 0;
  padding: 0;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 559px) {
  .info p {
    font-size: 14px;
  }
}

/*------------------------------------------------------------
メイン
------------------------------------------------------------*/
.main {
  background: #fbe21f;
}

.content01 {
  width: 312px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
}

.content01 a {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

.title-area {
  position: relative;
  height: 220px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

.eff-1 {
  position: absolute;
  width: 312px;
  height: 220px;
  top: -220px;
  background: #48465A;
  mix-blend-mode: overlay;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}

.title-area:hover .eff-1 {
  top: 0;
}

.content01 h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.18em;
  color: #ffffff;
  text-shadow: 1px 1px 0 #333333, -1px -1px 0 #333333, -1px 1px 0 #333333, 1px -1px 0 #333333, 0px 1px 0 #333333, 0 -1px 0 #333333, -1px 0 0 #333333, 1px 0 0 #333333;
}

.content01 h3::after {
  position: absolute;
  display: block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.8em;
  background: #ffffff;
  content: "";
}

.content01 h3::after:hover {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#title_hm {
  background: url("../image/haji04.jpg") no-repeat;
  background-size: auto 228px;
}

#title_gr {
  background: url("../image/lake01.jpg") center top no-repeat;
  letter-spacing: 0.3em;
}

#title_rb {
  background: url("../image/sky05.jpg") left center no-repeat;
}

#title_ssa {
  background: url("../image/class01.jpg") center top no-repeat;
  background-size: auto 220px;
}

#title_ssa h3 {
  letter-spacing: 0.03em;
}

#title_mh {
  background: url("../image/uni01.jpg") center top no-repeat;
  background-size: auto 220px;
}

#title_s5 {
  background: url("../image/anni01.jpg") center top no-repeat;
  background-size: auto 220px;
}

#title_ss {
  background: url("../image/heart01.jpg") center top no-repeat;
  background-size: auto 220px;
}

.content01-text {
  position: relative;
  margin: 0;
  padding: 0 32px 32px;
  height: 170px;
  background: #ffffff;
}

.content01 p {
  margin: 0;
  padding: 32px 0;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.tag {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  bottom: 30px;
  list-style-type: none !important;
  font-size: 14px;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333333;
}

.tag li {
  margin: 0 1em 0 0;
}

.tag li:last-child {
  margin: 0;
}

/*------------------------------------------------------------
FLEX
------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}

@media only screen and (max-width: 1032px) {
  .content-wrap {
    margin: 0 auto;
    max-width: 648px;
  }
}

@media only screen and (max-width: 707px) {
  .content-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*------------------------------------------------------------
アンケート
------------------------------------------------------------*/
.enquete {
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 374px) {
  .enquete h3 {
    font-size: 24px;
  }
}

.content03 {
  position: relative;
  max-width: 778px;
  margin: 40px auto;
  padding: 40px 100px;
  background: #f0f0f0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media only screen and (max-width: 559px) {
  .content03 {
    width: 248px;
    margin: 40px auto;
    padding: 32px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .content03 {
    width: 230px;
    padding: 26px;
  }
}

.content03::before {
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 50px;
  color: #333333;
}

.content03:hover {
  text-indent: -20px;
}

.content03:hover:before {
  opacity: 1;
  text-indent: 0px;
}

.content03 h3 {
  padding-bottom: 16px;
  color: #fbe21f;
  text-shadow: 1px 1px 0 #333333, -1px -1px 0 #333333, -1px 1px 0 #333333, 1px -1px 0 #333333, 0px 1px 0 #333333, 0 -1px 0 #333333, -1px 0 0 #333333, 1px 0 0 #333333;
}

.content03 span {
  color: #b8b8b8;
}

/*------------------------------------------------------------
リンク
------------------------------------------------------------*/
.link {
  background: #dedede;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 374px) {
  .link h3 {
    font-size: 24px;
  }
}

.content02 {
  width: 248px;
  margin: 0;
  padding: 32px;
  background: #ffffff;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 18px;
}

.content02 ul {
  padding: 0.5em 1em 0.5em 1.5em;
  position: relative;
}

.content02 ul li {
  padding: 0.5em 0 0.5em 0;
  list-style-type: none !important;
}

.content02 ul li::before {
  margin: 0 0.7em 0 -1.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  /*アイコンの種類*/
  font-weight: 900;
}

.content02 a:hover {
  top: 3px;
}

.content02 span {
  padding-left: 0.3em;
  color: #b8b8b8;
  font-weight: 900;
}

/*------------------------------------------------------------
コンタクト
------------------------------------------------------------*/
.contact {
  padding: 0;
  background: #333333;
  color: #ffffff;
  text-align: center;
}

.contact h2 {
  text-align: center;
}

.contact a {
  display: block;
  height: 100%;
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.contact a:hover {
  background: #222222;
  letter-spacing: 0.6em;
}

/*------------------------------------------------------------
コンタクト
------------------------------------------------------------*/
.message {
  display: block;
  padding: 4em 0;
  background: #ffffff;
  color: #83C1EF;
  font-size: 16px;
  border-top: 1px solid #83C1EF;
  border-bottom: 1px solid #83C1EF;
}

.message h2 {
  margin: 0 0 1.5em;
  color: #83C1EF;
}

.message h2 span {
  display: block;
  margin: 0;
  padding: 1.5em 0 0;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  color: #333333;
}

@media only screen and (max-width: 559px) {
  .message h2 span {
    font-size: 14px;
  }
}

.container {
  margin: 0 auto;
  width: 30em;
}

@media only screen and (max-width: 559px) {
  .container {
    width: 90%;
  }
}

form {
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 8px #d1ebff;
          box-shadow: 0 3px 8px #d1ebff;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 0.2em;
}

legend {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 2.5;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #83C1EF;
  border-radius: 0.2em 0.2em 0 0;
}

legend:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #83C1EF transparent transparent;
  border-width: 0.4em;
  left: 2.2em;
  top: 100%;
}

fieldset {
  background: #ffffff;
  width: 100%;
  padding: 1.75em 0 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

label {
  display: block;
  padding: 0 1em 1em;
}

label .no-placeholder {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #83C1EF;
}

.form-text, .form-textarea {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e2f2ff;
  color: #333333;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.form-text {
  height: 2.4em;
  padding: 0 16px;
}

.form-textarea {
  height: 8em;
  min-height: 6em;
  padding: 10px 16px;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::-ms-input-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

.form-text:focus, .form-textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #2196f3 inset;
          box-shadow: 0 0 0 2px #2196f3 inset;
}

.form-controls {
  padding: 0.5em 2em 1.5em;
  background: #ffffff;
  border-radius: 0 0 0.2em 0.2em;
}

.form-controls .btn-send {
  background: #83C1EF;
  width: 30%;
  margin: 0 auto;
  font-size: 1.25em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.form-controls .btn {
  display: block;
  padding: 0;
  border-radius: 0.25em;
  border: none;
  cursor: pointer;
  font-family: "A1R", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: white;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
.foonav-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  text-align: left;
}

.foonav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

@media only screen and (max-width: 559px) {
  .foonav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer ul, footer dl {
  list-style: none;
}

.footer-item {
  display: block;
  padding-right: 56px;
}

@media only screen and (max-width: 559px) {
  .footer-item {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-item {
    padding-right: 30px;
  }
}

.footer-item dt a {
  font-family: "A1B", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.footer-item:last-child {
  padding-right: 0;
}

.footer-item a:hover {
  top: 3px;
}

.copy {
  background-color: #83C1EF;
  color: #ffffff;
  font-size: 14px;
}
/*# sourceMappingURL=commom.css.map */