            <div class="c-wrapper c-wrapper--staff">

                <section class="p-staff-sec01">
                    <h2 class="p-staff__ttl p-staff__ttl--blue">Alan先生</h2>
                    <div class="p-staff__inner p-staff__inner--blue">
                    
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=M+PLUS+1p:wght@400;500;700&display=swap");
.mp {
  font-family: "M PLUS 1p", sans-serif;
}

.lt {
  font-family: "Lato", sans-serif;
}

/*
Theme Name: コリンズイングリッシュスクール
Description: コリンズイングリッシュスクール | 島原市 英会話教室
Theme URI: https://www.collins-world.jp
Version: 1.0
License: コリンズイングリッシュスクール
License URI: https://www.collins-world.jp
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fff;
  color: #333;
  font-weight: normal;
  font-family: "M PLUS 1p", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header {
  position: relative;
}
.l-header__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner--top {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner--page {
    padding: 30px 0;
  }
}
.l-header__logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 280px;
    height: auto;
    aspect-ratio: 390/200;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header-right {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  padding: 35px 230px 20px 0px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}

.l-header-right-contact {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 30px;
  width: 164px;
  height: 144px;
}
.l-header-right-contact a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header-right-contact__img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header-box-left {
  position: absolute;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  left: 0;
  top: 250px;
  width: 130px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header-box-left {
    display: none;
  }
}
.l-header-box-left__seo {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.2em;
}

.l-header-box-right {
  position: absolute;
  right: 0;
  top: 43%;
  width: 130px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header-box-right {
    display: none;
  }
}

.l-header-insta {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 70px 0;
}
@media screen and (max-width: 767px) {
  .l-header-insta {
    display: none;
  }
}
.l-header-insta__txt {
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header-insta__txt {
    display: none;
  }
}
.l-header-insta__txt a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  writing-mode: vertical-rl;
  font-family: "Lato";
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
.l-header-insta__txt a:is(:link, :visited) {
  color: #333;
}
.l-header-insta__txt a:is(:hover, :active) {
  color: #db559a;
}
.l-header-insta__txt a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -56px;
  z-index: 9999;
  background: #333;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.l-header-insta__fig {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
}

.l-header-top-news {
  position: absolute;
  bottom: 65px;
  right: 20px;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  padding: 20px 40px;
  max-width: 635px;
  width: 100%;
  background: #fff;
  border-radius: 32px;
}
@media screen and (max-width: 1400px) {
  .l-header-top-news {
    padding: 20px 15px;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-top-news {
    position: initial;
    flex-flow: nowrap column;
    align-items: flex-start;
    margin: 0 auto 40px;
    padding: 20px 20px;
    max-width: initial;
    border-radius: 20px;
    box-shadow: 0px 9px 24px rgba(4, 0, 0, 0.2);
  }
}
.l-header-top-news__head {
  position: relative;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__head {
    margin: 0 auto 10px;
    width: auto;
    height: 20px;
    aspect-ratio: 50/20;
  }
}
.l-header-top-news__head::after {
  display: block;
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
  background: #cccccc;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__head::after {
    display: none;
  }
}
.l-header-top-news__item {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header-top-news__item {
    flex-flow: nowrap column;
    align-items: flex-start;
    gap: 5px 0;
    width: 100%;
  }
}
.l-header-top-news__date {
  margin-right: 25px;
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: bold;
  color: #3ab89d;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-header-top-news__ttl {
  width: 335px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 1400px) {
  .l-header-top-news__ttl {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-top-news__ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}

.l-header-top-news__ttl.u-link-fade-out a::after {
  transition: all 0.5s ease-in-out;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 65px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  letter-spacing: 0.06em;
}
#g_navi .menu li a:is(:link, :visited) {
  color: #333333;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #333333;
}
#g_navi .menu li a .jp {
  display: block;
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1;
}
#g_navi .menu li a .en {
  display: block;
  font-family: "Lato";
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0.2em;
  line-height: 1;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  border-radius: 50vh;
  font-size: 1.4rem;
  font-weight: normal;
  background: #15a3ca;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #15a3ca;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #15a3ca;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #db559a;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #15a3ca;
    opacity: 0.95;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
.l-mv-top {
  position: relative;
  width: calc(100% - 260px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-mv-top {
    padding: 0 10px;
    width: 100%;
  }
}
.l-mv-top__pic {
  position: relative;
}
.l-mv-top__pic-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -9999;
}
.l-mv-top__ttl {
  position: absolute;
  bottom: 14%;
  left: -3.5%;
  z-index: 999;
  width: clamp(492px, 41vw, 786px);
  height: auto;
  aspect-ratio: 786/273;
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl {
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    width: 320px;
    height: auto;
    aspect-ratio: 708/218;
  }
}
.l-mv-top__ttl img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__btm-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  min-height: 200px;
  width: 100%;
  padding: 0px 80px;
  background: #fff;
  border-radius: 0 190px 0 0;
}
@media screen and (max-width: 767px) {
  .l-mv-page__btm-outer {
    min-height: initial;
    padding: 0px 10px;
    border-radius: 0 80px 0 0;
  }
}
.l-mv-page__btm-inner {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-mv-page__btm-inner {
    flex-flow: nowrap column;
    padding: 10px 0 0;
  }
}
.l-mv-page__btm-inner::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  z-index: 999;
}
.l-mv-page__btm-inner--about::before {
  width: 421px;
  height: auto;
  aspect-ratio: 421/69;
  top: -67px;
  background: url(images/mv_about_ttl.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-mv-page__btm-inner--about::before {
    height: 30px;
    width: auto;
    top: -29px;
  }
}
.l-mv-page__btm-inner--blog::before {
  width: 202px;
  height: auto;
  aspect-ratio: 202/90;
  top: -89px;
  background: url(images/mv_blog_ttl.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-mv-page__btm-inner--blog::before {
    height: 30px;
    width: auto;
    top: -29px;
  }
}
.l-mv-page__btm-inner--access::before {
  width: 323px;
  height: auto;
  aspect-ratio: 323/67;
  top: -66px;
  background: url(images/mv_access_ttl.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-mv-page__btm-inner--access::before {
    height: 30px;
    width: auto;
    top: -29px;
  }
}
.l-mv-page__btm-inner--information::before {
  width: 552px;
  height: auto;
  aspect-ratio: 552/71;
  top: -69px;
  background: url(images/mv_info_ttl.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-mv-page__btm-inner--information::before {
    height: 30px;
    width: auto;
    top: -29px;
  }
}
.l-mv-page__ttl {
  position: relative;
  padding-left: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #15a3ca;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  #main-top {
    margin-bottom: 20px;
  }
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.breadcrumb {
  display: inline-block;
  padding: 7px 15px;
  background: #15a3ca;
  border-radius: 50vh;
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #fff;
}
.breadcrumb a:is(:hover, :active) {
  color: #fff;
}

.breadcrumb a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  padding: 0px 10px;
}
.l-btm-sec__outer {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: #15a3ca;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__outer {
    border-radius: 20px;
  }
}
.l-btm-sec__outer::before {
  display: block;
  content: "";
  position: absolute;
  width: 553px;
  height: auto;
  aspect-ratio: 553/71;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: url(images/btm_ttl_en.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__outer::before {
    top: -33px;
    width: auto;
    height: 35px;
  }
}
.l-btm-sec__inner {
  position: relative;
  padding: 50px 10px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    padding: 40px 10px 250px;
  }
}
.l-btm-sec__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 214px;
  height: auto;
  aspect-ratio: 214/303;
  bottom: 0;
  left: 30px;
  background: url(images/btm_bg_left.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 1270px) {
  .l-btm-sec__inner::before {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner::before {
    width: 160px;
  }
}
.l-btm-sec__inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 193px;
  height: auto;
  aspect-ratio: 193/189;
  top: 20px;
  right: 35px;
  background: url(images/btm_bg_right.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner::after {
    top: initial;
    bottom: 20px;
    right: 10px;
    width: 150px;
  }
}
.l-btm-sec__txt {
  margin-bottom: 45px;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__txt {
    margin-bottom: 30px;
  }
}
.l-btm-sec__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__box {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__tel, .l-btm-sec__contact {
    margin-inline: auto;
    width: 300px;
  }
}

.l-btm-sec-ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    font-size: clamp(2rem, 5.3vw, 2.2rem);
  }
}
.l-btm-sec-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 158px;
  height: auto;
  aspect-ratio: 158/5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/btm_ttl_wave.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px;
  }
}
.l-footer__inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 1000vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -999;
  background: #e7f6fa;
}
.l-footer__txt {
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    padding-left: 0;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
  }
}

.l-footer-pc {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
}
.l-footer-pc__left {
  position: relative;
  padding: 0 0 0 90px;
  width: 685px;
}
@media screen and (max-width: 1420px) {
  .l-footer-pc__left {
    padding: 0 0 0 30px;
    width: 540px;
  }
}
.l-footer-pc__left::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 495px;
  bottom: 0;
  left: 0;
  z-index: -888;
  border-radius: 0 50px 0 0;
  background: #15a3ca;
}
.l-footer-pc__right {
  padding: 0 0 0 105px;
}
@media screen and (max-width: 1420px) {
  .l-footer-pc__right {
    padding: 0 0 0 35px;
  }
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 40px;
}
.l-footer__logo a {
  display: block;
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  margin-bottom: 30px;
  font-size: 1.2rem;
  color: #333333;
  letter-spacing: 0.15em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
.l-footer-copyright__txt {
  display: inline-block;
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 70px;
  bottom: 0px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  gap: 0 65px;
  margin-top: 35px;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-sitemap__cat {
  margin-bottom: 3px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #15a3ca;
  letter-spacing: 0.15em;
}
.l-footer-sitemap__page {
  position: relative;
  margin-bottom: 4px;
}
.l-footer-sitemap__page a {
  position: relative;
  padding-left: 35px;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__page a:hover {
  color: #15a3ca;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.l-footer-sitemap__page a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 4px;
  height: 4px;
}
.l-footer-sitemap__page a:hover::after {
  background: #15a3ca;
  border: 1px solid #15a3ca;
}
.l-footer-sitemap__page a::before, .l-footer-sitemap__page a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.l-footer-sitemap__page a::before {
  left: 6px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  z-index: 10;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.l-footer-sitemap__page a::after {
  left: 0;
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 100vw;
  border: 1px solid #333;
  z-index: 1;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #333;
}
.l-footer-link a:is(:hover, :active) {
  color: #15a3ca;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #15a3ca;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #15a3ca;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 25%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .sp_btn_list_item a:link, .sp_btn_list_item a:visited, .sp_btn_list_item a:hover, .sp_btn_list_item a:active {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03,
  .sp_btn_list_item_icon_04 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after,
  .sp_btn_list_item_icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_insta_white.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_04::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec__ttl {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #15a3ca;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.l-single-sec__fig {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-single-sec__fig {
    margin-bottom: 15px;
  }
}
.l-single-sec__fig img {
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
}
.l-single-sec__time {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #15a3ca;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-single-sec__time {
    margin-bottom: 10px;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}
.l-single-sec__back {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-single-sec__back {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-single-sec__back a {
  padding: 5px 10px;
}
.l-single-sec__previous, .l-single-sec__next {
  width: 120px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .l-single-sec__previous, .l-single-sec__next {
    width: 110px;
    height: 40px;
  }
}
.l-single-sec__previous a, .l-single-sec__next a {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-single-sec__previous a, .l-single-sec__next a {
    height: 40px;
    line-height: 40px;
  }
}
.l-single-sec__previous a:is(:link, :visited), .l-single-sec__next a:is(:link, :visited) {
  border: 1px solid #999;
  color: #333;
}
.l-single-sec__previous a:is(:hover, :active), .l-single-sec__next a:is(:hover, :active) {
  background: #999;
  color: #fff;
}

.nav-below {
  position: relative;
  margin: 45px 0 20px;
  padding-top: 50px;
  border-top: 1px solid #bcbcbb;
  text-align: center;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 25px 0 20px;
    padding-top: 30px;
  }
}

/*---------- pagerの設定 ----------*/
.pager {
  clear: both;
  text-align: center;
  margin: 90px auto 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 70px auto 0;
  }
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #323333;
  border: 1px solid #eeeeed;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #15a3ca;
  background: #15a3ca;
}

