@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500&display=swap");
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0.05em;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top !important;
  line-height: 1.2 !important;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

/*------------
Body
--------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-weight: 400;
  color: #585858;
  line-height: 2.1;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
  body {
    line-height: 1.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.mbM {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .mbM {
    margin-bottom: 20px;
  }
}

.fade {
  transition: 0.3s;
}
.fade:hover {
  opacity: 0.5;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

a[href^=tel] {
  cursor: default;
}

.bold {
  font-weight: 700;
}

.lq {
  display: block;
}
@media screen and (max-width: 950px) {
  .lq {
    display: none;
  }
}

.mq {
  display: none;
}
@media screen and (max-width: 950px) {
  .mq {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mq {
    display: none;
  }
}

.sq {
  display: none;
}
@media screen and (max-width: 640px) {
  .sq {
    display: block;
  }
}

.sqnone {
  display: block;
}
@media screen and (max-width: 640px) {
  .sqnone {
    display: none;
  }
}

.mqnone {
  display: block;
}
@media screen and (max-width: 950px) {
  .mqnone {
    display: none;
  }
}

.mqsq {
  display: none;
}
@media screen and (max-width: 950px) {
  .mqsq {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mqsq {
    display: block;
  }
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .container {
    width: 90%;
  }
}

.main {
  overflow: hidden;
}

.tac {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp, .spbr {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none;
  }
  .sp-tal {
    text-align: left !important;
  }
}
/***************************************************************
| header
***************************************************************/
.header {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .header {
    position: static;
  }
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media screen and (max-width: 640px) {
  .header-inr {
    padding: 15px 10px 20px;
    max-width: 90%;
  }
}
.header-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header-desc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .header-desc {
    align-items: center;
  }
}
.header-desc .logo {
  width: 114px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .header-desc .logo {
    width: 32%;
    margin-right: 10px;
  }
}
.header-desc .txt {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.4;
}
.header .btn-line {
  padding: 14px 10px 14px 40px;
  width: 290px;
  line-height: 1.4;
  font-size: 14px;
}
.header .btn-line::before {
  width: 8px;
  height: 8px;
  right: 10px;
}
.header .btn-line::after {
  width: 38px;
  height: 38px;
  left: 15px;
}
@media screen and (max-width: 640px) {
  .header .btn-line {
    font-size: 12px;
    margin: 0;
  }
}

.humberger {
  display: none;
}

/*------------
G-navi
--------------*/
.pc-navi {
  display: flex;
}

.sp-navi {
  display: none;
}

.pc-navi-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}
.pc-navi-list .item {
  font-weight: 700;
}
.pc-navi-list .item:not(:last-child) {
  margin-right: 30px;
}
.pc-navi-list .item a {
  transition: 0.3s;
}
.pc-navi-list .item a:hover {
  color: #81ABE5;
}

