@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
/*変数設定用*/
@font-face {
  font-family: "CopperplateGothicBold";
  src: url("/aoriika/fonts/CopperplateGothicBold.ttf");
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

a {
  pointer-events: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  position: relative;
}

header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000000;
}
header .headflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 8.5rem 1.5rem 2.5rem;
  max-width: 120rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .headflex {
    padding: 1rem 5%;
    display: block;
  }
}
header .headlogo {
  max-width: 18.5rem;
}
@media screen and (max-width: 767px) {
  header .headlogo {
    width: 15rem;
  }
}
header .headnav .headnav__List {
  display: flex;
  align-items: center;
}
header .headnav .headnav__List .headnav__Item {
  border-left: 0.1rem solid #226db3;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .headnav .headnav__List .headnav__Item a {
  padding: 2.3rem;
}
header .headnav .headnav__List .headnav__Item.-contact {
  padding-left: 2.5rem;
}
header .headnav .headnav__List .headnav__Item.-contact a {
  padding: 0.9rem 3.5rem;
  border: 0.1rem solid #226db3;
  border-radius: 5rem;
  font-size: 1.4rem;
  transition: 0.3s;
  background: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
header .headnav .headnav__List .headnav__Item.-contact a:hover {
  background-color: #fff;
  color: #226db3;
  opacity: 1;
}
header .navToggle {
  display: block;
  position: absolute;
  right: 2.3rem;
  top: 2.4rem;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  z-index: 10000;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header .navToggle {
    top: 1.2rem;
    width: 3rem;
    height: 3rem;
  }
}
header .navToggle span {
  display: block;
  position: absolute;
  width: 3.6rem;
  height: 0.3rem;
  border-radius: 5rem;
  background: rgba(34, 80, 140, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navToggle span:nth-child(1) {
  top: 0;
}
header .navToggle span:nth-child(2) {
  top: 1.7rem;
}
@media screen and (max-width: 767px) {
  header .navToggle span:nth-child(2) {
    top: 1.4rem;
  }
}
header .navToggle span:nth-child(3) {
  bottom: 0;
}
header .navToggle.active span:nth-child(1) {
  top: 1.8rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  header .navToggle.active span:nth-child(1) {
    top: 1.5rem;
  }
}
header .navToggle.active.active span:nth-child(2) {
  display: none;
}
header .navToggle.active.active span:nth-child(3) {
  top: 1.8rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  header .navToggle.active.active span:nth-child(3) {
    top: 1.5rem;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 100000;
  padding: 8rem 0;
  top: 0;
  left: 50%;
  color: #000;
  transform: translateY(-100%) translateX(-50%);
  transition: all 0.6s;
  width: 100vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(34, 80, 140, 0.9);
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp {
    padding: 5.5rem 0;
  }
}
nav.globalMenuSp .globalMenuSp__Inner {
  max-width: 1160px;
  margin: auto;
  display: flex;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Inner {
    display: block;
    width: 90%;
    padding-top: 4rem;
  }
}
nav.globalMenuSp .globalMenuSp__Thumbnail {
  border: 0.3rem solid #fff;
  border-radius: 3.5rem;
  overflow: hidden;
  height: 27rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Thumbnail {
    height: 20rem;
  }
}
nav.globalMenuSp .globalMenuSp__Thumbnail img {
  max-width: none;
  max-height: 100%;
}
nav.globalMenuSp .globalMenuSp__Thumbnail {
  width: 44.5%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
nav.globalMenuSp .globalMenuSp__List {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__List {
    width: 100%;
    display: block;
  }
}
nav.globalMenuSp .globalMenuSp__Wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
nav.globalMenuSp .globalMenuSp__Wrap.-first {
  padding-right: 8rem;
  border-right: 0.3rem dotted #fff;
}
@media screen and (max-width: 1100px) {
  nav.globalMenuSp .globalMenuSp__Wrap.-first {
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Wrap.-first {
    border-right: none;
    padding-right: 0;
  }
}
nav.globalMenuSp .globalMenuSp__Wrap.-second {
  padding-left: 8rem;
}
@media screen and (max-width: 1100px) {
  nav.globalMenuSp .globalMenuSp__Wrap.-second {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Wrap.-second {
    padding-left: 0;
  }
}
nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item {
    width: 50%;
  }
}
nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item a {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1100px) {
  nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item a {
    font-size: 1.3rem;
  }
}
nav.globalMenuSp .globalMenuSp__Wrap .globalMenuSp__Item a:hover {
  opacity: 1;
  border-bottom: 0.2rem solid #fff;
}
nav.globalMenuSp .globalMenuSp__Sns .globalMenuSp__SnsList {
  display: flex;
  justify-content: space-between;
  max-width: 30%;
  margin: 2rem auto 0;
}
nav.globalMenuSp .globalMenuSp__Sns .globalMenuSp__SnsList .globalMenuSp__SnsItem {
  text-align: center;
  width: 100%;
}
nav.globalMenuSp .globalMenuSp__Sns .globalMenuSp__SnsList .globalMenuSp__SnsItem a {
  display: block;
}
nav.globalMenuSp .globalMenuSp__Sns .globalMenuSp__SnsList .globalMenuSp__SnsItem:nth-child(1) a {
  max-width: 35%;
}
nav.globalMenuSp .globalMenuSp__Sns .globalMenuSp__SnsList .globalMenuSp__SnsItem:nth-child(2) a {
  max-width: 68%;
  margin-left: auto;
}
nav.globalMenuSp.active {
  transform: translateY(0) translateX(-50%);
  top: 0;
}

.btn {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1rem;
  max-width: 28rem;
  display: block;
  border: 0.1rem solid;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  margin: auto;
  position: relative;
  transition: 0.6s;
}
.btn:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 2rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
}
.btn.-blue {
  border-color: #226db3;
  color: #226db3;
}
.btn.-blue:before {
  background-image: url("/aoriika/img/icon_arrow_blue.svg");
  background-repeat: no-repeat;
}
.btn.-blue:hover {
  opacity: 1;
  background: #226db3;
  color: #fff;
}
.btn.-blue:hover:before {
  background-image: url("/aoriika/img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}
.btn.-blue2 {
  color: #fff;
  border-color: #226db3;
  background-color: #226db3;
}
.btn.-blue2:before {
  background-image: url("/aoriika/img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}
.btn.-blue2:hover {
  opacity: 1;
  background: #fff;
  color: #226db3;
}
.btn.-blue2:hover:before {
  background-image: url("/aoriika/img/icon_arrow_blue.svg");
  background-repeat: no-repeat;
}
.btn.-white {
  border-color: #fff;
  color: #fff;
}
.btn.-white:before {
  background-image: url("/aoriika/img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}
.btn.-white:hover {
  opacity: 1;
  background: #fff;
  color: #226db3;
}
.btn.-white:hover:before {
  background-image: url("/aoriika/img/icon_arrow_blue.svg");
  background-repeat: no-repeat;
}

.footwave {
  width: 100%;
  vertical-align: bottom;
}

.under__Mv {
  margin-top: 8rem;
  background: url("/aoriika/img/img_under_mv.jpg");
  background-size: cover;
  background-position: center;
  padding: 7.4rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .under__Mv {
    position: relative;
    z-index: 10;
    margin-top: 5.5rem;
    padding: 5rem 0;
  }
}
.under__Mv-Ttl {
  text-align: center;
  font-size: 3.6rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 3.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .under__Mv-Ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.under__Mv-Ttl.-event {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .under__Mv-Ttl.-event {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .under__Mv-Ttl.-event br {
    display: none;
  }
}
.under__Mv-Ttl.-lh {
  line-height: 2.08em;
}
.under__Mv-Enttl {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .under__Mv-Enttl {
    font-size: 1.6rem;
  }
}
.under__Mv-Cate {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.under__Mv-Cate span {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0 2.5rem 0.3rem;
  border-bottom: 0.1rem solid #fff;
  margin: 0 1rem;
}
.under__Mv-Report {
  text-align: center;
}
.under__Mv-Report span {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding: 0 4rem;
}
.under__Mv-Report span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1.2rem);
  width: 2.5rem;
  height: 2.4rem;
  background: url("/aoriika/img/icon_report_white.svg");
}

.breadcrumb {
  margin: 1.5rem auto;
  display: flex;
  align-items: center;
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    position: relative;
    z-index: 10;
    width: 90%;
    flex-wrap: wrap;
  }
}
.breadcrumb li {
  font-size: 1.2rem;
  color: #484848;
  margin-right: 1rem;
  padding-right: 1rem;
  position: relative;
}
.breadcrumb li:before {
  position: absolute;
  right: -0.5rem;
  top: calc(50% - 0.75em);
  content: ">";
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb li a {
  font-size: 1.2rem;
  color: #484848;
}

footer {
  background: #e9f0f7;
  padding: 3rem 0 2rem;
}
footer .foot__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .foot__Flex {
    display: block;
  }
}
footer .foot__Logo {
  max-width: 18rem;
}
@media screen and (max-width: 767px) {
  footer .foot__Logo {
    max-width: 15rem;
    margin-bottom: 2rem;
  }
}
footer .foot__Nav {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  footer .foot__Nav {
    display: block;
  }
}
footer .foot__Nav .foot__List {
  margin-right: 8.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .foot__Nav .foot__List {
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  footer .foot__Nav .foot__List {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer .foot__Nav .foot__List.-last {
  margin-right: 0;
}
footer .foot__Nav .foot__List .foot__Item {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .foot__Nav .foot__List .foot__Item {
    width: 50%;
  }
}
footer .foot__Nav .foot__List .foot__Item:last-child {
  margin-bottom: 0;
}
footer .foot__Nav .foot__List .foot__Item .foot__Anchor {
  font-size: 1.4rem;
  color: #282828;
}
@media screen and (max-width: 767px) {
  footer .foot__Nav .foot__List .foot__Item .foot__Anchor {
    font-size: 1.3rem;
  }
}
footer .copyright {
  font-size: 1.3rem;
  color: #226db3;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  text-align: right;
  margin-top: 2.5rem;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

.vsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.container {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy.on {
  opacity: 1;
}

.lazy_bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.lazy_bottom.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_right {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}
.lazy_right.on {
  -webkit-transform: none;
  transform: none;
}

.lazy_left {
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
}
.lazy_left.on {
  -webkit-transform: none;
  transform: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none !important;
  font-size: 62.5% !important;
  position: static !important;
  text-align: left !important;
  color: #000 !important;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  max-width: 13rem;
}
@media screen and (max-width: 767px) {
  #page-top {
    max-width: 8rem;
  }
}

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
  }
}
.mv {
  margin-top: 8rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 720px) {
  .mv .mv__pc {
    display: none;
  }
}
.mv .mv__sp {
  display: none;
}
@media screen and (max-width: 720px) {
  .mv .mv__sp {
    display: block;
  }
}
.mv .mv__Cat {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: horizontal1 5s ease-in-out infinite alternate;
}
@media screen and (max-width: 720px) {
  .mv .mv__Cat .mv__Cat__pc {
    display: none;
  }
}
.mv .mv__Cat .mv__Cat__sp {
  display: none;
}
@media screen and (max-width: 720px) {
  .mv .mv__Cat .mv__Cat__sp {
    display: block;
  }
}
.mv .mv__Box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 720px) {
  .mv .mv__Box {
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    top: 50%;
    z-index: 100;
  }
}
.mv .mv__Box .mv__Ttl {
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv .mv__Box .mv__Ttl {
    width: 55%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__Box .mv__Ttl {
    width: 55%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 375px) {
  .mv .mv__Box .mv__Ttl {
    width: 45%;
    margin: 0 auto 2rem;
  }
}
.mv .mv__Box .mv__Txt {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.4em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv .mv__Box .mv__Txt {
    width: 77%;
    margin: auto;
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__Box .mv__Txt {
    width: 77%;
    margin: auto;
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__Box .mv__Txt br {
    display: none;
  }
}
.mv svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv svg {
    bottom: -2px;
  }
}
.mv .mv__Fixbtn {
  position: absolute;
  right: 1rem;
  bottom: 3.5rem;
  max-width: 19.6rem;
  z-index: 10000;
  transition: 0.6s;
}
.mv .mv__Fixbtn.-fixed {
  position: fixed;
  bottom: auto;
  top: 13rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv .mv__Fixbtn.-fixed {
    top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__Fixbtn.-fixed {
    top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__Fixbtn {
    max-width: 10.6rem;
    bottom: 1.5rem;
  }
}
.mv .mv__Fixbtn .mv__Close {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mv .mv__Fixbtn .mv__Close {
    right: 0.5rem;
    top: -0.5rem;
    max-width: 2.4rem;
  }
}

.frontnews {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .frontnews {
    padding: 5rem 0;
    margin-top: 5rem;
  }
}
.frontnews .frontnews__Important {
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .frontnews .frontnews__Important {
    margin-bottom: 4rem;
  }
}
.frontnews .frontnews__Important .frontnews__ImportantList {
  max-width: 88.5rem;
  margin: auto;
  background: #f8d5d0;
}
.frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem {
    display: block;
    border-radius: 1rem;
  }
}
.frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem .frontnews__ImportantSpflex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem .frontnews__ImportantSpflex {
    margin-bottom: 1rem;
  }
}
.frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem .frontnews__ImportantSpflex .frontnews__ImportantLabel {
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background: #c3292d;
  font-weight: 600;
  letter-spacing: 0.1rem;
  width: 10rem;
  text-align: center;
  padding: 0.6rem 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem .frontnews__ImportantSpflex .frontnews__ImportantDate {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  margin-right: 2rem;
  padding-top: 0.3rem;
}
.frontnews .frontnews__Important .frontnews__ImportantList .frontnews__ImportantItem .frontnews__ImportantPostttl a {
  font-size: 1.6rem;
  text-decoration: underline;
}
.frontnews .frontnews__Ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #226db3;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  margin-bottom: 3rem;
}
.frontnews .frontnews__List {
  max-width: 88.5rem;
  margin: 0 auto 4rem;
}
.frontnews .frontnews__List .frontnews__Item {
  padding: 2.8rem 0;
  border-top: 0.2rem dotted #90b6d9;
}
.frontnews .frontnews__List .frontnews__Item:last-child {
  border-bottom: 0.2rem dotted #90b6d9;
}
.frontnews .frontnews__List .frontnews__Item .frontnews__Anchor {
  display: flex;
  align-items: center;
  padding-right: 5rem;
  background: url(/aoriika/img/icon_arrow_gray.svg);
  background-position: center right;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .frontnews .frontnews__List .frontnews__Item .frontnews__Anchor {
    display: block;
  }
}
.frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Spflex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Spflex {
    margin-bottom: 1rem;
  }
}
.frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Date {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  margin-right: 2.2rem;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Date {
    margin-right: 2rem;
  }
}
.frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Category {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  width: 12rem;
  text-align: center;
  padding: 0.6rem 0;
  line-height: 1;
  margin-right: 2.2rem;
  background: #6499ca;
}
.frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Category.cate00 {
  color: #fff;
  background: #c3292d;
}
.frontnews .frontnews__List .frontnews__Item .frontnews__Anchor .frontnews__Postttl {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.frontcontent {
  background: url(/aoriika/img/img_grade_wave.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.frontcontent .frontcontent__Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex {
    display: block;
  }
}
.frontcontent .frontcontent__Flex .frontcontent__Detail {
  width: 31rem;
  padding-bottom: 22rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex .frontcontent__Detail {
    width: 100%;
    padding-bottom: 15rem;
  }
}
.frontcontent .frontcontent__Flex .frontcontent__Detail .frontcontent__Fish {
  position: absolute;
  left: -25.2rem;
  bottom: 0;
  max-width: 23rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex .frontcontent__Detail .frontcontent__Fish {
    left: 1rem;
    max-width: 15rem;
  }
}
.frontcontent .frontcontent__Flex .frontcontent__Detail .frontcontent__Ttl {
  color: #fff;
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 2.5rem;
  padding-top: 3.7rem;
  letter-spacing: 0.1em;
}
.frontcontent .frontcontent__Flex .frontcontent__Detail .frontcontent__Txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 4rem;
  font-weight: 100;
  letter-spacing: 0;
}
.frontcontent .frontcontent__Flex .frontcontent__Detail .btn {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex .frontcontent__Detail .btn {
    margin-left: auto;
  }
}
.frontcontent .frontcontent__Flex .frontcontent__Thum {
  width: calc(100% - 37rem);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex .frontcontent__Thum {
    width: 105%;
    margin-left: -5vw;
  }
}
.frontcontent .frontcontent__Flex .frontcontent__Thum:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 63vw;
  height: 100%;
  content: "";
  background: url(/aoriika/img/img_front_thum_02.png);
  background-size: cover;
  background-position: left center;
  border-radius: 0 10rem 10rem 0;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex .frontcontent__Thum:before {
    display: none;
  }
}
.frontcontent .frontcontent__Flex.-reverse {
  flex-direction: row-reverse;
  margin-bottom: 8rem;
}
.frontcontent .frontcontent__Flex.-reverse .frontcontent__Detail {
  padding-bottom: 0;
}
.frontcontent .frontcontent__Flex.-reverse .frontcontent__Detail .frontcontent__Cat {
  position: absolute;
  right: -9.7rem;
  top: 0;
  max-width: 23rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex.-reverse .frontcontent__Detail .frontcontent__Cat {
    right: 0;
    top: 8rem;
    max-width: 10rem;
    width: 40%;
  }
}
.frontcontent .frontcontent__Flex.-reverse .frontcontent__Detail .frontcontent__Ttl {
  padding-top: 22rem;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex.-reverse .frontcontent__Detail .frontcontent__Ttl {
    padding-top: 5rem;
  }
}
.frontcontent .frontcontent__Flex.-reverse .frontcontent__Thum {
  width: calc(100% - 37rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontcontent .frontcontent__Flex.-reverse .frontcontent__Thum {
    width: 105%;
    margin-right: -5vw;
    margin-left: auto;
  }
}
.frontcontent .frontcontent__Flex.-reverse .frontcontent__Thum:before {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  width: 63vw;
  height: 100%;
  content: "";
  background: url(/aoriika/img/img_front_thum_01.png);
  background-size: 110%;
  background-position: right top;
  border-radius: 10rem 0 0 10rem;
}
.frontcontent svg {
  width: 100%;
  position: absolute;
  left: 0;
}
.frontcontent svg.wave4 {
  top: 0;
  transform: rotate(-180deg);
}
.frontcontent svg.wave5 {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .frontcontent svg.wave5 {
    bottom: -7rem;
  }
}

.frontmesssege {
  margin: 8rem auto 2rem;
  padding: 12rem 0 11.5rem;
  background: url(/aoriika/img/img_front_messege.png);
  background-size: cover;
  background-position: right center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .frontmesssege {
    margin: 2rem 0;
    background: url(/aoriika/img/img_front_messege_tab.png);
    background-size: cover;
    background-position: right center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .frontmesssege {
    padding: 15rem 0 4rem;
    background: url(/aoriika/img/img_front_messege_sp.png);
    background-size: cover;
    background-position: right 31% center;
    position: relative;
  }
}
.frontmesssege .frontmesssege__Ttl {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #226db3;
  margin-bottom: 2rem;
  position: relative;
  letter-spacing: 0.1em;
}
.frontmesssege .frontmesssege__Name {
  font-size: 1.6rem;
  color: #226db3;
  margin-bottom: 4rem;
  position: relative;
  font-weight: 100;
}
.frontmesssege .btn {
  margin-left: 0;
  max-width: 34rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontmesssege .btn {
    margin-left: auto;
    max-width: 28rem;
  }
}
.frontmesssege .front__Cattail {
  position: absolute;
  bottom: -9%;
  right: 10%;
  max-width: 5.4rem;
  transform-origin: center bottom;
  -webkit-animation: yurayura 3s linear infinite;
  animation: yurayura 3s linear infinite;
}

.frontsusumetai {
  margin: 0 auto 2rem;
  padding: 12rem 0 11.5rem;
  background: url(/aoriika/img/img_front_susumetai.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .frontsusumetai {
    background: url(/aoriika/img/img_front_susumetai_tab.png);
    background-position: center left 22%;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .frontsusumetai {
    padding: 5rem 0;
    background: url(/aoriika/img/img_grade.png);
    background-size: cover;
    background-position: center;
  }
}
.frontsusumetai .frontsusumetai__Flex {
  margin-left: 42%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frontsusumetai .frontsusumetai__Flex {
    margin-left: 0;
    display: block;
  }
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 767px) {
  .frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl .frontsusumetai__Ttl {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl .frontsusumetai__Ttl {
    font-size: 2rem;
    margin: 1.5rem auto;
  }
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl .frontsusumetai__Txt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 4rem;
  font-weight: 100;
  letter-spacing: 0;
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl .btn {
  margin-left: 0;
  max-width: 34rem;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fl .btn {
    margin-left: auto;
    max-width: 28rem;
    padding: 2rem;
  }
}

.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr {
  width: 18.3rem;
}
@media screen and (max-width: 767px) {
  .frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr {
    width: 100%;
  }
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr .frontsusumetai__List .frontsusumetai__Item {
  margin-bottom: 1rem;
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr .frontsusumetai__List .frontsusumetai__Item:last-child {
  margin-bottom: 0;
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr .frontsusumetai__List .frontsusumetai__Item .frontsusumetai__Anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #49b5b3;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  height: 7rem;
  border-radius: 10rem;
  transition: 0.6s;
  position: relative;
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr .frontsusumetai__List .frontsusumetai__Item .frontsusumetai__Anchor:before {
  position: absolute;
  width: 2rem;
  height: 0.6rem;
  content: "";
  top: calc(50% - 0.3rem);
  right: 2rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url("/aoriika/img/icon_arrow_green.svg");
  background-repeat: no-repeat;
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr .frontsusumetai__List .frontsusumetai__Item .frontsusumetai__Anchor:hover {
  opacity: 1;
  background: #226db3;
  color: #fff;
}
.frontsusumetai .frontsusumetai__Flex .frontsusumetai__Fr .frontsusumetai__List .frontsusumetai__Item .frontsusumetai__Anchor:hover:before {
  background-image: url("/aoriika/img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}

@keyframes yurayura {
  0%,
  100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
@keyframes yurayura2 {
  0%,
  100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
.frontbottomcontent .frontbottomcontent__Flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .frontbottomcontent .frontbottomcontent__Flex {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex {
    display: block;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fl {
  width: calc(50% - 1rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fl {
    width: 100%;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fl:hover {
  opacity: 0.7;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fl:hover .frontbottomcontent__Thum img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fl:hover .frontbottomcontent__Anchor {
  background: #6dc4c2;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fl:hover .frontbottomcontent__Txt {
  opacity: 1;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fr {
  width: calc(50% - 1rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fr {
    width: 100%;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fr:hover {
  opacity: 0.7;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fr:hover .frontbottomcontent__Thum img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fr:hover .frontbottomcontent__Anchor {
  background: #4e8ac2;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Fr:hover .frontbottomcontent__Txt {
  opacity: 1;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Thum {
  margin-bottom: 0;
  overflow: hidden;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Thum img {
  transition-duration: 0.3s;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Thum img:hover {
  opacity: 1;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor {
  display: block;
  padding: 4rem 0;
  transition: 0.6s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor {
    padding: 4rem 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor {
    padding: 4rem 2rem;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor .frontbottomcontent__Ttl {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3rem;
  max-width: calc(49rem - 6rem);
  width: 100%;
  padding-left: 5.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor .frontbottomcontent__Ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor .frontbottomcontent__Ttl {
    font-size: 2rem;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor .frontbottomcontent__Txt {
  font-size: 1.6rem;
  color: #fff;
  max-width: calc(49rem - 6rem);
  width: 100%;
  line-height: 2em;
  position: relative;
  padding-right: 3rem;
  font-weight: 100;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor .frontbottomcontent__Txt:before {
  position: absolute;
  width: 2rem;
  height: 0.6rem;
  content: "";
  top: calc(50% - 0.3rem);
  right: 0;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url("/aoriika/img/icon_arrow_white.svg");
  background-repeat: no-repeat;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-fantasy {
  background: #49b5b3;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-fantasy {
    padding-right: 2rem;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-fantasy .frontbottomcontent__Ttl {
  margin-left: auto;
  background: url(/aoriika/img/icon_book.png);
  background-size: 4rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-fantasy .frontbottomcontent__Txt {
  margin-left: auto;
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-restaurant {
  background: #226db3;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-restaurant {
    padding-left: 2rem;
  }
}
.frontbottomcontent .frontbottomcontent__Flex .frontbottomcontent__Anchor.-restaurant .frontbottomcontent__Ttl {
  background: url(/aoriika/img/icon_cart.png);
  background-size: 4rem;
  background-repeat: no-repeat;
  background-position: left center;
}

.frontbottom {
  margin: 12rem auto 14rem;
}
@media screen and (max-width: 767px) {
  .frontbottom {
    margin: 5rem 0;
  }
}
.frontbottom .frontbottom__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frontbottom .frontbottom__Flex {
    display: block;
  }
}
.frontbottom .frontbottom__Flex .frontbottom__Fl {
  width: 48%;
  max-width: 46rem;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontbottom .frontbottom__Flex .frontbottom__Fl {
    width: 100%;
    margin: 0 auto 4rem;
    border-radius: 3rem 4rem 4rem 3rem;
  }
}
.frontbottom .frontbottom__Flex .frontbottom__Fl .frontbottom__Anchor {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
}
.frontbottom .frontbottom__Flex .frontbottom__Fl .frontbottom__Anchor:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/aoriika/img/img_front_company.png) no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1300px) {
  .frontbottom .frontbottom__Flex .frontbottom__Fl .frontbottom__Anchor:after {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .frontbottom .frontbottom__Flex .frontbottom__Fl .frontbottom__Anchor:after {
    background-position: center left 48%;
  }
}
.frontbottom .frontbottom__Flex .frontbottom__Fl .frontbottom__Box {
  background: #226db3;
  position: relative;
  z-index: 1;
}
.frontbottom .frontbottom__Flex .frontbottom__Fl .frontbottom__Fish {
  position: absolute;
  bottom: -0.3rem;
  right: -0.5rem;
  max-width: 12.2rem;
  transition: 0.6s;
  z-index: 10;
}
.frontbottom .frontbottom__Flex .frontbottom__Fl:hover {
  opacity: 0.7;
}
.frontbottom .frontbottom__Flex .frontbottom__Fl:hover .frontbottom__Anchor:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.frontbottom .frontbottom__Flex .frontbottom__Fl:hover .frontbottom__Fish {
  right: -1.5rem;
}
.frontbottom .frontbottom__Flex .frontbottom__Fr {
  width: 48%;
  max-width: 46rem;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frontbottom .frontbottom__Flex .frontbottom__Fr {
    margin: auto;
    width: 100%;
    border-radius: 3rem 4rem 4rem 3rem;
  }
}
.frontbottom .frontbottom__Flex .frontbottom__Fr .frontbottom__Anchor {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
}
.frontbottom .frontbottom__Flex .frontbottom__Fr .frontbottom__Anchor:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/aoriika/img/202405/img_front_recruit.png) no-repeat center left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1300px) {
  .frontbottom .frontbottom__Flex .frontbottom__Fr .frontbottom__Anchor:after {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .frontbottom .frontbottom__Flex .frontbottom__Fr .frontbottom__Anchor:after {
    background-position: center left 42%;
  }
}
.frontbottom .frontbottom__Flex .frontbottom__Fr .frontbottom__Box {
  background: #6dc4c2;
  position: relative;
  z-index: 1;
}
.frontbottom .frontbottom__Flex .frontbottom__Fr .frontbottom__Sun {
  position: absolute;
  top: -3rem;
  right: 1.1rem;
  max-width: 6rem;
  transition: 0.6s;
  z-index: 10;
}
.frontbottom .frontbottom__Flex .frontbottom__Fr:hover {
  opacity: 0.7;
}
.frontbottom .frontbottom__Flex .frontbottom__Fr:hover .frontbottom__Anchor:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.frontbottom .frontbottom__Flex .frontbottom__Fr:hover .frontbottom__Sun {
  top: -4.5rem;
}
.frontbottom .frontbottom__Flex .frontbottom__Thum {
  width: calc(100% - 16rem);
}
.frontbottom .frontbottom__Flex .frontbottom__Box {
  margin-left: auto;
  width: 16rem;
  padding: 9rem 0 7rem;
  text-align: center;
  border-radius: 0 3rem 3rem 0;
  overflow: hidden;
}
.frontbottom .frontbottom__Flex .frontbottom__Box .frontbottom__Ttl {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3.5rem;
  letter-spacing: 0.1em;
}
.frontbottom .frontbottom__Flex .frontbottom__Box .frontbottom__Arrow {
  display: block;
}

.commodities__Catch {
  margin: 6rem auto;
}
.commodities__Catch.-second {
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .commodities__Catch.-second {
    width: 90%;
    margin: 0 auto 3rem;
    position: relative;
  }
}
.commodities__Catch.-last {
  margin-bottom: 0;
}
.commodities__Catch-Txt {
  font-size: 1.8rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.94em;
}
@media screen and (max-width: 767px) {
  .commodities__Catch-Txt {
    font-size: 1.6rem;
  }
}
.commodities__Catch-Txt.-second {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .commodities__Catch-Txt.-second {
    font-size: 1.8rem;
  }
}
.commodities__Catch-Btn {
  background: #226db3;
  color: #fff;
  display: block;
  padding: 1.5rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  border: 0.2rem solid #226db3;
  transition: 0.6s;
  position: relative;
  max-width: 28rem;
  margin: 4rem auto 0;
}
.commodities__Catch-Btn:hover {
  opacity: 1;
  background: #fff;
  color: #226db3;
}

.commodities__Btn {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .commodities__Btn {
    position: relative;
    z-index: 10;
  }
}
.commodities__Btn-List {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .commodities__Btn-List {
    display: block;
  }
}
.commodities__Btn-Item {
  max-width: 26rem;
  width: 100%;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .commodities__Btn-Item {
    max-width: 90%;
    margin: 0 auto 1rem;
  }
}
.commodities__Btn-Item a {
  background: #226db3;
  color: #fff;
  display: block;
  padding: 2rem;
  padding-right: 3rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  border: 0.2rem solid #226db3;
  transition: 0.6s;
  position: relative;
}
.commodities__Btn-Item a:before {
  position: absolute;
  right: 3rem;
  top: calc(50% - 0.6rem);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  content: "";
  transform: rotate(45deg);
  transition: 0.6s;
}
.commodities__Btn-Item a:hover {
  opacity: 1;
  background: #fff;
  color: #226db3;
}
.commodities__Btn-Item a:hover:before {
  border-right: 0.2rem solid #226db3;
  border-bottom: 0.2rem solid #226db3;
}

.commodities__Wave {
  padding: 18rem 0;
  background: url(/aoriika/img/img_commodities_wave.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commodities__Wave {
    padding: 15rem 0 5rem;
    margin-top: -8rem;
  }
}
.commodities__Wave svg {
  width: 100%;
  position: absolute;
  left: 0;
}
.commodities__Wave svg.wave6 {
  top: 0;
  transform: rotate(-180deg);
}
.commodities__Wave svg.wave7 {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .commodities__Wave svg.wave7 {
    bottom: -7rem;
  }
}

.commodities__Obsession-Ttl {
  font-size: 2.4rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
.commodities__Obsession-Flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commodities__Obsession-Flex {
    display: block;
    margin-bottom: 3rem;
  }
}
.commodities__Obsession-Flex.-reverse {
  flex-direction: row-reverse;
}
.commodities__Obsession-Flex-Thumnail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .commodities__Obsession-Flex-Thumnail {
    width: 100%;
    position: relative;
  }
}
.commodities__Obsession-Flex-Chumi {
  position: absolute;
  right: 1rem;
  top: -7rem;
}
@media screen and (max-width: 767px) {
  .commodities__Obsession-Flex-Chumi {
    right: 0rem;
    top: -5.5rem;
    max-width: 7rem;
  }
}
.commodities__Obsession-Flex-Detail {
  margin-top: 4rem;
  width: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commodities__Obsession-Flex-Detail {
    margin-top: 1rem;
    width: 100%;
    padding: 2rem;
  }
}
.commodities__Obsession-Flex-Subttl {
  font-size: 2rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}
.commodities__Obsession-Flex-Txt {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
}

.commodities__Liscence {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence {
    padding-bottom: 5rem;
  }
}
.commodities__Liscence .container {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  padding: 3.3rem 5rem 4rem;
  margin-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence .container {
    margin-bottom: 3rem;
    padding: 2rem;
    margin-top: 5rem;
  }
}
.commodities__Liscence-Cat {
  position: absolute;
  left: 5rem;
  top: -5.7rem;
  max-width: 14.5rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence-Cat {
    left: 0;
    top: -3.7rem;
    max-width: 10.5rem;
  }
}
.commodities__Liscence-Ttl {
  text-align: center;
  margin-bottom: 4.5rem;
}
.commodities__Liscence-Ttl span {
  display: inline-block;
  font-size: 1.8rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 0.2rem solid #226db3;
}
.commodities__Liscence-Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence-Flex {
    display: block;
  }
}
.commodities__Liscence-Flex-Fl,
.commodities__Liscence-Flex-Fr {
  width: 46.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence-Flex-Fl,
  .commodities__Liscence-Flex-Fr {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .commodities__Liscence-Flex-Fr {
    margin-bottom: 0;
  }
}
.commodities__Liscence-Flex-Figure {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence-Flex-Figure {
    width: 15rem;
    margin: 0 auto 2rem;
  }
}
.commodities__Liscence-Flex-Dl {
  width: calc(100% - 12.2rem);
}
@media screen and (max-width: 767px) {
  .commodities__Liscence-Flex-Dl {
    width: 100%;
  }
}
.commodities__Liscence-Flex-Dt {
  font-size: 1.6rem;
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.commodities__Liscence-Flex-Dd {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .commodities__Liscence .btn {
    position: relative;
    z-index: 10;
  }
}

.commodities__Client {
  margin-top: 8.7rem;
}
.commodities__Client-Flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Flex {
    display: block;
    margin-bottom: 3rem;
  }
}
.commodities__Client-Flex.-mt {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Flex.-mt {
    margin-top: 5rem;
  }
}
.commodities__Client-Flex-Thum {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Flex-Thum {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.commodities__Client-Flex-Dl {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Flex-Dl {
    width: 100%;
  }
}
.commodities__Client-Flex-Dt {
  font-size: 2.2rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
  border-bottom: 0.2rem solid #226db3;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Flex-Dt {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.commodities__Client-Flex-Dd {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
  font-weight: 400;
}
.commodities__Client .commodities__Client-Brand {
  border-radius: 3rem;
  overflow: hidden;
}
.commodities__Client .commodities__Client-Brand.-mt {
  margin-top: 4rem;
}
.commodities__Client .commodities__Client-Brand-Ttl {
  text-align: center;
  color: #fff;
  background: #7aa7d1;
  padding: 2.3rem;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.commodities__Client .commodities__Client-Brand-Wrap {
  padding: 5rem;
  background: #e9f0f7;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Wrap {
    padding: 4rem 2rem;
  }
}
.commodities__Client .commodities__Client-Brand-List {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 0.2rem dotted #90b6d9;
}
.commodities__Client .commodities__Client-Brand-List:last-child {
  border: none;
}
.commodities__Client .commodities__Client-Brand-Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Flex {
    display: block;
  }
}
.commodities__Client .commodities__Client-Brand-Fl {
  width: 47.7%;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Fl {
    width: 100%;
  }
}
.commodities__Client .commodities__Client-Brand-Fr {
  width: 47.7%;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Fr {
    width: 100%;
    margin-top: 3rem;
  }
}
.commodities__Client .commodities__Client-Brand-Thum {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Thum {
    text-align: center;
  }
}
.commodities__Client .commodities__Client-Brand-Txt {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
  font-weight: 400;
  margin-bottom: 4rem;
  min-height: 12rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Txt {
    margin-bottom: 2rem;
    min-height: auto;
  }
}

.commodities__Client-Brand-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -4%;
}
.commodities__Client-Brand-logo >li {
    width: 48%;
    margin: 4% 0 0 4%;
}
.commodities__Client-Brand-logo >li:nth-child(2n+1) {
    margin-left: 0;
}
.commodities__Client-Brand-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.2rem 3rem;
}
.commodities__Client-Brand-items >li {
    width: 48%;
    margin: 2% 0;
}


.commodities__Client .commodities__Client-Brand-Btn.btn.-blue {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Btn.btn.-blue {
    margin-left: auto;
  }
}
.commodities__Client .commodities__Client-Brand-Btn.btn.-blue:before {
  background-image: url(/aoriika/img/icon_target_blue.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
}
.commodities__Client .commodities__Client-Brand-Btn.btn.-blue:hover:before {
  background-image: url(/aoriika/img/icon_target_white.svg);
}
.commodities__Client .commodities__Client-Brand-Menu {
  background: #fff;
  padding: 2.2rem 3rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client .commodities__Client-Brand-Menu {
    padding: 2rem;
  }
}
.commodities__Client .commodities__Client-Brand-Menuitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #226db3;
}
.commodities__Client .commodities__Client-Brand-Menuitem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.commodities__Client .commodities__Client-Brand-Menu-Thum {
  width: 50%;
}
.commodities__Client .commodities__Client-Brand-Menu-Txt {
  width: 50%;
  padding-left: 1.75rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.commodities__Client-Txt {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
}
.commodities__Client-Official {
  max-width: 71rem;
  margin: auto;
}
.commodities__Client-Official-Anchor {
  display: flex;
  background: #226db3;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Official-Anchor {
    display: block;
  }
}
.commodities__Client-Official-Thum {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Official-Thum {
    width: 100%;
  }
}
.commodities__Client-Official-Detail {
  width: 50%;
  padding: 3.3rem 0 2.2rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Official-Detail {
    width: 100%;
    padding: 3rem 2rem 5rem;
  }
}
.commodities__Client-Official-Logo {
  max-width: 11.7rem;
  margin: 0 auto 2.3rem;
}
.commodities__Client-Official-Ttl {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
.commodities__Client-Official-Ttl:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  right: calc(50% - 0.4rem);
  bottom: -2.5rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
}
.commodities__Client-Mainitem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 0.2rem dotted #90b6d9;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Mainitem {
    display: block;
  }
}
.commodities__Client-Mainitem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.commodities__Client-Mainitem-Thum {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Mainitem-Thum {
    width: 60%;
    margin: 0 auto 2rem;
  }
}
.commodities__Client-Mainitem-Detail {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Mainitem-Detail {
    width: 100%;
  }
}
.commodities__Client-Mainitem-Ttl {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
  margin-bottom: 1.4rem;
}
.commodities__Client-Mainitem-Txt {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
  font-weight: 400;
  margin-bottom: 2rem;
}
.commodities__Client-Mainitem-Picture {
  background: #fff;
  padding: 2.5rem;
  display: flex;
  align-items: center;
}

.commodities__Client-Mainitem.ver2 {
    padding-bottom: 0;
    border-bottom: none;
}
.commodities__Client-subitem {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 0.2rem dotted #90b6d9;
}
.commodities__Client-subitem-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4%;
}
.commodities__Client-subitem-list >li {
    width: 32%;
    margin: 4% 0 0 2%;
    text-align: center;
}
.commodities__Client-subitem-list >li:nth-child(3n+1) {
    margin-left: 0;
}
.commodities__C-s-list-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.commodities__Client-subitem-list >li h4 {
    font-size: 1.6rem;
    color: #226db3;
    line-height: 1.875em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.commodities__Client-subitem-list >li p {
    line-height: 1.875em;
    font-size: 1.3rem;
}
@media screen and (max-width: 767px) {

    .commodities__Client-subitem-list >li {
        width: 48%;
        margin: 4% 0 0 4%;
    }
    .commodities__Client-subitem-list >li:nth-child(3n+1) {
        margin: 4% 0 0 4%;
    }
    .commodities__Client-subitem-list >li:nth-child(2n+1) {
        margin-left: 0;
    }

}




@media screen and (max-width: 767px) {
  .commodities__Client-Mainitem-Picture {
    padding: 2rem;
    display: block;
  }
}
.commodities__Client-Mainitem-Picture-Flex {
  display: flex;
  align-items: center;
}


@media screen and (max-width: 767px) {
  .commodities__Client-Mainitem-Picture-Flex {
    justify-content: space-between;
  }
}
.commodities__Client-Mainitem-Picture-Thum {
  max-width: 15rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .commodities__Client-Mainitem-Picture-Thum {
    max-width: calc(50% - 1rem);
    margin-right: 0;
  }
}
.commodities__Client-Mainitem-Picture-Txt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #282828;
  line-height: 2em;
}

.sustainability__Vision {
  padding: 13rem 0;
  background: url(/aoriika/img/img_commodities_wave.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision {
    padding: 18rem 0 10rem;
    margin-top: -10rem;
  }
}
.sustainability__Vision svg {
  width: 100%;
  position: absolute;
  left: 0;
}
.sustainability__Vision svg.wave6 {
  top: 0;
  transform: rotate(-180deg);
}
.sustainability__Vision svg.wave7 {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision svg.wave7 {
    bottom: -7rem;
  }
}
.sustainability__Vision .container {
  display: flex;
  justify-content: space-between;
  margin: 7rem auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision .container {
    display: block;
    margin: 0rem auto;
  }
}
.sustainability__Vision-Fl {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Fl {
    width: 100%;
  }
}
.sustainability__Vision-Fr {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Fr {
    width: 100%;
  }
}
.sustainability__Vision-Fr:before {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
  background: url(/aoriika/img/img_sustainability_vision.png);
  background-size: cover;
  background-position: left center;
  border-radius: 10rem 0 0 10rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Fr:before {
    display: none;
  }
}
.sustainability__Vision-Fr-Cat {
  max-width: 8.7rem;
  position: absolute;
  left: -8.7rem;
  top: 6.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Fr-Cat {
    left: -5vw;
    max-width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Fr img.vsp {
    width: 100vw;
    max-width: 100vw;
    padding-left: 10vw;
    position: relative;
    z-index: 50;
  }
}
.sustainability__Vision-Ttl {
  font-size: 3.2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.875em;
  margin-bottom: 4.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Ttl {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.sustainability__Vision-Ttl span {
  font-family: "Comfortaa", cursive;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sustainability__Vision-Ttl span {
    font-size: 1.4rem;
  }
}
.sustainability__Vision-Txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.25em;
}

@media screen and (max-width: 767px) {
  .sustainability__Culture {
    position: relative;
  }
}
.sustainability__Culture-Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sustainability__Culture-Flex {
    display: block;
  }
}
.sustainability__Culture-Flex.-reverse {
  flex-direction: row-reverse;
  margin-top: 8rem;
}
.sustainability__Culture-Thum {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sustainability__Culture-Thum {
    width: 100%;
  }
}
.sustainability__Culture-Detail {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sustainability__Culture-Detail {
    margin-top: 2rem;
    width: 100%;
  }
}
.sustainability__Culture-Icon {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sustainability__Culture-Icon {
    margin-bottom: 2rem;
  }
}
.sustainability__Culture-Subttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
}
.sustainability__Culture-Ttl {
  font-size: 2.2rem;
  color: #226db3;
  font-weight: bold;
  margin-bottom: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
}
.sustainability__Culture-Txt {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
  margin-bottom: 3rem;
}
.sustainability__Culture .btn {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .sustainability__Culture .btn {
    margin-left: auto;
  }
}

.sustainability__attempt {
  border-radius: 3rem;
  overflow: hidden;
  margin-bottom: 7.8rem;
}
.sustainability__attempt-Ttl {
  text-align: center;
  color: #fff;
  background: #7aa7d1;
  padding: 2.3rem;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.sustainability__attempt-List {
  padding: 5rem;
  background: #e9f0f7;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sustainability__attempt-List {
    padding: 2rem;
    display: block;
  }
}
.sustainability__attempt-Item {
  width: 28.9%;
}
@media screen and (max-width: 767px) {
  .sustainability__attempt-Item {
    width: 100%;
  }
}
.sustainability__attempt-Thum {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sustainability__attempt-Thum {
    margin-bottom: 2rem;
  }
}
.sustainability__attempt-Subttl {
  color: #226db3;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.sustainability__attempt-Txt {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
  margin-bottom: 3rem;
}

.sustainability__Susumetai {
  margin-top: 12rem;
  background: url("/aoriika/img/img_sustainability_susumetai.jpg");
  padding: 7rem 0 6rem;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .sustainability__Susumetai {
    background: url(/aoriika/img/img_grade.png);
    padding: 5rem 0;
    background-size: cover;
    background-position: center;
  }
}
.sustainability__Susumetai-Flex {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sustainability__Susumetai-Flex {
    display: block;
  }
}
.sustainability__Susumetai-Cont {
  max-width: 42rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sustainability__Susumetai-Cont {
    width: 100%;
  }
}
.sustainability__Susumetai-Ttl {
  color: #fff;
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 3.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sustainability__Susumetai-Ttl {
    margin: 2rem auto;
  }
}
.sustainability__Susumetai-Txt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 4rem;
  line-height: 1.875em;
}
.sustainability__Susumetai .btn {
  margin-left: 0;
  max-width: 34rem;
}
@media screen and (max-width: 767px) {
  .sustainability__Susumetai .btn {
    max-width: 28rem;
    margin-left: auto;
    padding: 2rem 2rem;
  }
}

.company__Philosophy {
  padding: 18rem 0;
  background: url(/aoriika/img/img_commodities_wave.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__Philosophy {
    padding: 15rem 0 5rem;
    margin-top: -8rem;
  }
}
.company__Philosophy svg {
  width: 100%;
  position: absolute;
  left: 0;
}
.company__Philosophy svg.wave6 {
  top: 0;
  transform: rotate(-180deg);
}
.company__Philosophy svg.wave7 {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .company__Philosophy svg.wave7 {
    bottom: -7rem;
  }
}
.company__Philosophy-Flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .company__Philosophy-Flex {
    display: block;
  }
}
.company__Philosophy-Flex.-reverse {
  flex-direction: row-reverse;
}
.company__Philosophy-Thum {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .company__Philosophy-Thum {
    width: 100%;
  }
}
.company__Philosophy-Detail {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .company__Philosophy-Detail {
    width: 100%;
  }
}
.company__Philosophy-Ttl {
  font-size: 3.2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company__Philosophy-Ttl {
    font-size: 2.4rem;
    margin: 2rem auto;
  }
}
.company__Philosophy-Ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}
.company__Philosophy-Txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.25em;
}

.company__Messege {
  padding-top: 18rem;
  margin-bottom: 9rem;
  margin-top: -18rem;
}
@media screen and (max-width: 767px) {
  .company__Messege {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}
.company__Messege-Flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .company__Messege-Flex {
    display: block;
  }
}
.company__Messege-Fl {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .company__Messege-Fl {
    width: 100%;
  }
}
.company__Messege-Ttl {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 3.5rem;
  color: #226db3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .company__Messege-Ttl {
    font-size: 2.4rem;
  }
}
.company__Messege-Ttl span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #282828;
  display: block;
  margin-bottom: 1rem;
}
.company__Messege-Name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #282828;
  margin-bottom: 3.7rem;
}
.company__Messege-Name span {
  font-size: 1.4rem;
  display: block;
}
.company__Messege-Txt {
  font-size: 1.6rem;
  color: #282828;
  font-weight: 500;
  line-height: 1.875em;
}
.company__Messege-Sign {
  margin-top: 2.2rem;
  text-align: right;
}
.company__Messege-Fr {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__Messege-Fr {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.company__Messege-Fr:before {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  max-height: 66rem;
  content: "";
  background: url(/aoriika/img/img_company_messege.png);
  background-size: cover;
  background-position: left center;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (min-width: 1400px) {
  .company__Messege-Fr:before {
    max-height: 50vw;
    background-position: left top;
  }
}
@media screen and (max-width: 767px) {
  .company__Messege-Fr:before {
    display: none;
  }
}

.company__Profile {
  background: #e9f0f7;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .company__Profile {
    padding: 5rem 0;
  }
}
.company__Profile-Inner {
  max-width: 74rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .company__Profile-Inner {
    max-width: 90%;
  }
}
.company__Profile-Ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 3.5rem;
}
.company__Profile-Ttl span {
  display: inline-block;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #226db3;
  letter-spacing: 0.2em;
}
.company__Profile-Table {
  width: 100%;
  background: #fff;
  margin-bottom: 4.5rem;
}
.company__Profile-Th {
  width: 16rem;
  background: #7aa7d1;
  color: #fff;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem;
  border-bottom: 0.2rem solid #fff;
}
.company__Profile-Td {
  width: calc(100% - 16rem);
  font-size: 1.4rem;
  color: #282828;
  font-weight: 500;
  padding: 1.5rem;
  border-bottom: 0.2rem solid #7aa7d1;
}
.company__Profile-Td.-relative {
  position: relative;
}
.company__Profile-Td-List {
  display: flex;
  flex-wrap: wrap;
}
.company__Profile-Td-Item {
  width: 20rem;
}
.company__Profile-Btn {
  position: absolute;
  right: 3rem;
  top: calc(50%);
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #90b6d9;
  text-align: center;
  max-width: 14rem;
  width: 100%;
  display: block;
  border-radius: 3rem;
  padding: 0.8rem;
  border: 0.1rem solid #90b6d9;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .company__Profile-Btn {
    position: static;
    margin-top: 3rem;
  }
}
.company__Profile-Btn:hover {
  background: #90b6d9;
  color: #fff;
  opacity: 1;
}
.company__Profile-Tr:last-child .company__Profile-Th,
.company__Profile-Tr:last-child .company__Profile-Td {
  border-bottom: none;
}
.company__Profile-History {
  background: url("/aoriika/img/img_company_profile.jpg");
  background-size: cover;
  padding: 7.5rem 0;
  display: block;
  position: relative;
}
.company__Profile-History:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 6rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
}
.company__Profile-History-Cont {
  width: 80%;
  max-width: 35rem;
  margin-left: auto;
}
.company__Profile-History-Ttl {
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.company__Profile-History-Txt {
  font-size: 1.4rem;
  color: #fff;
}

.company__Award {
  margin-top: 8.3rem;
}
@media screen and (max-width: 767px) {
  .company__Award {
    margin-top: 5rem;
  }
}
.company__Award-Ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 5rem;
}
.company__Award-Ttl span {
  display: inline-block;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #226db3;
  letter-spacing: 0.2em;
}
.company__Award-Flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .company__Award-Flex {
    display: block;
  }
}
.company__Award-Fl {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .company__Award-Fl {
    width: 100%;
  }
}
.company__Award-Table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__Award-Table {
    margin-top: 2rem;
  }
}
.company__Award-Table-Tr {
  border-bottom: 0.1rem dotted #90b6d9;
}
.company__Award-Table-Tr:last-child {
  border-bottom: none;
}
.company__Award-Table-Th {
  width: 14rem;
  font-size: 1.6rem;
  color: #226db3;
  padding: 0.5rem 0;
  vertical-align: top;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .company__Award-Table-Th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    line-height: 1.875em;
  }
}
.company__Award-Table-Td {
  width: calc(100% - 14rem);
  font-size: 1.6rem;
  color: #282828;
  padding: 0.5rem 0;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .company__Award-Table-Td {
    display: block;
    width: 100%;
    line-height: 1.875em;
  }
}
.company__Award-Fr {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company__Award-Fr {
    width: 100%;
  }
}
.company__Award-Dl {
  background: #e9f0f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8rem 6rem;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .company__Award-Dl {
    display: block;
    padding: 2rem;
    border-radius: 5rem;
  }
}
.company__Award-Dt {
  font-size: 1.8rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  width: 24rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company__Award-Dt {
    width: 100%;
  }
}
.company__Award-Dd {
  width: calc(100% - 24rem);
  font-size: 1.6rem;
  color: #282828;
  font-weight: 500;
  padding-left: 3rem;
  border-left: 0.2rem solid #226db3;
  line-height: 1.875em;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .company__Award-Dd {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 0;
    border-left: none;
    border-top: 0.2rem solid #226db3;
    width: 100%;
  }
}

.company__Media {
  margin: 10.4rem auto 11.5rem;
}
@media screen and (max-width: 767px) {
  .company__Media {
    margin: 5rem auto;
  }
}
.company__Media-Ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 5rem;
}
.company__Media-Ttl span {
  display: inline-block;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #226db3;
  letter-spacing: 0.1em;
}
.company__Media-Flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .company__Media-Flex {
    display: block;
  }
}
.company__Media-Fr {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .company__Media-Fr {
    width: 100%;
  }
}
.company__Media-Fl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .company__Media-Fl {
    width: 100%;
  }
}
.company__Media-Table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__Media-Table {
    margin-top: 2rem;
  }
}
.company__Media-Table-Tr {
  border-bottom: 0.1rem dotted #90b6d9;
}
.company__Media-Table-Th {
  width: 11.6rem;
  font-size: 1.6rem;
  color: #226db3;
  padding: 0.4rem 0;
  vertical-align: top;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .company__Media-Table-Th {
    display: block;
    width: 100%;
    line-height: 1.875em;
    padding-bottom: 0;
  }
}
.company__Media-Table-Td {
  width: calc(100% - 11.6rem);
  font-size: 1.6rem;
  color: #282828;
  padding: 0.4rem 0;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .company__Media-Table-Td {
    display: block;
    width: 100%;
    line-height: 1.875em;
  }
}

.company__Access {
  padding: 6rem 0 9.6rem;
  background: #e9f0f7;
}
@media screen and (max-width: 767px) {
  .company__Access {
    padding: 5rem 0;
  }
}
.company__Access-Ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 5rem;
}
.company__Access-Ttl span {
  display: inline-block;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #226db3;
}
.company__Access-Flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company__Access-Flex {
    display: block;
  }
}
.company__Access-Fl {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .company__Access-Fl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.company__Access-Companyname {
  font-size: 1.6rem;
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}
.company__Access-Companyaddress {
  font-size: 1.4rem;
  color: #282828;
  line-height: 1.57em;
  font-weight: 500;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #282828;
}
@media screen and (max-width: 767px) {
  .company__Access-Companyaddress {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.company__Access-Companyhowto {
  font-size: 1.4rem;
  color: #282828;
  line-height: 1.57em;
  font-weight: 500;
  margin-bottom: 4.6rem;
}
.company__Access .btn.-blue:before {
  background-image: url(/aoriika/img/icon_target_blue.svg);
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
}
.company__Access .btn.-blue:hover:before {
  background-image: url(/aoriika/img/icon_target_white.svg);
  background-repeat: no-repeat;
}
.company__Access-Fr {
  width: 60%;
  height: 0;
  padding-bottom: 39.25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__Access-Fr {
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 2rem;
  }
}
.company__Access-Fr iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.company__Access-Fr-Cattail {
  position: absolute;
  top: -14%;
  right: 4%;
  max-width: 3.6rem;
  transform-origin: center bottom;
  -webkit-animation: yurayura 3s linear infinite;
  animation: yurayura 3s linear infinite;
}
@media screen and (max-width: 767px) {
  .company__Access-Fr-Cattail {
    top: -24%;
  }
}

.history__Base {
  margin: 15rem auto 10rem;
}
@media screen and (max-width: 767px) {
  .history__Base {
    margin: 5rem 0;
  }
}
.history__Base-Ttl {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #282828;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .history__Base-Ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.history__Base-Ttl span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .history__Base-Ttl span {
    display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.history__Base-Txt {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2.1em;
  color: #282828;
}
@media screen and (max-width: 767px) {
  .history__Base-Txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .history__Base-Txt br {
    display: none;
  }
}

.history__Progress-Mv {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__Progress-Mv {
    margin-bottom: 0rem;
    overflow: hidden;
    padding-bottom: 25rem;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .history__Progress-Mv img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}
.history__Progress-Mv-Ttl {
  position: absolute;
  padding: 2.5rem 2.7rem 4rem 2.7rem;
  border-radius: 0 0 5rem 5rem;
  left: 6rem;
  top: 0;
  background-color: #fff;
  color: #282828;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .history__Progress-Mv-Ttl {
    font-size: 1.8rem;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 1rem;
    border-radius: 0 1rem 1rem 0;
    left: 0;
    top: 1rem;
  }
}
.history__Progress-Mv-Ttl span {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .history__Progress-Mv-Ttl span {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.history__Progress-Flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex {
    display: block;
  }
}
.history__Progress-Flex:last-child {
  margin-bottom: 0;
}
.history__Progress-Flex-Fr {
  width: 36rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Fr {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.history__Progress-Flex-Fr-Cat {
  position: absolute;
  right: 0rem;
  top: -14.5rem;
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Fr-Cat {
    top: -9.5rem;
    max-width: 8rem;
  }
}
.history__Progress-Flex-Fl {
  width: calc(100% - 42rem);
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Fl {
    width: 100%;
  }
}
.history__Progress-Flex-Thum {
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Thum {
    width: 32%;
    margin-bottom: 0;
  }
}
.history__Progress-Flex-Thum:last-child {
  margin-bottom: 0;
}
.history__Progress-Flex-Thum span {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Thum span {
    pointer-events: initial;
    position: relative;
    height: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Thum span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Thum span:after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
    content: "";
    background: url(/aoriika/img/icon_modal.svg);
    background-size: cover;
  }
}
.history__Progress-Flex-Subttl {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .history__Progress-Flex-Subttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.history__Progress-Flex-Txt {
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #282828;
}
.history__Progress-List {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .history__Progress-List {
    padding-bottom: 5rem;
  }
}
.history__Progress-List:before {
  width: 0.5rem;
  height: 100%;
  content: "";
  position: absolute;
  left: 2.8rem;
  top: 0;
  background: #90b6d9;
  border-radius: 1rem 1rem 0 0;
}
.history__Progress-List.-last {
  padding-bottom: 0.5rem;
  border-radius: 1rem;
}
.history__Progress-Item {
  font-size: 1.4rem;
  color: #282828;
  padding: 2rem 2rem 2rem 7.2rem;
  position: relative;
  margin-bottom: 2rem;
}
.history__Progress-Item span {
  width: 6rem;
  height: 6rem;
  text-align: center;
  display: block;
  line-height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  background: #d3e2f0;
  border-radius: 50rem;
  position: absolute;
  left: 0;
  top: 0;
}

.history__Resolve {
  max-width: 100rem;
  margin: 10rem auto 0;
  padding-top: 10rem;
  border-top: 0.1rem solid #282828;
  text-align: center;
  font-size: 1.6rem;
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2.1em;
}
@media screen and (max-width: 767px) {
  .history__Resolve {
    max-width: 90%;
    margin: 5rem auto 0;
    padding-top: 5rem;
    text-align: left;
    font-size: 1.4rem;
  }
}

.fantasy {
  background: url("/aoriika/img/img_fantasy.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: -20rem;
}
@media screen and (max-width: 767px) {
  .fantasy {
    background: url("/aoriika/img/img_fantasy_sp.jpg");
    background-size: 100%;
    background-position: top center;
  }
}
.fantasy .fantasy__Mv {
  margin-top: 8rem;
  position: relative;
  text-align: center;
  padding-top: 5vw;
}
@media screen and (max-width: 767px) {
  .fantasy .fantasy__Mv {
    padding-top: 16vw;
    margin-top: 5.5rem;
  }
}
.fantasy .fantasy__Mv-Ttl {
  margin: 0 auto 36vw;
  width: 39.7vw;
  max-width: 57.3rem;
}
@media screen and (max-width: 767px) {
  .fantasy .fantasy__Mv-Ttl {
    max-width: 90%;
    width: 90%;
    margin-bottom: 24rem;
  }
}
.fantasy .fantasy__Mv-Logo {
  margin: 0 auto 4rem;
  width: 20.4vw;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .fantasy .fantasy__Mv-Logo {
    width: 100%;
    max-width: 59%;
  }
}
.fantasy__Body-Txt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.88em;
}
@media screen and (max-width: 767px) {
  .fantasy__Body-Txt {
    font-size: 1.3rem;
    width: 80%;
    margin: auto;
  }
}
.fantasy__Body-Author {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.88em;
}
@media screen and (max-width: 767px) {
  .fantasy__Body-Author {
    font-size: 1.2rem;
  }
}
.fantasy__Subttl {
  padding-bottom: 4rem;
  text-align: center;
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Subttl {
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
}
.fantasy__Subttl span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fantasy__Subttl span {
    max-width: 60%;
  }
}
.fantasy__Subttl span:before {
  content: "";
  width: 10rem;
  height: 3.5rem;
  background: url(/aoriika/img/icon_singlebook_ttl-before.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -12rem;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Subttl span:before {
    top: -0.25rem;
    width: 5rem;
    height: 1.75rem;
    left: -6rem;
    background-size: cover;
  }
}
.fantasy__Subttl span:after {
  content: "";
  width: 10rem;
  height: 3.5rem;
  background: url(/aoriika/img/icon_singlebook_ttl-after.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -12rem;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Subttl span:after {
    top: -0.25rem;
    width: 5rem;
    height: 1.75rem;
    right: -6rem;
    background-size: cover;
  }
}
.fantasy__Characters {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Characters {
    margin-top: 8rem;
  }
}
.fantasy__Characters-List {
  max-width: 100rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fantasy__Characters-List {
    display: block;
  }
}
.fantasy__Characters-Item {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .fantasy__Characters-Item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.fantasy__Characters-Thum {
  max-width: 28rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Characters-Thum {
    max-width: 40%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .fantasy__Characters dl {
    width: 55%;
  }
}
.fantasy__Characters-Name {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Characters-Name {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.fantasy__Characters-Profile {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.875em;
}

.fantasy__Story {
  padding-bottom: 27.5rem;
  background: url("/aoriika/img/img_fantasy_wave.jpg");
  background-size: 100%;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Story {
    padding-top: 8rem;
    padding-bottom: 20.5rem;
  }
}
.fantasy__Story .fantasy__Subttl {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Story .fantasy__Subttl {
    margin-bottom: 4rem;
  }
}
.fantasy__Story-List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-List {
    display: block;
  }
}
.fantasy__Story-Item {
  width: 31%;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-Item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.fantasy__Story-Item:nth-child(3n + 2) {
  margin: 0 3.5% 9.5rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-Item:nth-child(3n + 2) {
    margin: 0 0 2.5rem;
  }
}
.fantasy__Story a {
  display: block;
  height: 100%;
  background: #fff;
  padding: 4.4rem 2rem 0.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fantasy__Story a {
    display: flex;
    justify-content: space-between;
    padding: 3.4rem 2rem 2.5rem;
    border-radius: 0 0 3rem 0;
  }
}
.fantasy__Story a:after {
  content: "";
  position: absolute;
  left: calc(53% - 1.65rem);
  top: -1rem;
  width: 3.3rem;
  height: 4rem;
  background-image: url("/aoriika/img/icon_pin.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fantasy__Story a:after {
    width: 1.65rem;
    height: 2rem;
    left: calc(50% - 0.825rem);
  }
}
.fantasy__Story a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4rem;
  width: 100%;
  height: 5rem;
  background-image: url("/aoriika/img/img_fantasy_story_page.png");
  background-position: bottom right;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .fantasy__Story a:before {
    bottom: 0rem;
    height: 2.5rem;
    background-size: 50%;
  }
}
.fantasy__Story a:hover {
  opacity: 1;
}
.fantasy__Story a:hover .fantasy__Story-Thum img:hover {
  opacity: 1;
}
.fantasy__Story-Thum {
  border-radius: 2rem;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  padding-bottom: 19rem;
  position: relative;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-Thum {
    width: 45%;
    padding-bottom: 13.5rem;
  }
}
.fantasy__Story-Thum img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fantasy__Story-Thum img:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-Spbox {
    width: 50%;
  }
}
.fantasy__Story-Ttl {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
  text-align: center;
  line-height: 1.66em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-Ttl {
    text-align: left;
    font-size: 1.4rem;
  }
}
.fantasy__Story-Txt {
  font-size: 1.4rem;
  color: #226db3;
  line-height: 1.85em;
}
@media screen and (max-width: 767px) {
  .fantasy__Story-Txt {
    font-size: 1.2rem;
    line-height: 1.66em;
    max-height: 8rem;
    overflow: hidden;
  }
}

.single__Book {
  margin-top: 8rem;
  padding: 11.6rem 0 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__Book {
    margin-top: 5.5rem;
    padding: 5rem 0;
  }
}
.single__Book:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/aoriika/img/img_singlebook_bg_before.png);
  width: 100%;
  height: 26rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.single__Book:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15rem;
  background: url(/aoriika/img/img_singlebook_bg_after.png);
  width: 100%;
  height: 29rem;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
.single__Book .container {
  position: relative;
  z-index: 10;
}
.single__Book-Episodes {
  text-align: center;
  color: #645a46;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Episodes {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.single__Book-Ttl {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Ttl {
    margin-bottom: 3rem;
  }
}
.single__Book-Ttl span {
  color: #645a46;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 13rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Ttl span {
    font-size: 2rem;
    padding: 0 4rem;
  }
}
.single__Book-Ttl span:before {
  content: "";
  width: 10rem;
  height: 3.5rem;
  background: url("/aoriika/img/icon_singlebook_ttl-before.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Ttl span:before {
    width: 3rem;
    height: 1rem;
    background-size: cover;
  }
}
.single__Book-Ttl span:after {
  content: "";
  width: 10rem;
  height: 3.5rem;
  background: url("/aoriika/img/icon_singlebook_ttl-after.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Ttl span:after {
    width: 3rem;
    height: 1rem;
    background-size: cover;
  }
}
.single__Book-Content {
  padding-bottom: 9rem;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Content {
    padding-bottom: 5rem;
  }
}
.single__Book-Content p {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2em;
  color: #282828;
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single__Book-Content p {
    font-size: 1.4rem;
  }
}
.single__Book-Content img {
  display: block;
  margin: 4rem auto;
}
.single__Book-Btn {
  background: url("/aoriika/img/img_singlebook_btn.png");
  background-size: cover;
  background-position: center;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 1.2rem;
  display: block;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto -4.5rem;
}
@media screen and (max-width: 767px) {
  .single__Book-Btn {
    margin: 0 auto 3rem;
  }
}
.single__Book .page-nav .prev {
  float: left;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #645a46;
  line-height: 1.78em;
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__Book .page-nav .prev {
    width: 48%;
  }
}
.single__Book .page-nav .prev:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.5rem);
  border-top: 0.3rem solid #645a46;
  border-left: 0.3rem solid #645a46;
  transform: rotate(-45deg);
}
.single__Book .page-nav .next {
  float: right;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #645a46;
  line-height: 1.78em;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single__Book .page-nav .next {
    width: 48%;
  }
}
.single__Book .page-nav .next:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.5rem);
  border-top: 0.3rem solid #645a46;
  border-right: 0.3rem solid #645a46;
  transform: rotate(45deg);
}

.community__Catch {
  padding: 1rem 0 18rem;
  background: url(/aoriika/img/img_commodities_wave.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community__Catch {
    padding: 1.5rem 0 5rem;
    margin-top: 0;
  }
}
.community__Catch svg {
  width: 100%;
  position: absolute;
  left: 0;
}
.community__Catch svg.wave7 {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .community__Catch svg.wave7 {
    bottom: -7rem;
  }
}
.community__Catch .breadcrumb {
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .community__Catch .breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.community__Catch .breadcrumb li {
  color: #fff;
}
.community__Catch .breadcrumb li a {
  color: #fff;
}
.community__Catch .container {
  display: flex;
  justify-content: space-between;
  margin: 7rem auto 5.8rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .community__Catch .container {
    display: block;
    margin: 0rem auto;
  }
}
.community__Catch-Fl {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .community__Catch-Fl {
    width: 100%;
  }
}
.community__Catch-Fr {
  width: 37%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .community__Catch-Fr {
    width: 100%;
  }
}
.community__Catch-Fr:before {
  position: absolute;
  right: auto;
  left: -12rem;
  top: 0;
  width: 50vw;
  height: 55rem;
  content: "";
  background: url(/aoriika/img/img_community_catch.png);
  background-size: cover;
  background-position: center;
  border-radius: 3rem 0 0 3rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .community__Catch-Fr:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .community__Catch-Fr img.vsp {
    width: 100vw;
    max-width: 100vw;
  }
}
.community__Catch-Ttl {
  font-size: 3.2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.875em;
  margin-bottom: 2.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .community__Catch-Ttl {
    font-size: 2.4rem;
    margin: 2rem auto;
  }
}
.community__Catch-Ttl span {
  font-family: "Comfortaa", cursive;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .community__Catch-Ttl span {
    font-size: 1.4rem;
  }
}
.community__Catch-Txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.25em;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .community__Catch-Txt {
    margin-bottom: 5rem;
  }
}
.community__Catch-Mission {
  position: relative;
}
.community__Catch-Mission-Chumi {
  position: absolute;
  right: 16.5rem;
  top: -7.3rem;
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .community__Catch-Mission-Chumi {
    right: 3rem;
  }
}
@keyframes hand {
  0%,
  100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
.community__Catch-Mission-Chumi .cat {
  position: relative;
  z-index: 20;
}
.community__Catch-Mission-Chumi .hand {
  position: absolute;
  left: 0.8rem;
  top: -0.5rem;
  -webkit-animation: hand 3s linear infinite;
  animation: hand 3s linear infinite;
  transform-origin: bottom center;
  z-index: 10;
}
.community__Catch-Mission-Inner {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2rem;
  padding: 3.7rem 0 4.8rem;
  z-index: 10;
  position: relative;
}
.community__Catch-Mission-Ttl {
  background: #226db3;
  border-radius: 0 5rem 5rem 0;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 2.3rem 1rem 4rem;
  margin-bottom: 2.5rem;
}
.community__Catch-Mission-List {
  padding: 0 4rem;
}
.community__Catch-Mission-Item {
  font-size: 1.6rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
}
.community__Catch-Mission-Item:last-child {
  margin-bottom: 0;
}

.community__Link {
  padding: 6.4rem 0;
  max-width: 87rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .community__Link {
    padding: 5rem 0;
    max-width: 90%;
  }
}
.community__Link-List {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .community__Link-List {
    flex-wrap: wrap;
  }
}
.community__Link-Item {
  width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 767px) {
  .community__Link-Item {
    width: 43vw;
    height: 43vw;
    margin-bottom: 2rem;
  }
}
.community__Link-Item a {
  font-size: 1.6rem;
  color: #49b5b3;
  display: block;
  background: #fff;
  border-radius: 50rem;
  height: 100%;
  text-align: center;
  line-height: 16rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.community__Link-Item a:before {
  width: 2.4rem;
  height: 0.7rem;
  background: url("/aoriika/img/icon_arrow_green.svg");
  background-size: cover;
  content: "";
  position: absolute;
  left: calc(50% - 1.2rem);
  top: 60%;
  transition: 0.3s;
}
.community__Link-Item a:hover {
  background: #226db3;
  color: #fff;
  opacity: 1;
}
.community__Link-Item a:hover:before {
  background-image: url("/aoriika/img/icon_arrow_white.svg");
  background-size: cover;
  background-position: right;
}

.community__Enjoy-Flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Flex {
    display: block;
    margin-bottom: 4rem;
    position: relative;
  }
}
.community__Enjoy-Flex.-reverse {
  flex-direction: row-reverse;
}
.community__Enjoy-Thum {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Thum {
    width: 100%;
  }
}
.community__Enjoy-Detail {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Detail {
    width: 100%;
  }
}
.community__Enjoy-Ttl {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
  padding-bottom: 1rem;
  margin-bottom: 4.5rem;
  border-bottom: 0.2rem solid #226db3;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Ttl {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.community__Enjoy-Ttl span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}
.community__Enjoy-Txt {
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875em;
}
.community__Enjoy-Mainevent {
  max-width: 70rem;
  margin: 0 auto 4rem;
  padding: 3.7rem 5rem 4.5rem;
  border-radius: 2rem;
  background: #e9f0f7;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Mainevent {
    padding: 3rem 2rem;
  }
}
.community__Enjoy-Mainevent-Ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.community__Enjoy-Mainevent-Ttl span {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #226db3;
}
.community__Enjoy-Mainevent-Txt {
  font-size: 1.4rem;
  color: #282828;
  line-height: 2em;
}
.community__Enjoy-Ecobag {
  max-width: 70rem;
  margin: 0 auto 4rem;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  background: -moz-linear-gradient(0% 50% 0deg, #226db3 0%, #92d3d1 100%);
  background: -webkit-linear-gradient(0deg, #226db3 0%, #92d3d1 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #226db3), color-stop(1, #92d3d1));
  background: -o-linear-gradient(0deg, #226db3 0%, #92d3d1 100%);
  background: -ms-linear-gradient(0deg, #226db3 0%, #92d3d1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#226DB3', endColorstr='#92D3D1' ,GradientType=0)";
  background: linear-gradient(90deg, #226db3 0%, #92d3d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#226DB3', endColorstr='#92D3D1', GradientType=1);
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Ecobag {
    display: block;
  }
}
.community__Enjoy-Ecobag-Thum {
  width: 45.8%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Ecobag-Thum {
    width: 100%;
  }
}
.community__Enjoy-Ecobag-Txt {
  width: 54.2%;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.05em;
}
@media screen and (max-width: 767px) {
  .community__Enjoy-Ecobag-Txt {
    width: 100%;
    padding: 2rem 0;
  }
}

.community__Wave {
  position: relative;
  padding: 9.5rem 0 11rem;
  margin-bottom: -15rem;
}
@media screen and (max-width: 767px) {
  .community__Wave {
    padding: 15rem 0 5rem;
    margin-top: -8rem;
  }
}
.community__Wave:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/aoriika/img/img_community_wave.png);
  background-size: cover;
  background-position: center;
}
.community__Wave svg {
  width: 100%;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  left: 0;
}

.community__Line {
  max-width: 41rem;
  margin: 6.5rem auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .community__Line {
    margin: 3.5rem auto 0;
  }
}

.under__Mv.-pastevent {
  position: relative;
}
.under__Mv.-pastevent .pastevent__Cattail {
  position: absolute;
  max-width: 5rem;
  bottom: -5.5rem;
  right: calc(50% - 50rem);
  z-index: -1;
  -webkit-animation: yurayura2 3s linear infinite;
  animation: yurayura2 3s linear infinite;
  transform-origin: left top;
  transform-origin: 0 0;
}
.under__Mv.-pastevent .pastevent__Cattail img {
  transform: rotate(180deg);
}

.event__Catch {
  margin: 4.5rem auto 8.6rem;
}
@media screen and (max-width: 767px) {
  .event__Catch {
    width: 90%;
    margin: 3rem auto;
  }
}
.event__Catch-Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .event__Catch-Txt {
    line-height: 1.875em;
    text-align: left;
  }
}
.event__Catch.-pastevent {
  margin: 4.5rem auto 2.8rem;
}
.event__Catch.-pastevent .event__Catch-Txt {
  text-align: left;
  padding-left: 4.2rem;
  position: relative;
}
.event__Catch.-pastevent .event__Catch-Txt:before {
  width: 2.5rem;
  height: 2.4rem;
  background: url("/aoriika/img/icon_report.svg");
  content: "";
  background-size: cover;
  position: absolute;
  left: 0;
  top: calc(50% - 1.2rem);
}

.event__Wrap-Ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Ttl {
    font-size: 2rem;
  }
}
.event__Wrap-Ttl span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Ttl span {
    font-size: 1.4rem;
  }
}
.event__Wrap-Ttl a {
  margin-left: 4rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #226db3;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Ttl a {
    display: inline-block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.event__Wrap-Cat {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Cat {
    display: block;
  }
}
.event__Wrap-Cat-Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Cat-Ttl {
    margin-bottom: 1rem;
  }
}
.event__Wrap-Cat-List {
  display: flex;
  width: calc(100% - 7.5rem);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Cat-List {
    width: 100%;
  }
}
.event__Wrap-Cat-Item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.event__Wrap-Cat-Item a {
  font-size: 1.2rem;
  color: #92d3d1;
  background: #fff;
  border: 0.1rem solid #92d3d1;
  border-radius: 3rem;
  padding: 0.1rem 1.8rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .event__Wrap-Cat-Item a {
    padding: 0.1rem 1rem;
  }
}
.event__Wrap-Cat-Item.-active a {
  background: #92d3d1;
  color: #fff;
}
.event__Wrap-Cat-Item:hover a {
  background: #92d3d1;
  color: #fff;
  opacity: 1;
}
.event__Wrap-Cat-List.-pastevent .event__Wrap-Cat-Item a {
  color: #85a3c2;
  background: #fff;
  border: 0.1rem solid #85a3c2;
}
.event__Wrap-Cat-List.-pastevent .event__Wrap-Cat-Item.-active a {
  background: #85a3c2;
  color: #fff;
}
.event__Wrap-Cat-List.-pastevent .event__Wrap-Cat-Item:hover a {
  background: #85a3c2;
  color: #fff;
  opacity: 1;
}
.event__Wrap-List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .event__Wrap-List {
    justify-content: space-between;
  }
}
.event__Wrap-List-Item {
  width: 30rem;
  margin: 0 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .event__Wrap-List-Item {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.event__Wrap-List-Item:nth-child(3n + 2) {
  margin: 0 5% 5.5rem;
}
@media screen and (max-width: 767px) {
  .event__Wrap-List-Item:nth-child(3n + 2) {
    margin: 0 0 3rem;
  }
}
.event__Wrap-List-Thum {
  margin-bottom: 2rem;
  overflow: hidden;
  padding-bottom: 22rem;
  position: relative;
  display: block;
  border: 0.1rem solid #666;
}
@media screen and (max-width: 767px) {
  .event__Wrap-List-Thum {
    padding-bottom: 24.7rem;
  }
}
.event__Wrap-List-Thum img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.event__Wrap-List-Thum .icon_report {
  position: absolute;
  right: 0;
  bottom: 0;
}
.event__Wrap-List-Thum .icon_report:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 3.15rem solid transparent;
  border-bottom: 3.15rem solid #fff;
  border-right: 3.15rem solid #fff;
  opacity: 0.8;
}
.event__Wrap-List-Thum .icon_report:after {
  position: absolute;
  content: "";
  right: 0.5rem;
  bottom: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/aoriika/img/icon_report.svg");
}
.event__Wrap-List-Thum a:hover img {
  transform: scale(1.2);
}
.event__Wrap-List-Finishtxt {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.event__Wrap-List-Cate {
  display: flex;
  flex-wrap: wrap;
}
.event__Wrap-List-Cate a {
  font-size: 1.2rem;
  background: #92d3d1;
  color: #fff;
  border: 0.1rem solid #92d3d1;
  border-radius: 3rem;
  padding: 0.1rem 1.8rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .event__Wrap-List-Cate a {
    font-size: 1rem;
    padding: 0.1rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.event__Wrap-List-Cate.-pastevent a {
  background: #85a3c2;
  border: 0.1rem solid #85a3c2;
}
.event__Wrap-List-Subttl {
  margin-bottom: 1rem;
}
.event__Wrap-List-Subttl a {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #226db3;
  font-weight: bold;
  line-height: 1.75em;
}
.event__Wrap-List-Report-Txt {
  font-size: 1.4rem;
  line-height: 2em;
  margin-bottom: 1rem;
}
.event__Wrap-List-Table {
  width: 100%;
  margin-bottom: 2.5rem;
}
.event__Wrap-List-Table-Th {
  font-size: 1.2rem;
  font-weight: 500;
  width: 6.5rem;
  padding-right: 1rem;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  position: relative;
  padding-bottom: 0.3rem;
  vertical-align: top;
}
.event__Wrap-List-Table-Th:before {
  position: absolute;
  content: ":";
  right: 0.5rem;
}
.event__Wrap-List-Table-Td {
  width: calc(100% - 7.5rem);
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
  font-weight: 500;
}
.event__Wrap-List-Btn {
  font-size: 1.6rem;
  color: #226db3;
  text-align: center;
  border-radius: 5rem;
  border: 0.2rem solid #226db3;
  display: block;
  padding: 1.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #226db3;
  font-weight: bold;
  transition: 0.6s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event__Wrap-List-Btn {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
.event__Wrap-List-Btn:before {
  position: absolute;
  width: 2rem;
  height: 0.6rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 2rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
}
.event__Wrap-List-Btn:hover {
  background: #226db3;
  opacity: 1;
  color: #fff;
}
.event__Wrap-List-Btn:hover:before {
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
}
.event__Wrap-List .notfound {
  font-size: 1.4rem;
  line-height: 2em;
  margin-bottom: 5rem;
}

.event__Feature {
  max-width: 100rem;
  margin: 0 auto 6rem;
  background: #e9f0f7;
  border-radius: 3rem;
  padding: 4.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .event__Feature {
    max-width: 90%;
    margin: 0 auto 4rem;
    padding: 3rem 2rem;
  }
}
.event__Feature-Ttl {
  text-align: center;
  margin-bottom: 4.5rem;
}
.event__Feature-Ttl span {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #226db3;
  font-weight: bold;
  padding-bottom: 0.7rem;
  border-bottom: 0.2rem solid #226db3;
}
@media screen and (max-width: 767px) {
  .event__Feature-Ttl span {
    font-size: 1.6rem;
  }
}
.event__Feature-List {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .event__Feature-List {
    display: block;
  }
}
.event__Feature-List-Item {
  width: 30.4%;
}
@media screen and (max-width: 767px) {
  .event__Feature-List-Item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .event__Feature-List-Item:last-child {
    margin-bottom: 0;
  }
}
.event__Feature-List-Thum {
  margin-bottom: 1.5rem;
}
.event__Feature-List-Subttl {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #226db3;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.75em;
}
.event__Feature-List-Cont {
  font-size: 1.4rem;
  line-height: 2em;
}

.event__Report-wrap {
  position: relative;
  max-width: 70rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .event__Report-wrap {
    width: 90%;
  }
}
.event__Report-wrap .event__Report-chumi {
  position: absolute;
  right: 43%;
  bottom: -3.5rem;
  max-width: 17rem;
  z-index: 20;
  -webkit-animation: horizontal1 5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .event__Report-wrap .event__Report-chumi {
    right: 0;
    max-width: 30%;
    bottom: -3.5rem;
  }
}

.event__Report {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  background: -moz-linear-gradient(0% 50% 0deg, #226db3 0%, #92d3d1 100%);
  background: -webkit-linear-gradient(0deg, #226db3 0%, #92d3d1 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #226db3), color-stop(1, #92d3d1));
  background: -o-linear-gradient(0deg, #226db3 0%, #92d3d1 100%);
  background: -ms-linear-gradient(0deg, #226db3 0%, #92d3d1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#226DB3', endColorstr='#92D3D1' ,GradientType=0)";
  background: linear-gradient(90deg, #226db3 0%, #92d3d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#226DB3', endColorstr='#92D3D1', GradientType=1);
}
@media screen and (max-width: 767px) {
  .event__Report {
    display: block;
  }
}
.event__Report-Thum {
  width: 45.8%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event__Report-Thum {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15rem;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .event__Report-Thum img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.event__Report-Txt {
  width: 54.2%;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event__Report-Txt {
    width: 100%;
    padding: 2rem 0;
  }
}
.event__Report-Txt:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  bottom: -3.5rem;
  left: calc(50% - 1.15rem);
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
}
.event__Report:hover {
  opacity: 1;
}
.event__Report:hover .event__Report-Txt,
.event__Report:hover .event__Report-Thum img {
  opacity: 1;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 5rem;
  border: none !important;
  margin: 0 0.6rem !important;
  text-decoration: none;
  padding: 0 !important;
}
.wp-pagenavi span {
  color: #fff;
  background: #226db3;
}
.wp-pagenavi a.prev {
  position: relative;
}
.wp-pagenavi a.prev:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-45deg);
}
.wp-pagenavi a.nextpostslink {
  position: relative;
}
.wp-pagenavi a.nextpostslink:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-225deg);
}

.pager .page-numbers {
  display: flex;
  justify-content: center;
}
.pager .page-numbers a,
.pager .page-numbers span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 5rem;
  margin: 0 0.6rem;
}
.pager .page-numbers span {
  color: #fff;
  background: #226db3;
}
.pager .page-numbers a.prev {
  position: relative;
}
.pager .page-numbers a.prev:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-45deg);
}
.pager .page-numbers a.next {
  position: relative;
}
.pager .page-numbers a.next:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-225deg);
}

.eventdetail__Finish {
  max-width: 80rem;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  margin: 7.2rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .eventdetail__Finish {
    width: 90%;
    margin: 3rem auto;
    font-size: 1.8rem;
  }
}

.eventdetail__Report {
  background: #f4f4f4;
  padding: 4rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eventdetail__Report {
    padding: 2rem 5%;
  }
}
.eventdetail__Report:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
  z-index: 10;
}
.eventdetail__Report.none:before {
  display: none;
}
.eventdetail__Report-Inner {
  max-width: 80rem;
  margin: auto;
}
.eventdetail__Report-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 3.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.eventdetail__Report-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1.2rem);
  width: 2.5rem;
  height: 2.4rem;
  background: url("/aoriika/img/icon_report.svg");
}
.eventdetail__Report-Content {
  margin-bottom: 4rem;
}
.eventdetail__Report-Content .showmore_content {
  position: relative;
  overflow: hidden;
}
.eventdetail__Report-Content .showmore_content .custom-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2.5rem;
}
.eventdetail__Report-Content .showmore_content .custom-gallery span {
  padding: 0 1rem;
}
.eventdetail__Report-Content .showmore_trigger {
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}
.eventdetail__Report-Content .showmore_trigger .more {
  max-width: 31rem;
  display: block;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #535353;
  margin: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .eventdetail__Report-Content .showmore_trigger .more {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.eventdetail__Report-Content .showmore_trigger .more:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 2rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.eventdetail__Report-Content .showmore_trigger .less {
  max-width: 31rem;
  display: block;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #535353;
  margin: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .eventdetail__Report-Content .showmore_trigger .less {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.eventdetail__Report-Content .showmore_trigger .less:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 2rem;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  transform: rotate(270deg);
}
.eventdetail__Report-Content h2 {
  margin: 4rem auto 2rem;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #282828, #686868);
}
@media screen and (max-width: 767px) {
  .eventdetail__Report-Content h2 {
    margin: 2rem auto 1rem;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
.eventdetail__Report-Content h3 {
  margin: 4rem auto 2rem;
  font-size: 1.8rem;
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eventdetail__Report-Content h3 {
    margin: 2rem auto 1rem;
    font-size: 1.6rem;
  }
}
.eventdetail__Report-Content h3:before {
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #282828, #686868);
}
.eventdetail__Report-Content p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .eventdetail__Report-Content p {
    font-size: 1.4rem;
    line-height: 1.875em;
    margin-bottom: 2rem;
  }
}
.eventdetail__Report-Content a {
  font-size: 1.6rem;
  line-height: 2em;
  color: #226db3;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .eventdetail__Report-Content a {
    font-size: 1.4rem;
    line-height: 1.875em;
  }
}
.eventdetail__Report-Content ul,
.eventdetail__Report-Content ol {
  margin-bottom: 4rem;
}
.eventdetail__Report-Content ul li,
.eventdetail__Report-Content ol li {
  font-size: 1.6rem;
  line-height: 2em;
  position: relative;
  padding-left: 2em;
}
.eventdetail__Report-Content ul li:before,
.eventdetail__Report-Content ol li:before {
  content: "●";
  color: #226db3;
  position: absolute;
  left: 0;
}

.eventdetail__Content {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content {
    margin-bottom: 5rem;
  }
}
.eventdetail__Content-Inner {
  max-width: 80rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Inner {
    width: 90%;
  }
}
.eventdetail__Content-Ttl {
  font-size: 2.4rem;
  color: #226db3;
  font-weight: bold;
  margin: 6rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Ttl {
    font-size: 2rem;
    margin: 3rem auto 1.5rem;
  }
}
.eventdetail__Content-Thum {
  margin-bottom: 4rem;
  text-align: center;
}
.eventdetail__Content-Detail {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Detail {
    margin: 0 auto 3rem;
  }
}
.eventdetail__Content-Detail h2 {
  margin: 4rem auto 2rem;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #226db3, #92d3d1);
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Detail h2 {
    margin: 2rem auto 1rem;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
.eventdetail__Content-Detail h3 {
  margin: 4rem auto 2rem;
  font-size: 1.8rem;
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Detail h3 {
    margin: 2rem auto 1rem;
    font-size: 1.6rem;
  }
}
.eventdetail__Content-Detail h3:before {
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #226db3, #92d3d1);
}
.eventdetail__Content-Detail p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Detail p {
    font-size: 1.4rem;
    line-height: 1.875em;
    margin-bottom: 2rem;
  }
}
.eventdetail__Content-Table {
  max-width: 74.5rem;
  width: 100%;
  margin: auto;
  border: 0.1rem solid #7aa7d1;
}
.eventdetail__Content-Table-Th {
  width: 16rem;
  background: #7aa7d1;
  color: #fff;
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Table-Th {
    display: block;
    width: 100%;
  }
}
.eventdetail__Content-Table-Td {
  width: calc(100% - 16rem);
  color: #282828;
  padding: 1.4rem 2rem;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #7aa7d1;
}
@media screen and (max-width: 767px) {
  .eventdetail__Content-Table-Td {
    display: block;
    width: 100%;
  }
}
.eventdetail__Content-Table tr:last-child .eventdetail__Content-Table-Th,
.eventdetail__Content-Table tr:last-child .eventdetail__Content-Table-Td {
  border-bottom: none;
}
.eventdetail__Content .btn.-gray {
  background: #ddd;
  margin-bottom: 2.5rem;
  pointer-events: none;
  text-align: center;
}
.eventdetail__Content .btn.-blue2 {
  margin-bottom: 2.5rem;
}

.reading__Catch {
  margin: 4.5rem auto 8.6rem;
}
@media screen and (max-width: 767px) {
  .reading__Catch {
    width: 90%;
    margin: 3rem auto;
  }
}
.reading__Catch-Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .reading__Catch-Txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .reading__Catch-Txt.-member {
    margin-bottom: 5rem;
  }
}
.reading__Catch-Txt a {
  text-decoration: underline;
  color: #226db3;
  font-weight: bold;
}

.reading__Wrap .container {
  position: relative;
}
.reading__Wrap-Ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.reading__Wrap-Ttl span {
  font-size: 1.6rem;
  font-weight: normal;
}
.reading__Wrap-Ttl a {
  margin-left: 4rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #226db3;
  text-decoration: underline;
}
.reading__Wrap-Cat {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-Cat {
    display: flex;
    margin-bottom: 8.5rem;
  }
}
.reading__Wrap-Cat-Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  width: 7.5rem;
}
.reading__Wrap-Cat-List {
  display: flex;
  width: calc(100% - 7.5rem);
  flex-wrap: wrap;
}
.reading__Wrap-Cat-Item {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.reading__Wrap-Cat-Item a {
  font-size: 1.2rem;
  color: #7aa7d1;
  background: #fff;
  border: 0.1rem solid #7aa7d1;
  border-radius: 3rem;
  padding: 0.1rem 1.8rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
}
.reading__Wrap-Cat-Item.-active a {
  background: #7aa7d1;
  color: #fff;
}
.reading__Wrap-Cat-Item:hover a {
  background: #7aa7d1;
  color: #fff;
  opacity: 1;
}
.reading__Wrap-search {
  position: absolute;
  right: 0;
  top: -1.5rem;
  max-width: 28rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-search {
    position: relative;
    right: 0;
    top: -1.5rem;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.reading__Wrap-search-Chumi {
  position: absolute;
  right: 1rem;
  top: -7rem;
  z-index: -1;
  -webkit-animation: horizontal1 5s ease-in-out infinite alternate;
  max-width: 6.5rem;
}
.reading__Wrap-search form {
  border: 0.1rem solid #226db3;
}
.reading__Wrap-search input[type="text"] {
  border: none;
  width: 100%;
  height: 4rem;
  padding: 1rem;
  background: #fff;
}
.reading__Wrap-search button {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.7rem);
  width: 1.4rem;
  height: 1.4rem;
  background: url("/aoriika/img/icon_megane.svg");
  border: none;
  background-size: cover;
}
.reading__Wrap-List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List {
    justify-content: space-between;
  }
}
.reading__Wrap-List-Item {
  width: 30rem;
  margin: 0 0 5.5rem;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List-Item {
    width: 48%;
    margin: 0 0 3rem;
  }
}
.reading__Wrap-List-Item:nth-child(3n + 2) {
  margin: 0 5% 5.5rem;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List-Item:nth-child(3n + 2) {
    margin: 0 0 3rem;
  }
}
.reading__Wrap-List a:hover .reading__Wrap-List-Thum img {
  transform: scale(1.2);
}
.reading__Wrap-List-Thum {
  margin-bottom: 2rem;
  overflow: hidden;
  padding-bottom: 22rem;
  position: relative;
  display: block;
  border: 0.1rem solid #666;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List-Thum {
    padding-bottom: 12rem;
  }
}
.reading__Wrap-List-Thum img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.reading__Wrap-List-Thum .icon_report {
  position: absolute;
  right: 0;
  bottom: 0;
}
.reading__Wrap-List-Thum .icon_report:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 3.15rem solid transparent;
  border-bottom: 3.15rem solid #fff;
  border-right: 3.15rem solid #fff;
  opacity: 0.8;
}
.reading__Wrap-List-Thum .icon_report:after {
  position: absolute;
  content: "";
  right: 0.5rem;
  bottom: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/aoriika/img/icon_report.svg");
}
.reading__Wrap-List-Finishtxt {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.reading__Wrap-List-Cate {
  display: flex;
  flex-wrap: wrap;
}
.reading__Wrap-List-Cate span {
  font-size: 1.2rem;
  background: #7aa7d1;
  color: #fff;
  border: 0.1rem solid #7aa7d1;
  border-radius: 3rem;
  padding: 0.1rem 1.8rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List-Cate span {
    font-size: 1rem;
    padding: 0.1rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.reading__Wrap-List-Subttl {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #226db3;
  font-weight: bold;
  line-height: 1.75em;
  margin-bottom: 1rem;
}
.reading__Wrap-List-Excerpt {
  font-size: 1.4rem;
  letter-spacing: -0.1em;
  line-height: 2em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List-Excerpt {
    display: none;
  }
}
.reading__Wrap-List-BtnWrap {
  text-align: right;
}
.reading__Wrap-List-Btn {
  padding-right: 4rem;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reading__Wrap-List-Btn {
    padding-right: 3rem;
    font-size: 1.4rem;
  }
}
.reading__Wrap-List-Btn:before {
  position: absolute;
  width: 1.8rem;
  height: 0.4rem;
  content: "";
  top: calc(50% - 0.4rem);
  right: 0;
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
}
.reading__Wrap .pager {
  display: flex;
  justify-content: center;
}
.reading__Wrap .pager a,
.reading__Wrap .pager span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 5rem;
  margin: 0 0.6rem;
}
.reading__Wrap .pager span {
  color: #fff;
  background: #226db3;
}
.reading__Wrap .pager a.prev {
  position: relative;
}
.reading__Wrap .pager a.prev:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-45deg);
}
.reading__Wrap .pager a.next {
  position: relative;
}
.reading__Wrap .pager a.next:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-225deg);
}

.readingdetail__Content {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content {
    margin: 0 auto 5rem;
  }
}
.readingdetail__Content-Inner {
  max-width: 80rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Inner {
    width: 90%;
  }
}
.readingdetail__Content-Date {
  font-size: 1.4rem;
  color: #282828;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  margin: 6rem auto 2rem;
}
.readingdetail__Content-Thum {
  margin-bottom: 4rem;
}
.readingdetail__Content-Detail {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail {
    margin-bottom: 5rem;
  }
}
.readingdetail__Content-Detail #toc_container {
  border-radius: 1rem;
  border: none;
  margin: auto;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail #toc_container {
    padding: 2rem;
  }
}
.readingdetail__Content-Detail #toc_container .toc_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #226db3;
  text-align: left;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.readingdetail__Content-Detail #toc_container .toc_title:after {
  content: "";
  flex-grow: 1;
  border-bottom: 0.1rem solid #226db3;
  margin-left: 1rem;
}
.readingdetail__Content-Detail #toc_container .toc_list {
  max-width: 60rem;
  width: 100%;
}
.readingdetail__Content-Detail #toc_container .toc_list li {
  position: relative;
}
.readingdetail__Content-Detail #toc_container .toc_list li:before {
  font-size: 1.4rem;
  top: -0.3rem;
}
.readingdetail__Content-Detail #toc_container .toc_list li a {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #282828;
  padding-left: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail #toc_container .toc_list li a {
    font-size: 1.3rem;
  }
}
.readingdetail__Content-Detail #toc_container .toc_list li ul li:before {
  font-size: 1.4rem;
  top: 1.5rem;
  content: "";
  width: 1rem;
  height: 0.1rem;
  background: #226db3;
}
.readingdetail__Content-Detail h2 {
  margin: 4rem auto 2rem;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #226db3, #92d3d1);
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail h2 {
    margin: 2rem auto 1rem;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
.readingdetail__Content-Detail h3 {
  margin: 4rem auto 2rem;
  font-size: 1.8rem;
  color: #282828;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail h3 {
    margin: 2rem auto 1rem;
    font-size: 1.6rem;
  }
}
.readingdetail__Content-Detail h3:before {
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #226db3, #92d3d1);
}
.readingdetail__Content-Detail ul,
.readingdetail__Content-Detail ol {
  margin-bottom: 4rem;
}
.readingdetail__Content-Detail ul li,
.readingdetail__Content-Detail ol li {
  font-size: 1.6rem;
  line-height: 2em;
  position: relative;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail ul li,
  .readingdetail__Content-Detail ol li {
    font-size: 1.4rem;
    line-height: 1.875em;
  }
}
.readingdetail__Content-Detail ul li:before,
.readingdetail__Content-Detail ol li:before {
  content: "●";
  color: #226db3;
  position: absolute;
  left: 0;
}
.readingdetail__Content-Detail p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail p {
    font-size: 1.4rem;
    line-height: 1.875em;
    margin-bottom: 2rem;
  }
}
.readingdetail__Content-Detail a {
  font-size: 1.6rem;
  line-height: 2em;
  color: #226db3;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Detail a {
    font-size: 1.4rem;
    line-height: 1.875em;
  }
}
.readingdetail__Content-Detail .btn {
  padding: 2rem 3.6rem;
  text-decoration: none;
  margin-left: 0;
}
.readingdetail__Content-Profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e9f0f7;
  border-radius: 2rem;
  padding: 2.5rem;
  max-width: 60rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .readingdetail__Content-Profile {
    padding: 2rem 1.5rem;
    margin: 0 auto 2rem;
  }
}
.readingdetail__Content-Profile-Thum {
  max-width: 14rem;
}
.readingdetail__Content-Profile-Detail {
  max-width: calc(100% - 16.5rem);
}
.readingdetail__Content-Profile-Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.readingdetail__Content-Profile-Ttl span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #226db3;
}
.readingdetail__Content-Profile-Txt {
  font-size: 1.4rem;
  line-height: 1.7em;
}
.readingdetail__Content .page-nav {
  margin-bottom: 5rem;
}
.readingdetail__Content .page-nav .prev {
  float: left;
  font-size: 1.4rem;
  color: #226db3;
  line-height: 1.78em;
  padding-left: 2rem;
  position: relative;
}
.readingdetail__Content .page-nav .prev:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.5rem);
  border-top: 0.1rem solid #226db3;
  border-left: 0.1rem solid #226db3;
  transform: rotate(-45deg);
}
.readingdetail__Content .page-nav .next {
  float: right;
  font-size: 1.4rem;
  color: #226db3;
  line-height: 1.78em;
  padding-right: 2rem;
  position: relative;
}
.readingdetail__Content .page-nav .next:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.5rem);
  border-top: 0.1rem solid #226db3;
  border-right: 0.1rem solid #226db3;
  transform: rotate(45deg);
}

.member .container {
  position: relative;
}
.member__Chumi {
  position: absolute;
  right: 3.5rem;
  top: -7.1rem;
  width: 8.5rem;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .member__Chumi {
    right: 2.5rem;
    top: -5.3rem;
    max-width: 19%;
  }
}
.member__Chumi .cat {
  position: relative;
  z-index: 20;
}
.member__Chumi .hand {
  position: absolute;
  left: 0.8rem;
  top: -0.5rem;
  -webkit-animation: hand 3s linear infinite;
  animation: hand 3s linear infinite;
  transform-origin: bottom center;
  z-index: 10;
}
.member__List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .member__List {
    justify-content: space-between;
  }
}
.member__Item {
  width: 30%;
  position: relative;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .member__Item {
    width: 48%;
    margin: 0 0 3rem;
  }
}
.member__Item-Inner {
  position: relative;
  height: 100%;
  border: 0.2rem solid #226db3;
  border-radius: 3.5rem;
  overflow: hidden;
}
.member__Item:before {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 0.2rem;
  background: #fff;
  content: "";
  z-index: 10;
}
.member__Item:after {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 0.2rem;
  background: #fff;
  z-index: 10;
  content: "";
}
.member__Item-Box {
  padding: 1rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .member__Item-Box {
    padding: 1rem;
  }
}
.member__Item-Thumbnail {
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 60%;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .member__Item-Thumbnail {
    border-radius: 2rem 2rem 0 0;
    padding-bottom: 70%;
  }
}
.member__Item-Thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.member__Item-Number {
  position: absolute;
  left: 2rem;
  bottom: -0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .member__Item-Number {
    left: 1rem;
    font-size: 1.4rem;
    bottom: -0.4rem;
  }
}
.member__Item-Number span {
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .member__Item-Number span {
    font-size: 2rem;
  }
}
.member__Item-Ttl {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #226db3;
  font-weight: bold;
  margin-bottom: 1rem;
}
.member__Item-Txt {
  font-size: 1.4rem;
  line-height: 2em;
  color: #282828;
}
.member__Item:nth-child(3n + 2) {
  margin: 0 5% 5.5rem;
}
@media screen and (max-width: 767px) {
  .member__Item:nth-child(3n + 2) {
    width: 48%;
    margin: 0 0 3rem;
  }
}
.member .pager {
  display: flex;
  justify-content: center;
}
.member .pager a,
.member .pager span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 5rem;
  margin: 0 0.6rem;
}
.member .pager span {
  color: #fff;
  background: #226db3;
}
.member .pager a.prev {
  position: relative;
}
.member .pager a.prev:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-45deg);
}
.member .pager a.next {
  position: relative;
}
.member .pager a.next:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-225deg);
}

.form__Wrap {
  margin: 5rem auto 12rem;
  max-width: 78rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap {
    margin: 5rem auto 5rem;
  }
}
.form__Wrap .confirmtxt {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap .confirmtxt {
    font-size: 1.4rem;
  }
}
.form__Wrap .confirmtxt.-require {
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
}
.form__Wrap .confirmtxt.-require span {
  color: #b4323c;
}
.form__Wrap table {
  margin-top: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__Wrap table {
    table-layout: fixed;
  }
}
.form__Wrap table tr {
  border-top: 0.1rem dotted #226db3;
}
.form__Wrap table tr:last-child {
  border-bottom: 0.1rem dotted #226db3;
}
.form__Wrap table th {
  width: 20rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2rem 0;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .form__Wrap table th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
  }
}
.form__Wrap table th span {
  color: #b4323c;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.form__Wrap table th.-vat15 {
  vertical-align: top;
  padding: 2.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table th.-vat15 {
    padding: 2rem 0;
  }
}
.form__Wrap table th.-vat {
  vertical-align: top;
  padding: 3rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table th.-vat {
    padding: 2rem 0;
  }
}
.form__Wrap table td {
  width: calc(100% - 20rem);
  padding: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 0 0 2rem;
  }
}
.form__Wrap table td input {
  border: 0.1rem solid #d3e2f0;
  padding: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td input {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.form__Wrap table td input.-mw150 {
  max-width: 15rem;
}
.form__Wrap table td input.-mw220 {
  max-width: 22rem;
}
.form__Wrap table td textarea {
  border: 0.1rem solid #d3e2f0;
  padding: 1rem;
  font-size: 1.4rem;
  min-height: 17rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td textarea {
    font-size: 1.6rem;
  }
}
.form__Wrap table td ::placeholder {
  color: #d4d4d4;
}
.form__Wrap table td .mwform-radio-field.horizontal-item {
  display: block;
  margin-top: 2rem;
  margin-left: 0;
}
.form__Wrap table td .mwform-radio-field.horizontal-item:first-of-type {
  margin-top: 0;
}
.form__Wrap table td .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
  display: block;
  margin-top: 1.5rem;
}
.form__Wrap table td .mwform-checkbox-field.horizontal-item:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td .mwform-checkbox-field.horizontal-item:last-of-type {
    margin-bottom: 1rem;
  }
}
.form__Wrap table td input[type="checkbox"] {
  display: none;
}
.form__Wrap table td input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 1rem;
  border-radius: 2px;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td input[type="checkbox"] + span {
    font-size: 1.6rem;
  }
}
.form__Wrap table td input[type="checkbox"] + span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 1px solid #e9f0f7;
  background: #fff;
}
.form__Wrap table td input[type="checkbox"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #226db3;
  border-bottom: 2px solid #226db3;
  transform: rotate(45deg);
}
.form__Wrap table td input[type="radio"] {
  display: none;
}
.form__Wrap table td input[type="radio"] + span {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  border-radius: 2px;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td input[type="radio"] + span {
    font-size: 1.6rem;
  }
}
.form__Wrap table td input[type="radio"] + span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -10px;
  border: 0.2rem solid #e9f0f7;
  background: #fff;
  border-radius: 5rem;
}
.form__Wrap table td input[type="radio"]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
  left: -0.4rem;
  width: 8px;
  height: 8px;
  background: #226db3;
  border-radius: 5rem;
}
.form__Wrap table td.-flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td.-flex {
    display: block;
  }
}
.form__Wrap table td.-flex .slect__Wrap {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td.-flex .slect__Wrap {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.form__Wrap table td.-flex .slect__Wrap .slect__Box {
  width: 13.7rem;
  margin-right: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td.-flex .slect__Wrap .slect__Box {
    width: calc(100% - 2rem);
  }
}
.form__Wrap table td.-flex .slect__Wrap .slect__Box:before {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #282828;
  pointer-events: none;
}
.form__Wrap table td.-flex .slect__Wrap .slect__Box select {
  width: 100%;
  background: #e9f0f7;
  border: none;
  padding: 1rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
  appearance: none;
}
.form__Wrap table td.-pd3 {
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap table td.-pd3 {
    padding: 0 0 2rem;
  }
}
.form__Wrap .c-check {
  position: relative;
  padding-left: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form__Wrap .c-check_c {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #8b8db0;
}
.form__Wrap .c-check_c.c-check_c--checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  -ms-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 9px;
  border: solid #226db3;
  border-width: 0 2px 2px 0;
}
.form__Wrap .c-form_agree {
  margin: 4rem auto 0;
  display: block;
  user-select: none;
  cursor: pointer;
  color: #282828;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap .c-form_agree {
    margin-top: 3rem;
  }
}
.form__Wrap .c-form_agree a {
  font-size: 1.4rem;
  color: #226db3;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
.form__Wrap .c-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -10000;
}
.form__Wrap .c-form input[type="checkbox"] + .c-check_c::after {
  display: none;
}
.form__Wrap .c-form input[type="checkbox"]:checked + .c-check_c::after {
  display: block;
}
.form__Wrap .c-form--txtPrime .c-form_item_ttl {
  width: 8.5em;
  margin-bottom: auto;
}
.form__Wrap .c-form--txtPrime .c-form_item_cont {
  flex-grow: 1;
}
.form__Wrap .c-form .mwform-checkbox-field {
  display: none;
}
.form__Wrap .c-form .mwform-checkbox-field ~ .error {
  text-align: center;
  display: block;
}
.form__Wrap .c-form .error {
  color: #f00;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form__Wrap .c-form .error {
    font-size: 1rem;
  }
}
.form__Wrap .c-form .error::before {
  content: "※ ";
}
.form__Wrap #agree .mwform-checkbox-field {
  display: none;
}
.form__Wrap #agree .error {
  text-align: center;
  font-size: 1.3rem;
}
.form__Wrap .doui {
  text-align: center;
  margin: 3.6rem auto 5rem;
}
.form__Wrap .doui input[type="checkbox"] {
  display: none;
}
.form__Wrap .doui input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  border-radius: 2px;
  color: #282828;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.form__Wrap .doui a {
  font-size: 1.4rem;
  color: #226db3;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
.form__Wrap .doui .check {
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #8b8db0;
}
.form__Wrap .doui .check:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #226db3;
  border-bottom: 2px solid #226db3;
  transform: rotate(45deg);
}
.form__Wrap .doui .check.-uncheck:after {
  display: none;
}
.form__Wrap .submit_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .form__Wrap .submit_wrap {
    display: block;
  }
}
.form__Wrap .submit_wrap .send_btn {
  max-width: 28rem;
  width: 100%;
  display: block;
  background: #226db3;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2rem;
  margin: 0 2rem;
  transition: 0.6s;
  border: 0.1rem solid #226db3;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .form__Wrap .submit_wrap .send_btn {
    margin: 0 auto;
  }
}
.form__Wrap .submit_wrap .send_btn:hover {
  color: #226db3;
  background: #fff;
}
.form__Wrap .submit_wrap .backbtn {
  max-width: 28rem;
  width: 100%;
  display: block;
  background: #939393;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2rem;
  margin: 0 2rem;
  border: none;
  cursor: pointer;
  transition: 0.6s;
  border: 0.1rem solid #939393;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .form__Wrap .submit_wrap .backbtn {
    margin: 2rem auto 0;
  }
}
.form__Wrap .submit_wrap .backbtn:hover {
  color: #939393;
  background: #fff;
}