a.page-numbers {
  background: #eeeeed;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #15a3ca;
  border: solid 1px #15a3ca;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  position: relative;
  border-radius: 50vh;
  transform: rotate(0.03deg);
}
.c-btn01 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-btn01 a:after {
  width: 7px;
  height: 7px;
  border: solid 2px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(45deg);
}
.c-btn01 a .jp {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-btn01 a .en {
  display: block;
  margin-top: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
}

.c-btn01--blue a {
  border: 2px solid #15a3ca;
  background: #15a3ca;
  color: #fff;
}
.c-btn01--blue a:hover {
  background: #fff;
  color: #15a3ca;
}

.c-btn01--green a {
  border: 2px solid #3ab89d;
  background: #3ab89d;
  color: #fff;
}
.c-btn01--green a:hover {
  background: #fff;
  color: #3ab89d;
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  top: -35px;
  text-align: center;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-headline {
    position: initial;
  }
}
.c-headline__en {
  display: block;
  font-family: "M PLUS 1p";
  font-size: 1.4rem;
  font-weight: bold;
  color: #15a3ca;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-headline__en {
    font-size: 1.4rem;
  }
}
.c-headline__jp {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-family: "M PLUS 1p";
  font-size: 3.6rem;
  font-weight: 500;
  color: #1e57a7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-headline__jp {
    margin-bottom: 3px;
    padding-bottom: 5px;
    font-size: 2.2rem;
  }
}
.c-headline__jp::before {
  display: block;
  content: "";
  position: absolute;
  width: 158px;
  height: auto;
  aspect-ratio: 158/5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/c_headline_wave.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-headline__jp::before {
    width: 110px;
  }
}

