@charset "UTF-8";
/*************************************************
common-style
*************************************************/
.section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

section {
  scroll-margin-top: 90px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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

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

body {
  font-family: "koburinaw3", sans-serif;
  position: relative;
}

@font-face {
  font-family: "koburinaw3";
  src: url(../font/こぶりなゴシックStdW3.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "koburinaw6";
  src: url(../font/こぶりなゴシックStdW6.otf) format("opentype");
  font-weight: 700;
  font-display: swap;
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.cta_btn {
  font-family: "koburinaw6";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #de6497;
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin: 50px auto;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 40px;
}
.cta_btn img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.cta_btn:hover {
  opacity: 0.8;
}

.cta_btn_02 {
  font-family: "koburinaw6";
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 174px;
  height: 188px;
  z-index: 999;
  background-image: url(../images/cta_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.cta_btn_02 a {
  width: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta_btn_02 a img {
  display: block;
  margin: 10px auto;
  width: 55px;
  height: auto;
}
.cta_btn_02:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .cta_btn_02 {
    display: none;
  }
}

/*************************************************
セクションタイトル
*************************************************/
.section_title {
  text-align: center;
  margin-bottom: 50px;
}
.section_title h2 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 49px;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-text-stroke: 2px #0068b1;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .section_title h2 {
    font-size: 30px;
    -webkit-text-stroke: 1px #0068b1;
  }
}
.section_title span {
  display: block;
  color: #0068b1;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

/*************************************************
アニメーション
*************************************************/
.fadeUp {
  transform: translateY(0);
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .fadeUp {
    animation-duration: 0.3s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .delay-time02 {
    animation-delay: 0.1s;
  }
}

.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.2s;
  }
}

.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .delay-time06 {
    animation-delay: 0.3s;
  }
}

.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .delay-time08 {
    animation-delay: 0.4s;
  }
}

.delay-time10 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time10 {
    animation-delay: 0.5s;
  }
}

.delay-time12 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 599px) {
  .delay-time12 {
    animation-delay: 0.6s;
  }
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
/*************************************************
navi
*************************************************/
/*************************************************
header
*************************************************/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  transition: 0.2s all;
}
header .header_pc {
  font-family: "koburinaw6";
  display: flex;
  justify-content: space-between;
  color: #666464;
  align-items: center;
}
@media screen and (max-width: 599px) {
  header .header_pc {
    display: none;
  }
}
header .header_pc a {
  display: block;
}
header .header_pc .logo {
  max-width: 280px;
  width: 100%;
  margin-left: 20px;
}
header .header_pc .logo img {
  width: 100%;
}
header .header_pc ul {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_pc ul li {
  margin-left: 20px;
  white-space: nowrap;
}
header .header_pc ul li:hover {
  opacity: 0.7;
}
header .header_pc ul .login,
header .header_pc ul .contact {
  margin: 0;
  width: 110px;
  height: 90px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_pc ul .login a,
header .header_pc ul .contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header_pc ul .login img,
header .header_pc ul .contact img {
  display: block;
  width: 40px;
  height: 40px;
  padding-bottom: 10px;
}
header .header_pc ul .login:hover,
header .header_pc ul .contact:hover {
  opacity: 0.7;
}
header .header_pc ul .login {
  margin-left: 20px;
  background-color: #0068b1;
}
header .header_pc ul .contact {
  background-color: #de6497;
}
header .header_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  header .header_sp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_sp .logo {
    display: block;
    max-width: 200px;
    width: 100%;
    margin-left: 10px;
  }
  header .header_sp .logo img {
    width: 100%;
  }
  header .header_sp ul {
    display: flex;
  }
  header .header_sp ul .login,
  header .header_sp ul .contact {
    margin: 0;
    width: 70px;
    height: 60px;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header_sp ul .login a,
  header .header_sp ul .contact a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .header_sp ul .login img,
  header .header_sp ul .contact img {
    display: block;
    width: 25px;
    height: 35px;
    padding-bottom: 5px;
  }
  header .header_sp ul .login:hover,
  header .header_sp ul .contact:hover {
    opacity: 0.7;
  }
  header .header_sp ul .login {
    background-color: #0068b1;
  }
  header .header_sp ul .contact {
    background-color: #de6497;
  }
}

header.scrolled {
  background-color: #fff;
}

/*************************************************
top
*************************************************/
/*************************************************
ファーストビュー
*************************************************/
.fv_bg {
  background-color: #dceff9;
  width: 100%;
  margin-bottom: 160px;
  position: relative;
}
.fv_bg::after {
  position: absolute;
  content: "";
  background: url(../images/fv_bg_under.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 100px;
  height: 100%;
  z-index: -1;
}

#fv {
  overflow: hidden;
  padding-top: 90px;
}
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    padding-top: 60px;
  }
}
#fv .fv_img_wrapper {
  position: relative;
  max-width: 90%;
  width: 100%;
  margin: 0 0 0 auto;
  height: 80vh;
  background-image: url(../images/main_img.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #fv .fv_img_wrapper {
    background-image: url(../images/fv_sp.png);
    width: 100%;
    max-width: 100%;
  }
}
#fv .fv_img_wrapper .copy {
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #fv .fv_img_wrapper .copy {
    bottom: 15px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#fv .fv_img_wrapper .copy h1 {
  font-family: "koburinaw6";
  color: #0461a2;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 599px) {
  #fv .fv_img_wrapper .copy h1 {
    line-height: 1.5;
  }
}
#fv .fv_img_wrapper .copy img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #fv .fv_img_wrapper .copy img {
    max-width: 90%;
    margin-bottom: 10px;
  }
}

