@charset "UTF-8";
/* Scss Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:aftera {
  content: "";
  content: none;
}

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

/* Scss Document */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease;
  background-color: #e7ded6;
  z-index: 1000000;
}
#loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  animation: loadinglogo 1s ease-in-out 0s infinite alternate;
}

@keyframes loadinglogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  box-sizing: border-box;
  background: #e7ded6;
}

/*------------------------------- Common --------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #f2b928;
  text-decoration: none;
}
a:focus {
  outline: none;
}

@media screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}

@media screen and (min-width: 576px) {
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}

@media screen and (min-width: 576px) {
  .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

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

@media screen and (min-width: 576px) {
  .br-sp-only {
    display: none;
  }
}

.br-tablet {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-tablet {
    display: block;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 930px) {
  .br-pc {
    display: block;
  }
}

.br-hd {
  display: none;
}
@media screen and (min-width: 1060px) {
  .br-hd {
    display: block;
  }
}

.br-fhd {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-fhd {
    display: block;
  }
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100vh;
  /* Safari用のハックは、Chromeに適用されないようにする */
}
@supports (-webkit-touch-callout: none) {
  body body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
body.show {
  height: 100%;
  overflow: hidden;
}

.font-en {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
}

.font-en2 {
  font-family: "Yantramanav", sans-serif;
}

.text-green {
  color: #308334;
}

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

#header-box {
  z-index: 100001;
  width: 100%;
  padding: 0 5%;
  transition: 0.3s;
  position: fixed;
  top: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #header-box {
    padding: 0 34px;
  }
}
.home #header-box {
  visibility: hidden;
  opacity: 0;
}
.fixed #header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.scrolled #header-box {
  visibility: visible;
  opacity: 1;
}

header {
  margin: 0 auto;
  transition: 0.3s;
  display: flex;
  position: relative;
  align-items: center;
}

#site-title {
  margin-top: 25px;
  margin-right: auto;
}
@media screen and (min-width: 930px) {
  #site-title {
    margin-top: 34px;
  }
}
#site-title a {
  position: relative;
  transition: 0.3s;
}
#site-title a img {
  vertical-align: bottom;
  width: 80px;
  transition: filter 0.3s;
}
@media screen and (min-width: 930px) {
  #site-title a img {
    width: 144px;
  }
}
#site-title a img:hover {
  filter: invert(100%);
}
@media screen and (min-width: 930px) {
  #site-title a {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 930px) {
  .is-loaded #site-title a {
    opacity: 0;
    transform: translateY(-150px);
    animation: menuShow 0.5s 0.5s forwards;
  }
}
@keyframes menuShow {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#icon-fb svg {
  width: 32px;
  height: 32px;
}
#icon-fb svg .st0 {
  transition: 0.2s;
}
#icon-fb svg .st1 {
  fill: #e7ded6;
}
#icon-fb:hover .st0 {
  fill: #f2b928;
}
header #icon-fb {
  margin: 20px 4% 0 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 930px) {
  header #icon-fb {
    margin: 40px 40px 0 0;
  }
}

#footer-contact {
  padding: 110px 5%;
  background: #eeece6;
}
#footer-contact p {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #footer-contact p {
    margin-top: 0;
  }
}
#footer-contact p span {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (min-width: 930px) {
  #footer-contact p span {
    font-size: 1.528vw;
    margin-right: 2.083vw;
  }
}
@media screen and (min-width: 1440px) {
  #footer-contact p span {
    margin-right: 30px;
    font-size: 22px;
  }
}
#footer-contact p a {
  color: #000;
}

footer {
  background: #294101;
  color: #fff;
  position: relative;
  padding: 40px 5%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media screen and (min-width: 930px) {
  footer {
    padding: 150px 70px 50px;
  }
}
footer h2 {
  font-size: 26px;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  footer h2 {
    font-size: 2.5vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer h2 {
    font-size: 36px;
  }
}
footer a {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1440px) {
  footer a {
    font-size: 15px;
  }
}

/*-------------------------------------------main-menu-------------------------------------------*/
#main-menu-fb {
  position: fixed;
  top: 35px;
  right: calc(5% + 70px);
  z-index: 900000;
}
@media screen and (min-width: 930px) {
  #main-menu-fb {
    display: none;
  }
}
#main-menu-fb a {
  display: flex;
}
#main-menu-fb a svg {
  margin-bottom: 6px;
  width: 32px;
  height: 32px;
}
#main-menu-fb a svg .st1 {
  fill: transparent;
}

.main-menu-fb {
  display: none;
}
@media screen and (min-width: 930px) {
  .main-menu-fb {
    display: block;
  }
}
.main-menu-fb a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-menu-fb a svg {
  width: 32px;
  height: 32px;
  vertical-align: text-bottom;
}
.main-menu-fb a svg .st1 {
  fill: transparent;
}

#main-menu {
  display: none;
}
@media screen and (min-width: 930px) {
  #main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 930px) {
  .is-loaded #main-menu {
    opacity: 0;
    transform: translateY(-150px);
    animation: menuShow 0.5s 0.5s forwards;
  }
}
@keyframes menuShow {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#main-menu li a {
  color: #000;
  display: block;
  padding: 0 22px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
#main-menu li a svg {
  transition: fill 0.3s;
}
#main-menu li a:hover {
  color: #fff;
}
#main-menu li a:hover svg {
  fill: #fff;
}
#main-menu li a span.subtitle {
  display: block;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
#main-menu li a span.menu-jp {
  font-size: 95%;
}

.svg-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1060px) {
  .svg-arrow-right {
    right: 40px;
    width: 70px;
    height: 70px;
    right: 15px;
  }
}
.svg-arrow-right .st0 {
  fill: #ffffff;
}
.svg-arrow-right .st1 {
  fill: none;
  stroke: #000000;
  stroke-width: 3.8889;
  stroke-miterlimit: 10;
  transition: stroke 0.3s;
}

#sp-menu .svg-arrow-right {
  width: 30px;
  height: 30px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  #sp-menu .svg-arrow-right {
    width: 4.861vw;
    height: 4.861vw;
  }
}
@media screen and (min-width: 1060px) {
  #sp-menu .svg-arrow-right {
    right: 40px;
    width: 70px;
    height: 70px;
  }
}

.svg-arrow-simple-right {
  width: 8px;
  height: 13px;
}
.svg-arrow-simple-right .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.svg-fb-link,
.svg-ex-link {
  width: 17px;
  height: 20px;
}
.svg-fb-link .st0,
.svg-ex-link .st0 {
  fill: #1877f2;
}

.svg-ex-link .st0 {
  fill: #fff;
}

#csa-member-box,
#csa-title,
#school-title,
#csa-imgs,
#school-flow-box,
#school-imgs {
  background: #e7ded6;
  position: relative;
}

#csa-member-box {
  background: #eeece6;
}

