@charset "utf-8";

/*------------  reset  ------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
summary,
time,
mark,
audio,
video,
a,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
form {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #231815;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}

/*------------  base  ------------*/
html {
  font-size: 62.5%;
}
body {
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  font-size: 1.5em;
  line-height: 1;
  font-family: sans-serif;
  color: #231815;
}

.wrap {
}

#home .gnav .nav_home a,
#about .gnav .nav_about a,
#scholarship .gnav .nav_scholarship a,
#action .gnav .nav_action a,
#zensho .gnav .nav_zensho a {
  color: #f70;
  border-bottom: 2px dotted #f70;
}

/*------------  header  ------------*/
#header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 0 3%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  z-index: 2;
}
#header .logo {
  display: flex;
  align-items: center;
  width: 320px;
  height: 88px;
  z-index: 1001;
}
#header .logo a {
  display: block;
  width: 320px;
}

.menu_btn {
  display: none;
}

.gnav {
  margin: 0 0 0 auto;
}
.gnav .gnav_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.gnav .gnav_block .nav:not(:last-of-type) {
  margin-right: 38px;
}
.gnav .gnav_block .nav a {
  padding: 6px 0;
  border-bottom: 2px dotted #fff;
}

/*------------  shared  ------------*/
.content {
}
.content .content_inner {
  margin: 0 auto;
  padding: 0 6%;
  max-width: 1080px;
  padding-bottom: 30px;
}

.head {
  margin: 30px 0 70px;
  background: url("/images/bg.png");
}
.head .head_inner {
  position: relative;
  margin: 0 auto;
  padding: 28px 4%;
  max-width: 1100px;
}
.head .main_title {
  position: relative;
  margin-right: 310px;
  padding: 28px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.head .main_title::before {
  content: "";
  position: absolute;
  top: -21px;
  left: -21px;
  width: 40px;
  height: 40px;
  background: #ffae00;
  transform: rotate(-45deg);
}
.head .main_title .sub {
  display: block;
  margin: 6px 2px 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #f70;
  letter-spacing: 0.1em;
}
.head .head_photo_block {
  position: absolute;
  top: -30px;
  right: 4%;
  padding: 0 0 0 90px;
  width: 250px;
  background: url("/images/head_deco.png") no-repeat top left;
  background-size: contain;
}
.head .head_photo {
  width: 250px;
  border-radius: 9999px;
  overflow: hidden;
}

.title {
  position: relative;
  padding: 18px 28px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  overflow: hidden;
}
.title::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 30px;
  height: 30px;
  background: #ffae00;
  transform: rotate(-45deg);
}
.title .sub {
  display: inline-block;
  margin: 0 0 1px 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #f70;
  letter-spacing: 0.1em;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: #f70;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 9999px;
  overflow: hidden;
}
.btn .btn_label {
  position: relative;
  padding: 0 16px 0 0;
}
.btn .btn_label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.copy {
  display: flex;
  justify-content: center;
  padding: 0 4% 50px;
}
.copy .copy_box {
  position: relative;
  display: inline-block;
  padding: 0 15px 15px;
  border-bottom: 2px dotted #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
.copy .copy_box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -70px;
  width: 60px;
  height: 60px;
  background: #ffe347;
  border-radius: 9999px;
}
.copy .copy_box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -60px;
  width: 40px;
  height: 40px;
  background: #ffae00;
  border-radius: 9999px;
}

/*------------  footer  ------------*/
#footer {
  padding: 50px 0 60px;
  background: url("/images/bg.png");
}
#footer .footer_nav {
  padding: 0 0 50px;
}
#footer .footer_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
#footer .footer_nav ul li {
  margin: 0 20px;
}
#footer .footer_block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 50px;
  line-height: 1.5;
}
#footer .footer_block .foundation {
  margin-right: 50px;
}
#footer .footer_block .foundation .foundation_name {
  padding: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
#footer .footer_block .foundation .foundation_add {
  font-size: 13px;
  line-height: 1.6;
}
#footer .footer_block .foundation .foundation_add .time {
  font-size: 12px;
}
#footer .footer_block .contact {
  box-sizing: border-box;
  padding: 16px 32px;
  background: #fff;
}
#footer .footer_block .contact .contact_title {
  display: inline-block;
  margin: 0 0 7px;
  padding: 0 9px 4px 26px;
  background: url("/images/icon_mail.png") no-repeat 0 2px;
  background-size: 20px 15px;
  border-bottom: 2px dotted #231815;
  font-weight: 700;
  font-size: 15px;
}
#footer .footer_block .contact .contact_mail {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.01em;
}
#footer .copyright {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  /*------------  header  ------------*/
  #header {
    padding: 0 2%;
  }
  #header .logo {
    width: 260px;
    height: 76px;
  }
  #header .logo a {
    width: 260px;
  }
  .gnav .gnav_block {
    font-size: 14px;
  }
  .gnav .gnav_block .nav:not(:last-of-type) {
    margin-right: 24px;
  }

  /*------------  shared  ------------*/

  .head {
    margin: 25px 0 60px;
  }
  .head .head_inner {
    padding: 22px 4%;
  }
  .head .main_title {
    margin-right: 240px;
    padding: 20px 36px;
    font-size: 2.4rem;
  }
  .head .main_title .sub {
    font-size: 1.3rem;
  }
  .head .head_photo_block {
    top: -25px;
    padding: 0 0 0 70px;
    width: 190px;
  }
  .head .head_photo {
    width: 190px;
  }

  .title {
    padding: 16px 22px 18px;
    font-size: 2rem;
  }
  .title .sub {
    font-size: 1.2rem;
  }

  .copy {
    display: flex;
    justify-content: center;
    padding: 0 4% 60px;
  }
  .copy .copy_box {
    font-size: 1.7rem;
  }
  .copy .copy_box::before {
    top: -15px;
    left: -50px;
    width: 44px;
    height: 44px;
  }
  .copy .copy_box::after {
    bottom: -15px;
    right: -45px;
    width: 30px;
    height: 30px;
  }

  /*------------  footer  ------------*/
  #footer .footer_nav ul li {
    margin: 0 16px;
  }
  #footer .footer_block .foundation {
    margin-right: 40px;
  }
}