/*************************************************
コンセプト
*************************************************/
@media screen and (max-width: 599px) {
  #concept {
    padding: 0 15px;
  }
}
#concept .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #concept .section_inner {
    padding-top: 80px;
  }
}
#concept .section_text h3 {
  font-size: 32px;
  color: #0068b1;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: "koburinaw6";
}
@media screen and (max-width: 599px) {
  #concept .section_text h3 {
    font-size: 24px;
  }
}
#concept .section_text p {
  text-align: center;
  font-size: 21px;
  line-height: 1.8;
  color: #0068b1;
}
@media screen and (max-width: 599px) {
  #concept .section_text p {
    font-size: 14px;
  }
}

/*************************************************
3D教育メタバースとは？
*************************************************/
#about {
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #about {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#about .movie_wrapper {
  position: relative;
  max-width: 880px;
  width: 100%;
  height: 470px;
  margin: 0 auto;
  margin-bottom: 50px;
  background-image: url(../images/about_mp4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  #about .movie_wrapper {
    height: 280px;
  }
}
#about .movie_wrapper .movie_inner {
  border-radius: 10px;
  position: absolute;
  max-width: 542px;
  width: 100%;
  height: 379px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  top: 45%;
  left: 51%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 599px) {
  #about .movie_wrapper .movie_inner {
    width: 60%;
    height: 155px;
    top: 46%;
  }
}
#about .section_text {
  color: #595757;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
#about .download {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .download li {
  flex-basis: 23%;
}
@media screen and (max-width: 599px) {
  #about .download li {
    flex-basis: 48%;
    margin-bottom: 10px;
  }
}
#about .download li a {
  display: block;
}
#about .download li a:hover {
  opacity: 0.7;
}
#about .download li a img {
  display: block;
  width: 100%;
  height: 55px;
}
#about .youtube p {
  text-align: center;
  margin-bottom: 30px;
  color: #595757;
  font-size: 16px;
  line-height: 1.8;
}
#about .youtube .youtube_link iframe {
  width: 100%;
  height: 563px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 599px) {
  #about .youtube .youtube_link iframe {
    height: auto;
  }
}