.c-headline--greeting {
  margin-bottom: 30px;
}

.c-headline--staff {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .c-headline--staff {
    margin-bottom: 90px;
  }
}

.c-headline--school {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-headline--school {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline--services {
    margin-bottom: 30px;
  }
}

.c-headline--faq {
  margin-bottom: 30px;
}

.c-ttl01 {
  font-family: "M PLUS 1p";
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.8rem;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse nowrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt630,
.c-flex-r__txt630 {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt630,
  .c-flex-r__txt630 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig460,
.c-flex-r__fig460 {
  max-width: 460px;
  width: 100%;
}
.c-flex__fig460 img,
.c-flex-r__fig460 img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex__fig460 img,
  .c-flex-r__fig460 img {
    border-radius: 20px;
  }
}
.c-flex__txt880,
.c-flex-r__txt880 {
  width: 880px;
  width: 56.4102564103%;
}
@media screen and (max-width: 767px) {
  .c-flex__txt880,
  .c-flex-r__txt880 {
    margin-top: 30px;
    width: 100%;
  }
}
.c-flex__fig588,
.c-flex-r__fig588 {
  max-width: 588px;
  width: 37.6923076923%;
}
@media screen and (max-width: 767px) {
  .c-flex__fig588,
  .c-flex-r__fig588 {
    width: 100%;
  }
}
.c-flex__fig588 img,
.c-flex-r__fig588 img {
  display: block;
  width: 100%;
  height: auto;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt690,
.c-flex-r-order__txt690 {
  width: 690px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt690,
  .c-flex-r-order__txt690 {
    display: contents;
  }
}
.c-flex-order__txt690 p,
.c-flex-r-order__txt690 p {
  letter-spacing: 0.07em;
}
.c-flex-order__fig425,
.c-flex-r-order__fig425 {
  max-width: 425px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig425,
  .c-flex-r-order__fig425 {
    order: 2;
    margin-bottom: 10px;
  }
}
.c-flex-order__fig425 img,
.c-flex-r-order__fig425 img {
  border-radius: 20px;
}

/****************************************

_c-column.scss カラム共通

*****************************************/
.c-three-column-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list {
    gap: 40px 10px;
  }
}
.c-three-column-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-three-column-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-three-column-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-three-column-list__fig440 {
  margin-bottom: 10px;
}
.c-three-column-list__fig440 img {
  display: block;
  width: 100%;
  height: auto;
}

/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody tr:nth-child(even) th,
.c-table tbody tr:nth-child(even) td {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:nth-child(even) th {
    background: #e8f8fb;
  }
}
.c-table tbody tr:nth-child(odd) th,
.c-table tbody tr:nth-child(odd) td {
  background: #e8f8fb;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:nth-child(odd) td {
    background: transparent;
  }
}
.c-table tbody th {
  border-radius: 16px 0 0 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-table tbody th {
    border-radius: 12px;
  }
}
.c-table tbody td {
  border-radius: 0 16px 16px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-table tbody td {
    border-radius: 0px;
  }
}
.c-table tbody th,
.c-table tbody td {
  padding: 18px 20px;
  text-align: left;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px 15px;
  }
}