@media screen and (max-width: 780px) {
  /*------------  header  ------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 9px;
  }
  #header .logo {
    width: 224px;
    height: 60px;
  }
  #header .logo a {
    width: 224px;
  }

  .menu_btn {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    text-align: center;
    z-index: 1001;
    cursor: pointer;
  }
  .menu_btn span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    left: 10px;
    background: #231815;
    transition: all 0.3s;
  }
  .menu_btn span:nth-of-type(1) {
    top: 13px;
  }
  .menu_btn span:nth-of-type(2) {
    top: 21px;
  }
  .menu_btn span:nth-of-type(3) {
    top: 29px;
  }
  .menu_btn.active span:nth-child(1) {
    top: 21px;
    left: 10px;
    transform: rotate(-45deg);
  }
  .menu_btn.active span:nth-child(2),
  .menu_btn.active span:nth-child(3) {
    top: 21px;
    transform: rotate(45deg);
  }

  .gnav.active {
    visibility: visible;
    opacity: 1;
  }
  .gnav.active .gnav_block {
    opacity: 1;
  }

  .gnav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: all 0.3s;
  }
  .gnav .gnav_block {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    opacity: 0;
  }
  .gnav .gnav_block .nav {
    margin: 0 auto;
    padding: 10px 0;
  }
  .gnav .gnav_block .nav:not(:last-of-type) {
    margin: 0 auto;
  }
  .gnav .gnav_block .nav a {
    padding: 6px 0;
  }
  .gnav .gnav_block .nav_home {
    display: block;
  }

  /*------------  shared  ------------*/
  .content {
    padding: 58px 0 0;
  }
  .content .content_inner {
    padding: 0;
  }

  .head {
    margin: 17px 0 32px;
  }
  .head .head_inner {
    padding: 12px 3%;
  }
  .head .main_title {
    margin-right: 130px;
    padding: 9px 17px;
    font-size: 1.8rem;
  }
  .head .main_title::before {
    top: -27px;
    left: -27px;
  }
  .head .main_title .sub {
    font-size: 1.3rem;
  }
  .head .main_title .sub {
    margin: 3px 2px 0;
    font-size: 1.1rem;
  }
  .head .head_photo_block {
    top: -12px;
    padding: 0 0 0 35px;
    width: 100px;
  }
  .head .head_photo {
    width: 100px;
  }

  .title {
    margin: 0 5%;
    padding: 12px 16px 14px;
    font-size: 1.6rem;
  }
  .title::before {
    top: -19px;
    left: -19px;
  }
  .title .sub {
    margin: 0 0 1px 10px;
    font-size: 1.1rem;
  }

  .btn {
    height: 38px;
  }
  .btn .btn_label {
    padding: 0 16px 0 0;
  }
  .btn .btn_label::after {
    width: 5px;
    height: 5px;
  }

  .copy {
    display: flex;
    justify-content: center;
    padding: 0 5% 35px;
  }
  .copy .copy_box {
    padding: 0 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .copy .copy_box::before {
    display: none;
  }
  .copy .copy_box::after {
    display: none;
  }
  .copy .copy_box .pc {
    display: none;
  }

  /*------------  footer  ------------*/
  #footer {
    padding: 30px 3% 40px;
  }
  #footer .footer_nav {
    margin: 0 auto;
    padding: 0 0 22px;
    max-width: 320px;
  }
  #footer .footer_nav ul {
    flex-wrap: wrap;
    font-size: 13px;
  }
  #footer .footer_nav ul li {
    margin: 0 10px;
  }
  #footer .footer_nav ul li a {
    display: block;
    padding: 8px;
  }
  #footer .footer_block {
    flex-direction: column;
    align-items: center;
    padding: 0 0 26px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
  }
  #footer .footer_block .foundation {
    margin: 0;
    padding: 0 0 15px;
  }
  #footer .footer_block .foundation .foundation_name {
    padding: 0 0 5px;
    font-size: 13px;
  }
  #footer .footer_block .foundation .foundation_add {
    font-size: 12px;
  }
  #footer .footer_block .contact {
    padding: 12px 26px;
  }
  #footer .footer_block .contact .contact_title {
    margin: 0 0 5px;
    padding: 0 7px 4px 24px;
    background-size: 18px 14px;
    font-size: 13px;
  }
  #footer .footer_block .contact .contact_mail {
    font-size: 15px;
  }
  #footer .copyright {
    font-size: 13px;
  }
}