/*************************************************
まなびやの活用方法は？
*************************************************/
#how {
  background-color: #dceff9;
  padding-bottom: 50px;
}
#how .section_title {
  width: 100%;
  background-color: #3dadd1;
  position: relative;
  padding: 10px 0 30px;
}
#how .section_title::before {
  content: "";
  position: absolute;
  background: url(../images/how_bg_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#how .section_title::after {
  content: "";
  position: absolute;
  background-image: url(../images/how_bg_under.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 30px;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #how .section_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#how .how_text {
  color: #595757;
  text-align: center;
  margin: 80px 0;
  line-height: 1.5;
}
#how .ex_wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #595757;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#how .ex_wrapper .ex_inner {
  flex-basis: 48%;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner {
    margin-bottom: 50px;
  }
}
#how .ex_wrapper .ex_inner img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner img {
    height: 240px;
  }
}
#how .ex_wrapper .ex_inner p {
  line-height: 1.5;
}
#how .ex_wrapper .ex_inner h4 {
  display: inline-block;
  font-size: 30px;
  color: #0068b1;
  margin: 10px 0;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-family: "koburinaw6";
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner h4 {
    font-size: 24px;
  }
}
#how .ex_wrapper .ex_inner_01::before {
  position: absolute;
  content: "";
  background: url(../images/ex_inner_01.svg);
  background-repeat: no-repeat;
  width: 160px;
  height: 129px;
  top: -10%;
  left: -30px;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner_01::before {
    width: 130px;
    left: -20px;
    top: -8%;
  }
}
#how .ex_wrapper .ex_inner_02::before {
  position: absolute;
  content: "";
  background: url(../images/ex_inner_02.svg);
  background-repeat: no-repeat;
  width: 160px;
  height: 129px;
  top: -10%;
  left: -30px;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner_02::before {
    width: 130px;
    left: -20px;
    top: -8%;
  }
}
#how .ex_wrapper .ex_inner_03 {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner_03 {
    margin-bottom: 60px;
  }
}
#how .ex_wrapper .ex_inner_03:before {
  position: absolute;
  content: "";
  background: url(../images/ex_inner_03.svg);
  background-repeat: no-repeat;
  width: 160px;
  height: 129px;
  top: -10%;
  left: -30px;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner_03:before {
    width: 130px;
    left: -20px;
    top: -8%;
  }
}
#how .ex_wrapper .ex_inner_04 {
  margin-bottom: 30px;
}
#how .ex_wrapper .ex_inner_04::before {
  position: absolute;
  content: "";
  background: url(../images/ex_inner_04.svg);
  background-repeat: no-repeat;
  width: 160px;
  height: 129px;
  top: -10%;
  left: -30px;
}
@media screen and (max-width: 599px) {
  #how .ex_wrapper .ex_inner_04::before {
    width: 130px;
    left: -20px;
    top: -8%;
  }
}

/*************************************************
教育に特化した空間
*************************************************/
#space {
  background-image: url(../images/space_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  #space {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#space .section_text {
  color: #595757;
  text-align: center;
  line-height: 1.8;
}
#space .space_wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #space .space_wrapper {
    display: block;
    padding: 0 15px;
  }
}
#space .space_wrapper .space_inner {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 599px) {
  #space .space_wrapper .space_inner {
    width: 100%;
    margin-bottom: 50px;
  }
}
#space .space_wrapper .space_inner span {
  font-family: "koburinaw6";
  display: block;
  background-color: #dceff9;
  text-align: center;
  color: #0068b1;
  font-size: 16px;
  margin-top: 10px;
  padding: 8px 0;
}
@media screen and (max-width: 599px) {
  #space .space_wrapper .space_inner span {
    font-size: 18px;
  }
}
#space .space_wrapper .space_inner_01::before {
  position: absolute;
  content: "";
  background: url(../images/space_inner_01.svg);
  background-repeat: no-repeat;
  width: 80px;
  height: 100%;
  top: -20%;
  left: -15px;
}
@media screen and (max-width: 599px) {
  #space .space_wrapper .space_inner_01::before {
    width: 70px;
    top: -10%;
    left: -20px;
  }
}
#space .space_wrapper .space_inner_02::before {
  position: absolute;
  content: "";
  background: url(../images/space_inner_02.svg);
  background-repeat: no-repeat;
  width: 80px;
  height: 100%;
  top: -20%;
  left: -15px;
}
@media screen and (max-width: 599px) {
  #space .space_wrapper .space_inner_02::before {
    width: 70px;
    top: -10%;
    left: -20px;
  }
}
#space .space_wrapper .space_inner_03::before {
  position: absolute;
  content: "";
  background: url(../images/space_inner_03.svg);
  background-repeat: no-repeat;
  width: 80px;
  height: 100%;
  top: -20%;
  left: -15px;
}
@media screen and (max-width: 599px) {
  #space .space_wrapper .space_inner_03::before {
    width: 70px;
    top: -10%;
    left: -20px;
  }
}