.mw_wp_form_input .-confirm {
  display: none;
}

.mw_wp_form_confirm .-input {
  display: none;
}
.mw_wp_form_confirm .-confirm {
  display: block;
}
.mw_wp_form_confirm table th span {
  display: none;
}
.mw_wp_form_confirm table td.-flex .slect__Wrap .slect__Box {
  width: auto;
}
.mw_wp_form_confirm table td.-flex .slect__Wrap .slect__Box:before {
  display: none;
}
.mw_wp_form_confirm .doui {
  display: none;
}
.mw_wp_form_confirm #agree {
  display: none;
}

.formthanks__Wrap {
  margin: 5rem auto 0;
}
.formthanks__Wrap-Txt {
  font-size: 1.6rem;
  text-align: center;
  color: #282828;
  line-height: 1.875em;
}
@media screen and (max-width: 767px) {
  .formthanks__Wrap-Txt {
    font-size: 1.4rem;
  }
}
.formthanks__Wrap-Chumi {
  text-align: center;
  display: block;
  margin: 2.7rem auto 3.8rem;
}

.privacy__Wrap {
  margin: 7.5rem auto 8rem;
}
@media screen and (max-width: 767px) {
  .privacy__Wrap {
    margin: 5rem auto;
  }
}
.privacy__Wrap-Inner {
  max-width: 80rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .privacy__Wrap-Inner {
    width: 90%;
  }
}
.privacy__Wrap-Catch {
  font-size: 1.4rem;
  line-height: 2.2em;
  margin-bottom: 5rem;
}
.privacy__Wrap-Subttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #282828;
  margin-bottom: 1.5rem;
}
.privacy__Wrap-Txt {
  font-size: 1.4rem;
  line-height: 2.2em;
}
.privacy__Wrap-Txt.-tar {
  text-align: right;
  margin: 4.6rem auto 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #282828;
}
@media screen and (max-width: 767px) {
  .privacy__Wrap-Txt.-tar {
    margin: 2rem auto;
    padding-bottom: 2rem;
  }
}