#csa-title,
#school-title {
  height: 90vh;
  height: 90svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #csa-title,
  #school-title {
    height: 850px;
  }
}
#csa-title h2,
#school-title h2 {
  text-align: center;
  margin-top: 50px;
  font-size: 33px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.06em;
  opacity: 0;
  transition: opacity 0.3s 0.5s;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #csa-title h2,
  #school-title h2 {
    margin-top: 0;
  }
}
#container.is-loaded #csa-title h2,
#container.is-loaded #school-title h2 {
  opacity: 1;
}
#csa-title .text-jp,
#school-title .text-jp {
  font-size: 27px;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  #csa-title .text-jp,
  #school-title .text-jp {
    display: inline;
  }
}
#csa-title .text-subtitle,
#school-title .text-subtitle {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #csa-title .text-subtitle,
  #school-title .text-subtitle {
    margin-top: 0;
  }
}

#csa-title,
#csa-intro-catch,
#school-intro-catch {
  position: relative;
  z-index: 1;
}

#csa-intro-catch,
#school-intro-catch {
  border-bottom: 20px solid #294101;
}
#csa-intro-catch img,
#school-intro-catch img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #csa-intro-catch,
  #school-intro-catch {
    border-bottom: 44px solid #294101;
  }
}

#csa-intro,
#school-intro {
  position: relative;
}

@media screen and (min-width: 930px) {
  .column-2 {
    display: flex;
  }
  .column-2 > div {
    width: 50%;
  }
}
.column-2 .column-2-inner-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.column-2 .column-2-inner-right img {
  vertical-align: bottom;
  width: 100%;
}

#csa-intro-1 .column-2-absolute,
#school-intro-1 .column-2-absolute {
  font-size: 14px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.06em;
  margin: 10px auto 60px;
  width: 100%;
}
@media screen and (min-width: 930px) {
  #csa-intro-1 .column-2-absolute,
  #school-intro-1 .column-2-absolute {
    margin: 0;
    position: absolute;
    left: 3.472vw;
    top: 4.167vw;
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  #csa-intro-1 .column-2-absolute,
  #school-intro-1 .column-2-absolute {
    left: 50px;
    top: 60px;
    font-size: 16px;
  }
}
#csa-intro-1 h3 span.text-l,
#school-intro-1 h3 span.text-l {
  font-size: 36px;
  font-family: "Zen Old Mincho", cursive, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  text-indent: -0.15em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  #csa-intro-1 h3 span.text-l,
  #school-intro-1 h3 span.text-l {
    font-size: 50px;
  }
}
#csa-intro-1 h3 span.text-spacing,
#school-intro-1 h3 span.text-spacing {
  letter-spacing: -0.03em;
  margin-right: 2px;
}
#csa-intro-1 h3 span.text-s,
#school-intro-1 h3 span.text-s {
  line-height: 2.3;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #csa-intro-1 h3 span.text-s,
  #school-intro-1 h3 span.text-s {
    display: inline-block;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1440px) {
  #csa-intro-1 h3 span.text-s,
  #school-intro-1 h3 span.text-s {
    font-size: 22px;
  }
}
#csa-intro-1 h3 .text-l + .text-s,
#school-intro-1 h3 .text-l + .text-s {
  margin-left: 3px;
}
#csa-intro-1 h3 .img-wrapper,
#school-intro-1 h3 .img-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  #csa-intro-1 h3 .img-wrapper.text-s,
  #school-intro-1 h3 .img-wrapper.text-s {
    display: inline;
  }
}

@media screen and (min-width: 930px) {
  .column-2-inner-right {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .column-2-inner-right:after {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    display: block;
    background-size: cover;
    background-position: 0 0;
    z-index: -5;
  }
}
@media screen and (min-width: 930px) {
  .column-2-inner-right img {
    visibility: hidden;
  }
}

#csa-intro-1 .column-2-inner-left {
  padding: 10px 5% 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 930px) {
  #csa-intro-1 .column-2-inner-left {
    padding: 5%;
  }
}
#csa-intro-1 .column-2-inner-left h3 {
  margin-right: 80px;
}
#csa-intro-1 .column-2-inner-left .img-wrapper {
  display: flex;
  align-items: baseline;
  margin: 0 0 -10px;
  position: relative;
}
#csa-intro-1 .column-2-inner-left .img-wrapper img {
  position: absolute;
  right: -60px;
  top: 15px;
  width: 56px;
  height: 53px;
}
@media screen and (min-width: 1060px) {
  #csa-intro-1 .column-2-inner-left .img-wrapper img {
    right: -80px;
    width: 70px;
    height: 65px;
  }
}
@media screen and (min-width: 768px) {
  #csa-intro-1 .column-2-inner-right:after {
    background-image: url(../img/csa-intro-img-1.jpg);
  }
}

#csa-intro-2 .column-2-inner-right {
  background-color: #294101;
}
@media screen and (min-width: 930px) {
  #csa-intro-2 .column-2-inner-right {
    background: none;
  }
}

@media screen and (min-width: 768px) {
  #csa-intro-2 .column-2-inner-right:after {
    background-color: #294101;
    background-image: url(../img/csa-intro-img-2.jpg);
    background-repeat: no-repeat;
    z-index: -4;
    background-size: 70%;
    background-position: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #csa-intro-2 .column-2-inner-right:after {
    background-size: 524px 493.5px;
  }
}
@media screen and (min-width: 768px) {
  #csa-for-consumer .column-2-inner-right:after {
    background-image: url(../img/csa-intro-img-3.jpg);
    z-index: -3;
  }
  #csa-for-farmer .column-2-inner-right:after {
    background-image: url(../img/csa-intro-img-4.jpg);
    z-index: -2;
  }
  #css-for-everyone .column-2-inner-right:after {
    background-image: url(../img/csa-intro-img-5.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-color: #294101;
    background-size: 70%;
    background-position: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  #css-for-everyone .column-2-inner-right:after {
    background-size: 433.5px 498.5px;
  }
}
#school-intro-1 .column-2-inner-left {
  padding: 10px 5% 110px;
  box-sizing: border-box;
}
@media screen and (min-width: 930px) {
  #school-intro-1 .column-2-inner-left {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  #school-intro-1 .column-2-inner-right:after {
    background-image: url(../img/school-intro-img-2.jpg);
    z-index: -3;
  }
}
#school-intro-1 h3 .img-wrapper {
  display: flex;
  align-items: flex-end;
}
#school-intro-1 h3 .img-wrapper img {
  width: 80px;
  height: 141px;
  margin-bottom: 15px;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  #school-intro-2 .column-2-inner-right:after {
    background-image: url(../img/school-intro-img-3.jpg);
    z-index: -2;
  }
}

.column-2-inner-left .column-2-inner-text-box {
  padding: 0 5% 0;
}