/*************************************************
コミュニケーション
*************************************************/
#communication {
  padding: 100px 0 20px;
  background-image: url(../images/communication_bg.png);
  background-color: #fff9d8;
  background-repeat: no-repeat;
  background-size: cover;
  color: #595757;
}
@media screen and (max-width: 599px) {
  #communication {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#communication .communication_txt {
  text-align: center;
  line-height: 1.8;
}
#communication .function {
  max-width: 900px;
  width: 100%;
  margin: 50px auto 0;
}
#communication .function img {
  display: block;
  width: 100%;
}
#communication .function h3 {
  font-family: "koburinaw6";
  background-color: #ffff66;
  color: #0068b1;
  padding: 15px 20px;
  margin-bottom: 15px;
}
#communication .function p {
  line-height: 1.8;
}
#communication table {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 80px auto 50px;
  border: 1px solid #0068b1;
  border-collapse: collapse;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #communication table {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
#communication table td {
  border: 1px solid #0068b1;
  background-color: #fff;
  padding: 10px 30px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #communication table td {
    padding: 10px 5px;
  }
}
#communication table .center_column {
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #communication table .center_column {
    display: table-cell;
    vertical-align: middle;
  }
}
#communication table .line {
  vertical-align: middle;
}
#communication table .line2 {
  padding: 10px 20px;
}
@media screen and (max-width: 599px) {
  #communication table .line2 {
    padding: 10px 5px;
  }
}
#communication table th {
  border: 1px solid #0068b1;
  text-align: center;
  color: #0068b1;
  background-color: #ffff66;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
  font-family: "koburinaw6";
}
#communication table .td_list {
  text-align: center;
  color: #0068b1;
  background-color: #ffff66;
  display: table-cell;
  vertical-align: middle;
  font-family: "koburinaw6";
}
@media screen and (max-width: 599px) {
  #communication table .td_list span {
    writing-mode: vertical-rl;
    white-space: pre;
  }
}

/*************************************************
サービス特徴
*************************************************/
#service {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  #service {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#service .service_list_wrapper {
  max-width: 700px;
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service .service_list_wrapper .service_list_inner {
  flex-basis: 40%;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #service .service_list_wrapper .service_list_inner {
    flex-basis: 45%;
  }
}
#service .service_list_wrapper .service_list_inner h3 {
  font-family: "koburinaw6";
  font-size: 26px;
  color: #0068b1;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  #service .service_list_wrapper .service_list_inner h3 {
    font-size: 18px;
  }
}
#service .service_list_wrapper .service_list_inner p {
  line-height: 1.8;
}

/*************************************************
アバター
*************************************************/
#avatar {
  padding: 0px 0 100px;
}
@media screen and (max-width: 599px) {
  #avatar {
    padding: 0 15px 50px;
  }
}
#avatar h4 {
  text-align: center;
  color: #595757;
}
#avatar .avatar_wrapper {
  max-width: 900px;
  width: 100%;
  margin: 80px auto;
  display: flex;
}
@media screen and (max-width: 599px) {
  #avatar .avatar_wrapper {
    display: block;
  }
}
#avatar .avatar_wrapper .avatar_left {
  flex-basis: 60%;
}
@media screen and (max-width: 599px) {
  #avatar .avatar_wrapper .avatar_left img {
    display: block;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
  }
}
#avatar .avatar_wrapper .avatar_right {
  flex-basis: 40%;
}
@media screen and (max-width: 599px) {
  #avatar .avatar_wrapper .avatar_right {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
#avatar .avatar_wrapper .avatar_right div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
#avatar .avatar_wrapper .avatar_right div span {
  color: #595757;
  display: inline-block;
  margin-bottom: 15px;
}
#avatar .avatar_wrapper .avatar_right div img {
  max-width: 222px;
  width: 100%;
}