.news__Wrap {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .news__Wrap {
    padding: 5rem 0;
    margin-top: 5rem;
  }
}
.news__Wrap-Cat {
  display: flex;
  margin: 0 auto 2.5rem;
  max-width: 88.5rem;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Cat {
    display: block;
  }
}
.news__Wrap-Cat-Ttl {
  font-size: 1.6rem;
  font-weight: bold;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Cat-Ttl {
    margin-bottom: 1rem;
  }
}
.news__Wrap-Cat-List {
  display: flex;
  width: calc(100% - 7.5rem);
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Cat-List {
    width: 100%;
  }
}
.news__Wrap-Cat li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.news__Wrap-Cat li a {
  font-size: 1.2rem;
  color: #6499ca;
  background: #fff;
  border: 0.1rem solid #6499ca;
  padding: 0.1rem 1.8rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Cat li a {
    padding: 0.1rem 1rem;
  }
}
.news__Wrap-Cat li.cate00 a,
.news__Wrap-Cat li.category-17 a {
  border: 0.1rem solid #c3292d;
  color: #c3292d;
}
.news__Wrap-Cat li.cate00:hover a,
.news__Wrap-Cat li.category-17:hover a {
  background: #c3292d;
  color: #fff;
  opacity: 1;
}
.news__Wrap-Cat li.-active a {
  background: #6499ca;
  color: #fff;
}
.news__Wrap-Cat li.-active.cate00 a,
.news__Wrap-Cat li.-active.category-17 a {
  background: #c3292d;
}
.news__Wrap-Cat li:hover a {
  background: #6499ca;
  color: #fff;
  opacity: 1;
}
.news__Wrap-List {
  max-width: 88.5rem;
  margin: 0 auto 4rem;
}
.news__Wrap-Item {
  padding: 2.8rem 0;
  border-top: 0.2rem dotted #90b6d9;
}
.news__Wrap-Item:last-child {
  border-bottom: 0.2rem dotted #90b6d9;
}
.news__Wrap-Anchor {
  display: flex;
  align-items: center;
  padding-right: 5rem;
  background: url(/aoriika/img/icon_arrow_gray.svg);
  background-position: center right;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Anchor {
    display: block;
  }
}
.news__Wrap-Spflex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Spflex {
    margin-bottom: 1rem;
  }
}
.news__Wrap-Date {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  margin-right: 2.2rem;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .news__Wrap-Date {
    margin-right: 2rem;
  }
}
.news__Wrap-Category {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  width: 12rem;
  text-align: center;
  padding: 0.6rem 0;
  line-height: 1;
  margin-right: 2.2rem;
  background: #6499ca;
}
.news__Wrap-Category.cate00 {
  color: #fff;
  background: #c3292d;
}
.news__Wrap-Category.houjin {
    font-size: 1.2rem;
}
.news__Wrap-Postttl {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.news__Wrap .pager {
  display: flex;
  justify-content: center;
}
.news__Wrap .pager a,
.news__Wrap .pager span {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Comfortaa", cursive;
  color: #226db3;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 5rem;
  margin: 0 0.6rem;
}
.news__Wrap .pager span {
  color: #fff;
  background: #226db3;
}
.news__Wrap .pager a.prev {
  position: relative;
}
.news__Wrap .pager a.prev:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-45deg);
}
.news__Wrap .pager a.next {
  position: relative;
}
.news__Wrap .pager a.next:before {
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(50% - 0.5rem);
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #226db3;
  border-left: 0.2rem solid #226db3;
  transform: rotate(-225deg);
}