/*---------- pages-table ----------*/
.p-overview-table tbody th {
  width: 20.4545454545%;
}
.p-overview-table tbody td {
  width: 79.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
/*---------- 下層共通の横幅 ----------*/
.c-wrapper {
  width: 100%;
  margin-inline: auto;
  padding: 0px 10px;
}

.c-wrapper--greeting,
.c-wrapper--staff,
.c-wrapper--school,
.c-wrapper--services {
  max-width: 1220px;
}

.c-wrapper--faq {
  max-width: 1020px;
}

.c-wrapper--blog {
  max-width: 1400px;
}

.c-wrapper--single {
  max-width: 920px;
}

.c-wrapper--access {
  max-width: 1580px;
}

.c-wrapper--information {
  max-width: 1260px;
  margin-bottom: 210px;
}
@media screen and (max-width: 767px) {
  .c-wrapper--information {
    margin-bottom: 30px;
  }
}

/*---------- 下層ボトム共通アウター ----------*/
.c-btm-wrapper--greeting {
  margin: 170px 0 190px;
}

.c-btm-wrapper--staff {
  margin: 120px 0 190px;
}

.c-btm-wrapper--school {
  margin: 110px 0 190px;
}

.c-btm-wrapper--services {
  margin: 220px 0 190px;
}

.c-btm-wrapper--faq {
  margin: 140px 0 190px;
}

.c-btm-wrapper--blog {
  margin: 190px 0 190px;
}

.c-btm-wrapper--single {
  margin: 210px 0 190px;
}

.c-btm-wrapper--access {
  margin: 180px 0 190px;
}

@media screen and (max-width: 767px) {
  .c-btm-wrapper--greeting,
  .c-btm-wrapper--staff,
  .c-btm-wrapper--school,
  .c-btm-wrapper--services,
  .c-btm-wrapper--faq {
    margin: 60px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-btm-wrapper--blog {
    margin: 90px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-btm-wrapper--single {
    margin: 180px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-btm-wrapper--access {
    margin: 70px 0 20px;
  }
}

/*---------- バナー ----------*/
.c-bnr-sec--page {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec--page {
    margin-bottom: 100px;
  }
}

.c-bnr-sec {
  position: relative;
}
.c-bnr-sec::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 67.7419354839%;
  top: 21%;
  left: 0;
  background: #e7f6fa;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec::before {
    height: 87.5%;
    top: 9%;
  }
}
.c-bnr-sec__inner {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec__inner {
    padding: 0 10px;
  }
}
.c-bnr-sec__faq {
  margin-top: 50px;
  margin-inline: auto;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec__faq {
    margin-top: 20px;
    max-width: 600px;
    width: 100%;
  }
}

.c-bnr-sec-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec-list {
    flex-flow: nowrap column;
    gap: 30px 0;
  }
}
.c-bnr-sec-list__item {
  width: 30.2597402597%;
}
@media screen and (max-width: 767px) {
  .c-bnr-sec-list__item {
    margin-inline: auto;
    max-width: 466px;
    width: 100%;
  }
}
.c-bnr-sec-list__item img {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

_p-top.scss トップページ

*****************************************/
.p-top-sec01__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01__inner {
    padding: 120px 10px 60px;
  }
}

.p-top-sec01-flex-order {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 7.8125%;
}
@media screen and (max-width: 1430px) {
  .p-top-sec01-flex-order {
    gap: 0 3.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order {
    flex-flow: wrap column;
    justify-content: initial;
    align-items: initial;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-top-sec01-flex-order__txt520 {
  width: 520px;
}
@media screen and (max-width: 1430px) {
  .p-top-sec01-flex-order__txt520 {
    max-width: 520px;
    width: 43.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__txt520 {
    display: contents;
  }
}
.p-top-sec01-flex-order__fig960 {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 40px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig960 {
    gap: 0 10px;
    order: 2;
    margin-bottom: 6%;
    width: 100%;
  }
}
.p-top-sec01-flex-order__fig960 img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-sec01-flex-order__fig01, .p-top-sec01-flex-order__fig02 {
  position: relative;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig01, .p-top-sec01-flex-order__fig02 {
    width: auto;
  }
}
.p-top-sec01-flex-order__fig01::before {
  display: block;
  content: "";
  position: absolute;
  width: clamp(43px, 3.6vw, 68px);
  height: auto;
  aspect-ratio: 68/422;
  top: -10%;
  left: 25%;
  background: url(images/top_sec01_ttl_en.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig01::before {
    width: clamp(20px, 7vw, 53px);
  }
}
.p-top-sec01-flex-order__fig01::after {
  display: block;
  content: "";
  position: absolute;
  width: clamp(158px, 13.2vw, 253px);
  height: auto;
  aspect-ratio: 253/217;
  bottom: -8%;
  right: -3%;
  background: url(images/top_sec01_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig01::after {
    width: clamp(92px, 24.5vw, 187px);
  }
}
.p-top-sec01-flex-order__fig01 img {
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig01 img {
    border-radius: 20px;
  }
}
.p-top-sec01-flex-order__fig02 img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__fig02 img {
    border-radius: 20px;
  }
}
.p-top-sec01-flex-order__btn-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn-box {
    order: 4;
    margin-top: 30px;
  }
}
.p-top-sec01-flex-order__btn {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn {
    max-width: 250px;
    margin-inline: auto;
  }
}
.p-top-sec01-flex-order__btn a {
  padding: 14px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-flex-order__btn a {
    padding: 10px;
  }
}

.p-top-sec01-ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1e57a7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-ttl {
    margin-bottom: 10%;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
}
.p-top-sec01-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 158px;
  height: auto;
  aspect-ratio: 158/5;
  bottom: 0;
  left: 0;
  background: url(images/top_sec01_ttl_wave.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

.p-top-sec03 {
  position: relative;
  margin-top: 125px;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 {
    margin-top: 60px;
    padding: 80px 0 0 0;
  }
}
.p-top-sec03::before {
  position: absolute;
  content: "";
  width: calc(100% - (100% - 1280px) / 2);
  height: 400px;
  background: #e9f7f4;
  border-radius: 32px 0 0 32px;
  top: 0;
  right: 0;
  z-index: -999;
}
@media screen and (max-width: 1750px) {
  .p-top-sec03::before {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03::before {
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    height: 96.5%;
    border-radius: 20px;
  }
}
.p-top-sec03__outer {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-right: 70px;
}
@media screen and (max-width: 1760px) {
  .p-top-sec03__outer {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__outer {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.p-top-sec03__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  width: 100%;
  max-width: 1670px;
  margin-left: auto;
}
@media screen and (max-width: 1760px) {
  .p-top-sec03__inner {
    flex-flow: nowrap column;
  }
}
.p-top-sec03__btn {
  margin-top: 70px;
  width: 230px;
}
@media screen and (max-width: 1760px) {
  .p-top-sec03__btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03__btn {
    margin-top: 40px;
    margin-inline: auto;
    width: 250px;
  }
}
.p-top-sec03__btn a {
  padding: 9px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03__btn a {
    padding: 10px;
  }
}

.p-top-sec03-ttl-box {
  width: 230px;
}
@media screen and (max-width: 1760px) {
  .p-top-sec03-ttl-box {
    display: flex;
    flex-flow: nowrap row;
    align-items: flex-end;
    gap: 0 250px;
    margin-bottom: 60px;
    margin-inline: auto;
    max-width: 1360px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl-box {
    display: contents;
  }
}

.p-top-sec03-ttl {
  position: relative;
  margin-left: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #3ab89d;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.p-top-sec03-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 202px;
  height: auto;
  aspect-ratio: 202/90;
  top: -85px;
  left: 0;
  background: url(images/top_sec03_ttl_en.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-ttl::before {
    top: -35px;
    width: auto;
    height: 35px;
  }
}

.p-top-sec03-news-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  gap: 0 30px;
  max-width: 1360px;
  width: 100%;
}
@media screen and (max-width: 1760px) {
  .p-top-sec03-news-list {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec03-news-list {
    justify-content: flex-start;
    flex-flow: wrap row;
    gap: 10px 10px;
  }
}
.p-top-sec03-news-list__item:hover .p-top-sec03-news-list__pic img {
  transform: scale(1.1, 1.1);
}
.p-top-sec03-news-list__item {
  display: flex;
  flex-direction: column;
  width: 23.3576642336%;
  position: relative;
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 9px 35px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.p-top-sec03-news-list__item:is(:hover, :active) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-top-sec03-news-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec03-news-list__item a {
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
  flex-grow: 1;
  padding-bottom: 25px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-news-list__item a {
    padding-bottom: 15px;
  }
}
.p-top-sec03-news-list__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 320/200;
}
.p-top-sec03-news-list__pic img {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-sec03-news-list__time {
  padding: 25px 30px 0;
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: bold;
  color: #15a3ca;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-news-list__time {
    padding: 15px 10px 0;
  }
}
.p-top-sec03-news-list__ttl {
  margin: 15px 0 25px;
  padding: 0 30px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #555;
  letter-spacing: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-news-list__ttl {
    margin: 5px 0 10px;
    padding: 0 10px;
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
}
.p-top-sec03-news-list__link {
  margin-top: auto;
  padding: 0 30px;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #15a3ca;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-sec03-news-list__link {
    padding: 0 10px;
  }
}

.p-top-sec04 {
  max-width: 1220px;
  width: 100%;
  margin: 120px auto 180px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04 {
    margin: 60px auto 90px;
  }
}
.p-top-sec04__box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__box {
    display: contents;
  }
}
.p-top-sec04__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-sec04__btn {
    margin-top: 30px;
    width: 187px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-sec04-ttl {
    margin-bottom: 30px;
    width: 221px;
    margin-inline: auto;
  }
}

/****************************************

_p-page-name.scss ご挨拶

*****************************************/
.p-greeting-sec01__ttl {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ttl {
    margin-bottom: 10px;
  }
}
.p-greeting-sec01__ttl .ceo {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ttl .ceo {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__ttl img {
    width: 223px;
    height: auto;
    aspect-ratio: 223/29;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-greeting-sec01__ttl img {
    width: auto;
    height: 22px;
  }
}
.p-greeting-sec01__second-txt {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-greeting-sec01__second-txt {
    margin-top: 25px;
  }
}

.p-greeting-box {
  display: flex;
  flex-flow: nowrap row;
  margin: 50px auto 0;
  max-width: 1000px;
  border: 1px solid #15a3ca;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-greeting-box {
    flex-flow: nowrap column;
    margin: 40px auto 0;
  }
}
.p-greeting-box__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-radius: 20px 0 0 20px;
  background: #15a3ca;
}
@media screen and (max-width: 767px) {
  .p-greeting-box__left {
    padding: 15px;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.p-greeting-box__right {
  display: flex;
  align-items: center;
  width: 80%;
  border-radius: 0 20px 20px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-greeting-box__right {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
.p-greeting-box__inner {
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .p-greeting-box__inner {
    padding: 20px;
  }
}
.p-greeting-box__ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
}
.p-greeting-box__ttl--en {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-box__ttl--en {
    font-size: 1.2rem;
  }
}
.p-greeting-box__ttl--jp {
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-box__ttl--jp {
    font-size: 2rem;
  }
}

/****************************************

_p-page-name.scss 講師紹介

*****************************************/
.p-staff-sec01 {
  margin-bottom: 170px;
}

.p-staff__ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff__ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.p-staff__ttl--blue {
  color: #15a3ca;
}
.p-staff__ttl--pink {
  color: #db559a;
}
.p-staff__inner {
  position: relative;
  padding: 70px 90px 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-staff__inner {
    padding: 30px 10px;
    border-radius: 10px;
  }
}
.p-staff__inner--blue {
  background: #e7f6fa;
}
.p-staff__inner--blue::before {
  display: block;
  content: "";
  position: absolute;
  width: 437px;
  height: auto;
  aspect-ratio: 437/195;
  top: -195px;
  left: 240px;
  background: url(images/staff_alan_voice.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-staff__inner--blue::before {
    width: auto;
    height: 110px;
    top: -110px;
    left: 10px;
  }
}
.p-staff__inner--blue::after {
  display: block;
  content: "";
  position: absolute;
  width: 136px;
  height: auto;
  aspect-ratio: 136/142;
  top: -92px;
  right: 290px;
  background: url(images/staff_alan_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-staff__inner--blue::after {
    width: auto;
    height: 80px;
    top: -62px;
    right: 10px;
  }
}
.p-staff__inner--pink {
  background: #fbeef5;
}
.p-staff__inner--pink::before {
  display: block;
  content: "";
  position: absolute;
  width: 366px;
  height: auto;
  aspect-ratio: 366/200;
  top: -200px;
  left: 270px;
  background: url(images/staff_chika_voice_a.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-staff__inner--pink::before {
    width: auto;
    height: 120px;
    top: -120px;
    left: 10px;
  }
}
.p-staff__inner--pink::after {
  display: block;
  content: "";
  position: absolute;
  width: 135px;
  height: auto;
  aspect-ratio: 135/111;
  top: -80px;
  right: 300px;
  background: url(images/staff_chika_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-staff__inner--pink::after {
    width: auto;
    height: 80px;
    top: -62px;
    right: 10px;
  }
}
.p-staff__box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-staff__box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-staff__left {
  position: relative;
  padding-left: 90px;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .p-staff__left {
    padding-left: 55px;
    width: 90%;
  }
}
.p-staff__left::before {
  display: block;
  content: "Q";
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -5px;
  left: 0;
  border-radius: 50%;
  font-family: "M PLUS 1p";
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-staff__left::before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.8rem;
  }
}
.p-staff__left--blue::before {
  background: #15a3ca;
}
.p-staff__left--pink::before {
  background: #db559a;
}
.p-staff__left-voice .inner {
  position: relative;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 15px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff__left-voice .inner {
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.p-staff__left-voice .inner::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  top: 17px;
  left: -10px;
  z-index: 999;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-staff__left-voice .inner::before {
    top: 10px;
  }
}
.p-staff__left-voice--blue .inner {
  background: #15a3ca;
}
.p-staff__left-voice--blue .inner::before {
  background: #15a3ca;
}
.p-staff__left-voice--pink .inner {
  background: #db559a;
}
.p-staff__left-voice--pink .inner::before {
  background: #db559a;
}
.p-staff__right {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-right: 130px;
  margin: 30px 0 0 auto;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .p-staff__right {
    margin: 20px 0 0 auto;
    padding-right: 55px;
    width: 90%;
  }
}
.p-staff__right::before {
  display: block;
  content: "";
  position: absolute;
  width: 92px;
  height: auto;
  aspect-ratio: 1/1;
  top: -20px;
  right: 0;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-staff__right::before {
    top: -15px;
    width: 35px;
  }
}
.p-staff__right--blue::before {
  background: url(images/staff_alan_icon.png) no-repeat;
  background-size: 100%;
}
.p-staff__right--pink::before {
  background: url(images/staff_chika_icon_a.png) no-repeat;
  background-size: 100%;
}
.p-staff__right-voice .inner {
  position: relative;
  display: inline-block;
  padding: 14px 25px 10px;
  background: #fff;
  border-radius: 15px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-staff__right-voice .inner {
    padding: 5px 15px 3px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.p-staff__right-voice .inner::before {
  display: block;
  content: "";
  position: absolute;
  width: 11px;
  height: auto;
  aspect-ratio: 11/16;
  top: 17px;
  right: -11px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-staff__right-voice .inner::before {
    width: 9px;
    top: 9px;
    right: -9px;
  }
}
.p-staff__right-voice--blue .inner {
  border: 1px solid #15a3ca;
}
.p-staff__right-voice--blue .inner::before {
  background: url(images/faq_right_blue.png) no-repeat;
  background-size: 100%;
}
.p-staff__right-voice--pink .inner {
  border: 1px solid #db559a;
}
.p-staff__right-voice--pink .inner::before {
  background: url(images/faq_right_pink.png) no-repeat;
  background-size: 100%;
}

/****************************************

_p-page-name.scss 英会話教室

*****************************************/
.p-school-flex-order,
.p-school-flex-r-order {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__ttl,
  .p-school-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__txt-box,
  .p-school-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.p-school-flex-order__txt870,
.p-school-flex-r-order__txt870 {
  width: 870px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__txt870,
  .p-school-flex-r-order__txt870 {
    display: contents;
  }
}
.p-school-flex-order__fig380,
.p-school-flex-r-order__fig380 {
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__fig380,
  .p-school-flex-r-order__fig380 {
    order: 2;
    margin-bottom: 10px;
  }
}
.p-school-flex-order__fig380 img,
.p-school-flex-r-order__fig380 img {
  border-radius: 15px;
}

.p-school-flex-order {
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 767px) {
  .p-school-flex-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.p-school-flex-order__txt870 {
  position: absolute;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__txt870 {
    position: initial;
    left: auto;
    z-index: 0;
  }
}
.p-school-flex-order__txt870 p {
  padding-right: 140px;
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__txt870 p {
    padding-right: 0;
  }
}
.p-school-flex-order__fig380 {
  position: relative;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-school-flex-order__fig380 {
    position: initial;
    right: auto;
  }
}

.p-school-flex-r-order {
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .p-school-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.p-school-flex-r-order__txt870 {
  position: absolute;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-school-flex-r-order__txt870 {
    position: initial;
    right: auto;
    z-index: 0;
  }
}
.p-school-flex-r-order__txt870 p {
  padding-left: 140px;
}
@media screen and (max-width: 767px) {
  .p-school-flex-r-order__txt870 p {
    padding-left: 0;
  }
}
.p-school-flex-r-order__fig380 {
  position: relative;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-school-flex-r-order__fig380 {
    position: initial;
    left: auto;
  }
}

.p-school-ttl {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #15a3ca;
  font-size: 3rem;
  font-weight: 500;
  color: #1e57a7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-school-ttl {
    padding-bottom: 3px;
    font-size: 1.8rem;
  }
}

.p-school-ttl--l,
.p-school-ttl--r {
  position: relative;
}
.p-school-ttl--l::before,
.p-school-ttl--r::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  bottom: -9px;
  background: #15a3ca;
  background-size: 100%;
  border-radius: 50%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-school-ttl--l::before,
  .p-school-ttl--r::before {
    width: 10px;
    bottom: -6px;
  }
}

.p-school-ttl--r {
  padding-left: 140px;
}
@media screen and (max-width: 767px) {
  .p-school-ttl--r {
    padding-left: 20px;
  }
}
.p-school-ttl--r::before {
  left: 0;
}

.p-school-ttl--l {
  padding-left: 20px;
}
.p-school-ttl--l::before {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-school-ttl--l::before {
    right: initial;
    left: 0;
  }
}

.p-school-sec01,
.p-school-sec02,
.p-school-sec03,
.p-school-sec04 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-school-sec01,
  .p-school-sec02,
  .p-school-sec03,
  .p-school-sec04 {
    margin-bottom: 40px;
  }
}

.p-school-sec05 {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  padding: 30px 40px;
  border-radius: 20px;
  border: 1px solid #15a3ca;
}
@media screen and (max-width: 767px) {
  .p-school-sec05 {
    padding: 20px;
    border-radius: 10px;
  }
}

/****************************************

_p-page-name.scss 活動紹介

*****************************************/
.p-services-intro {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-services-intro {
    margin-bottom: 30px;
  }
}

.p-services-sec:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-services-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

.p-services-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-left: 70px;
  font-size: 3rem;
  font-weight: 500;
  color: #1e57a7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-services-ttl {
    margin-bottom: 25px;
    padding-left: 55px;
    font-size: 1.8rem;
  }
}
.p-services-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 55px;
  height: auto;
  aspect-ratio: 1/1;
  top: -10px;
  left: 0;
  background: #15a3ca;
  background-size: 100%;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  .p-services-ttl::before {
    top: -6px;
    width: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
}

.p-services-ttl--01::before {
  content: "01";
}

.p-services-ttl--02::before {
  content: "02";
}

.p-services-ttl--03::before {
  content: "03";
}

.p-services-ttl--04::before {
  content: "04";
}

.p-services-ttl--05::before {
  content: "05";
}

.p-services-ttl--06::before {
  content: "06";
}

.p-services-ttl--07::before {
  content: "07";
}

/****************************************

_p-page-name.scss よくあるご質問

*****************************************/
.p-faq-txt {
  margin-top: 70px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #1e57a7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-faq-txt {
    margin-top: 40px;
    text-align: left;
    font-size: 1.6rem;
  }
}

.p-accordion-box:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box:not(:first-of-type) {
    margin-top: 10px;
  }
}

.p-accordion-box__ttl {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: nowrap row;
  background: #edf9fc;
  border: 1px solid #15a3ca;
  border-radius: 10px;
  cursor: pointer;
}
.p-accordion-box__ttl-l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  background: #15a3ca;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__ttl-l {
    width: 45px;
    font-size: 2rem;
  }
}
.p-accordion-box__ttl-r {
  padding: 12px 60px 12px 25px;
  width: calc(100% - 65px);
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__ttl-r {
    padding: 8px 40px 8px 15px;
    width: calc(100% - 45px);
    font-size: 1.6rem;
  }
}
.p-accordion-box__ttl::-webkit-details-marker {
  display: none;
}
.p-accordion-box__ttl::after {
  display: block;
  content: "+";
  position: absolute;
  right: 15px;
  top: 0;
  transition: 0.3s;
  font-size: 3.5rem;
  /* 記号のサイズ */
  font-weight: normal;
  color: #15a3ca;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__ttl::after {
    font-size: 1.8em;
    /* 記号のサイズ */
    top: 8px;
  }
}
.p-accordion-box__txt {
  padding: 20px;
  border-left: 1px solid #15a3ca;
  border-bottom: 1px solid #15a3ca;
  border-right: 1px solid #15a3ca;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .p-accordion-box__txt {
    padding: 15px;
  }
}

.p-accordion-box[open] .p-accordion-box__ttl {
  border-radius: 10px 10px 0 0;
}

.p-accordion-box[open] .p-accordion-box__ttl::after {
  content: "−";
  transition: 0.3s;
}

/****************************************

_p-blog.scss ブログ

*****************************************/
@media screen and (max-width: 767px) {
  .p-journal-sec {
    margin-top: 50px;
  }
}

.p-journal-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px 30px;
  max-width: 1360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-journal-list {
    gap: 10px 10px;
  }
}
.p-journal-list__item:hover .p-journal-list__head img {
  transform: scale(1.1, 1.1);
}
.p-journal-list__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 90px) / 4);
  position: relative;
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  }
}
.p-journal-list__item:is(:hover, :active) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-journal-list__item:is(:hover, :active) {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-journal-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-journal-list__item a {
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
  flex-grow: 1;
  padding-bottom: 25px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item a {
    padding-bottom: 15px;
  }
}
.p-journal-list__head {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 320/200;
}
.p-journal-list__head img {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-journal-list__time {
  padding: 25px 30px 0;
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: bold;
  color: #15a3ca;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-journal-list__time {
    padding: 15px 10px 0;
  }
}
.p-journal-list__ttl {
  margin: 15px 0 25px;
  padding: 0 30px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #555;
  letter-spacing: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-journal-list__ttl {
    margin: 5px 0 10px;
    padding: 0 10px;
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
}
.p-journal-list__link {
  margin-top: auto;
  padding: 0 30px;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #15a3ca;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-journal-list__link {
    padding: 0 10px;
  }
}

/****************************************

_p-overview.scss 教室概要

*****************************************/
@media screen and (max-width: 767px) {
  .p-access-sec01 {
    margin-top: 40px;
  }
}

/****************************************

_p-contact.scss お問い合わせ

*****************************************/
.p-contact-intro {
  position: relative;
  margin-top: -20px;
  margin-bottom: 40px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-contact-intro {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.p-contact-tel {
  width: 420px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-tel {
    width: 350px;
  }
}

.p-contact-sec01 {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01 {
    margin-bottom: 80px;
  }
}
.p-contact-sec01__form-box {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__form-box {
    margin: 50px auto 0;
  }
}
.p-contact-sec01__form-box02 {
  margin: 20px auto 40px;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__form-box02 {
    margin: 20px auto;
  }
}

.contact-main-txt {
  margin-top: 50px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-main-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.contact-sub-txt {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-sub-txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}

.form-flex-row__box {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.form-flex-row__box--day01 {
  margin-bottom: 10px;
}
.form-flex-row__ttl {
  margin-right: 10px;
  letter-spacing: 0.3em;
}
.form-flex-row__select {
  width: 160px;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .form-flex-row__select {
    padding: 4px 10px;
    width: 90px;
  }
}
.form-flex-row__select .day01 .wpcf7-form-control,
.form-flex-row__select .day02 .wpcf7-form-control {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border: none;
}
.form-flex-row__select .day01 .wpcf7-form-control,
.form-flex-row__select .day02 .wpcf7-form-control {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  .form-flex-row__select .day01 .wpcf7-form-control,
  .form-flex-row__select .day02 .wpcf7-form-control {
    font-size: 1.4rem;
  }
}

.form_input_age {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.form_input_age .wpcf7-form-control-wrap {
  display: inline-block;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .form_input_age .wpcf7-form-control-wrap {
    width: 130px;
  }
}
.form_input_age .wpcf7-form-control-wrap input {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form_input_age .wpcf7-form-control-wrap input {
    font-size: 1.4rem;
  }
}

.form_input_age_jp {
  display: inline-block;
  margin-left: 10px;
}

.form_input_course .wpcf7-form-control {
  display: flex;
  flex-flow: nowrap column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .form_input_course .wpcf7-form-control {
    gap: 5px;
  }
}

/****************************************

Contact Form7

*****************************************/
.tc {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "M PLUS 1p", sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .form_row {
    margin-bottom: 0;
  }
}

.last_row {
  margin-bottom: 20px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 16px 10px;
  border: 1px solid #CCC;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input {
    padding: 10px;
  }
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 10px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 400px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #db559a;
  border-radius: 50vh;
  background-color: #db559a;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #db559a;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/*---------- 追記 ----------*/
.form_row--custom {
  margin-bottom: 0;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .form_row--custom {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row--custom01 {
    padding: 0;
  }
}

.form_row.form_row--help {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form_row.form_row--help {
    margin-bottom: 0;
  }
}

/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc {
    text-align: center;
  }
}

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

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #333;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #15a3ca;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #15a3ca;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #333;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #333;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #15a3ca;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #15a3ca;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #333;
}

.u-main-color {
  color: #15a3ca;
}

.u-accent-color {
  color: #db559a;
}

.u-red {
  color: #ff0000;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "M PLUS 1p";
}

.u-font-jp {
  font-family: "M PLUS 1p";
}

.u-font-en {
  font-family: "Lato";
}

.u-lato {
  font-family: "Lato";
}

/* End Hack *//*# sourceMappingURL=style.css.map */                    