@media only screen and (max-width: 1024px) {
  .header {
    z-index: 100;
    margin: 0 auto;
    width: 100%;
    top: 0;
    padding: 0;
  }
  /*------------
  G-navi
  --------------*/
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .header {
    position: static;
  }
}
@media only screen and (max-width: 1024px) {
  .header-logo {
    width: 70%;
  }
  .wrapper {
    padding-top: 58px;
  }
  .humberger-wrp {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #707070;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .humberger {
    cursor: pointer;
    display: block;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    z-index: 150;
    position: absolute;
    top: 25px;
    border-radius: 5px;
    right: 10px;
    z-index: 99999;
    background-color: #81ABE5;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .humberger {
    position: fixed;
    top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .humberger span {
    background: #fff;
    position: absolute;
    width: 30px;
    height: 1px;
    transition: 0.4s;
    left: 14px;
  }
  .humberger span:nth-of-type(1) {
    top: 20%;
  }
  .humberger span:nth-of-type(2) {
    top: 35%;
  }
  .humberger span:nth-of-type(3) {
    bottom: 50%;
  }
  .humberger.is-open span:nth-of-type(1) {
    top: 35%;
    transform: rotate(45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    display: none;
  }
  .humberger.is-open span:nth-of-type(3) {
    top: 35%;
    transform: rotate(-45deg);
  }
  .humberger .txt {
    font-size: 10px;
    color: #fff;
    margin: 0 auto;
    padding-top: 30px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .pc-navi {
    display: none;
  }
  .sp-navi {
    display: none;
    transform: translateX(-100vw);
  }
  .sp-navi.is-open {
    display: block;
    transform: translateX(0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #F4F6FC;
    padding: 40px 0;
    overflow: auto;
  }
  .sp-navi-list {
    display: block;
  }
  .sp-navi-list .item {
    padding: 0 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 1.6;
    transition: 0.4s ease-in-out;
  }
  .sp-navi-list .item a {
    position: relative;
  }
  .sp-navi-list .item a:hover {
    text-decoration: underline;
  }
  .sp-navi-list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .sp-navi .item-link {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
  }
  .sp-navi .btn-line {
    margin: 30px auto 0;
  }
}
/***************************************************************
| mv
***************************************************************/
.mv {
  position: relative;
  border-bottom: 10px solid #DAD9EC;
  margin-bottom: 90px;
}
@media screen and (max-width: 950px) {
  .mv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .mv {
    display: block;
    margin-bottom: 60px;
    padding-bottom: 210px;
  }
}
.mv-img {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 950px) {
  .mv-img {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .mv-img {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.mv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 615px;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 950px) {
  .mv-img img {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .mv-img img {
    height: 240px;
    border-radius: 20px;
  }
}
.mv-desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 0;
  width: 30%;
  padding: 0 30px;
}
@media screen and (max-width: 950px) {
  .mv-desc {
    width: 40%;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .mv-desc {
    position: static;
    transform: translateY(0);
    width: 100%;
    padding: 0;
  }
}
.mv-desc .sub {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  padding: 10px 16px;
  border: 2px solid #81ABE5;
  border-radius: 5px;
  color: #81ABE5;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .mv-desc .sub {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mv-desc .sub {
    font-size: 20px;
    line-height: 1.4;
    padding: 9px 16px;
  }
}
.mv-desc .ttl {
  text-align: center;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .mv-desc .ttl {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .mv-desc .ttl {
    max-width: 90%;
    margin: 0 auto;
  }
}
.mv-desc .sec-part, .mv-desc .sec-part--05, .mv-desc .sec-part--04, .mv-desc .sec-part--03, .mv-desc .sec-part--02, .mv-desc .sec-part--01 {
  width: 63%;
  bottom: -112%;
  right: -7%;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .mv-desc .sec-part, .mv-desc .sec-part--05, .mv-desc .sec-part--04, .mv-desc .sec-part--03, .mv-desc .sec-part--02, .mv-desc .sec-part--01 {
    width: 53%;
    bottom: -108%;
  }
}
@media screen and (max-width: 640px) {
  .mv-desc .sec-part, .mv-desc .sec-part--05, .mv-desc .sec-part--04, .mv-desc .sec-part--03, .mv-desc .sec-part--02, .mv-desc .sec-part--01 {
    width: 33%;
    bottom: -16%;
    right: 3%;
  }
}
.mv-magic {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 660px;
  width: 45.4vw;
}

.magic-btn {
  display: block;
  background: #FFDE09;
  border-radius: 22px;
  font-size: 1.5vw;
  font-weight: bold;
  position: absolute;
  padding: 0.8%;
  width: 248px;
  width: 248px;
  color: #222222;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  bottom: 15px;
  left: 47%;
  transform: translateX(-50%);
  transition: 0.3s;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.magic-btn::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #222222;
  border-bottom: 0;
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.magic-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1200px) {
  .magic-btn {
    width: 200px;
    border-radius: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .magic-btn {
    font-size: 13px;
    bottom: 5px;
    width: 160px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 767px) {
  .magic-btn {
    font-size: 18px;
    border-radius: 18px;
    padding: 5px;
    left: 50%;
    width: 210px;
    bottom: 20px;
  }
  .mv-magic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/***************************************************************
| magic
***************************************************************/
.magic {
  margin: 60px 0 80px;
}
.magic-bg {
  border-radius: 366px;
  border: 1px solid #B6B4DA;
  position: relative;
  outline: 2px solid #B6B4DA;
  outline-offset: 10px;
  position: relative;
  padding: 80px 20px 50px;
  color: #222;
  font-family: "Zen Maru Gothic", serif !important;
}
.magic-bg::before, .magic-bg::after {
  position: absolute;
  content: "";
  z-index: 3;
}
.magic-bg::before {
  background: url(../img/magic_deco_left.png) center/contain no-repeat;
  width: 216px;
  height: 238px;
  top: 35px;
  left: -85px;
}
.magic-bg::after {
  background: url(../img/magic_deco_right.png) center/contain no-repeat;
  width: 147px;
  height: 210px;
  right: -110px;
  bottom: 182px;
}
.magic-ttl {
  text-align: center;
  font-size: 39px;
  margin-bottom: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222;
}
.magic-ttl span {
  background: linear-gradient(transparent 75%, #FFDE09 75%);
}
.magic .l-ttl {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", serif !important;
  color: #222;
}
.magic .l-ttl .small {
  font-size: 30px;
  display: inline-block;
  position: relative;
}
.magic .l-ttl .small::after {
  position: absolute;
  content: "";
  background: url(../img/magic_logo.png) center/contain no-repeat;
  width: 67px;
  height: 67px;
  bottom: 0;
  right: -60px;
}
.magic .l-ttl .small sup {
  font-size: 18px;
}
.magic-list {
  display: grid;
  grid-template-columns: 210px repeat(2, 1fr);
  gap: 28px;
  max-width: 666px;
  margin: 0 auto 14px;
}
.magic .link {
  font-size: 24px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}
.magic .link:hover {
  text-decoration: none;
}
.magic-cta {
  background: #FEDE32;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  width: 400px;
  padding: 20px 10px;
  position: relative;
  display: block;
  margin: 0 auto 18px;
  line-height: 1.5;
  font-weight: bold;
  transition: 0.3s;
}
.magic-cta::before {
  position: absolute;
  content: "";
  background: url(../img/magic-cta_deco.svg) center/contain no-repeat;
  width: 27px;
  height: 15px;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.magic-cta:hover {
  opacity: 0.5;
}
.magic-attention {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .magic-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 500px;
    width: 60vw;
  }
  .magic-list img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .magic-bg {
    border-radius: 80px;
    padding: 40px 20px 40px;
  }
  .magic-bg::before {
    width: 96px;
    height: 99px;
    top: 15px;
    left: -35px;
  }
  .magic-bg::after {
    width: 67px;
    height: 100px;
    right: -20px;
    bottom: 342px;
  }
  .magic-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .magic-list {
    grid-template-columns: 1fr;
    max-width: 215px;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .magic-list .slick-next {
    right: -8%;
  }
  .magic-list .slick-prev {
    left: -8%;
  }
  .magic-cta {
    width: 100%;
    padding: 16px 6px;
    font-size: 16px;
  }
  .magic-cta::before {
    width: 22px;
    height: 10px;
    right: 13px;
  }
  .magic .l-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .magic .l-ttl .small {
    font-size: 18px;
  }
  .magic .l-ttl .small::after {
    width: 35px;
    height: 35px;
    right: -33px;
  }
  .magic .l-ttl .small sup {
    font-size: 15px;
  }
  .magic .link {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
/***************************************************************
| contents
***************************************************************/
.sec-ttl {
  text-align: center;
}
.sec-ttl2 {
  text-align: center;
  font-size: 28px;
  width: 100%;
  color: #ffff;
  background-color: #E5AA4E;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.sec-ttl .en {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 1;
  color: #81ABE5;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.sn {
  text-align: center;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin: 40px 0px;
  letter-spacing: .1em;
}

.sum {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: #E5AA4E;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .sec-ttl .en {
    font-size: 14px;
  }
}
.sec-ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .sec-ttl .jp {
    font-size: 24px;
    line-height: 1.4;
  }
}

.sec-part, .sec-part--05, .sec-part--04, .sec-part--03, .sec-part--02, .sec-part--01 {
  position: absolute;
}
.txt-marker span {
  background: linear-gradient(transparent 75%, #E3E2F0 75%);
}

.txt-link {
  text-decoration: underline;
  color: #B69482;
}
.txt-link:hover {
  text-decoration: none;
}

.cta {
  padding: 40px 0 60px;
  background-image: url(../img/cta_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
@media screen and (max-width: 950px) {
  .cta {
    background-position: center right 32%;
  }
}
@media screen and (max-width: 640px) {
  .cta {
    padding: 40px 0 60px;
    background-position: center right 31%;
  }
}
.cta .container {
  position: relative;
}
.cta .container .sec-part--01 {
  top: 12%;
  left: 3%;
  width: 6%;
}
@media screen and (max-width: 640px) {
  .cta .container .sec-part--01 {
    top: 1%;
    left: -1%;
    width: 11%;
  }
}
.cta .container .sec-part--02 {
  top: 17%;
  right: 4%;
  width: 6%;
}
@media screen and (max-width: 640px) {
  .cta .container .sec-part--02 {
    top: 1%;
    right: -3%;
    width: 11%;
  }
}
.cta-ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .cta-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .cta-ttl {
    font-size: 24px;
    margin-bottom: 30px;
    padding-top: 66px;
  }
}
.cta-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/sec_part01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 84px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .cta-ttl::before {
    width: 52px;
    height: 64px;
  }
}
.cta-btn {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cta-btn {
    display: block;
  }
}
.cta-btn li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 640px) {
  .cta-btn li {
    width: 100%;
  }
  .cta-btn li:first-child {
    margin-bottom: 20px;
  }
}

.btn-line {
  display: block;
  background: #B8B5DE;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  text-align: center;
  font-size: 20px;
  padding: 20px 10px;
  line-height: 1.7;
  position: relative;
}
.event-btn3 {
  display: block;
  color: #fff;
  background-color: #23C30E;
  border-radius: 5px;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  font-size: 20px;
  padding: 20px 10px;
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 950px) {
  .btn-line {
    font-size: 16px;
    padding: 20px 10px 20px 33px;
  }
}
@media screen and (max-width: 640px) {
  .btn-line {
    font-size: 15px;
    line-height: 1.4;
    padding: 20px 10px 20px 30px;
  }
}
.btn-line::before, .btn-line::after {
  content: "";
  position: absolute;
}
.btn-line::before {
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-line::after {
  background-image: url(../img/icon_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 950px) {
  .btn-line::after {
    left: 10px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .btn-line::after {
    left: 15px;
  }
}
.btn-line:hover {
  opacity: 0.6;
}

.btn-line2 {
  display: block;
  background: #E5AA4E;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  font-size: 20px;
  padding: 20px 10px;
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 950px) {
  .btn-line2 {
    font-size: 16px;
    padding: 20px 10px 20px 33px;
  }
}

@media screen and (max-width: 640px) {
  .btn-line2 {
    font-size: 15px;
    line-height: 1.4;
    padding: 20px 10px 20px 30px;
  }
}

.btn-line2::before, .btn-line2::after {
  content: "";
  position: absolute;
}

.btn-line2::before {
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-line2::after {
  background-image: url(../img/icon_sun.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 950px) {
  .btn-line2::after {
    left: 10px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 640px) {
  .btn-line2::after {
    left: 15px;
  }
}

.btn-line2:hover {
  opacity: 0.6;
}


.btn-mail {
  display: block;
  background: #81ABE5;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  text-align: center;
  font-size: 20px;
  padding: 21px 10px;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 950px) {
  .btn-mail {
    font-size: 16px;
    padding: 20px 10px 20px 20px;
  }
}
@media screen and (max-width: 640px) {
  .btn-mail {
    font-size: 15px;
    line-height: 1.4;
    padding: 20px 10px 20px 20px;
  }
}
.btn-mail::before, .btn-mail::after {
  content: "";
  position: absolute;
}
.btn-mail::before {
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn-mail::after {
  background-image: url(../img/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 32px;
}
@media screen and (max-width: 950px) {
  .btn-mail::after {
    left: 10px;
    width: 40px;
    height: 28px;
  }
}
@media screen and (max-width: 640px) {
  .btn-mail::after {
    left: 15px;
  }
}
.btn-mail:hover {
  opacity: 0.7;
}

.about {
  margin: 80px 0 110px;
}
@media screen and (max-width: 640px) {
  .about {
    margin: 70px 0 60px;
  }
}
.about .container {
  position: relative;
}
.about .container .sec-part--01 {
  bottom: 50%;
  left: 3%;
  width: 9%;
}
@media screen and (max-width: 950px) {
  .about .container .sec-part--01 {
    left: -4%;
  }
}
@media screen and (max-width: 640px) {
  .about .container .sec-part--01 {
    bottom: -6%;
    left: -2%;
    width: 12%;
  }
}
.about .container .sec-part--02 {
  bottom: 50%;
  right: 1%;
  width: 13%;
}
@media screen and (max-width: 950px) {
  .about .container .sec-part--02 {
    right: -5%;
  }
}
@media screen and (max-width: 640px) {
  .about .container .sec-part--02 {
    width: 19%;
    bottom: 26%;
    right: -2%;
  }
}
.about .sec-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .about .sec-ttl {
    margin-bottom: 30px;
  }
}
.about-sub {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .about-sub {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.about-txt {
  text-align: center;
  line-height: 2.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .about-txt {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
.about-img {
  text-align: center;
  text-align: center;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .about-img {
    max-width: 100%;
  }
}

.feature {
  padding: 90px 0 120px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .feature {
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
}
.feature::before {
  position: absolute;
  content: "";
  width: 92.5%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-color: #F4F6FC;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .feature::before {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .feature::before {
    border-radius: 0;
  }
}
.feature .container {
  position: relative;
}
.feature .container .sec-part--01 {
  top: 2%;
  left: 10%;
  width: 12.4%;
}
@media screen and (max-width: 950px) {
  .feature .container .sec-part--01 {
    left: 6%;
  }
}
@media screen and (max-width: 640px) {
  .feature .container .sec-part--01 {
    top: -1%;
    left: -2%;
    width: 19%;
  }
}
.feature .container .sec-part--02 {
  top: 6%;
  right: 7%;
  width: 11.2%;
}
@media screen and (max-width: 640px) {
  .feature .container .sec-part--02 {
    top: -1%;
    right: -2%;
    width: 19%;
  }
}
.feature .sec-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
  .feature .sec-ttl {
    margin-bottom: 30px;
  }
}
.feature-style {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .feature-style {
    display: block;
  }
}
.feature-style .img {
  max-width: 540px;
  width: 54%;
  margin-left: 70px;
}
@media screen and (max-width: 950px) {
  .feature-style .img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .feature-style .img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.feature-style02 {
  display: flex;
  margin: 80px 0 80px;
}
@media screen and (max-width: 640px) {
  .feature-style02 {
    display: block;
    margin: 50px 0 50px;
  }
}
.feature-style02 .img {
  max-width: 540px;
  width: 54%;
  margin-right: 70px;
}
@media screen and (max-width: 950px) {
  .feature-style02 .img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .feature-style02 .img {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.feature .desc {
  width: 40%;
  padding-top: 20px;
}
@media screen and (max-width: 950px) {
  .feature .desc {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .feature .desc {
    width: 100%;
  }
}
.feature .desc .ttl-area, .feature .desc .ttl-area--02 {
  display: flex;
}
.feature .desc .ttl-area--02 {
  align-items: baseline;
}
.feature .desc .num {
  position: relative;
  background-color: #C4C2DF;
  text-align: center;
  width: 65px;
  height: 65px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.7;
  border-radius: 50%;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 950px) {
  .feature .desc .num {
    width: 50px;
    height: 50px;
    font-size: 30px;
    margin-right: 10px;
  }
}
.feature .desc .num::before {
  position: absolute;
  content: "";
  background-image: url(../img/feature_part03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 20px;
  top: -34%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .feature .desc .num::before {
    top: -43%;
  }
}
.feature .desc .ttl {
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 950px) {
  .feature .desc .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .feature .desc .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.feature .desc .txt-marker span {
  background: linear-gradient(transparent 80%, #E3E2F0 80%);
}

.voice {
  margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .voice {
    margin-bottom: 60px;
  }
}
.voice .container {
  position: relative;
}
.voice .container .sec-part--01 {
  top: 2%;
  left: 27%;
  width: 6%;
}
@media screen and (max-width: 640px) {
  .voice .container .sec-part--01 {
    top: 0%;
    left: 3%;
    width: 13%;
  }
}
.voice .container .sec-part--02 {
  top: 2%;
  right: 24%;
  width: 9.6%;
}
@media screen and (max-width: 640px) {
  .voice .container .sec-part--02 {
    top: 1%;
    right: 1%;
    width: 19%;
  }
}
.voice .sec-ttl {
  margin-bottom: 40px;
}
.voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .voice-list {
    display: block;
  }
}
.voice-list .item {
  width: calc(50% - 15px);
  background-color: #F4F6FC;
  border-radius: 5px;
  padding: 40px 30px 35px 20px;
}
@media screen and (max-width: 640px) {
  .voice-list .item {
    width: 100%;
    padding: 40px 20px 30px;
  }
  .voice-list .item:not(:first-child) {
    margin-top: 40px;
  }
}
.voice-list .item:nth-child(n+3) {
  margin-top: 40px;
}
.voice-list .en {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  padding: 10px 5px;
  background-color: #C4C2DF;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100px;
  line-height: 1;
  margin: -58px 0 20px;
}
.voice-list .inr {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 950px) {
  .voice-list .inr {
    display: block;
    padding-left: 0;
  }
}
.voice-list .inr .img {
  max-width: 92px;
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 950px) {
  .voice-list .inr .img {
    max-width: 100%;
    width: 50%;
    margin-right: 0;
    margin: 0 auto 20px;
  }
}
.voice-list .inr .desc {
  width: 70%;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .voice-list .inr .desc {
    width: 100%;
  }
}
.voice-list .inr .desc .txt {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  .voice-list .inr .desc .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .voice-list .inr .desc .txt {
    font-size: 20px;
  }
}
.voice-list .name {
  font-size: 18px;
  font-weight: 700;
  padding-left: 122px;
}
@media screen and (max-width: 950px) {
  .voice-list .name {
    font-size: 16px;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .voice-list .name {
    text-align: right;
    font-size: 18px;
  }
}

.voice-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .voice-list2 {
    display: block;
  }
}

.voice-list2 .item {
  width: calc(100% / 2 - 15px);
  background-color: #FFF3E6;
  border-radius: 5px;
  padding: 40px 30px 35px 20px;
}

@media screen and (max-width: 640px) {
  .voice-list2 .item {
    width: 100%;
    padding: 40px 20px 30px;
  }
  .voice-list2 .item:not(:first-child) {
    margin-top: 40px;
  }
}

.voice-list2 .item:nth-child(n + 3) {
  margin-top: 40px;
}

.voice-list2 .en {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  padding: 10px 5px;
  background-color: #E5AA4E;
  color: #fff;
  letter-spacing: .1em;
  width: 100px;
  line-height: 1;
  margin: -58px 0 20px;
}

.voice-list2 .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 950px) {
  .voice-list2 .inr {
    display: block;
    padding-left: 0;
  }
}

.voice-list2 .inr .img {
  max-width: 92px;
  width: 30%;
  margin-right: 20px;
}

@media screen and (max-width: 950px) {
  .voice-list2 .inr .img {
    max-width: 100%;
    width: 50%;
    margin-right: 0;
    margin: 0 auto 20px;
  }
}

.voice-list2 .inr .desc {
  width: 70%;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 950px) {
  .voice-list2 .inr .desc {
    width: 100%;
  }
}

.voice-list2 .inr .desc .txt {
  font-size: 20px;
  
}

@media screen and (max-width: 950px) {
  .voice-list2 .inr .desc .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .voice-list2 .inr .desc .txt {
    font-size: 20px;
  }
}

span .sc {
	word-break: keep-all
}

.voice-list2 .name {
  font-size: 18px;
  padding-left: 20px;
  letter-spacing: .02em;
}

@media screen and (max-width: 950px) {
  .voice-list2 .name {
    font-size: 16px;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .voice-list2 .name {
    font-size: 18px;
  }
}

.course {
  margin-top: 100px;
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .course {
    margin-top: 60px;
    padding: 60px 0 60px;
  }
}
.course::before {
  position: absolute;
  content: "";
  width: 92.5%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background-color: #F4F6FC;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .course::before {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .course::before {
    width: 100%;
    border-radius: 0;
  }
}
.course-style {
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .course-style {
    display: block;
    margin-bottom: 50px;
  }
}
.course-style .sec-part--01 {
  top: 2%;
  right: 4%;
  width: 14.5%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .course-style .sec-part--01 {
    top: 31%;
    right: 0%;
    width: 21%;
    z-index: 1;
  }
}
.course-style .img {
  max-width: 540px;
  width: 53%;
  margin: 0 80px 0 -250px;
}
@media screen and (max-width: 950px) {
  .course-style .img {
    margin: 0 40px 0 -50px;
  }
}
@media screen and (max-width: 640px) {
  .course-style .img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
.course-style .img img {
  border-radius: 10px;
}
.course-style .desc {
  width: 63%;
}
@media screen and (max-width: 640px) {
  .course-style .desc {
    width: 100%;
  }
}
.course-style .desc .sec-ttl {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .course-style .desc .sec-ttl {
    margin-bottom: 20px;
  }
}
.course-style .desc .sub-ttl {
  font-size: 26px;
  padding-left: 35px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .course-style .desc .sub-ttl {
    font-size: 20px;
    padding-left: 28px;
    margin-bottom: 10px;
  }
}
.course-style .desc .sub-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/course_part02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 28px;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .course-style .desc .sub-ttl::before {
    width: 20px;
    height: 20px;
    top: 6px;
  }
}
.course-ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .course-ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.course-ttl .small {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .course-ttl .small {
    font-size: 18px;
  }
}
.course-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .course-list {
    display: block;
  }
}
.course-list .list-item {
  width: calc(50% - 15px);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #81ABE5;
  padding: 0 30px 40px;
}
@media screen and (max-width: 640px) {
  .course-list .list-item {
    width: 100%;
    padding: 0 20px 30px;
  }
  .course-list .list-item:not(:first-child) {
    margin-top: 40px;
  }
}
.course-list .list-item:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .course-list .list-item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.course-list .list-style {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin: -40px 0 15px;
  border-bottom: 1px solid #81ABE5;
}
@media screen and (max-width: 640px) {
  .course-list .list-style {
    padding-bottom: 10px;
    margin: -30px 0 15px;
  }
}
.course-list .list-style .img {
  max-width: 160px;
  width: 40%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .course-list .list-style .img {
    margin-right: 20px;
  }
}
.course-list .list-style .ttl {
  width: 60%;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .course-list .list-style .ttl {
    padding-top: 50px;
  }
}
.course-list .list-style .ttl .num {
  padding: 8px 8px;
  text-align: center;
  color: #81ABE5;
  border-radius: 5px;
  border: 1px solid #81ABE5;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .course-list .list-style .ttl .num {
    font-size: 13px;
    padding: 5px;
  }
}
.course-list .list-style .ttl .txt {
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 950px) {
  .course-list .list-style .ttl .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .course-list .list-style .ttl .txt {
    font-size: 20px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1270px) and (min-width: 951px) {
  .course-style .img {
    margin: 0 50px 0 -140px;
  }
}
.option {
  margin: 100px 0 110px;
}
@media screen and (max-width: 640px) {
  .option {
    margin: 60px 0 60px;
  }
}
.option .container {
  position: relative;
}
.option .container .sec-part--01 {
  top: -1%;
  left: 3%;
  width: 7.5%;
}
@media screen and (max-width: 950px) {
  .option .container .sec-part--01 {
    left: -2%;
  }
}
@media screen and (max-width: 640px) {
  .option .container .sec-part--01 {
    top: 3%;
    width: 11%;
  }
}
.option .container .sec-part--02 {
  top: -2%;
  right: 5%;
  width: 7%;
}
@media screen and (max-width: 950px) {
  .option .container .sec-part--02 {
    right: -2%;
  }
}
@media screen and (max-width: 640px) {
  .option .container .sec-part--02 {
    top: 3%;
    width: 11%;
  }
}
.option .sec-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .option .sec-ttl {
    margin-bottom: 30px;
  }
}
.option-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .option-list {
    display: block;
  }
}
.option-list .list-item {
  width: calc(50% - 15px);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .option-list .list-item {
    width: 100%;
  }
  .option-list .list-item:not(:first-child) {
    margin-top: 40px;
  }
}
.option-list .list-item:nth-child(n+3) {
  margin-top: 40px;
}
.option-list a {
  transition: 0.3s;
}
.option-list a:hover {
  opacity: 0.5;
}
.option-list .img {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.option-list .img .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #B69482;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 5px 0 5px;
  padding: 13px 5px;
  width: 140px;
}
.option-list .img .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 6px;
  height: 6px;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.option-list .ttl {
  font-size: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .option-list .ttl {
    font-size: 20px;
  }
}

.info {
  margin: 90px 0 120px;
}
@media screen and (max-width: 640px) {
  .info {
    margin: 60px 0 60px;
  }
}
.info .container {
  max-width: 1050px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .info .container {
    max-width: 90%;
  }
}
.info .container .sec-part--01 {
  top: 0%;
  left: 15%;
  width: 12%;
}
@media screen and (max-width: 640px) {
  .info .container .sec-part--01 {
    top: 0%;
    left: -5%;
    width: 21%;
  }
}
.info .container .sec-part--02 {
  top: -1%;
  right: 9%;
  width: 8%;
}
@media screen and (max-width: 640px) {
  .info .container .sec-part--02 {
    top: 0%;
    right: -3%;
    width: 14%;
  }
}
.info .sec-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .info .sec-ttl {
    margin-bottom: 30px;
  }
}
.info-list {
  margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .info-list {
    margin-bottom: 60px;
  }
}
.info-list .item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .info-list .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.info-list .ttl {
  font-size: 30px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .info-list .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.info-list .l-style {
  display: flex;
}
@media screen and (max-width: 640px) {
  .info-list .l-style {
    display: block;
  }
}
.info-list .l-style .l-img {
  max-width: 475px;
  margin-right: 70px;
}
@media screen and (max-width: 950px) {
  .info-list .l-style .l-img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .info-list .l-style .l-img {
    max-width: 1005;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.info-list .l-style .info-slider {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .info-list .l-style .info-slider {
    width: 100%;
  }
}
.info-list .l-style .l-desc {
  flex: 1;
}
.info .table-style {
  border: 1px solid #DDDDDD;
}
.info .table-style tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.info .table-style th {
  background-color: #F4F6FC;
  font-weight: 700;
  padding: 15px;
  width: 27%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  .info .table-style th {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .info .table-style th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
}
.info .table-style td {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .info .table-style td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.info-btn {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .info-btn {
    margin-top: 40px;
  }
}
.info-btn .btn-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.btn-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .info-btn .btn-area {
    display: block;
  }

.btn-area2 {
  display: block;
}
}
.info-btn .btn-area li {
  width: calc(33.3% - 3px);
}
.btn-area2 li {
  width: calc(50%  - 5px);
  margin-bottom: 7px;
}


@media screen and (max-width: 950px) {
  .info-btn .btn-area li {
    width: 100%;
  }
  .info-btn .btn-area li:not(:last-child) {
    margin-bottom: 10px;
  }
  .btn-area2 li {
    width: 100%;
  }
  .btn-area2 li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 950px) and (max-width: 640px) {
  .info-btn .btn-area li:not(:last-child) {
    margin-bottom: 20px;
  }
  .btn-area2 li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.info-btn .btn-area .btn {
  border-radius: 5px;
  border: 1px solid #81ABE5;
  padding: 7px 10px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #81ABE5;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}
.btn-area2 .btn {
  border-radius: 5px;
  border: 1px solid #81ABE5;
  padding: 7px 10px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #81ABE5;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 950px) {
  .info-btn .btn-area .btn {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  .info-btn .btn-area .btn {
    font-size: 15px;
    padding: 20px 10px;
  }
}
.info-btn .btn-area .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 2px solid #81ABE5;
  border-right: 2px solid #81ABE5;
}
.info-btn .btn-area .btn:hover {
  opacity: 0.5;
}
.info-btn .btn-line {
  width: 284px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
  padding: 14px 10px 14px 20px;
}
@media screen and (max-width: 640px) {
  .info-btn .btn-line {
    width: 100%;
  }
}
.info-btn .btn-line::after {
  width: 40px;
  height: 40px;
  left: 15px;
}

.info-btn .btn-line2 {
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  padding: 14px 10px 14px 20px;
}

@media screen and (max-width: 640px) {
  .info-btn .btn-line2 {
    width: 100%;
  }
}

.info-btn .btn-line2::after {
  width: 40px;
  height: 40px;
  left: 15px;
}


.info-bnr {
  display: flex;
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #81ABE5;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .info-bnr {
    max-width: 100%;
    display: block;
  }
}
.info-bnr::before, .info-bnr::after {
  position: absolute;
  content: "";
}
.info-bnr::before {
  background-color: #81ABE5;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .info-bnr::before {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    border-radius: 5px 0 0 0;
  }
}
.info-bnr::after {
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .info-bnr::after {
    top: auto;
    bottom: 14px;
    transform: translateY(0) rotate(45deg);
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
.info-bnr .img {
  max-width: 295px;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .info-bnr .img {
    max-width: 100%;
    width: 100%;
  }
}
.info-bnr .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.info-bnr .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #81ABE5;
  padding: 35px 20px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .info-bnr .ttl {
    padding: 20px 20px 30px;
    line-height: 1.4;
    text-align: center;
  }
}
.info-bnr:hover {
  opacity: 0.5;
}

.news {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .news {
    margin-bottom: 60px;
  }
}
.news-layout {
  background-color: #F4F6FC;
  border-radius: 5px;
  padding: 20px 30px;
}
@media screen and (max-width: 640px) {
  .news-layout {
    padding: 20px;
  }
}
.news-layout-inner {
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .news-layout-inner {
    display: block;
  }
}
.news .sec-ttl {
  flex: 1;
  padding: 0 0 0 50px;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .news .sec-ttl {
    padding: 0 0 0 30px;
  }
  .news .sec-ttl .jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .news .sec-ttl {
    padding: 20px 10px 20px 20px;
  }
  .news .sec-ttl .jp {
    font-size: 24px;
  }
}
.news .scroll {
  flex: 3;
  height: 170px;
  overflow: auto;
  padding: 30px 30px 30px 0;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}
@media screen and (max-width: 640px) {
  .news .scroll {
    height: 190px;
    padding: 0px 20px 30px 20px;
  }
}
.news .scroll::-webkit-scrollbar {
  width: 8px;
}
.news .scroll::-webkit-scrollbar-track {
  background: #EAEAEA;
}
.news .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C1C1C1;
}
.news-list .list-item {
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 950px) {
  .news-list .list-item {
    display: block;
  }
}
.news-list .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.news-list time {
  color: #727272;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-right: 40px;
}
@media screen and (max-width: 950px) {
  .news-list time {
    font-size: 12px;
    margin-right: 20px;
  }
}
.news-list a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  .news-list a {
    font-size: 14px;
    display: block;
  }
}
.news-list a:hover {
  text-decoration: underline;
}

/***************************************************************
| FOOTER
***************************************************************/
.footer {
  overflow: hidden;
}
.footer .container {
  max-width: 840px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .footer .container {
    max-width: 90%;
  }
}
.footer .container .sec-part--01 {
  top: -5%;
  left: -2%;
  width: 7%;
}
@media screen and (max-width: 640px) {
  .footer .container .sec-part--01 {
    left: -4%;
    width: 10%;
  }
}
.footer .container .sec-part--02 {
  top: 8%;
  right: -6%;
  width: 8%;
}
@media screen and (max-width: 640px) {
  .footer .container .sec-part--02 {
    top: 11%;
    right: -4%;
    width: 12%;
  }
}
.footer-ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 950px) {
  .footer-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .footer-ttl {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
.footer-top {
  background-color: #F4F6FC;
  padding: 80px 0 70px;
}
@media screen and (max-width: 640px) {
  .footer-top {
    padding: 60px 0 50px;
  }
}
.footer-top .f-style {
  display: flex;
}
@media screen and (max-width: 640px) {
  .footer-top .f-style {
    display: block;
  }
}
.footer-top .f-style .img {
  flex: 1.3;
  margin-right: 60px;
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .footer-top .f-style .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-top .f-style .desc {
  flex: 1.3;
}
.footer-top .f-style .desc .name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .footer-top .f-style .desc .name {
    font-size: 22px;
  }
}
.footer-top .f-style .desc .tel {
  font-size: 40px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .desc .tel {
    font-size: 34px;
    padding-left: 28px;
  }
}
.footer-top .f-style .desc .tel::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 32px;
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .desc .tel::before {
    top: 6px;
    width: 20px;
    height: 28px;
  }
}
.footer-top .f-style .desc .time-area {
  display: flex;
  align-items: center;
  margin: 15px 0 40px;
}
@media screen and (max-width: 640px) {
  .footer-top .f-style .desc .time-area {
    margin: 15px 0 30px;
  }
}
.footer-top .f-style .desc .time-area .ttl {
  background-color: #fff;
  border-radius: 3px;
  padding: 4px;
  text-align: center;
  width: 39%;
  margin-right: 15px;
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .desc .time-area .ttl {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .desc .time-area .txt {
    font-size: 13px;
  }
}
.footer-top .f-style .desc .btn-line {
  margin-bottom: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding: 17px 10px 17px 34px;
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .desc .btn-line {
    font-size: 16px;
  }
}
.footer-top .f-style .desc .btn-line::after {
  width: 44px;
  height: 44px;
  right: 20px;
}
.footer-top .f-style .desc .btn-mail {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding: 17px 10px 17px 40px;
}
@media screen and (max-width: 950px) {
  .footer-top .f-style .desc .btn-mail {
    font-size: 16px;
  }
}
.footer-top .f-style .desc .btn-mail::after {
  width: 38px;
  height: 28px;
  right: 20px;
}
.footer-top .f-style .desc .btn-mail:hover {
  opacity: 0.6;
}
.footer-under {
  padding: 30px 0 135px;
}
@media screen and (max-width: 640px) {
  .footer-under {
    padding: 30px 0 50px;
  }
}
.footer-under .insta {
  text-align: center;
  transition: 0.3s;
  width: 40px;
  margin: 0 auto;
}
.footer-under .insta:hover {
  opacity: 0.5;
}
.footer-under .copy {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.pagetop {
  background-color: #81ABE5;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 99;
  border-radius: 50px;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 20px;
  }
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagetop:hover {
  opacity: 0.5;
}

.btn-following {
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #E5AA4E;
  padding: 20px 10px;
}
@media screen and (max-width: 640px) {
  .btn-following {
    display: block;
    padding: 10px;
  }
}
.btn-following .txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .btn-following .txt {
    font-size: 22px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.btn-following .txt .icon {
  position: relative;
  padding-left: 62px;
}
@media screen and (max-width: 640px) {
  .btn-following .txt .icon {
    padding-left: 32px;
  }
}
.btn-following .txt .icon::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_sum.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 640px) {
  .btn-following .txt .icon::before {
    width: 24px;
    height: 24px;
  }
}
.btn-following .txt .small {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .btn-following .txt .small {
    font-size: 14px;
  }
}
.btn-following .btn {
  display: block;
  width: 260px;
  text-align: center;
  background-color: #fff;
  color: #E5AA4E;
  font-size: 15px;
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn-following .btn {
    width: 100%;
  }
}
.btn-following .btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #E5AA4E;
  border-right: 2px solid #E5AA4E;
}
.btn-following .btn:hover {
  opacity: 0.8;
}

/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 16px;
  height: 16px;
  transition: 0.5s;
  z-index: 10;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 2px solid #81ABE5;
  border-left: 2px solid #81ABE5;
  left: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 2px solid #81ABE5;
  border-right: 2px solid #81ABE5;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 5px;
}

.slick-dots li button {
  display: block;
  background: #C6D7ED;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 6px;
  height: 6px;
  outline: none;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #81ABE5;
}

.slick-dots li.slick-active button {
  background: #81ABE5;
  width: 9px;
  height: 9px;
  transform: translateY(-1px);
}

.bnr-slider {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.bnr-s {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}

.bnr-slider-main {
  padding-bottom: 30px;
}
.bnr-slider-main .slick-prev, .bnr-slider-main .slick-next {
  top: auto;
  bottom: -4%;
}
.bnr-slider-main .slick-prev {
  left: 35%;
  transform: rotate(-45deg) translateY(-50%);
}
.bnr-slider-main .slick-next {
  right: 35%;
  transform: rotate(45deg) translateY(-50%);
}
.bnr-slider-main .slick-list {
  overflow: visible;
}

.bnr-s {
  overflow: visible;
}

.bnr-slider-main .slick-slide {
  margin: 0 15px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.bnr-slider-main .slick-center {
  opacity: 1;
}
.bnr-slider-img {
  display: block;
}
.bnr-s-img {
  display: block;
}

.bnr-slider-img a {
  transition: 0.3s;
}
.bnr-slider-img a:hover {
  opacity: 0.5;
}

.info-slider-img {
  margin-bottom: 30px;
}
.info-slider .slick-prev, .info-slider .slick-next {
  width: 16px;
  height: 16px;
}
.info-slider .slick-prev {
  border-top: 2px solid #81ABE5;
  border-left: 2px solid #81ABE5;
  left: -10px;
  transform: rotate(-45deg) translateY(-50%);
}
.info-slider .slick-next {
  border-top: 2px solid #81ABE5;
  border-right: 2px solid #81ABE5;
  right: -10px;
  transform: rotate(45deg) translateY(-50%);
}

/***************************************************************
| event
***************************************************************/
.event {
  background: #F4F6FC;
  padding: 90px 0;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  position: relative;
}
.event .sec-part--01 {
  top: 10%;
  left: 30%;
  width: 6%;
}
.event .sec-part--02 {
  top: 5%;
  right: 33%;
  width: 4%;
}
.event .sec-ttl {
  margin-bottom: 45px;
}
.event .container {
  max-width: 945px;
}
.event-contents {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #222;
}
.event-ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.event-ttl span {
  background: linear-gradient(transparent 75%, rgba(196, 194, 223, 0.47) 75%);
}
.event-ttl sup {
  font-size: 18px;
}
.event-txt {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.event .link {
  color: #81ABE5;
  text-decoration: underline;
  font-weight: bold;
}
.event .link:hover {
  text-decoration: none;
}
.event-info {
  background: #F4F6FC;
  padding: 30px;
  margin: 35px 0;
}
.event-info .item {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 15px;
  padding: 13px 0 10px;
  align-items: center;
}
.event-info .item:last-child {
  padding-bottom: 0;
}
.event-info .item.start {
  align-items: flex-start;
}
.item.btn {
  text-align: center;
}
.event-info .item + .item {
  border-top: 1px solid #C7C7C7;
}
.event-info .item .ttl {
  color: #fff;
  font-weight: 500;
  background-color: #81ABE5;
  padding: 7.5px 6px;
  text-align: center;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  flex: 0.4;
  max-width: 83px;
}
.event-info .item .txt {
  flex: 2;
  line-height: 1.4;
}
.event-info .item .small {
  font-size: 13px;
}
.event-info .item .txt-wrap {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.event-attention {
  font-size: 12px;
  color: #E0663E;
}
.event-btn2 {
  margin: auto 10px;
  display: inline-block;
  align-items: center;
  width: 300px;
  padding: 15px 40px;
  text-align: center;
  color: #fff;
  background-color: #81ABE5;
  font-weight: 700;
  line-height: 1.7;
  transition: 0.3s;
}

.event-btn {
  margin: auto 10px;
  display: inline-block;
  align-items: center;
  width: 300px;
  padding: 15px 40px;
  text-align: center;
  color: #fff;
  background-color: #23C30E;
  font-weight: 700;
  line-height: 1.7;
  transition: 0.3s;
}


.event-btn img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
}

.event-btn3 img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
  margin-left: 20px;
}
.event-btn:hover {
  opacity: 0.5;
}

.sum {
  text-align: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  color: #E5AA4E;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: .1em;
}


@media screen and (max-width: 767px) {
  .event {
    padding: 50px 0;
  }
  .event .sec-part--01 {
    top: 4%;
    left: 5%;
    width: 19%;
  }
  .event .sec-part--02 {
    top: 3%;
    right: 9%;
    width: 15%;
  }
  .event .sec-ttl {
    margin-bottom: 30px;
  }
  .event-ttl {
    font-size: 20px;
  }
  .event-ttl sup {
    font-size: 15px;
  }
  .event-contents {
    padding: 30px 20px;
  }
  .event-info {
    padding: 15px 20px;
    margin: 25px 0;
  }
  .event-info .item {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 11px 0 14px;
  }
  .event-info .item .txt-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .event-info .item .txt-wrap .small {
    line-height: 1.6;
  }
  .event-info .item .ttl {
    font-size: 13px;
    padding: 6px;
  }
  .event-info .item .txt {
    font-size: 13px;
  }
  .event-info .item .bold {
    line-height: 2;
    display: inline-block;
  }
  .event-btn {
    width: 100%;
  }
  .event-attention {
    line-height: 1.4;
  }
}/*# sourceMappingURL=style.css.map */