#csa-intro-2 .column-2-inner-left .column-2-inner-text-box,
#school-intro-2 .column-2-inner-left .column-2-inner-text-box {
  padding: 50px 5% 80px;
}
@media screen and (min-width: 768px) {
  #csa-intro-2 .column-2-inner-left .column-2-inner-text-box,
  #school-intro-2 .column-2-inner-left .column-2-inner-text-box {
    padding: 50px 5%;
  }
}
#csa-intro-2 .column-2-inner-left h3,
#school-intro-2 .column-2-inner-left h3 {
  font-size: 20px;
}
#csa-intro-2 .column-2-inner-left h3 span,
#school-intro-2 .column-2-inner-left h3 span {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  #csa-intro-2 .column-2-inner-left h3 span,
  #school-intro-2 .column-2-inner-left h3 span {
    font-size: 55px;
  }
}
#csa-intro-2 .column-2-inner-left h3 span.en-spacing,
#school-intro-2 .column-2-inner-left h3 span.en-spacing {
  letter-spacing: 0.1em;
}
#csa-intro-2 .column-2-inner-left h4,
#school-intro-2 .column-2-inner-left h4 {
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #csa-intro-2 .column-2-inner-left h4,
  #school-intro-2 .column-2-inner-left h4 {
    margin-bottom: 80px;
    font-size: 18px;
    max-width: 450px;
  }
}
@media screen and (min-width: 1440px) {
  #csa-intro-2 .column-2-inner-left h4,
  #school-intro-2 .column-2-inner-left h4 {
    font-size: 20px;
    max-width: 100%;
  }
}
#csa-intro-2 .column-2-inner-left p,
#school-intro-2 .column-2-inner-left p {
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #csa-intro-2 .column-2-inner-left p,
  #school-intro-2 .column-2-inner-left p {
    max-width: 480px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  #csa-intro-2 .column-2-inner-left p,
  #school-intro-2 .column-2-inner-left p {
    font-size: 17px;
  }
}
#csa-intro-2 .column-2-inner-right,
#school-intro-2 .column-2-inner-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
#csa-intro-2 .column-2-inner-right img,
#school-intro-2 .column-2-inner-right img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #csa-intro-2 .column-2-inner-right img,
  #school-intro-2 .column-2-inner-right img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
#csa-intro-2 .column-2-inner-right img#csa-intro-img-2,
#school-intro-2 .column-2-inner-right img#csa-intro-img-2 {
  max-width: 500px;
}
@media screen and (min-width: 930px) {
  #csa-intro-2 .column-2-inner-right img#csa-intro-img-2,
  #school-intro-2 .column-2-inner-right img#csa-intro-img-2 {
    max-width: 90%;
  }
}

#csa-intro-img-2-box,
#css-for-everyone-img-box {
  background: #294101;
  padding: 60px 5%;
  text-align: center;
}
@media screen and (min-width: 930px) {
  #csa-intro-img-2-box,
  #css-for-everyone-img-box {
    background: none;
    padding: 0;
  }
}
#csa-intro-img-2-box img,
#css-for-everyone-img-box img {
  max-width: 500px;
}

#csa-intro-1 .column-2-inner-right,
#school-intro-1 .column-2-inner-right {
  opacity: 1 !important;
}

#school-intro-2 .column-2-inner-left h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #school-intro-2 .column-2-inner-left h3 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1060px) {
  #school-intro-2 .column-2-inner-left h3 {
    margin-bottom: 50px;
  }
}
#school-intro-2 .column-2-inner-left h3 span {
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #school-intro-2 .column-2-inner-left h3 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1060px) {
  #school-intro-2 .column-2-inner-left h3 span {
    font-size: 36px;
  }
}
#school-intro-2 .column-2-inner-left h4 {
  margin: 60px 0 15px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #school-intro-2 .column-2-inner-left h4 {
    font-size: 14px;
    margin: 20px 0 5px;
  }
}
@media screen and (min-width: 1060px) {
  #school-intro-2 .column-2-inner-left h4 {
    font-size: 18px;
    margin: 60px 0 25px;
  }
}
#school-intro-2 .column-2-inner-left p {
  font-size: 13px;
}
@media screen and (min-width: 930px) {
  #school-intro-2 .column-2-inner-left p {
    font-size: 15px;
  }
}
#school-intro-2 .column-2-inner-left p.text-m {
  font-size: 14px;
}
@media screen and (min-width: 1060px) {
  #school-intro-2 .column-2-inner-left p.text-m {
    font-size: 14px;
  }
}
#school-intro-2 .column-2-inner-right picture {
  width: 100%;
}
#school-intro-2 .column-2-inner-right img {
  padding: 0;
  width: 100%;
}

.heading-round-green,
.heading-round-orange {
  border-radius: 100px;
  font-size: 20px;
  padding: 8px 30px 10px;
  background: #fff;
}
.heading-round-green span,
.heading-round-orange span {
  color: #308334;
}

.heading-round-orange span {
  color: #f45f0b;
}

#csa-for-consumer {
  padding: 100px 0;
}
@media screen and (min-width: 930px) {
  #csa-for-consumer {
    padding: 0;
  }
}
#csa-for-consumer .column-2-inner-left {
  padding: 0 0 50px;
}
@media screen and (min-width: 930px) {
  #csa-for-consumer .column-2-inner-left {
    padding: 0;
  }
}

#csa-for-farmer .column-2-inner-left {
  padding: 0 0 50px;
}
@media screen and (min-width: 930px) {
  #csa-for-farmer .column-2-inner-left {
    padding: 0;
  }
}

#csa-for-consumer .heading-round-green,
#csa-for-consumer .heading-round-orange,
#csa-for-farmer .heading-round-green,
#csa-for-farmer .heading-round-orange {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #csa-for-consumer .heading-round-green,
  #csa-for-consumer .heading-round-orange,
  #csa-for-farmer .heading-round-green,
  #csa-for-farmer .heading-round-orange {
    margin-bottom: 40px;
  }
}
#csa-for-consumer h4,
#csa-for-farmer h4 {
  font-size: 21px;
  color: #308334;
  margin: 30px 0 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #csa-for-consumer h4,
  #csa-for-farmer h4 {
    margin: 30px 0 20px;
    font-size: 25px;
  }
}
#csa-for-consumer h4 span,
#csa-for-farmer h4 span {
  display: block;
}
#csa-for-consumer h4 span.span-number,
#csa-for-farmer h4 span.span-number {
  font-size: 32px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #csa-for-consumer h4 span.span-number,
  #csa-for-farmer h4 span.span-number {
    font-size: 36px;
  }
}
#csa-for-consumer p,
#csa-for-farmer p {
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 35px;
}
#csa-for-consumer p:before,
#csa-for-farmer p:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  margin-right: 15px;
  background: #308334;
  display: block;
  position: absolute;
  left: 5px;
  top: 9px;
}
#csa-for-consumer p + h4,
#csa-for-farmer p + h4 {
  margin-top: 50px;
}

#csa-for-farmer h4 {
  color: #f45f0b;
}
#csa-for-farmer p:before {
  background: #f45f0b;
}

#css-for-everyone .column-2-inner-left {
  padding: 100px 0;
}
#css-for-everyone .column-2-inner-left .css-for-everyone-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#css-for-everyone .column-2-inner-left .css-for-everyone-title img {
  width: 20px;
  height: 20px;
  margin: 0 12px;
}
#css-for-everyone .column-2-inner-left p {
  font-size: 20px;
}