/*************************************************
よくある質問
*************************************************/
#faq {
  width: 100%;
  position: relative;
  background-color: #dceff9;
}
#faq::after {
  content: "";
  background-image: url(../images/faq_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
}
#faq .section_title {
  transform: translateY(10px);
  position: relative;
  padding: 20px 0;
  background-color: #0068b1;
}
#faq .section_title h2 {
  -webkit-text-stroke: transparent;
}
#faq .section_title span {
  color: #fff;
}
#faq .section_title::after {
  position: absolute;
  content: url(../images/faq_ttl.png);
  width: -moz-fit-content;
  width: fit-content;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 599px) {
  #faq .section_inner {
    padding: 0 15px;
  }
}
#faq .faq_wrapper {
  max-width: 900px;
  width: 100%;
  margin: 80px auto;
  font-size: 16px;
}
#faq .faq_wrapper .faq_inner {
  margin-bottom: 40px;
}
#faq .faq_wrapper .faq_inner .faq_q {
  font-family: "koburinaw6";
  position: relative;
  max-width: 660px;
  width: 100%;
  background-color: #ffff66;
  color: #0068b1;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#faq .faq_wrapper .faq_inner .faq_q::before {
  content: "";
  position: absolute;
  border: dotted 3px #595757;
  width: 100%;
  height: 100%;
  top: -5px;
  left: -5px;
}
#faq .faq_wrapper .faq_inner .faq_a {
  font-family: "koburinaw6";
  position: relative;
  max-width: 660px;
  width: 100%;
  background-color: #0068b1;
  color: #fff;
  padding: 20px;
  margin: 0 0 20px auto;
  line-height: 1.5;
}
#faq .faq_wrapper .faq_inner .faq_a::before {
  content: "";
  position: absolute;
  border: dotted 3px #595757;
  width: 100%;
  height: 100%;
  top: -5px;
  left: -3px;
}

/*************************************************
各種案内
*************************************************/
#announcement {
  padding: 100px 0 30px;
  background-color: #ededed;
}
@media screen and (max-width: 599px) {
  #announcement .section_inner {
    padding: 0 15px;
  }
}
#announcement h2 {
  padding-top: 30px;
  text-align: center;
  color: #0068b1;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 49px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #announcement h2 {
    font-size: 30px;
  }
}
#announcement .news {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  color: #0068b1;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #announcement .news {
    font-size: 18px;
  }
}
#announcement .news a {
  border-bottom: 3px #0068b1 solid;
  display: block;
  padding: 30px 20px;
}
#announcement .news a:hover {
  opacity: 0.8;
}
#announcement .news a:first-child {
  border-top: 3px #0068b1 solid;
}
#announcement .news a span {
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
#announcement .pdf {
  max-width: 900px;
  width: 100%;
  height: 480px;
  margin: 0 auto 30px;
  background-color: #fff;
}
#announcement .link {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#announcement .link h3 {
  font-family: "koburinaw6";
  color: #fff;
  background-color: #0068b1;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
#announcement .link .link_btn {
  background-color: #000;
  color: #fff;
  display: block;
  margin: 50px auto;
  max-width: 360px;
  width: 100%;
  padding: 13px;
  border-radius: 35px;
  text-align: center;
}
#announcement .link .link_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  #announcement .link .link_btn {
    margin: 30px auto;
  }
}
#announcement .link .download_link {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#announcement .link .download_link a {
  flex-basis: 23%;
  display: block;
}
@media screen and (max-width: 599px) {
  #announcement .link .download_link a {
    flex-basis: 48%;
    margin-bottom: 10px;
  }
}
#announcement .link .download_link a:hover {
  opacity: 0.7;
}
#announcement .link .download_link a img {
  display: block;
  width: 100%;
  height: 55px;
}

.note {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: right;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .note {
    text-align: center;
  }
}

/*************************************************
会社概要
*************************************************/
#company {
  color: #fff;
}
#company .company_bg {
  padding: 50px 0;
  background-color: #0068b1;
}
@media screen and (max-width: 599px) {
  #company .company_bg {
    padding: 50px 15px;
  }
}
#company h2 {
  text-align: center;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 49px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  #company h2 {
    font-size: 30px;
  }
}
#company table {
  display: block;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 1.8;
  font-family: "koburinaw6";
}
#company table tbody {
  display: block;
}
#company table tr {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  #company table tr {
    display: block;
    padding: 20px 10px;
  }
}
#company table tr th {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  #company table tr th {
    display: block;
    font-weight: bold;
  }
}
#company .company_contact {
  background-color: #ededed;
  color: #595757;
  font-family: "koburinaw6";
  padding-top: 50px;
}
#company .company_contact .renraku {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  width: 100%;
  margin: 0px auto;
  align-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  #company .company_contact .renraku {
    display: block;
    padding: 80px 15px;
  }
}
#company .company_contact .renraku .mail {
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #company .company_contact .renraku .mail {
    text-align: center;
    margin-bottom: 30px;
  }
}
#company .company_contact .renraku .cta_btn {
  margin: 0;
}
#company .company_contact .company_link {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  #company .company_contact .company_link {
    display: block;
    padding: 0 30px 50px;
  }
}
#company .company_contact .company_link a {
  background-color: #fff;
  max-width: 440px;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #231815 1px solid;
}
#company .company_contact .company_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  #company .company_contact .company_link a {
    margin-bottom: 10px;
  }
}

