@charset "UTF-8";
/* ■■■■■■■■■■■ */
/* mixin-variable mixin・変数 */
/* ■■■■■■■■■■■ */
/*-----------------変数------------------*/
/*メディアクエリ*/
/*---------------カラー----------------*/
/*画像ズーム*/
/* ■■■■■■■■■■■ */
/* Foudation基本設定 */
/* ■■■■■■■■■■■ */
html {
  overflow: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  word-wrap: break-word;
  /* 単語の途中でも改行 */
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100%;
  overflow: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
  background-color: #ffffff;
}
@media (min-width: 769px) {
  body {
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  body {
    line-height: 200%;
  }
}
* {
  box-sizing: border-box;
}
/*----------リンク関連----------*/
a {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  a:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
}
img {
  width: 100%;
}
a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}
@media (min-width: 769px) {
  a:hover img {
    transition: 0.5s;
    opacity: 0.7;
  }
}
/*--------テキスト---------*/
p, li, h2, h3, h4, h5, h6 {
  color: #444444;
}
@media (min-width: 769px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 16px;
    line-height: 180%;
  }
}
@media (max-width: 768px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 14px;
    line-height: 200%;
  }
}
li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 16px;
}
/* ■■■■■■■■■■■ */
/* Layout.scss */
/* ■■■■■■■■■■■ */
header {
  width: 100%;
  z-index: 100;
  background: linear-gradient(135deg, #00a1f2 30%, #1fadff 60%, #0da5ff 80%);
}
@media (min-width: 769px) {
  header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
header h1, header nav {
  display: inline-block;
}
header li {
  display: inline-block;
}
.header-top {
  position: absolute;
  background: transparent;
}
.nav-wrp {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  h1 {
    width: 18vw;
  }
}
@media (max-width: 768px) {
  h1 {
    width: 35vw;
  }
}
.subcopy {
  margin-bottom: 0px;
  position: absolute;
  z-index: 100;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media (min-width: 769px) {
  .main_mv_1, .main_mv_2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .main_mv_1, .main_mv_2 {
    font-size: 8.5vw;
  }
}
@media (min-width: 769px) {
  .sub_mv_1, .sub_mv_2, .sub_mv_3, .sub_mv_4, .sub_mv_5 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .sub_mv_1, .sub_mv_2, .sub_mv_3, .sub_mv_4, .sub_mv_5 {
    font-size: 4.5vw;
  }
}
.mv-logo {
  filter: drop-shadow(2px 2px 1px #cccccc);
  position: absolute;
  z-index: 100;
}
@media (min-width: 769px) {
  .mv-logo {
    width: 35vw;
    top: 20vw;
    left: 20vw;
  }
}
@media (max-width: 768px) {
  .mv-logo {
    width: 76vw;
    top: 15vw;
    left: 12vw;
  }
}
.mark {
  position: absolute;
  z-index: 100;
}
@media (min-width: 769px) {
  .mark {
    width: 19vw;
    top: 14vw;
    left: 66vw;
  }
}
@media (max-width: 768px) {
  .mark {
    width: 27vw;
    top: 76vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .main_mv_1 {
    top: 26vw;
    left: 24vw;
  }
}
@media (max-width: 768px) {
  .main_mv_1 {
    top: 28vw;
    left: 21vw;
  }
}
@media (min-width: 769px) {
  .main_mv_2 {
    top: 33vw;
    left: 24vw;
  }
}
@media (max-width: 768px) {
  .main_mv_2 {
    top: 43vw;
    left: 21vw;
  }
}
@media (min-width: 769px) {
  .sub_mv_1 {
    top: 11.5vw;
    left: 16vw;
  }
}
@media (max-width: 768px) {
  .sub_mv_1 {
    top: 64.5vw;
    left: 13vw;
  }
}
.sub_mv_2 {
  writing-mode: tb;
}
@media (min-width: 769px) {
  .sub_mv_2 {
    top: 12vw;
    left: 60vw;
  }
}
@media (max-width: 768px) {
  .sub_mv_2 {
    top: 67vw;
    left: 80vw;
  }
}
.sub_mv_3 {
  writing-mode: tb;
}
@media (min-width: 769px) {
  .sub_mv_3 {
    top: 42vw;
    left: 16vw;
  }
}
@media (max-width: 768px) {
  .sub_mv_3 {
    top: 92vw;
    left: 10vw;
  }
}
@media (min-width: 769px) {
  .sub_mv_4 {
    top: 43.9vw;
    left: 37.5vw;
  }
}
@media (max-width: 768px) {
  .sub_mv_4 {
    top: 138vw;
    left: 13vw;
  }
}
@media (min-width: 769px) {
  .sub_mv_5 {
    top: 55.5vw;
    left: 61vw;
  }
}
@media (max-width: 768px) {
  .sub_mv_5 {
    top: 126vw;
    left: 57.5vw;
  }
}
footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background: linear-gradient(135deg, #00a1f2 30%, #1fadff 60%, #0da5ff 80%);
  width: 100%;
  /*@include pc{position:absolute;
		bottom:0;};*/
}
footer p {
  color: #ffffff;
  font-size: 14px;
  width: fit-content;
  margin: 0 auto 24px auto;
}
footer span {
  font-size: 12px;
}
.post-wrp a {
  display: table;
}
.content-pd {
  padding-left: 8%;
  padding-right: 8%;
}
.content-width {
  margin: 0 auto;
  width: 84%;
}
@media (min-width: 769px) {
  .content-width {
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-width {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .content-top-pd {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .content-top-pd {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .content-bottom-pd {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .content-bottom-pd {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .content-top-pdpc {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .content-top-pdsp {
    padding-top: 40px;
  }
}
.content-basic-pd {
  padding: 80px;
}
@media (max-width: 768px) {
  .sp-head-box {
    height: 100vw;
    display: flex;
    align-items: center;
  }
}
.menu-wrp {
  padding: 12px 0px;
  margin: 0 auto;
}
.menu-wrp li {
  border-left: 1px solid #ffffff;
  padding: 8px 0px 8px 24px;
}
.aco-border {
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
  width: 84%;
}
@media (min-width: 769px) {
  .aco-menu-pc {
    position: absolute;
    right: 8%;
  }
}
.aco-menu-pc li {
  margin: 0 0 0 1em;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}
.aco-menu-pc li a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-pc .sub-menu {
  opacity: 0;
  position: absolute;
  margin-top: 0px !important;
  padding-top: 10px;
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.aco-menu-pc .sub-menu li {
  border-left: none;
  display: block;
  background-color: #333333;
  margin-top: 1px;
}
.aco-menu-pc .sub-menu li:hover {
  background: #777777;
  transition: 0.5s;
}
.aco-menu-pc .sub-menu li a {
  color: #ffffff;
  display: block;
  padding: 20px;
}
.top-list-color li {
  color: #888888;
  border-left: 1px solid #888888;
}
.top-list-color li a {
  color: #888888;
}
.top-list-color li a:hover {
  color: #cccccc;
}
.aco-menu-pc:hover .sub-menu {
  opacity: 1;
}
.sp-nav-hamburger {
  mix-blend-mode: difference;
  position: fixed;
  margin-left: 85%;
  z-index: 100;
  top: 0%;
  right: 8%;
}
.sp-nav-hamburger button {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  position: relative;
  outline: none;
}
.sp-nav-hamburger button span {
  transition: 0.3s;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.sp-nav-hamburger button span.top {
  transform: translateY(-6px);
}
.sp-nav-hamburger button span.bottom {
  transform: translateY(6px);
}
.sp-nav-hamburger.active span.top {
  top: 30px;
  right: 8%;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}
.sp-nav-hamburger.active span.middle {
  opacity: 0;
}
.sp-nav-hamburger.active span.bottom {
  top: 18px;
  right: 8%;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
#sp__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00afec;
  text-align: center;
  z-index: 1;
}
@media (min-width: 769px) {
  #sp__bg {
    display: none;
  }
}
.aco-menu-sp {
  position: relative;
  top: 30%;
}
.aco-menu-sp li {
  margin: 24px 0px;
  padding: 0px;
  list-style-type: none;
}
.aco-menu-sp a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-sp a:hover {
  color: #ffffff;
}
.aco-menu-sp .menu-item {
  display: block;
  position: relative;
}
.aco-menu-sp .menu-item {
  color: #ffffff;
}
.aco-menu-sp .menu-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -6px;
  transition: 0.5s;
}
.aco-menu-sp .menu-wrp .open::before {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.aco-menu-sp .menu-wrp .mmenu-item:hover, .aco-menu-sp .menu-wrp .open {
  background-color: #666666;
  color: #FFF;
}
.aco-menu-sp .menu-wrp .menu-item:hover::before, .aco-menu-sp .menu-wrp .open::before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.aco-menu-sp .sub-menu li {
  margin: 0;
}
.aco-menu-sp .sub-menu li a {
  padding-top: 10px;
  color: #666666;
  padding-bottom: 10px;
  background-color: #efefef;
  display: block;
  position: relative;
  border-top: 1px solid #CCC;
}
.aco-menu-sp .sub-menu li a:hover {
  background-color: #f2f2f2;
}
/*SPメニュー開閉のアニメーーション*/
.aco-menu-sp li {
  overflow: hidden;
  border-left: none;
}
.aco-menu-sp.open li a, .aco-menu-sp.open .menu-item {
  transform: translate(0%, 0%);
}
.aco-menu-sp li a, .aco-menu-sp .menu-item {
  transform: translate(0%, 100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 600ms;
  display: block;
}
.page-privacy dt {
  background-color: #000000;
  padding: 12px 24px;
  color: #ffffff;
  margin-bottom: 16px;
}
.page-privacy dl {
  margin-bottom: 48px;
}
.post .cate {
  display: inline-block;
  margin-right: 8px;
}
.post .cate ul {
  padding-bottom: 0;
}
.post .cate ul li::before {
  content: "";
}
.post .cate a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 2px 8px;
  border: 0.25px solid #ccc;
}
.post .date {
  font-size: 12px;
  display: inline-block;
}
.post .title {
  font-size: 32px;
  line-height: 140%;
}
@media (min-width: 769px) {
  .post .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .post .title {
    padding: 8px 0px 0px 0px;
  }
}
.post .title-border {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 64px;
}
.post .thumbneil-box {
  max-width: 480px;
  margin: 0px auto 80px auto;
}
.post h2 {
  margin-top: 48px;
  padding-top: 48px;
  font-size: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333;
}
.post h3 {
  font-size: 24px;
  text-align: left;
  margin: 0 0 16px 0;
}
.post h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.post .head {
  font-weight: bold;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .post .head {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .post .head {
    font-size: 26px;
  }
}
.post .head::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #333333;
  margin-top: 24px;
}
.post p {
  margin-bottom: 48px;
}
.post ul, .post ol {
  padding-bottom: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.post ul {
  padding-inline-start: 0px;
  padding-left: 1.8em;
}
.post ul li, .post ol li {
  line-height: 32px;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .post ul li, .post ol li {
    line-height: 24px;
    padding-bottom: 16px;
  }
}
.post ul li {
  list-style-type: none;
  text-indent: -1.8em;
}
.post ul li::before {
  content: "・";
  margin-right: 14px;
}
.post ol {
  padding-inline-start: 1.8em;
}
.post .has-cyan-bluish-gray-background-color {
  background: #fafafc !important;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .post .has-cyan-bluish-gray-background-color {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .post .has-cyan-bluish-gray-background-color {
    padding: 32px 24px;
  }
}
.post .has-cyan-bluish-gray-background-color p:last-child, .post .has-cyan-bluish-gray-background-color a:last-child {
  margin-bottom: 0px;
}
.post .wp-block-quote {
  border: none;
  border-left: 5px solid #bababa;
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
  margin-bottom: 80px;
  padding: 24px;
}
.post .wp-block-quote p {
  margin-bottom: 0px;
}
.post .prev-next-wrp {
  display: flex;
  line-height: 0px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2em;
}
@media (min-width: 769px) {
  .post .prev-next-wrp {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .post .prev-next-wrp {
    width: 100%;
    flex-wrap: wrap;
  }
}
.post .prev-next-wrp .prev, .post .prev-next-wrp .next {
  display: flex;
  border: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .post .prev-next-wrp .prev, .post .prev-next-wrp .next {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .post .prev-next-wrp .prev, .post .prev-next-wrp .next {
    width: 100%;
  }
}
.post .prev-next-wrp .prev p, .post .prev-next-wrp .next p {
  margin-bottom: 0px;
  height: 100%;
}
.post .prev-next-wrp .l-cont a {
  color: #333333;
  text-align: center;
}
.post .prev-next-wrp .r-cont a {
  color: #333333;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 160%;
}
.post .prev-next-wrp .l-cont, .post .prev-next-wrp .r-cont {
  width: 50%;
  overflow: hidden;
}
.post .prev-next-wrp img {
  object-fit: cover;
  height: 100%;
}
/*--------------------------------------アーカイブページ--------------------------------------*/
@media (min-width: 769px) {
  .page-archive h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-archive h2 {
    font-size: 34px;
  }
}
.page-archive li {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.page-archive li .date {
  display: block;
  margin-bottom: 8px;
}
/*--------------------------------------ニュースタブページ--------------------------------------*/
/*--------------------------------------コンタクトフォーム--------------------------------------*/
label {
  margin-bottom: 32px;
  display: block;
}
input {
  border-radius: 0;
  border: solid 1px #cfcfcf;
  height: 40px;
}
.wpcf7 .item, .hissu {
  display: inline-block;
  margin-bottom: 12px;
}
.wpcf7 .hissu {
  margin-left: 12px;
  font-size: 12px;
  color: #ffffff;
  padding: 6px 8px;
  background-color: #000000;
  line-height: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.form-flx {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx {
    align-items: start;
    margin-bottom: 0px;
  }
}
.form-flx-confirm {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx-confirm {
    align-items: start;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-flx div {
  width: 100%;
}
input, textarea {
  width: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.btn-primary:hover {
  background-color: #444444;
}
.submit-btn {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media (min-width: 769px) {
  .submit-btn {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  position: absolute;
  background-image: url(../../../uploads/2024/08/arr_white.png);
  background-size: cover;
}
@media (min-width: 769px) {
  .submit-btn:before {
    right: 30%;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .submit-btn:before {
    right: 6%;
    top: 32%;
  }
}
.submit-btn:hover::before {
  transition: 0.5s;
}
@media (min-width: 769px) {
  .submit-btn:hover::before {
    right: 26%;
  }
}
@media (max-width: 768px) {
  .submit-btn:hover::before {
    right: 3%;
  }
}
.wpcf7-submit:disabled {
  background-color: #999;
}
.btn-primary:disabled {
  color: #fff;
  border-color: transparent;
}
.wpcf7-form-control-wrap textarea {
  font-size: 16px;
}
.wpcf7-form-control-wrap input {
  font-size: 16px;
}
span.wpcf7-list-item {
  margin: 0;
}
.pribacy, .privacy a {
  color: #000000;
  margin-left: 16px;
  text-underline-offset: 5px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  vertical-align: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="checkbox"]:checked:after {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: -1;
  bottom: 1;
  margin-top: -1px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
.agree {
  font-size: 12px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  left: 32px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .agree {
    margin-top: 19px;
  }
}
@media (max-width: 768px) {
  .agree {
    margin-top: -4px;
    margin-bottom: 60px;
  }
}
.count {
  font-size: 12px;
}
@media (min-width: 769px) {
  .count {
    margin-left: 16px;
  }
}
.wpcf7-previous {
  background: no-repeat;
  border: none;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
/* ■■■■■■■■■■■ */
/* Compornent.scss */
/* ■■■■■■■■■■■ */
/*---------------タブ---------------*/
.tab-wrp {
  display: flex;
  position: relative;
}
.tab-wrp div {
  width: 50%;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 24px;
  font-weight: bolder;
  position: relative;
}
.tab-wrp div:hover {
  background-color: #cccccc;
}
/*
.tab-wrp div.active {
	border-bottom: 5px solid #000000;}
*/
.tab-wrp div p {
  font-weight: normal;
  padding: 20px;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 20px;
}
.tabarea {
  position: relative;
}
.tab-wrp div p:hover {
  cursor: pointer;
}
.tabarea section {
  display: none;
}
.tabarea section.show {
  display: block;
}
/*タブバーの移動のアニメーション*/
@media (min-width: 769px) {
  .tab-wrp::after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 5px;
    position: absolute;
    background-color: #000000;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-0::after, .tab-wrp.navIdx-1::after {
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-0::after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-1::after {
    left: 50%;
  }
}
/*ニュースページもっと見るアコーディオン実装*/
.accordion_box {
  padding: 0 0 50px;
  position: relative;
}
.accordion_box .accordion > li {
  opacity: 1;
  transition: all 0.5s ease 0s;
  height: auto;
}
.accordion_box .accordion > li.none {
  height: 0;
  opacity: 0;
  margin-bottom: 0px;
}
.btn-page-news {
  display: none;
  /* 必須 */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160px;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #333;
  cursor: pointer;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}
.btn-page-news:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/*ニュースページ関連ここまで*/
/*---------------パネルアコーディオン---------------*/
.content-panel {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid #BABABA;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .content-panel {
    display: flex;
    padding-top: 51px;
    padding-bottom: 51px;
    cursor: pointer;
  }
}
.content-panel::before, .content-panel::after {
  content: "";
  position: absolute;
  top: 66px;
  right: 0;
  width: 19px;
  height: 0px;
  border-top: 1px solid #000;
}
.content-panel::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.content-panel.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.content-panel__head {
  margin: 0;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .content-panel__head {
    width: 120px;
    line-height: 1;
  }
}
.content-panel__body {
  width: 100%;
  max-width: 744px;
}
.post-accordion {
  margin: 0;
  /* デフォルト打ち消し */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-accordion {
    display: flex;
    justify-content: space-between;
  }
}
.post-accordion:not(:first-child) {
  margin-top: 24px;
}
.post-accordion__head, .post-accordion__body {
  margin: 0;
  /* デフォルト打ち消し */
  border: none;
  /* デフォルト打ち消し */
}
.post-accordion__head {
  padding: 0;
  /* デフォルト打ち消し */
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  /* 本文と文字位置を揃える */
}
.post-accordion__body {
  padding: 0;
  /* デフォルト打ち消し */
  width: 100%;
  max-width: 680px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
/* ■■■■■■■■■■■ */
/* Animation.scssアニメーション調整 */
/* ■■■■■■■■■■■ */
.home {
  animation-name: loadfad;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes loadfad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 5;
}
@media (min-width: 769px) {
  .scroll {
    bottom: 25%;
    left: 17vw;
  }
}
@media (max-width: 768px) {
  .scroll {
    top: 98%;
    left: 8vw;
  }
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media (min-width: 769px) {
  .scroll::before {
    bottom: -115px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .scroll::before {
    bottom: -80px;
    height: 65px;
  }
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.loadfade {
  animation-name: loadfad;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes loadfad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.a-mv-fade1 {
  animation-name: fad1;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-mv-fade2 {
  animation-name: fad2;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad2 {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.a-mv-fade3 {
  animation-name: fad3;
  animation-duration: 1.7s;
  animation-iteration-count: 1;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad3 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-mv-fade4 {
  animation-name: fad4;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-delay: 3.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fad4 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-mv-fade5 {
  animation-name: fad5;
  filter: saturate(0);
  opacity: 0;
  animation-duration: 2.1s;
  animation-iteration-count: 1;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
@keyframes fad5 {
  from {
    filter: saturate(0);
    opacity: 0;
  }
  to {
    filter: saturate(1);
    opacity: 1;
  }
}
.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 4%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4s cubic-bezier(0.89, 0.12, 0.76, 0.88) infinite;
  filter: blur(15px);
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(80) rotate(45deg);
    opacity: 0;
  }
}
/*--------------------アニメーション調整--------------------*/
.fadein {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1.3s;
}
.fadein-y {
  opacity: 0;
  transform: translateX(180px);
  transition: all 1.5s;
}
.fadein-y-l {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 1.3s;
}
/*.fadin {
    animation-name: fad;
    animation-duration: 2s;
    animation-iteration-count: 1;
	 animation-delay:1s;
	animation-fill-mode: forwards;}

@keyframes fad {
from {
    opacity: 0;
    transform: translateY(100px);}
to {
    opacity: 1;
    transform: translateY(0);}}
*/
.fadin2 {
  animation-name: fad2;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fad2 {
  from {
    opacity: 0;
    transform: translateY(30px) translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateY(0px);
  }
}
.fade-lag {
  opacity: 0;
  animation: fad-lag 1.5s ease forwards;
}
@keyframes fad-lag {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*以下遅延の指定*/
.lag01 {
  animation-delay: 0.2s;
}
.lag02 {
  animation-delay: 0.4s;
}
.lag03 {
  animation-delay: 0.6s;
}
.lag04 {
  animation-delay: 0.8s;
}
.lag05 {
  animation-delay: 1s;
}
.lag06 {
  animation-delay: 1.2s;
}
/*以下遅延の指定*/
.a-delay-3s {
  animation-delay: 3s;
}
.jj {
  opacity: 0;
}
.jj.active {
  opacity: 1;
  transition: all 1s;
}
.a-fader-jojo, .a-fader-jojo-l, .fader-full, .fader-l-full {
  opacity: 0;
}
.migikara, .migikara-full {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.migikara:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  animation: migikara 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes migikara {
  100% {
    transform: translateX(-100%);
  }
}
.hidarikara, .hidarikara-full {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.hidarikara:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  pointer-events: none;
  animation: hidarikara 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes hidarikara {
  100% {
    transform: translateX(100%);
  }
}
.jojo-delay1s:before {
  animation-delay: 1s;
}
.jojo-delay15s:before {
  animation-delay: 1.5s;
}
.jojo-delay2s:before {
  animation-delay: 2s;
}
.jojo-delay3s:before {
  animation-delay: 3s;
}
.jojo-delay4s:before {
  animation-delay: 4s;
}
.jojo-delay5s:before {
  animation-delay: 5s;
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* ■■■■■■■■■■■ */
/* Project.scss */
/* ■■■■■■■■■■■ */
h2 {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 48px;
  line-height: 160%;
  position: relative;
}
@media (min-width: 769px) {
  h2 {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
h2::before {
  content: "";
  display: block;
  height: 3px;
  background-color: #00afec;
  position: absolute;
  bottom: 0px;
  width: 45px;
}
h2::after {
  margin-top: -10px;
  content: "";
  display: block;
  height: 3px;
  background-color: #333333;
}
h3 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 24px;
  line-height: 160%;
}
@media (min-width: 769px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
p {
  margin-bottom: 24px;
}
.bg-lightgray-c {
  background-color: #F4F6F8;
}
.bg-thingray {
  background-color: #f4f8fa;
}
.bg-main-c {
  background-color: #00afec !important;
}
.txt-main-c {
  color: #00afec;
}
.c-btn-01:hover, .c-btn-02:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.c-btn-01 {
  background-color: #00afec;
  border-radius: 100px;
  margin-left: auto;
  text-align: center;
}
.c-btn-01 a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 24px;
}
.c-btn-02 {
  background-color: #00afec;
  border-radius: 100px;
  width: 230px;
  text-align: center;
}
.c-btn-02 a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 24px;
}
.btn-home {
  background-color: #333333;
  border-radius: 100px;
  margin: 40px auto 0 auto;
}
@media (min-width: 769px) {
  .btn-home {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .btn-home {
    width: 160px;
  }
}
.btn-home a {
  display: block;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 769px) {
  .btn-home a {
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .btn-home a {
    padding: 4px 24px;
  }
}
.btn-link a {
  color: #ffffff;
  padding: 12px 24px;
  display: block;
  background: linear-gradient(135deg, #2abcff 0%, #0077ff 30%, #00d8fb 100%);
  width: 230px;
  border-radius: 3px;
  box-shadow: 2px 5px 9px #d4e0e8;
}
.sec-news .content {
  padding-bottom: 16px;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: dashed 1px #cccccc;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  .sec-news .content {
    display: flex;
  }
}
.sec-news .content .cate {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 4px 8px 4px 8px;
  border: 0.25px solid #ccc;
  margin-right: 16px;
  line-height: 100%;
}
.sec-news .content .date {
  font-size: 12px;
  display: inline-block;
  margin-right: 12px;
}
.sec-news .content .title {
  font-size: 32px;
}
@media (min-width: 769px) {
  .sec-news .content .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .sec-news .content .title {
    padding: 8px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .sec-news .content a {
    display: block;
  }
}
.sec-news .c-btn-02 {
  margin-top: 60px;
}
.sec-prof {
  position: relative;
}
.sec-prof::after {
  content: "";
  display: block;
  width: 95vw;
  height: 80%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  background: linear-gradient(to right, #E4F7FF 0%, #FFFFFA 30%, #edf7ff 65%, #d5f1ff 100%);
  border-radius: 10px;
}
.c-2col-01 {
  display: flex;
  gap: 2em;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
.c-2col-01 .l-cont {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-2col-01 .l-cont {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .c-2col-01 .l-cont {
    width: 5%;
  }
}
.c-2col-01 .l-cont .line {
  width: 1px;
  background-color: #000001;
  padding-top: 100%;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
}
@media (min-width: 769px) {
  .c-2col-01 .l-cont .line {
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .c-2col-01 .l-cont .line {
    margin-top: -12px;
  }
}
.c-2col-01 .l-cont .line::before {
  content: "";
  width: 16px;
  display: block;
  height: 16px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: -8px;
  border-radius: 8px;
}
.c-2col-01 .r-cont {
  box-shadow: 6px 6px 6px 0px rgba(173, 173, 173, 0.45);
  z-index: 10;
  background: #f9f9f9;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .c-2col-01 .r-cont {
    width: 92%;
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .c-2col-01 .r-cont {
    width: 100%;
    padding: 32px 24px;
  }
}
.c-2col-01 .head, .c-2col-01 .copy {
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 160%;
}
@media (min-width: 769px) {
  .c-2col-01 .head {
    font-size: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 768px) {
  .c-2col-01 .head {
    font-size: 28px;
  }
}
.c-2col-01 .head:after {
  content: "";
  background-color: #333333;
  height: 1px;
  width: 70px;
  margin-left: 8px;
  position: relative;
}
@media (min-width: 769px) {
  .c-2col-01 .head:after {
    display: inline-block;
    bottom: 14px;
  }
}
@media (max-width: 768px) {
  .c-2col-01 .head:after {
    display: block;
    margin-top: 14px;
  }
}
@media (min-width: 769px) {
  .c-2col-01 .copy {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-2col-01 .copy {
    font-size: 18px;
  }
}
.c-list01 {
  position: relative;
  z-index: 10;
  margin-bottom: 48px;
  list-style-type: none;
  width: fit-content;
}
.c-list01 li {
  background-color: #333333;
  color: #ffffff;
  width: fit-content;
  margin-left: 8px;
  display: inline-block;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .c-list01 li {
    padding: 2px 8px;
    font-size: 15px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-list01 li {
    padding: 2px 8px;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.c-3card-01 {
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .c-3card-01 {
    flex-wrap: wrap;
  }
}
.c-3card-01 .card {
  padding: 24px;
  filter: drop-shadow(5px 2px 6px #cccccc);
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 769px) {
  .c-3card-01 .card {
    width: calc(100% / 3);
  }
}
.c-3card-01 .card .marks {
  width: 80px;
  display: block;
  margin: 16px auto 16px auto;
}
.c-3card-01 .card::before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background-color: #00AFEB;
  position: absolute;
  top: 0;
  margin-left: -24px;
  border-radius: 10px 10px 0px 0px;
}
.c-3card-01 .card h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.c-3card-01 .card::after {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 6px;
  margin-left: -24px;
  box-shadow: inset 0px 2px 4px rgba(50, 50, 50, 0.2);
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.sec-works-menu {
  position: relative;
  background-image: url(../../../uploads/works-menu-back.png);
  background-size: cover;
  background-position: center;
}
.sec-works-menu .wrp {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .sec-works-menu .wrp {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .sec-works-menu .wrp h2 {
    margin-bottom: 4px !important;
  }
}
.sec-works-menu .name a {
  padding: 12px;
  background: white;
  width: 90%;
  border-radius: 3px;
  margin: -15px auto 0px auto;
  text-align: center;
  position: relative;
  z-index: 100;
  display: block;
  box-shadow: 2px 5px 9px #d4e0e8;
}
.sec-works-menu .name a:hover {
  opacity: 1;
  box-shadow: 0px 0px 3px #e2eaf2;
}
@media (min-width: 769px) {
  .sec-works-menu .l-cont {
    width: 27%;
  }
}
@media (max-width: 768px) {
  .sec-works-menu .l-cont {
    width: 100%;
  }
}
.sec-works-menu .l-cont h2 {
  font-size: clamp(40px, 5.5vw, 64px);
}
@media (min-width: 769px) {
  .sec-works-menu .l-cont h2 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768px) {
  .sec-works-menu .l-cont h2 {
    margin: 0 auto;
  }
}
.sec-works-menu .r-cont {
  margin-right: calc(50% - 50vw + 40px);
  /* ここは削除する */
  /* flex-basis: 77%; */
  display: flex;
  gap: 16px;
}
@media (min-width: 769px) {
  .sec-works-menu .r-cont {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .sec-works-menu .r-cont {
    flex: auto;
    flex-wrap: wrap;
  }
}
.sec-works-menu .r-cont img {
  border-radius: 6px;
}
.sec-works-web {
  position: relative;
}
.sec-works-web .wrp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: start;
}
@media (min-width: 769px) {
  .sec-works-web .wrp {
    gap: 3em 1em;
  }
}
@media (max-width: 768px) {
  .sec-works-web .wrp {
    gap: 2em 0.3em;
  }
}
@media (min-width: 769px) {
  .sec-works-web .content {
    width: calc(33% - 1em);
  }
}
@media (max-width: 768px) {
  .sec-works-web .content {
    width: calc(50% - 0.3em);
  }
}
.sec-works-web img {
  border: solid 1px #efefef;
}
.sec-works-web .info {
  background-color: #ffffff;
  box-shadow: 2px 5px 9px #d4e0e8;
  position: relative;
  margin-top: -40px;
  z-index: 10;
  border-top: #00afec 3px solid;
}
@media (min-width: 769px) {
  .sec-works-web .info {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .sec-works-web .info {
    width: 100%;
  }
}
.sec-works-web .info .junle {
  background-color: #333333;
  color: #ffffff;
  background-color: #333333;
  color: #ffffff;
  padding: 2px 12px;
  width: fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.sec-works-web .info .comments {
  padding: 8px 12px;
  margin-bottom: 0px;
}
.sec-works-graphics, .sec-works-illust {
  position: relative;
}
.sec-works-graphics ul, .sec-works-illust ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: start;
}
@media (min-width: 769px) {
  .sec-works-graphics ul, .sec-works-illust ul {
    gap: 1em 0.5em;
  }
}
@media (max-width: 768px) {
  .sec-works-graphics ul, .sec-works-illust ul {
    gap: 1em 0.2em;
  }
}
.sec-works-graphics li, .sec-works-illust li {
  list-style-type: none;
}
@media (min-width: 769px) {
  .sec-works-graphics li, .sec-works-illust li {
    width: calc(33% - 0.5em);
  }
}
@media (max-width: 768px) {
  .sec-works-graphics li, .sec-works-illust li {
    width: calc(50% - 0.2em);
    line-height: 100%;
    margin-bottom: 0px;
  }
}
.c-gallary01 {
  column-gap: 0.5em;
  /* 列間隔 */
}
@media (min-width: 769px) {
  .c-gallary01 {
    column-count: 4;
    /* 列数を指定 */
  }
}
@media (max-width: 768px) {
  .c-gallary01 {
    column-count: 2;
    /* 列数を指定 */
  }
}
.c-gallary01 .item {
  break-inside: avoid;
  /* アイテムが列の途中で分割されないようにする */
}
.c-2card-01 {
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .c-2card-01 {
    flex-wrap: wrap;
  }
}
.c-2card-01 .card {
  filter: drop-shadow(5px 10px 17px #dddddd);
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  gap: 1em;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .c-2card-01 .card {
    padding: 8vw 24px;
  }
}
@media (max-width: 768px) {
  .c-2card-01 .card {
    padding: 8vw 24px 12vw 24px;
  }
}
.c-2card-01 .card::before {
  background-color: #ffffff;
  box-shadow: inset 0px 2px 4px rgba(50, 50, 50, 0.2);
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  right: 0;
}
@media (min-width: 769px) {
  .c-2card-01 .card::before {
    bottom: 32px;
  }
}
@media (max-width: 768px) {
  .c-2card-01 .card::before {
    bottom: 16px;
  }
}
.c-2card-01 .card .icon {
  width: 15%;
  display: flex;
  align-items: center;
}
.c-2card-01 .card .icon img {
  margin-bottom: 0px;
}
.c-2card-01 .card dl {
  flex: 1;
}
.c-2card-01 .card dt {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 8px;
}
.c-2card-01 .card dd {
  line-height: 160%;
}
@media (min-width: 769px) {
  .c-2card-01 .card .arrow {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .c-2card-01 .card .arrow {
    width: 30px;
  }
}
.bluecircle01 {
  z-index: -1;
  position: relative;
}
.bluecircle01::after {
  content: "";
  display: block;
  height: 10vw;
  width: 10vw;
  border-radius: 100%;
  position: absolute;
  top: 12vw;
  z-index: -1;
  left: -12vw;
  background: linear-gradient(to bottom, #adeaff 5%, #ffffff 40%, #b5e9ff 91%);
  animation-name: a-circrle;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  filter: blur(0px);
  transform: scale(1);
  opacity: 0;
}
@keyframes a-circrle {
  from {
    height: 10vw;
    width: 10vw;
    transform: scale(1);
    opacity: 0;
  }
  to {
    height: 15vw;
    width: 15vw;
    transform: scale(5);
    opacity: 1;
  }
}
.cp-bdg-square02 {
  padding: 4px 12px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  opacity: 0.8;
  background-color: #000000;
  left: 4%;
  width: 92%;
  z-index: 100;
}
/* ■■■■■■■■■■■ */
/* Utility.scss */
/* ■■■■■■■■■■■ */
@media (min-width: 769px) {
  .u-pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none !important;
  }
}
.u-max960 {
  max-width: 960px;
}
.u-m0auto {
  margin: 0 auto;
}
.u-bold {
  font-weight: bold;
}
.u-pos-relative {
  position: relative;
}
.u-border-r20 {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .u-border-r20 {
    border-radius: 10px;
  }
}
.u-txt-cent {
  text-align: center;
}
@media (min-width: 769px) {
  .u-mb80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 20px;
  }
}
.u-pd20 {
  padding-bottom: 20px;
}