#csa-member-box {
  position: relative;
  padding: 150px 0 100px;
}
@media screen and (min-width: 768px) {
  #csa-member-box {
    padding: 300px 0 170px;
  }
}
#csa-member-box #csa-member {
  width: 1060px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member {
    max-width: 94%;
  }
}
#csa-member-box #csa-member h2 {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 33px;
  padding: 60px 0 20px;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member h2 {
    text-align: center;
    padding: 0 0 60px;
    text-align: left;
  }
}
#csa-member-box #csa-member h2 span {
  position: absolute;
  display: block;
  background-image: url(../img/csa-img-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 360px;
  height: 150px;
  text-indent: -9999px;
  left: -2%;
  top: 40px;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member h2 span {
    transform: translateX(-50%);
    left: 50%;
    top: 80px;
    width: 52.857vw;
    height: 21.929vw;
    margin-left: -27.778vw;
  }
}
@media screen and (min-width: 1440px) {
  #csa-member-box #csa-member h2 span {
    margin-left: -400px;
    width: 740px;
    height: 307px;
    margin-left: -400px;
  }
}
#csa-member-box #csa-member #ul-member {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  #csa-member-box #csa-member #ul-member {
    flex-wrap: nowrap;
  }
}
#csa-member-box #csa-member #ul-member li {
  width: 40%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member #ul-member li {
    width: 32%;
  }
}
@media screen and (min-width: 1060px) {
  #csa-member-box #csa-member #ul-member li {
    width: 100%;
    margin-bottom: 0;
  }
}
#csa-member-box #csa-member #ul-member li:not(:nth-child(even)) {
  margin-right: 10%;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member #ul-member li:not(:nth-child(even)) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member #ul-member li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1060px) {
  #csa-member-box #csa-member #ul-member li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1060px) {
  #csa-member-box #csa-member #ul-member li:not(:last-child) {
    margin-right: 40px;
  }
}
#csa-member-box #csa-member #ul-member li img {
  width: 150px;
  max-width: 100%;
}
#csa-member-box #csa-member #ul-member li h3,
#csa-member-box #csa-member #ul-member li p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member #ul-member li h3,
  #csa-member-box #csa-member #ul-member li p {
    line-height: 1.7;
  }
}
#csa-member-box #csa-member #ul-member li .member-farm {
  font-size: 10px;
}
#csa-member-box #csa-member #ul-member li .member-name {
  font-size: 19px;
}
#csa-member-box #csa-member #ul-member li .member-ruby {
  font-size: 11px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #csa-member-box #csa-member #ul-member li .member-ruby {
    margin-bottom: 20px;
  }
}
#csa-member-box #csa-member #ul-member li .member-desc {
  font-size: 14px;
}

#csa-imgs img,
#school-imgs img {
  vertical-align: bottom;
  max-width: 100%;
}

#csa-imgs-pc-box img:not(:last-child),
#school-imgs-pc-box img:not(:last-child) {
  margin-bottom: 50px;
}

#csa-imgs-sp-box img:not(:last-child),
#school-imgs-sp-box img:not(:last-child) {
  margin-bottom: 20px;
}

.csa-imgs-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .csa-imgs-pc {
    display: block;
  }
}

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

#csa-about-box {
  background: #f4f4f4;
  padding: 130px 5% 100px;
}
@media screen and (min-width: 1060px) {
  #csa-about-box {
    padding: 230px 5% 200px;
  }
}

#csa-about {
  width: 1112px;
  max-width: 100%;
  margin: 0 auto;
}
#csa-about h2 {
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 33px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #csa-about h2 {
    border: none;
    margin-bottom: 90px;
    padding-bottom: 0;
  }
}
#csa-about h2 span:first-child {
  color: #4a8335;
}
#csa-about h2 span:nth-child(2) {
  color: #c4982a;
}
#csa-about h2 span:nth-child(3) {
  color: #b83335;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid {
    display: flex;
  }
}
@media screen and (min-width: 930px) {
  #csa-about .csa-about-grid .csa-about-interview {
    display: flex;
  }
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (min-width: 930px) {
  #csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left {
    width: 180px;
    padding-right: 40px;
    flex-shrink: 0;
    margin: 0;
  }
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left p.csa-about-interview-shop {
  font-size: 15px;
  line-height: 1.666;
  margin-bottom: 10px;
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left p.csa-about-interview-name {
  justify-content: center;
  font-size: 12px;
  line-height: 1.157;
  display: flex;
  align-items: baseline;
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left p.csa-about-interview-name ruby {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left p.csa-about-interview-name ruby rb {
  font-size: 19px;
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-left p.csa-about-interview-name ruby rt {
  margin-top: 7px;
  font-size: 12px;
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-right h4 {
  font-family: "Zen Old Mincho", cursive, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  line-height: 1.625;
  margin-bottom: 22px;
  margin-top: -10px;
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-right h4 br {
  display: none;
}
@media screen and (min-width: 1440px) {
  #csa-about .csa-about-grid .csa-about-interview .csa-about-interview-right h4 br {
    display: block;
  }
}
@media screen and (min-width: 930px) {
  #csa-about .csa-about-grid .csa-about-interview .csa-about-interview-right h4 {
    font-size: 24px;
  }
}
#csa-about .csa-about-grid .csa-about-interview .csa-about-interview-right p {
  font-size: 14px;
}
@media screen and (min-width: 930px) {
  #csa-about .csa-about-grid .csa-about-interview .csa-about-interview-right p {
    font-size: 15px;
  }
}
#csa-about .csa-about-grid .csa-about-grid-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-left {
    width: 24%;
  }
}
#csa-about .csa-about-grid .csa-about-grid-left h3 {
  background: #fff;
  border: solid 1px #000;
  border-radius: 100px;
  text-align: center;
  width: 160px;
  font-size: 18px;
  margin: 50px 0 0;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-left h3 {
    display: inline-block;
    margin: 70px auto 0;
  }
}
#csa-about .csa-about-grid .csa-about-grid-right {
  border-bottom: solid 1px #000;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-right {
    padding: 70px 40px;
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-right.first-of-class {
    border-top: solid 1px #000;
  }
}
#csa-about .csa-about-grid .csa-about-grid-right.first-of-class img {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-right.first-of-class img {
    margin-bottom: 0;
  }
}
#csa-about .csa-about-grid .csa-about-grid-right.first-of-class p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-right.first-of-class p:first-of-type {
    margin-bottom: 5px;
  }
}
#csa-about .csa-about-grid .csa-about-grid-right .csa-about-structure-img {
  margin-bottom: 5px;
}
#csa-about .csa-about-grid .csa-about-grid-right .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#csa-about .csa-about-grid .csa-about-grid-right .youtube iframe {
  width: 100%;
  height: 100%;
}
#csa-about .csa-about-grid .csa-about-grid-right .youtube iframe:not(:first-child) {
  margin-top: 20px;
}
#csa-about .csa-about-grid .csa-about-grid-right p.text-m {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #csa-about .csa-about-grid .csa-about-grid-right p.text-m {
    font-size: 14px;
  }
}