/*************************************************
フッター
*************************************************/
footer {
  background-color: #0068b1;
  color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 50px 15px;
  }
}
footer ul {
  font-family: "koburinaw6";
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  footer ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  footer ul li {
    margin-bottom: 15px;
    margin-right: 30px;
  }
}
footer ul li a {
  display: block;
}
footer ul li a:hover {
  opacity: 0.8;
}
footer .cloudsecure {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
}
footer small {
  display: block;
  text-align: center;
  margin-top: 30px;
}

/*************************************************
利用規約
*************************************************/
#terms {
  padding-top: 200px;
  padding-bottom: 100px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 599px) {
  #terms {
    padding: 100px 20px 50px;
  }
}
#terms .section_title {
  margin-bottom: 60px;
}
#terms .terms_text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 1.7;
}
#terms .terms_text h3 {
  color: #0068b1;
  font-size: 24px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-family: "koburinaw6";
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #terms .terms_text h3 {
    font-size: 20px;
    display: initial;
  }
}
#terms .terms_text p {
  margin-bottom: 20px;
}
#terms .terms_text ol li {
  list-style: auto;
  display: list-item;
  margin: 0 20px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#terms .terms_text ol li ::marker {
  color: #000;
}
@media screen and (max-width: 599px) {
  #terms .terms_text ol li {
    margin-left: 20px;
    margin-right: 0;
  }
}
#terms .terms_text a {
  text-decoration: underline;
}
#terms .terms_text a:hover {
  opacity: 0.7;
}
#terms .terms_text .terms_text_list {
  margin-left: 30px;
}

.terms_btn {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #de6497;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 10px 50px;
  margin: 30px auto 50px;
}
@media screen and (max-width: 599px) {
  .terms_btn {
    font-size: 12px;
    margin: 0px auto 50px;
  }
}
.terms_btn:hover {
  opacity: 0.8;
}

/*************************************************
下層ニュースページ
*************************************************/
.bg {
  background-color: #dceff9;
}

#news {
  padding-top: 150px;
}
@media screen and (max-width: 599px) {
  #news .section_inner {
    padding: 0 20px;
  }
}
#news .section_inner h2 {
  padding-top: 30px;
  text-align: center;
  color: #0068b1;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 49px;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #news .section_inner h2 {
    font-size: 30px;
  }
}
#news .section_inner .news_inner {
  margin-bottom: 100px;
}
#news .section_inner .news_inner h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #0068b1;
  margin: 10px auto;
  font-family: "koburinaw6";
  line-height: 1.8;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}
#news .section_inner .news_inner h3 span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline;
}
@media screen and (max-width: 599px) {
  #news .section_inner .news_inner h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
#news .section_inner .news_inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  #news .section_inner .news_inner iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
#news .section_inner .news_inner .news_text {
  line-height: 2;
  margin-bottom: 50px;
  padding: 0 50px;
}
@media screen and (max-width: 599px) {
  #news .section_inner .news_inner .news_text {
    padding: 0;
  }
}
#news .section_inner .news_inner .news_text p {
  color: #595757;
}
#news .section_inner .news_inner .news_text p:not(:first-child) {
  text-indent: 1rem;
}
#news .section_inner .news_inner .news_text .blue {
  color: #0068b1;
  font-weight: bold;
}
#news .section_inner .news_inner .news_text span {
  color: #595757;
  display: block;
}
#news .section_inner .news_inner .news_text a {
  color: #0068b1;
}
#news .section_inner .news_inner .news_text a:hover {
  opacity: 0.6;
}