.newsdetail__Content-Inner {
  max-width: 80rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Inner {
    width: 90%;
  }
}
.newsdetail__Content-Date {
  font-size: 1.4rem;
  color: #282828;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  margin: 6rem auto 2rem;
}
.newsdetail__Content-Thum {
  margin-bottom: 4rem;
}
.newsdetail__Content-Detail {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Detail {
    margin-bottom: 5rem;
  }
}
.newsdetail__Content-Detail h2 {
  margin: 4rem auto 2rem;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #226db3, #92d3d1);
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Detail h2 {
    margin: 2rem auto 1rem;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}
.newsdetail__Content-Detail h3 {
  margin: 4rem auto 2rem;
  font-size: 1.8rem;
  color: #226db3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Detail h3 {
    margin: 2rem auto 1rem;
    font-size: 1.6rem;
  }
}
.newsdetail__Content-Detail h3:before {
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #226db3, #92d3d1);
}
.newsdetail__Content-Detail ul,
.newsdetail__Content-Detail ol {
  margin-bottom: 4rem;
}
.newsdetail__Content-Detail ul li,
.newsdetail__Content-Detail ol li {
  font-size: 1.6rem;
  line-height: 2em;
  position: relative;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Detail ul li,
  .newsdetail__Content-Detail ol li {
    font-size: 1.4rem;
    line-height: 1.875em;
  }
}
.newsdetail__Content-Detail ul li:before,
.newsdetail__Content-Detail ol li:before {
  content: "●";
  color: #226db3;
  position: absolute;
  left: 0;
}
.newsdetail__Content-Detail p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Detail p {
    font-size: 1.4rem;
    line-height: 1.875em;
    margin-bottom: 2rem;
  }
}
.newsdetail__Content-Detail a {
  font-size: 1.6rem;
  line-height: 2em;
  color: #226db3;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .newsdetail__Content-Detail a {
    font-size: 1.4rem;
    line-height: 1.875em;
  }
}
.newsdetail__Content .page-nav .prev {
  float: left;
  font-size: 1.4rem;
  color: #226db3;
  line-height: 1.78em;
  padding-left: 2rem;
  position: relative;
}
.newsdetail__Content .page-nav .prev:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.5rem);
  border-top: 0.1rem solid #226db3;
  border-left: 0.1rem solid #226db3;
  transform: rotate(-45deg);
}
.newsdetail__Content .page-nav .next {
  float: right;
  font-size: 1.4rem;
  color: #226db3;
  line-height: 1.78em;
  padding-right: 2rem;
  position: relative;
}
.newsdetail__Content .page-nav .next:before {
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  right: 0.3rem;
  top: calc(50% - 0.5rem);
  border-top: 0.1rem solid #226db3;
  border-right: 0.1rem solid #226db3;
  transform: rotate(45deg);
}