#csa-order-box {
  background: #e7ded6;
  padding: 140px 5%;
}
#csa-order-box #csa-order {
  box-sizing: border-box;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order {
    padding: 11.111vw 9.722vw;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order {
    padding: 160px 140px;
  }
}
#csa-order-box #csa-order #csa-about-how-to-order1 {
  position: absolute;
  right: 20px;
  top: -50px;
  width: 170px;
  height: 84px;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-about-how-to-order1 {
    right: 8.333vw;
    width: 20.625vw;
    height: 10.208vw;
    top: -5.556vw;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-about-how-to-order1 {
    right: 120px;
    top: -80px;
    width: 297px;
    height: 147px;
  }
}
#csa-order-box #csa-order #csa-order-howto h2 {
  font-size: 24px;
  line-height: 1.68;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-howto h2 {
    font-size: 3.056vw;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-howto h2 {
    font-size: 44px;
  }
}
#csa-order-box #csa-order #csa-order-howto h2 span {
  display: block;
  color: #f2b928;
  font-size: 24px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
}
#csa-order-box #csa-order #csa-order-howto p {
  font-size: 14px;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-howto p {
    font-size: 16px;
  }
}
#csa-order-box #csa-order #csa-about-how-to-order-img {
  margin-top: 35px;
  margin-bottom: 70px;
}
#csa-order-box #csa-order #csa-about-how-to-order-img img {
  max-width: none;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-about-how-to-order-img img {
    width: 109.27%;
    margin: 0;
  }
}
#csa-order-box #csa-order #csa-order-courses h3,
#csa-order-box #csa-order #csa-order-pickup h3 {
  font-size: 12px;
  line-height: 1.5;
  color: #a0a0a0;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-courses h3,
  #csa-order-box #csa-order #csa-order-pickup h3 {
    font-size: 18px;
  }
}
#csa-order-box #csa-order #csa-order-courses h3 span,
#csa-order-box #csa-order #csa-order-pickup h3 span {
  margin-right: 25px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  color: #f2b928;
  font-size: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-courses h3 span,
  #csa-order-box #csa-order #csa-order-pickup h3 span {
    display: inline;
  }
}
#csa-order-box #csa-order #csa-order-courses .course-box {
  padding: 0 0 55px;
  text-align: center;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-courses .course-box {
    text-align: left;
    padding: 55px 0;
    border-bottom: dashed 1px #a0a0a0;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-courses .course-box:first-of-type {
    border-top: dashed 1px #a0a0a0;
  }
}
#csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-num {
  background: #f2b928;
  padding: 3px 0 5px;
  color: #fff;
  font-size: 15px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-num {
    margin-bottom: 0;
    margin-left: 40px;
    width: 122px;
  }
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-num:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    display: block;
    border-left: 12px solid #000;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-num {
    font-size: 19px;
  }
}
#csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-name {
  font-size: 20px;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-name {
    margin-left: 50px;
    width: 300px;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-name {
    width: 400px;
    font-size: 30px;
  }
}
#csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-price {
  font-size: 20px;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-price {
    font-size: 24px;
    width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-price {
    font-size: 30px;
  }
}
#csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-price span {
  font-size: 13px;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-price span {
    font-size: 14px;
    margin-left: -5px;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-price span {
    font-size: 18px;
  }
}
#csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-desc {
  font-size: 12px;
  text-align: left;
  padding: 10px 15px;
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-courses .course-box .csa-course-box-desc {
    margin-right: 20px;
  }
}
#csa-order-box #csa-order #csa-order-pickup {
  padding: 80px 0;
  position: relative;
}
#csa-order-box #csa-order #csa-order-pickup #csa-picupstations1-img {
  position: absolute;
  top: 40px;
  right: -30px;
  width: 150px;
  height: 117px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-pickup #csa-picupstations1-img {
    width: 17.014vw;
    height: 13.333vw;
    top: 0;
    right: -4.167vw;
  }
}
@media screen and (min-width: 1440px) {
  #csa-order-box #csa-order #csa-order-pickup #csa-picupstations1-img {
    width: 245px;
    height: 192px;
    top: -10px;
    right: -60px;
  }
}
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box {
  border-bottom: dashed 1px #a0a0a0;
  padding: 35px 0;
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box {
    display: flex;
    align-items: center;
  }
}
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box:first-of-type {
  border-top: dashed 1px #a0a0a0;
}
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-name {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-name {
    font-size: 17px;
  }
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-name {
    flex-shrink: 0;
    width: 290px;
  }
}
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-name svg {
  width: 12px;
  height: 15px;
  margin: 3px 7px 0 0;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-name svg {
    margin: 5px 18px 0 0;
  }
}
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-name svg .st0 {
  fill: #231815;
}
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-address,
#csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-deliver {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-address,
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-deliver {
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1060px) {
  #csa-order-box #csa-order #csa-order-pickup .csa-pickup-box .csa-pickup-address {
    flex-shrink: 0;
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  #csa-pickup-ul-box {
    display: flex;
    justify-content: space-between;
  }
}

.balloon {
  position: relative;
  padding: 20px 8px;
  background-color: #fff;
  text-align: center;
  color: #000;
  border: 1px dashed #a0a0a0;
  margin: 0 auto;
  width: 130px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 1060px) {
  .balloon {
    margin-top: 0;
  }
}
.balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #fff;
  transform: rotate(-225deg);
  left: 0;
  right: 0;
  top: -10px;
  border-bottom: 1px dashed #a0a0a0;
  border-left: 1px dashed #a0a0a0;
}
@media screen and (min-width: 768px) {
  .balloon::before {
    top: auto;
    bottom: -10px;
    transform: rotate(-45deg);
  }
}

.csa-course-ul,
.csa-pickup-ul {
  margin: 28px 0;
}
.csa-course-ul li,
.csa-pickup-ul li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .csa-course-ul li,
  .csa-pickup-ul li {
    font-size: 15px;
  }
}
.csa-course-ul li:before,
.csa-pickup-ul li:before {
  content: "※";
}

#csa-picupstations2-img {
  margin-top: 40px;
  display: block;
  margin-left: auto;
  width: 140px;
  height: 125px;
}
@media screen and (min-width: 768px) {
  #csa-picupstations2-img {
    display: inline;
    width: 189px;
    height: 170px;
  }
}

#csa-pickup-link {
  border-top: dashed 1px #a0a0a0;
  border-bottom: dashed 1px #a0a0a0;
  padding: 60px 30px;
  margin-bottom: 140px;
}
@media screen and (min-width: 1280px) {
  #csa-pickup-link {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#csa-pickup-link h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #csa-pickup-link h3 {
    text-align: left;
    margin-bottom: 0;
    font-size: 21px;
    display: flex;
    align-items: center;
  }
  #csa-pickup-link h3:before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #f2b928;
    margin-right: 10px;
  }
}
#csa-pickup-link h3 .heading-text {
  margin-bottom: 2px;
}
#csa-pickup-link h3 .triangle-right {
  display: none;
}
@media screen and (min-width: 1280px) {
  #csa-pickup-link h3 .triangle-right {
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 13px solid black;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
#csa-pickup-link a {
  background: #000;
  color: #fff;
  border-radius: 100px;
  padding: 8px 40px 10px;
  display: flex;
  align-items: center;
  border: solid 1px #000;
  transition: 0.3s;
  justify-content: center;
  width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  #csa-pickup-link a {
    width: auto;
    margin: 0;
  }
}
#csa-pickup-link a:hover {
  background: #fff;
  color: #000;
}
#csa-pickup-link a:hover .svg-ex-link .st0 {
  fill: #000;
}
#csa-pickup-link a svg.svg-ex-link {
  margin-left: 15px;
}

#csa-pickup-order-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#csa-pickup-order-link p {
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto;
}
#csa-pickup-order-link #csa-pickup-order-link-text {
  position: relative;
}
#csa-pickup-order-link #csa-pickup-order-link-text:before, #csa-pickup-order-link #csa-pickup-order-link-text:after {
  display: block;
  content: "";
  height: 30px;
  width: 2px;
  background: #000;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-40%) rotate(-25deg);
}
#csa-pickup-order-link #csa-pickup-order-link-text:after {
  right: -35px;
  left: auto;
  transform: translateY(-40%) rotate(25deg);
}
#csa-pickup-order-link #csa-pickup-order-link-button {
  font-size: 15px;
  color: #fff;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  #csa-pickup-order-link #csa-pickup-order-link-button {
    width: 390px;
    font-size: 19px;
    height: 74px;
  }
}
#csa-pickup-order-link #csa-pickup-order-link-button:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f2b928;
  border-radius: 100px;
  margin: 8px 0 0 4px;
}
#csa-pickup-order-link #csa-pickup-order-link-button a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background: #000;
  border: solid 1px #000;
  color: #fff;
  transition: 0.3s;
}
#csa-pickup-order-link #csa-pickup-order-link-button a:hover {
  background: #fff;
  color: #000;
}
#csa-pickup-order-link #csa-pickup-order-link-button a:hover svg .st0 {
  fill: #000;
}
#csa-pickup-order-link #csa-pickup-order-link-button a:hover svg .st1 {
  stroke: #fff;
}
#csa-pickup-order-link #csa-pickup-order-link-button a svg {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  #csa-pickup-order-link #csa-pickup-order-link-button a svg {
    width: 30px;
    height: 30px;
    right: 25px;
  }
}
#csa-pickup-order-link #csa-pickup-order-link-button a svg .st0 {
  fill: #ffffff;
}
#csa-pickup-order-link #csa-pickup-order-link-button a svg .st1 {
  fill: none;
  stroke: #000000;
  stroke-width: 2.0359;
  stroke-miterlimit: 10;
}

#order-form-link {
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  display: flex;
  z-index: 2;
  transform: translateY(200%);
  transition: transform 0.5s 0.2s, opacity 1s 0.2s;
  opacity: 0;
}
body.scrolled #order-form-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 480px) {
  #order-form-link {
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    left: auto;
    bottom: 5%;
    right: 0;
    height: 300px;
    width: 58px;
  }
}
@media screen and (min-width: 1060px) {
  #order-form-link {
    height: 260px;
    width: 56px;
    bottom: 5%;
  }
}
#order-form-link:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #f2b928;
  border-radius: 100px;
  margin: 4px 8px 0 0;
}
#order-form-link a {
  width: 100%;
  height: 100%;
  background: #000;
  border: solid 1px #000;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  white-space: nowrap;
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 480px) {
  #order-form-link a {
    padding: 0;
    border-radius: 100px;
    text-indent: -15px;
  }
}
@media screen and (min-width: 768px) {
  #order-form-link a {
    text-indent: -30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) {
  #order-form-link a {
    font-size: 15px;
  }
}
#order-form-link a:hover {
  background: #fff;
  color: #000;
}
#order-form-link a:hover svg .st0 {
  fill: #000;
}
#order-form-link a:hover svg .st1 {
  stroke: #fff;
}
#order-form-link a svg {
  width: 20px;
  height: 20px;
  bottom: 25px;
  margin-left: 10px;
}
@media screen and (min-width: 480px) {
  #order-form-link a svg {
    margin-left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  #order-form-link a svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1060px) {
  #order-form-link a svg {
    width: 20px;
    height: 20px;
  }
}
#order-form-link a svg .st0 {
  fill: #ffffff;
}
#order-form-link a svg .st1 {
  fill: none;
  stroke: #000000;
  stroke-width: 2.0359;
  stroke-miterlimit: 10;
}

#school-flow,
#school-flow-point,
#school-about {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}

#school-flow {
  padding: 100px 0 50px;
}
@media screen and (min-width: 768px) {
  #school-flow {
    padding: 170px 0;
  }
}
#school-flow h3 {
  font-size: 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  #school-flow h3 {
    font-size: 20px;
  }
}
#school-flow h3 span {
  font-size: 14px;
}
#school-flow #school-flow-img {
  margin-bottom: 120px;
  margin: 0 auto;
  max-width: 500px;
  display: block;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #school-flow #school-flow-img {
    margin-bottom: 220px;
    width: 100%;
  }
}
@media screen and (min-width: 930px) {
  #school-flow #school-flow-img {
    max-width: none;
  }
}

#school-flow-point {
  max-width: 100%;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #school-flow-point {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
#school-flow-point .school-flow-point-inner {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #school-flow-point .school-flow-point-inner {
    margin-bottom: 0;
    width: 31.33%;
  }
  #school-flow-point .school-flow-point-inner:not(:last-child) {
    margin-right: 3%;
  }
}
#school-flow-point .school-flow-point-inner p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #school-flow-point .school-flow-point-inner p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1060px) {
  #school-flow-point .school-flow-point-inner p {
    font-size: 15px;
  }
}
#school-flow-point .school-flow-point-inner p:first-child {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  #school-flow-point .school-flow-point-inner p:first-child {
    margin-top: 0;
  }
}
#school-flow-point .school-flow-point-inner h4 {
  margin-top: 5px;
  font-size: 17px;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #school-flow-point .school-flow-point-inner h4 {
    margin-top: 15px;
    font-size: 14px;
  }
  #school-flow-point .school-flow-point-inner h4 br {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #school-flow-point .school-flow-point-inner h4 {
    font-size: 20px;
  }
  #school-flow-point .school-flow-point-inner h4 br {
    display: block;
  }
}
#school-flow-point .school-flow-point-inner h4:before {
  position: absolute;
  content: "1";
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 30px;
  left: 0;
  top: -8px;
}
#school-flow-point .school-flow-point-inner:nth-of-type(2) h4:before {
  content: "2";
}
#school-flow-point .school-flow-point-inner:nth-of-type(3) h4:before {
  content: "3";
}