.recruit__Wrap {
  background: url("/aoriika/img/img_recruit_mv.jpg");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .recruit__Wrap {
    margin-top: 5.5rem;
  }
}

.recruit__Mv-Inner {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recruit__Mv-Inner {
    max-width: 90%;
  }
}
.recruit__Mv-Inner .breadcrumb {
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .recruit__Mv-Inner .breadcrumb {
    width: 100%;
  }
}
.recruit__Mv-Inner .breadcrumb li {
  color: #fff;
}
.recruit__Mv-Inner .breadcrumb li a {
  color: #fff;
}
.recruit__Mv-Ttl {
  margin: 12vw 0 28vw;
  max-width: 33vw;
}
@media screen and (max-width: 767px) {
  .recruit__Mv-Ttl {
    margin: 9vw 0 20vw;
    max-width: 55vw;
  }
}
.recruit__Mv-Ttl img {
  width: 100%;
}

.recruit__Messege-Ttl {
  color: #32aadc;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .recruit__Messege-Ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.recruit__Messege-Txt {
  font-size: 1.6rem;
  color: #282828;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__Messege-Txt {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}

@-webkit-keyframes fish {
  0% {
    left: -100%;
    top: 30rem;
  }
  100% {
    left: 100%;
    top: 10rem;
  }
}
@-webkit-keyframes fish2 {
  0% {
    left: -100%;
    top: 150rem;
  }
  100% {
    left: 100%;
    top: 130rem;
  }
}
.recruit__Company {
  position: relative;
}
.recruit__Company-Fish {
  position: absolute;
  max-width: 38.4rem;
  width: 100%;
}
.recruit__Company-Fish.on {
  -webkit-animation: fish 8s ease-in-out infinite;
}
.recruit__Company-Fish.-fish2.on {
  -webkit-animation: fish2 8s ease-in-out infinite;
}
.recruit__Company-Ttl {
  margin-left: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Ttl {
    margin-left: 2rem;
  }
}
.recruit__Company-Ttl img {
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Ttl img {
    max-width: 60%;
  }
}
.recruit__Company-Ttl:before {
  content: "";
  width: 23.4rem;
  height: 17.2rem;
  position: absolute;
  right: 8.6rem;
  top: 1rem;
  background: url(/aoriika/img/img_recruit_ttl_chumi.png);
  background-size: cover;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Ttl:before {
    width: 34vw;
    height: 25vw;
    right: 0;
    top: -1rem;
  }
}
.recruit__Company-Faq {
  position: relative;
  z-index: 10;
}
.recruit__Company-Faq:before {
  content: "";
  width: 100%;
  height: 1rem;
  background: url("/aoriika/img/deco_recruit_yoko.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq:before {
    background-size: cover;
  }
}
.recruit__Company-Faq:after {
  content: "";
  width: 100%;
  height: 1rem;
  background: url("/aoriika/img/deco_recruit_yoko.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq:after {
    background-size: cover;
  }
}
.recruit__Company-Faq-Inner {
  padding: 6.2rem;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Inner {
    padding: 3rem;
  }
}
.recruit__Company-Faq-Inner:before {
  content: "";
  width: 1rem;
  height: 100%;
  background: url("/aoriika/img/deco_recruit_tate.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit__Company-Faq-Inner:after {
  content: "";
  width: 1rem;
  height: 100%;
  background: url("/aoriika/img/deco_recruit_tate.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.recruit__Company-Faq-List {
  max-width: 75rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-List {
    display: block;
    margin-bottom: 5rem;
  }
}
.recruit__Company-Faq-Item {
  width: 21rem;
  height: 21rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item {
    width: 65vw;
    height: 65vw;
    margin: 0 auto 3rem;
  }
}
.recruit__Company-Faq-Item-Inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.4rem solid;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  padding-top: 1.5rem;
  background: #fff;
  position: relative;
}
.recruit__Company-Faq-Item-Inner.-pink {
  border-color: #f2c0c0;
}
.recruit__Company-Faq-Item-Inner.-blue {
  border-color: #98d4ed;
}
.recruit__Company-Faq-Item-Inner span {
  margin-top: 1rem;
  display: block;
  font-weight: normal;
}
.recruit__Company-Faq-Item:before {
  position: absolute;
  content: "";
}
.recruit__Company-Faq-Item.-illust01:before {
  width: 5.8rem;
  height: 18rem;
  background: url("/aoriika/img/img_recruit_faq_illust01.svg");
  z-index: 10;
}
.recruit__Company-Faq-Item.-illust01.-position01:before {
  right: -4rem;
  bottom: -1rem;
}
.recruit__Company-Faq-Item.-illust01.-position01-a:before {
  right: 0rem;
  top: -12rem;
  z-index: 0;
}
.recruit__Company-Faq-Item.-illust02:before {
  width: 4.9rem;
  height: 15.5rem;
  background: url("/aoriika/img/img_recruit_faq_illust02.svg");
}
.recruit__Company-Faq-Item.-illust02.-position02:before {
  right: 1rem;
  top: -9rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item.-illust02.-position02:before {
    right: auto;
  }
}
.recruit__Company-Faq-Item.-illust02.-position02-a:before {
  right: -1.5rem;
  bottom: -5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item.-illust02.-position02-a:before {
    right: auto;
    z-index: 10;
  }
}
.recruit__Company-Faq-Item.-illust03:before {
  width: 5.1rem;
  height: 15.2rem;
  background: url("/aoriika/img/img_recruit_faq_illust03.svg");
  z-index: 10;
}
.recruit__Company-Faq-Item.-illust03.-position03:before {
  right: -2rem;
  top: -2rem;
}
.recruit__Company-Faq-Item.-illust03.-position03-a:before {
  left: -3rem;
  bottom: -5rem;
}
.recruit__Company-Faq-Item.-illust04:before {
  width: 4.9rem;
  height: 13.6rem;
  background: url("/aoriika/img/img_recruit_faq_illust04.svg");
  z-index: 10;
}
.recruit__Company-Faq-Item.-illust04.-position04:before {
  left: -3rem;
  bottom: -4rem;
}
.recruit__Company-Faq-Item.-illust05:before {
  width: 6.4rem;
  height: 12.1rem;
  background: url("/aoriika/img/img_recruit_faq_illust05.svg");
  z-index: 10;
}
.recruit__Company-Faq-Item.-illust05.-position05:before {
  right: 1rem;
  top: -8rem;
}
.recruit__Company-Faq-Item.-illust06:before {
  width: 9.3rem;
  height: 11.9rem;
  background: url("/aoriika/img/img_recruit_faq_illust06.svg");
  z-index: 10;
}
.recruit__Company-Faq-Item.-illust06.-position06:before {
  right: 1rem;
  top: -8rem;
}
.recruit__Company-Faq-Item.-illust07:before {
  width: 10.9rem;
  height: 11.9rem;
  background: url("/aoriika/img/img_recruit_faq_illust07.svg");
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item.-illust07:before {
    width: 7rem;
    height: 7.1rem;
    background-size: cover;
  }
}
.recruit__Company-Faq-Item.-illust07.-position07:before {
  left: -3rem;
  top: -6rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item.-illust07.-position07:before {
    top: 0;
  }
}
.recruit__Company-Faq-Item.-illust08:before {
  width: 11.9rem;
  height: 7.59rem;
  background: url("/aoriika/img/img_recruit_faq_illust08.svg");
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item.-illust08:before {
    right: -3rem;
    width: 9rem;
    height: 5.8rem;
    background-size: cover;
  }
}
.recruit__Company-Faq-Item.-illust08.-position08:before {
  right: -6rem;
  bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Item.-illust08.-position08:before {
    right: -3rem;
  }
}
.recruit__Company-Faq-Flex {
  display: flex;
  max-width: 75rem;
  margin: 0 auto 9rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Flex {
    display: block;
    margin-top: 3rem;
  }
}
.recruit__Company-Faq-Flex figure {
  width: 48rem;
  margin-right: -5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Flex figure {
    width: 100%;
    margin-right: 0;
  }
}
.recruit__Company-Faq-Flex .recruit__Company-Faq-List {
  display: block;
  margin: 0;
  width: 21rem;
  margin-left: auto;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Flex .recruit__Company-Faq-List {
    width: 100%;
    margin-top: 5rem;
    margin-right: auto;
  }
}
.recruit__Company-Faq-Flex .recruit__Company-Faq-List .-list01 {
  margin-left: auto;
  margin-top: -2rem;
}
.recruit__Company-Faq-Flex .recruit__Company-Faq-List .-list02 {
  margin-left: -21rem;
  margin-top: -7rem;
}
@media screen and (max-width: 767px) {
  .recruit__Company-Faq-Flex .recruit__Company-Faq-List .-list02 {
    margin-left: auto;
    margin-top: 2rem;
  }
}

.recruit__Interview {
  margin-top: -22rem;
}
@media screen and (max-width: 767px) {
  .recruit__Interview {
    margin-top: 3rem;
  }
}
.recruit__Interview-Wrap {
  margin-bottom: 0 !important;
}
.recruit__Interview .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 61rem;
  transform: rotate(45deg);
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  border-top: 0.3rem solid #226db3;
  border-right: 0.3rem solid #226db3;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit__Interview .slide-arrow {
    top: 30vw;
  }
}
.recruit__Interview .slide-arrow.next-arrow {
  right: 2rem;
}
.recruit__Interview .slide-arrow.prev-arrow {
  left: 2rem;
  transform: rotate(225deg);
}
@media screen and (min-width: 768px) and (max-width: 1123px) {
  .recruit__Interview .container {
    width: 80%;
  }
}
.recruit__Interview-Slide {
  padding-top: 28rem;
  padding-bottom: 8.7rem;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide {
    padding-top: 2rem;
    position: relative;
  }
}
.recruit__Interview-Slide.-list01 {
  background: url("/aoriika/img/img_recruit_interview01.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list01 {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list01:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vw;
    content: "";
    background: url("/aoriika/img/img_recruit_interview01.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.recruit__Interview-Slide.-list02 {
  background: url("/aoriika/img/img_recruit_interview02.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list02 {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list02:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vw;
    content: "";
    background: url("/aoriika/img/img_recruit_interview02.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.recruit__Interview-Slide.-list03 {
  background: url("/aoriika/img/img_recruit_interview03.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list03 {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list03:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vw;
    content: "";
    background: url("/aoriika/img/img_recruit_interview03.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.recruit__Interview-Slide.-list04 {
  background: url("/aoriika/img/img_recruit_interview04.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list04 {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list04:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vw;
    content: "";
    background: url("/aoriika/img/img_recruit_interview04.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.recruit__Interview-Slide.-list05 {
  background: url("/aoriika/img/img_recruit_interview05.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list05 {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Slide.-list05:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vw;
    content: "";
    background: url("/aoriika/img/img_recruit_interview05.jpg");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.recruit__Interview-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #aa966e;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-ttl {
    font-size: 2rem;
    margin-bottom: 53vw;
  }
}
.recruit__Interview-ttl:before {
  width: 8em;
  height: 0.4rem;
  background: #aa966e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-ttl:before {
    height: 0.2rem;
    bottom: 3.5rem;
  }
}
.recruit__Interview-ttl span {
  font-size: 4rem;
  font-family: "CopperplateGothicBold";
}
@media screen and (max-width: 767px) {
  .recruit__Interview-ttl span {
    display: block;
    font-size: 3rem;
    margin-top: 0.5rem;
  }
}
.recruit__Interview-Dl {
  margin-bottom: 3.5rem;
  max-width: 54rem;
}
.recruit__Interview-Dt {
  margin-bottom: 1rem;
}
.recruit__Interview-Dt span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #aa966e;
  border-radius: 3rem;
  margin-left: 1.5rem;
  padding: 0.8rem 3rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Dt span {
    font-size: 1.2rem;
    padding: 0 2rem;
    height: 3rem;
    line-height: 3rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .recruit__Interview-Dt span {
    font-size: 1rem;
  }
}
.recruit__Interview-Dt span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.2rem;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 20px solid #aa966e;
  width: 0;
  height: 0;
}
.recruit__Interview-Dd {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__Interview-Dd {
    font-size: 1.2rem;
  }
}
.recruit__Interview .slick-dots {
  margin: auto;
  bottom: 2rem;
}
.recruit__Interview .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
}
.recruit__Interview .slick-dots li button:before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0%;
  background-color: #fff;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit__Interview .slick-dots li button:before {
    box-shadow: 0.2rem 0.2rem 0.2rem #999;
  }
}
.recruit__Interview .slick-dots li.slick-active button:before {
  background-color: rgba(50, 170, 220, 0.7);
}

.recruit__Requirements {
  background: url("/aoriika/img/img_recruit_requirements.jpg");
  background-size: cover;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements {
    padding: 5rem 0;
  }
}
.recruit__Requirements-Ttl {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Ttl {
    margin-bottom: 3rem;
  }
}
.recruit__Requirements-Ttl span {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-bottom: 0.2rem solid #fff;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Ttl span {
    font-size: 2rem;
  }
}
.recruit__Requirements .tab {
  width: 100%;
}
.recruit__Requirements .tab-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements .tab-list {
    flex-wrap: wrap;
  }
}
.recruit__Requirements .tab-menu {
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
  background-color: #d6eef896;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  border-radius: 2rem 2rem 0 0;
  height: 5rem;
  padding-top: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements .tab-menu {
    width: 50%;
    font-size: 1.6rem;
  }
}
.recruit__Requirements .tab-menu.current {
  background-color: #d6eef8;
  color: #32aadc;
  position: relative;
}
.recruit__Requirements .tab-menu.current:before {
  position: absolute;
  left: 5rem;
  top: -4.6rem;
  width: 6rem;
  height: 4.6rem;
  content: "";
  background: url(/aoriika/img/img_recruit_requirements_chumi.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements .tab-menu.current:before {
    top: -4.5rem;
  }
}
.recruit__Requirements .content-box {
  background-color: #fff;
  display: none;
  padding: 8rem 9rem;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements .content-box {
    padding: 2rem;
  }
}
.recruit__Requirements-Works {
  display: flex;
  align-items: center;
  border-left: 0.1rem solid #32aadc;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Works {
    display: block;
    border-left: none;
  }
}
.recruit__Requirements-Works-Ttl {
  width: 16rem;
  text-align: center;
  font-size: 1.8rem;
  color: #32aadc;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Works-Ttl {
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 0.1rem solid #32aadc;
  }
}
.recruit__Requirements-Works-Txt {
  padding-left: 4rem;
  border-left: 0.1rem solid #32aadc;
  width: calc(100% - 16rem);
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Works-Txt {
    padding-left: 0;
    border-left: none;
    width: 100%;
    font-size: 1.4rem;
  }
}
.recruit__Requirements-Scenery {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Scenery {
    display: block;
  }
}
.recruit__Requirements-Scenery-List {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Scenery-List {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Scenery-List:last-child {
    margin-bottom: 0;
  }
}
.recruit__Requirements-Scenery-Ttl {
  color: #32aadc;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2.5rem auto 1rem;
}
.recruit__Requirements-Scenery-Txt {
  font-size: 1.6rem;
  line-height: 2em;
}
.recruit__Requirements-Btnbox {
  max-width: 53rem;
  margin: 5rem auto 0;
}
.recruit__Requirements-Btnbox-Btn {
  max-width: 46rem;
  display: block;
  background: #e68282;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 3rem 0;
  transition: 0.6s;
  margin: -5.5rem auto 0;
  position: relative;
  z-index: 10;
}
.recruit__Requirements-Btnbox-Btn:hover {
  background: #fff;
  color: #e68282;
  opacity: 1;
}
.recruit__Requirements-Btnbox-Btn:before {
  position: absolute;
  right: -2.5rem;
  top: -6rem;
  width: 9.5rem;
  height: 11.4rem;
  content: "";
  background: url("/aoriika/img/img_recruit_requirements_chumi2_cat.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruit__Requirements-Btnbox-Btn:before {
    top: -4rem;
    width: 9rem;
  }
}

.recruit__Attempt {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt {
    padding: 5rem 0;
  }
}
.recruit__Attempt-Inner {
  max-width: 89rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Inner {
    width: 90%;
  }
}
.recruit__Attempt-Flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 0.2rem dotted #98d4ed;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Flex {
    display: block;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.recruit__Attempt-Flex.-normal {
  flex-direction: initial;
}
.recruit__Attempt-Flex.-last {
  border-bottom: none;
}
.recruit__Attempt-Flex-Thumbnail {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Flex-Thumbnail {
    width: 100%;
  }
}
.recruit__Attempt-Flex-Detail {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Flex-Detail {
    width: 100%;
    margin-top: 2rem;
  }
}
.recruit__Attempt-Flex-Ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-left: 2.8rem;
  border-left: 0.5rem solid #32aadc;
  line-height: 1;
  color: #32aadc;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Flex-Ttl {
    font-size: 2rem;
    padding-left: 1.5rem;
    border-left: 0.3rem solid #32aadc;
  }
}
.recruit__Attempt-Flex-Ttl span {
  margin-top: 2rem;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #e0f2fa;
  padding: 0.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Flex-Ttl span {
    margin-top: 1rem;
    font-size: 1.6rem;
    padding: 0.7rem 1rem;
  }
}
.recruit__Attempt-Flex-Txt {
  font-size: 1.6rem;
  line-height: 2em;
}
.recruit__Attempt-Flex-Dl {
  margin-top: 2.5rem;
  display: flex;
}
.recruit__Attempt-Flex-Dt {
  font-size: 1.4rem;
  font-weight: bold;
}
.recruit__Attempt-Flex-Dd {
  font-size: 1.4rem;
  font-weight: bold;
}
.recruit__Attempt-Flex.-w100 {
  width: 100%;
  display: block;
  border-bottom: none;
}
.recruit__Attempt-Flex.-w100 .recruit__Attempt-Flex-Detail {
  width: 100%;
}
.recruit__Attempt-Ttl {
  text-align: center;
  margin-bottom: 10.8rem;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Ttl {
    margin-bottom: 3rem;
  }
}
.recruit__Attempt-Ttl span {
  font-size: 2.8rem;
  font-weight: bold;
  color: #32aadc;
  display: inline-block;
  border-bottom: 0.2rem solid #32aadc;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Ttl span {
    font-size: 2rem;
  }
}
.recruit__Attempt-Subttl {
  font-size: 2rem;
  font-weight: bold;
  color: #32aadc;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Subttl {
    font-size: 1.8rem;
  }
}
.recruit__Attempt-Txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Txt {
    font-size: 1.4rem;
  }
}
.recruit__Attempt-Table {
  width: 100%;
  margin: 0 auto 3.7rem;
  border: 0.2rem solid #d6eef8;
  border-top: none;
}
.recruit__Attempt-Table-Th {
  font-size: 1.8rem;
  color: #32aadc;
  width: 26rem;
  background: #d6eef8;
  text-align: center;
  padding: 2rem 1rem;
  font-weight: bold;
  border: 0.2rem solid #d6eef8;
  border-bottom: 0.2rem solid #fff;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Table-Th {
    font-size: 1.4rem;
    width: 50%;
    padding: 1rem 0.5rem;
  }
}
.recruit__Attempt-Table-Th.-white {
  background: #fff;
  width: auto;
  border-bottom: 0.2rem solid #d6eef8;
}
.recruit__Attempt-Table-Th.-white:last-child {
  border-left: 0.2rem solid #d6eef8;
}
.recruit__Attempt-Table-Td {
  width: calc(100% - 26rem);
  border: 0.2rem solid #d6eef8;
  padding: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recruit__Attempt-Table-Td {
    font-size: 1.4rem;
    width: 50%;
    padding: 1rem 0.5rem;
  }
}