#school-about-box {
  background: #f4f4f4;
  padding: 120px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #school-about-box {
    padding: 190px 0;
  }
}
#school-about-box #school-about {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about {
    display: flex;
    flex-wrap: wrap;
  }
}
#school-about-box #school-about .school-about-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about .school-about-inner {
    text-align: left;
  }
}
#school-about-box #school-about .school-about-inner h2 {
  display: inline-block;
  font-size: 21px;
  padding: 5px 35px;
  border: solid 1px #000;
  border-radius: 100px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about .school-about-inner h2 {
    margin-bottom: 20px;
  }
}
#school-about-box #school-about .school-about-inner table {
  width: 100%;
  text-align: left;
}
#school-about-box #school-about .school-about-inner table th,
#school-about-box #school-about .school-about-inner table td {
  padding: 40px 0;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1060px) {
  #school-about-box #school-about .school-about-inner table th,
  #school-about-box #school-about .school-about-inner table td {
    padding: 40px;
    display: table-cell;
    font-size: 15px;
  }
}
#school-about-box #school-about .school-about-inner table th {
  font-size: 18px;
  padding: 30px 0 10px;
  border-top: solid 1px #000;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about .school-about-inner table th {
    padding: 40px 0 10px;
  }
}
@media screen and (min-width: 1060px) {
  #school-about-box #school-about .school-about-inner table th {
    border: none;
    padding: 40px 0;
    text-align: left;
    font-size: 20px;
  }
}
#school-about-box #school-about .school-about-inner table td {
  padding: 15px 0 40px;
  width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about .school-about-inner table td {
    padding: 15px 0 80px;
    border-top: solid 1px #000;
  }
}
@media screen and (min-width: 1060px) {
  #school-about-box #school-about .school-about-inner table td {
    width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  #school-about-box #school-about .school-about-inner table td {
    padding: 40px 0;
    width: 800px;
  }
}
#school-about-box #school-about .school-about-inner:first-child {
  margin-bottom: 70px;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about .school-about-inner:first-child {
    border: none;
  }
}
@media screen and (min-width: 1060px) {
  #school-about-box #school-about .school-about-inner:first-child table td {
    border-bottom: solid 1px #000;
  }
}
#school-about-box #school-about .school-about-inner:nth-child(2) table {
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  #school-about-box #school-about .school-about-inner:nth-child(2) table {
    border: none;
  }
}

.school-about-ul-green li,
.school-about-ul-yellow li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .school-about-ul-green li,
  .school-about-ul-yellow li {
    padding-left: 30px;
    font-size: 15px;
  }
}
.school-about-ul-green li:before,
.school-about-ul-yellow li:before {
  left: 0;
  top: 10px;
  position: absolute;
  content: "";
  display: block;
  background: #4a8335;
  border-radius: 100px;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .school-about-ul-green li:before,
  .school-about-ul-yellow li:before {
    width: 13px;
    height: 13px;
  }
}

.school-about-ul-yellow li:before {
  background: #c4982a;
}

#school-order {
  background: #fff;
  box-sizing: border-box;
  padding: 70px 5%;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #school-order {
    padding: 70px 50px;
    display: flex;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  #school-order .school-order-title {
    width: 300px;
  }
}
#school-order .school-order-detail a {
  color: #000;
  font-size: 18px;
  line-height: 1.68;
  margin-bottom: 30px;
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #school-order .school-order-detail a {
    margin-top: 0;
    font-size: 22px;
  }
}
#school-order .school-order-detail li,
#school-order .school-order-detail p {
  font-size: 13px;
}
@media screen and (min-width: 1060px) {
  #school-order .school-order-detail li,
  #school-order .school-order-detail p {
    font-size: 15px;
  }
}
#school-order .school-order-detail .qualification {
  text-align: left;
}
#school-order .school-order-detail .school-about-ul-green li {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #school-order .school-order-detail .school-about-ul-green li {
    padding-left: 20px;
  }
}
#school-order .school-order-detail .school-about-ul-green li:before {
  display: none;
}
@media screen and (min-width: 768px) {
  #school-order .school-order-detail .school-about-ul-green li:before {
    display: block;
  }
}

li,
p {
  font-size: 15px;
}

#sp-menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 10000;
  background: #f4f4f4;
  width: 100%;
  height: 100vh;
  padding: 130px 5%;
  box-sizing: border-box;
  text-align: center;
  transition: left 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
}
#sp-menu.show {
  left: 0;
  opacity: 1;
}
#sp-menu li {
  text-align: left;
}
#sp-menu li:nth-child(-n+3) {
  border-bottom: solid 1px #fff;
}
#sp-menu li:last-child, #sp-menu li:nth-last-child(-n+2) {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  width: 100%;
  padding: 5px 0;
}
#sp-menu li:last-child a, #sp-menu li:nth-last-child(-n+2) a {
  font-size: 18px;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
#sp-menu li:last-child {
  margin-top: 30px;
}
#sp-menu li a {
  display: block;
  position: relative;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 0;
  font-size: 24px;
}
#sp-menu li a span {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 10px;
  display: block;
  margin-bottom: -10px;
}
#sp-menu li a svg {
  width: 40px;
  height: 40px;
}

#sp-menu-button,
#sp-menu-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#sp-menu-button {
  position: absolute;
  right: 0;
  top: 34px;
  width: 45px;
  height: 34px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 930px) {
  #sp-menu-button {
    display: none;
  }
}
#sp-menu-button span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: linear-gradient(90deg, #000000 0%, #000000 50%, #308334 50%, #308334 100%);
}
#sp-menu-button span:nth-of-type(1) {
  top: 0;
}
#sp-menu-button span:nth-of-type(2) {
  top: 16px;
}
#sp-menu-button span:nth-of-type(3) {
  bottom: 0;
}
#sp-menu-button.active span:nth-of-type(1) {
  transform: translateY(17px) rotate(-35deg);
}
#sp-menu-button.active span:nth-of-type(2) {
  opacity: 0;
}
#sp-menu-button.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(35deg);
}

.scrolled.fade-in {
  animation: fade-in 0.5s ease-in both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 0.5s ease-in-out both;
}

.js-scroll.scrolled {
  opacity: 1;
}

.js-scroll {
  opacity: 0;
  transition: opacity 0.3s;
}

.js-scroll.fade-in-bg {
  transition: opacity 1s;
}

.scrolled.scroll-delay {
  transition-delay: opacity 0.5s;
  animation-delay: 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 930px) {
  .column-2-inner-right {
    opacity: 0;
  }
}

#csa-intro-1 .column-2-inner-right {
  opacity: 1;
}

#initiative-container {
  width: 1060px;
  max-width: 90%;
  margin: 100px auto 0;
}

#initiative-box h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Zen Old Mincho", cursive, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  margin-bottom: 40px;
}
#initiative-box h2 span {
  font-size: 16px;
  display: block;
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
}
#initiative-box #initiative-1,
#initiative-box #initiative-2 {
  position: relative;
  z-index: 2;
}
#initiative-box #initiative-1:before, #initiative-box #initiative-1:after,
#initiative-box #initiative-2:before,
#initiative-box #initiative-2:after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
#initiative-box #initiative-1:before,
#initiative-box #initiative-2:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
#initiative-box #initiative-1::after,
#initiative-box #initiative-2::after {
  opacity: 0;
  background: rgb(242, 185, 40);
  background: linear-gradient(90deg, rgb(242, 185, 40) 0%, rgb(242, 185, 40) 80%, rgba(242, 185, 40, 0) 100%);
}
#initiative-box #initiative-1:hover,
#initiative-box #initiative-2:hover {
  color: #fff;
}
#initiative-box #initiative-1:hover:before,
#initiative-box #initiative-2:hover:before {
  opacity: 0;
}
#initiative-box #initiative-1:hover:after,
#initiative-box #initiative-2:hover:after {
  opacity: 1;
}
#initiative-box #initiative-1:hover .svg-arrow-right .st1,
#initiative-box #initiative-2:hover .svg-arrow-right .st1 {
  stroke: #f2b928;
}
#initiative-box #initiative-1 .initiative-inner,
#initiative-box #initiative-2 .initiative-inner {
  position: relative;
  transition: 0.2s;
  color: #000;
  padding: 65px 5% 45px 10%;
  display: block;
}
@media screen and (min-width: 768px) {
  #initiative-box #initiative-1 .initiative-inner,
  #initiative-box #initiative-2 .initiative-inner {
    padding: 75px 45px;
    display: flex;
    align-items: center;
  }
}
#initiative-box #initiative-1 .initiative-inner:hover,
#initiative-box #initiative-2 .initiative-inner:hover {
  color: #fff;
}
#initiative-box #initiative-1 .initiative-inner:hover:before,
#initiative-box #initiative-2 .initiative-inner:hover:before {
  color: #f2b928;
}
#initiative-box #initiative-1 .initiative-inner:hover:after,
#initiative-box #initiative-2 .initiative-inner:hover:after {
  border-top: 60px solid #fff;
  border-right: 60px solid transparent;
}
#initiative-box #initiative-1 .initiative-inner:before, #initiative-box #initiative-1 .initiative-inner:after,
#initiative-box #initiative-2 .initiative-inner:before,
#initiative-box #initiative-2 .initiative-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#initiative-box #initiative-1 .initiative-inner:before,
#initiative-box #initiative-2 .initiative-inner:before {
  content: "01";
  font-family: "Roboto Slab", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 18px;
  width: 60px;
  height: 60px;
  z-index: 2;
  margin-left: 6px;
  color: #fff;
}
#initiative-box #initiative-1 .initiative-inner:after,
#initiative-box #initiative-2 .initiative-inner:after {
  border-top: 60px solid #f2b928;
  border-right: 60px solid transparent;
}
@media screen and (min-width: 768px) {
  #initiative-box #initiative-1 .initiative-inner > h3,
  #initiative-box #initiative-1 .initiative-inner p,
  #initiative-box #initiative-2 .initiative-inner > h3,
  #initiative-box #initiative-2 .initiative-inner p {
    width: 50%;
  }
}
#initiative-box #initiative-1 .initiative-inner h3,
#initiative-box #initiative-2 .initiative-inner h3 {
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0.2em;
  margin-top: -15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 930px) {
  #initiative-box #initiative-1 .initiative-inner h3,
  #initiative-box #initiative-2 .initiative-inner h3 {
    margin-bottom: 10px;
    letter-spacing: 0.17em;
    margin-bottom: 0;
    font-size: 3.819vw;
  }
}
@media screen and (min-width: 1440px) {
  #initiative-box #initiative-1 .initiative-inner h3,
  #initiative-box #initiative-2 .initiative-inner h3 {
    font-size: 55px;
  }
}
#initiative-box #initiative-1 .initiative-inner h3 span,
#initiative-box #initiative-2 .initiative-inner h3 span {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-left: -10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #initiative-box #initiative-1 .initiative-inner h3 span,
  #initiative-box #initiative-2 .initiative-inner h3 span {
    font-size: 1.528vw;
  }
}
@media screen and (min-width: 1440px) {
  #initiative-box #initiative-1 .initiative-inner h3 span,
  #initiative-box #initiative-2 .initiative-inner h3 span {
    margin-bottom: 0;
    font-size: 22px;
  }
}
#initiative-box #initiative-1 .initiative-inner h3 span:first-child,
#initiative-box #initiative-2 .initiative-inner h3 span:first-child {
  display: block;
  font-size: 15px;
  margin-left: 5px;
  text-transform: uppercase;
}
#initiative-box #initiative-1 .initiative-inner p,
#initiative-box #initiative-2 .initiative-inner p {
  font-size: 14px;
  line-height: 2.22;
}
@media screen and (min-width: 1440px) {
  #initiative-box #initiative-1 .initiative-inner p,
  #initiative-box #initiative-2 .initiative-inner p {
    font-size: 15px;
  }
}
#initiative-box #initiative-1 .initiative-inner #initiative-inner-1-img,
#initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
#initiative-box #initiative-2 .initiative-inner #initiative-inner-1-img,
#initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
  position: absolute;
  right: 20px;
  bottom: -32px;
  width: 90px;
  height: 83px;
}
@media screen and (min-width: 480px) {
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-1-img,
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-1-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
    right: 9.444vw;
  }
}
@media screen and (min-width: 768px) {
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-1-img,
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-1-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
    width: 111px;
    height: 103px;
    bottom: -22px;
  }
}
@media screen and (min-width: 1440px) {
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-1-img,
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-1-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
    right: 136px;
  }
}
#initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
#initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
  right: 0;
  bottom: -20px;
  width: 160px;
  height: 62px;
}
@media screen and (min-width: 480px) {
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
    right: 6.667vw;
  }
}
@media screen and (min-width: 768px) {
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
    bottom: -10px;
    width: 212px;
    height: 83px;
  }
}
@media screen and (min-width: 1440px) {
  #initiative-box #initiative-1 .initiative-inner #initiative-inner-2-img,
  #initiative-box #initiative-2 .initiative-inner #initiative-inner-2-img {
    right: 96px;
  }
}
#initiative-box #initiative-2 {
  z-index: 1;
}
#initiative-box #initiative-2 .initiative-inner:before {
  content: "02";
}
#initiative-box #initiative-2 .initiative-inner h3 {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 930px) {
  #initiative-box #initiative-2 .initiative-inner h3 {
    font-size: 3.333vw;
  }
}
@media screen and (min-width: 1440px) {
  #initiative-box #initiative-2 .initiative-inner h3 {
    font-size: 48px;
  }
}
#initiative-box #initiative-2 .initiative-inner h3 span {
  font-size: 22px;
  margin-left: -10px;
}
#initiative-box #initiative-2 .initiative-inner h3 span:first-child {
  display: block;
  font-size: 15px;
  margin-left: 5px;
  text-transform: uppercase;
}
#initiative-box hr {
  margin: 15px auto 10px;
  border-width: 0;
}
@media screen and (min-width: 576px) {
  #initiative-box hr {
    margin: 44px auto 32px;
    height: 2px;
    background: #000;
  }
}

#school-order .school-order-detail .button-link {
  text-align: center;
  margin: 40px 0;
}
#school-order .school-order-detail .button-link a {
  background: #000;
  color: #fff;
  border-radius: 100px;
  padding: 8px 40px 10px;
  display: inline-flex;
  align-items: center;
  border: solid 1px #000;
  transition: 0.3s;
  justify-content: center;
  width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  #school-order .school-order-detail .button-link a {
    width: auto;
    margin: 0;
  }
}
#school-order .school-order-detail .button-link a:hover {
  background: #fff;
  color: #000;
}
#school-order .school-order-detail .button-link a:hover .svg-ex-link .st0 {
  fill: #000;
}
#school-order .school-order-detail .button-link a svg.svg-ex-link {
  margin-left: 15px;
}/*# sourceMappingURL=default.css.map */