.recruit__Activity {
  margin: 4rem auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit__Activity {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .recruit__Activity {
    margin: 2rem auto;
  }
}
.recruit__Activity-Ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #32aadc;
  margin-right: 3rem;
}
.recruit__Activity-Txt {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.recruit__Bnr-List {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit__Bnr-List {
    display: block;
  }
}
.recruit__Bnr-Item {
  width: calc(100% / 3 - 0.9rem);
}
@media screen and (max-width: 767px) {
  .recruit__Bnr-Item {
    width: 100%;
  }
}
.recruit__Bnr-Anchor {
  position: relative;
  display: block;
}
.recruit__Bnr-Anchor:before {
  position: absolute;
  width: 2.6rem;
  height: 0.8rem;
  content: "";
  bottom: 3rem;
  left: calc(50% - 1.3rem);
  background-size: cover;
  background-position: right center;
  transition: 0.6s;
  background-image: url(/aoriika/img/icon_arrow_white.svg);
  background-repeat: no-repeat;
}
.recruit__Bnr-Box {
  padding: 3.4rem 0 7rem;
}
.recruit__Bnr-Box.-blue {
  background: #32aadc;
}
.recruit__Bnr-Box.-yellow {
  background: #aa966e;
}
.recruit__Bnr-Box.-red {
  background: #e68282;
}
.recruit__Bnr-Thumbnail {
  margin-bottom: 0;
}
.recruit__Bnr-Ttl {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}
.recruit__Bnr-Txt {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
