@charset "UTF-8";
/*BREAK POINT*/
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #595757;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, aside {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  color: #595757;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.fadein,
.fadein02,
.fadein03 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.en {
  font-family: "Lato", sans-serif !important;
}

section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  section {
    padding: 50px 0;
  }
}
section .box {
  position: relative;
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
section .box .title-box {
  margin-bottom: 50px;
}
section .box .title-box h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Lato", sans-serif !important;
  color: #595757;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
section .box .title-box h2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/title-top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 15px;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2::before {
    top: -20px;
    width: 40px;
    height: 12px;
  }
}
section .box .title-box h2 span {
  color: #00ace0;
  font-family: "Lato", sans-serif !important;
  display: inline;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  section .box .title-box h2 span {
    font-size: 30px;
  }
}
section .box .title-box span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-size: 14px;
  text-align: center;
  color: #00ace0;
}
@media screen and (max-width: 769px) {
  section .box .title-box span {
    font-size: 12px;
  }
}
section .box .title-wh h2 {
  color: #fff;
}
section .box .title-wh span {
  color: #fff;
}

.ring-right,
.ring-left {
  width: 15%;
  position: absolute;
  right: 0;
  top: -90px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .ring-right,
  .ring-left {
    top: -45px;
    width: 20%;
  }
}

.ring-left {
  right: auto;
  left: 0;
}

/*--------------------header----------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
header.is-scroll {
  background-color: #fff;
}
header .header-box {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  header .header-box {
    display: none;
  }
}
header .header-box .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-box .logo img {
  height: 35px;
}
header .header-box ul {
  display: flex;
  justify-content: center;
  position: relative;
}
header .header-box ul li {
  display: flex;
  align-items: center;
  color: #595757;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  padding: 20px 0;
}
header .header-box ul li:last-of-type {
  margin-right: 0;
}
header .header-box ul li a {
  color: #595757;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
}
header .header-box ul li a.blue {
  color: #00ace0;
  position: relative;
}
header .header-box ul li a.blue::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 2px;
  background-color: #00ace0;
}
header .header-box ul li a:hover {
  color: #00ace0;
}
header .header-box ul li ul li {
  padding: 0;
  margin-right: 5px;
}
header .header-box ul li ul li a img {
  width: auto;
  height: 35px;
  vertical-align: bottom;
}
header .sp-logo {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (max-width: 769px) {
  header .sp-logo {
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
header .sp-logo a {
  margin: 0;
}
header .sp-logo img {
  height: 25px;
  vertical-align: bottom;
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 769px) {
  header .hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  header .hamburger-menu .menu-content ul li ul {
    margin: 0;
  }
}
header .hamburger-menu .menu-content ul li.banner-ouchi {
  text-align: center;
}
header .hamburger-menu .menu-content ul li.banner-ouchi a {
  width: auto;
  height: auto;
}
header .hamburger-menu .menu-content ul li.banner-ouchi a::after {
  display: none;
}
header .hamburger-menu .menu-content ul li.banner-ouchi a img {
  width: auto;
  height: 100px;
}

/*--------------------mv----------------------*/
.test #mv .mv-bg {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .test #mv .mv-bg {
    display: none;
  }
}
.test #mv .mv-bg ul.slider01 li.slider-item img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.test #mv .box {
  background: none;
}

#mv {
  padding: 0;
  position: relative;
}
#mv .mv-bg {
  position: absolute;
  width: 100%;
}
#mv .mv-bg ul.slider01 li.slider-item img {
  width: 100%;
  aspect-ratio: 2/1;
}
#mv .seminar-picker {
  position: absolute;
  top: 80px;
  left: 5%;
  z-index: 1;
  border: 1px solid #00ace0;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  #mv .seminar-picker {
    top: auto;
    left: auto;
    bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
#mv .seminar-picker .pic-title {
  background-color: #00ace0;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #mv .seminar-picker .pic-title {
    padding: 15px 10px;
  }
}
#mv .seminar-picker .pic-title p {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
}
#mv .seminar-picker .pic-contents {
  background-color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 769px) {
  #mv .seminar-picker .pic-contents {
    padding: 5px 10px;
  }
}
#mv .seminar-picker .pic-contents span {
  display: inline;
  font-size: 14px;
  color: #aaa;
}
#mv .seminar-picker .pic-contents h3 {
  display: inline-block;
  font-size: 14px;
}
#mv .box {
  background: none;
  padding: 14vw 0;
  max-width: none;
  text-align: center;
  width: 100vw;
}
@media screen and (max-width: 769px) {
  #mv .box {
    padding: 1px 0 30px;
    background-position: -170px 0;
    text-align: right;
    background-image: url(../img/top/mv.jpg);
    background-color: #00ace0;
    background-size: cover;
  }
}
#mv .box .title-box {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #mv .box .title-box {
    margin-top: 30vh;
    margin-bottom: 0;
    text-align: right;
  }
}
#mv .box .title-box h1 {
  display: inline-block;
  line-height: 1;
}
#mv .box .title-box h1 span {
  color: #fff;
  background-color: #00ace0;
  padding: 10px;
  border-radius: 10px;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 769px) {
  #mv .box .title-box h1 span {
    font-size: 9vw;
    letter-spacing: 0;
  }
}
#mv .box .title-box h1 span small {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 10px;
  color: #fff;
  padding: 5px 10px 0;
  background-color: #00ace0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0;
}
#mv .box .mv-list {
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  #mv .box .mv-list {
    margin: 20px 0 40px;
  }
}
#mv .box .mv-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #mv .box .mv-list ul {
    display: block;
  }
}
#mv .box .mv-list ul li {
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  #mv .box .mv-list ul li {
    margin: 0 0 5px;
    text-align: left;
  }
}
#mv .box .mv-list ul li:last-of-type {
  margin-right: 0;
}
#mv .box .mv-list ul li a {
  display: block;
  color: #00ace0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 2px solid #00ace0;
  position: relative;
  transition: 0.2s;
}
#mv .box .mv-list ul li a::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#mv .box .mv-list ul li a:hover {
  background-color: #00ace0;
  border: 2px solid #00ace0;
  color: #fff;
}
#mv .box .mv-list ul li a:hover::after {
  background-image: url(../img/common/arrow-wh.svg);
}

/*--------------------cta----------------------*/
#cta {
  background-color: #00ace0;
}
#cta .box {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
#cta .box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #cta .box .flex {
    display: block;
  }
}
#cta .box .flex .img {
  width: 30%;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #cta .box .flex .img {
    width: 70%;
    margin: 0 auto;
  }
}
#cta .box .flex .img img {
  width: 100%;
}
#cta .box .flex .text {
  width: 70%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #cta .box .flex .text {
    width: 100%;
  }
}
#cta .box .flex .text h2 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 2px solid #ffde00;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #cta .box .flex .text h2 {
    display: block;
    text-align: center;
  }
}
#cta .box .flex .text p {
  color: #fff;
  font-size: 14px;
}
#cta .box .cta-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #cta .box .cta-list ul {
    display: block;
  }
}
#cta .box .cta-list ul li a {
  display: flex;
  align-items: center;
  color: #00ace0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 2px solid #00ace0;
  position: relative;
  transition: 0.2s;
}
#cta .box .cta-list ul li a::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#cta .box .cta-list ul li a:hover {
  opacity: 0.7;
}
#cta .box .cta-list ul li a img {
  width: 30px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #cta .box .cta-list ul li a img {
    margin: 0 10px 0 0;
  }
}
#cta .box .cta-tel {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #cta .box .cta-tel {
    padding: 15px;
    margin-top: 30px;
  }
}
#cta .box .cta-tel h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #cta .box .cta-tel h3 {
    font-size: 18px;
  }
}
#cta .box .cta-tel p {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
#cta .box .cta-tel a {
  color: #00ace0;
  font-family: "Lato", sans-serif !important;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #cta .box .cta-tel a {
    font-size: 30px;
  }
}
#cta .box .cta-tel a img {
  width: 45px;
  height: 45px;
  margin: 0;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #cta .box .cta-tel a img {
    width: 30px;
    height: 30px;
  }
}

/*--------------------news----------------------*/
#news .box .inner-box {
  background-color: rgba(220, 221, 221, 0.25);
  padding: 50px;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 769px) {
  #news .box .inner-box {
    display: block;
    width: 100%;
    padding: 20px 30px;
  }
}
#news .box .inner-box .title-box {
  margin-right: 50px;
}
@media screen and (max-width: 769px) {
  #news .box .inner-box .title-box {
    margin: 0 0 30px 0;
  }
}
#news .box .inner-box .title-box h3 {
  color: #595757;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #news .box .inner-box .title-box h3 {
    display: inline-block;
  }
}
#news .box .inner-box .title-box h3 span {
  color: #00ace0;
  display: inline;
  font-size: 30px;
  letter-spacing: 0.1em;
}
#news .box .inner-box .title-box span {
  color: #00ace0;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #news .box .inner-box .title-box span {
    display: inline;
  }
}
#news .box .inner-box ul {
  width: 100%;
}
#news .box .inner-box ul li dl {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ddd;
}
@media screen and (max-width: 769px) {
  #news .box .inner-box ul li dl {
    display: block;
  }
}
#news .box .inner-box ul li dl dt {
  color: #aaa;
  font-family: "Lato", sans-serif !important;
  margin-right: 20px;
}

/*--------------------pickup----------------------*/
#pickup {
  background-color: #00ace0;
}
#pickup .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #pickup .box ul {
    display: block;
  }
}
#pickup .box ul li {
  width: 30%;
  margin: 0 5%;
}
@media screen and (max-width: 769px) {
  #pickup .box ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  #pickup .box ul li a {
    display: flex;
    align-items: center;
  }
}
#pickup .box ul li a .img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #pickup .box ul li a .img {
    width: 40%;
    margin-right: 5%;
  }
}
#pickup .box ul li a .img img {
  width: 100%;
  vertical-align: bottom;
}
#pickup .box ul li a .text {
  text-align: center;
}
#pickup .box ul li a .text h3 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
}

/*--------------------feature----------------------*/
#feature .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #feature .box ul {
    display: block;
  }
}
#feature .box ul li {
  width: 30%;
  border: 2px solid #00ace0;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #feature .box ul li {
    width: 100%;
  }
}
#feature .box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  #feature .box ul li .img {
    width: 50%;
  }
}
#feature .box ul li .img img {
  width: 100%;
  vertical-align: bottom;
}
#feature .box ul li .text {
  text-align: center;
}
#feature .box ul li .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
  font-size: 20px;
}
#feature .box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}

/*--------------------feature----------------------*/
#service .box {
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 769px) {
  #service .box {
    display: block;
  }
}
#service .box .title-box {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 769px) {
  #service .box .title-box {
    width: 100%;
    text-align: center;
  }
}
#service .box .title-box h2 {
  text-align: left;
}
@media screen and (max-width: 769px) {
  #service .box .title-box h2 {
    text-align: center;
  }
}
#service .box .title-box h2::before {
  transform: none;
  left: 0;
}
@media screen and (max-width: 769px) {
  #service .box .title-box h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#service .box .title-box span {
  color: #00ace0;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #service .box .title-box span {
    text-align: center;
  }
}
#service .box .title-box .subtitle-box {
  margin-top: 30px;
}
#service .box .title-box .subtitle-box p {
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 769px) {
  #service .box .title-box .subtitle-box p {
    text-align: left;
  }
}
#service .box .inner-box {
  width: 65%;
  background-color: #00ace0;
  padding: 50px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 769px) {
  #service .box .inner-box {
    width: 100%;
    padding: 30px;
  }
}
#service .box .inner-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#service .box .inner-box ul li .img {
  width: 30%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 769px) {
  #service .box .inner-box ul li .img {
    width: 40%;
  }
}
#service .box .inner-box ul li .img img {
  width: 100%;
}
#service .box .inner-box ul li .text {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #service .box .inner-box ul li .text {
    width: 60%;
  }
}
#service .box .inner-box ul li .text h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#service .box .inner-box ul li .text h3 span {
  color: #ffde00;
}
#service .box .inner-box ul li .text a {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ace0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 2px solid #00ace0;
  position: relative;
  font-size: 14px;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  #service .box .inner-box ul li .text a {
    padding: 10px 30px 10px 10px;
  }
}
#service .box .inner-box ul li .text a::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#service .box .inner-box ul li .text a:hover {
  opacity: 0.7;
}

/*--------------------store----------------------*/
#store .box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #store .box .inner-box {
    display: block;
  }
}
#store .box .inner-box .img {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 769px) {
  #store .box .inner-box .img {
    width: 100%;
  }
}
#store .box .inner-box .img img {
  width: 100%;
}
#store .box .inner-box .text {
  width: 55%;
}
@media screen and (max-width: 769px) {
  #store .box .inner-box .text {
    width: 100%;
  }
}
#store .box .inner-box .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  #store .box .inner-box .text h3 {
    display: block;
    text-align: center;
  }
}
#store .box .inner-box .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}
#store .box .youtube-box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  #store .box .youtube-box {
    padding: 30px 0;
  }
}
#store .box .youtube-box h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
  font-size: 20px;
  margin-top: 1em;
}
@media screen and (max-width: 769px) {
  #store .box .youtube-box h3 {
    display: block;
    text-align: center;
  }
}
#store .box .youtube-box .youtube-inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  #store .box .youtube-box .youtube-inner-box {
    margin-top: 30px;
  }
}
#store .box .youtube-box .youtube-inner-box iframe {
  width: 48%;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 20px;
  margin: 0;
}
@media screen and (max-width: 769px) {
  #store .box .youtube-box .youtube-inner-box iframe {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

/*--------------------voice----------------------*/
#voice {
  background-color: #00ace0;
}
#voice .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #voice .box ul {
    display: block;
  }
}
#voice .box ul li {
  width: 30%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #voice .box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#voice .box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  #voice .box ul li .img {
    width: 50%;
  }
}
#voice .box ul li .img img {
  width: 100%;
  vertical-align: bottom;
}
#voice .box ul li .text {
  text-align: center;
}
#voice .box ul li .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
}
#voice .box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}
#voice .box ul li .text span {
  display: block;
  text-align: right;
  font-size: 12px;
}

/*--------------------seminar----------------------*/
#seminar .box {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(220, 221, 221, 0.25);
  padding: 60px 50px;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  #seminar .box {
    width: 90%;
    padding: 40px 30px;
  }
}
#seminar .box .subtitle-box {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #seminar .box .subtitle-box {
    text-align: left;
  }
}
#seminar .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #seminar .box ul {
    display: block;
  }
}
#seminar .box ul li {
  width: 30%;
}
@media screen and (max-width: 769px) {
  #seminar .box ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}
#seminar .box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 10px;
  aspect-ratio: 4/3;
}
#seminar .box ul li .img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#seminar .box ul li .text span {
  font-size: 12px;
  color: #aaa;
}
#seminar .box ul li .text h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
#seminar .box ul li .text a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ace0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 2px solid #00ace0;
  position: relative;
  font-size: 14px;
  text-align: center;
  transition: 0.2s;
}
#seminar .box ul li .text a::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#seminar .box ul li .text a:hover {
  background-color: #00ace0;
  border: 2px solid #00ace0;
  color: #fff;
}
#seminar .box ul li .text a:hover::after {
  background-image: url(../img/common/arrow-wh.svg);
}

/*--------------------flow----------------------*/
#flow {
  background-color: #00ace0;
}
#flow .box .inner-box {
  margin-top: 100px;
}
#flow .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#flow .box .inner-box ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul::before {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul {
    display: block;
  }
}
#flow .box .inner-box ul li {
  width: 18%;
  background-color: #fff;
  padding: 60px 10px 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}
#flow .box .inner-box ul li::after {
  content: "";
  position: absolute;
  top: -1vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  background-color: #ffde00;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul li::after {
    top: -3vw;
    width: 14vw;
    height: 14vw;
  }
}
#flow .box .inner-box ul li span.num {
  position: absolute;
  z-index: 2;
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #00ace0;
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul li span.num {
    top: -5.5vw;
    width: 15vw;
    height: 15vw;
  }
}
#flow .box .inner-box ul li span.num span {
  width: 100%;
  display: block;
  color: #00ace0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#flow .box .inner-box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 90%;
  height: 10vw;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul li .img {
    height: 20vw;
    width: 40%;
    margin-bottom: 0;
  }
}
#flow .box .inner-box ul li .img img {
  height: 8vw;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul li .img img {
    height: 20vw;
  }
}
#flow .box .inner-box ul li .text {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #flow .box .inner-box ul li .text {
    text-align: left;
    width: 60%;
  }
}
#flow .box .inner-box ul li .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
}
#flow .box .inner-box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  line-height: 2em;
}
#flow .box .flow-cta {
  width: 90%;
  margin: 50px auto 0;
  max-width: 800px;
}
#flow .box .flow-cta .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .flex {
    display: block;
  }
}
#flow .box .flow-cta .flex .img {
  width: 30%;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .flex .img {
    width: 70%;
    margin: 0 auto;
  }
}
#flow .box .flow-cta .flex .img img {
  width: 100%;
}
#flow .box .flow-cta .flex .text {
  width: 70%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .flex .text {
    width: 100%;
  }
}
#flow .box .flow-cta .flex .text h3 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 2px solid #ffde00;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#flow .box .flow-cta .flex .text p {
  color: #fff;
  font-size: 14px;
}
#flow .box .flow-cta .cta-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .cta-list ul {
    display: block;
  }
}
#flow .box .flow-cta .cta-list ul li a {
  display: flex;
  align-items: center;
  color: #00ace0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 2px solid #00ace0;
  position: relative;
  transition: 0.2s;
}
#flow .box .flow-cta .cta-list ul li a::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#flow .box .flow-cta .cta-list ul li a:hover {
  opacity: 0.7;
}
#flow .box .flow-cta .cta-list ul li a img {
  width: 30px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .cta-list ul li a img {
    margin: 0 10px 0 0;
  }
}
#flow .box .flow-cta .cta-tel {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .cta-tel {
    padding: 15px;
    margin-top: 30px;
  }
}
#flow .box .flow-cta .cta-tel h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .cta-tel h3 {
    font-size: 18px;
  }
}
#flow .box .flow-cta .cta-tel p {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
#flow .box .flow-cta .cta-tel a {
  color: #00ace0;
  font-family: "Lato", sans-serif !important;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .cta-tel a {
    font-size: 30px;
  }
}
#flow .box .flow-cta .cta-tel a img {
  width: 45px;
  height: 45px;
  margin: 0;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #flow .box .flow-cta .cta-tel a img {
    width: 30px;
    height: 30px;
  }
}

/*--------------------banner-ouchi----------------------*/
/* バナーの基本スタイル */
#banner-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000; /* 他の要素より前面に表示 */
  width: 300px;
  height: auto;
}
@media screen and (max-width: 769px) {
  #banner-container {
    display: none;
  }
}
#banner-container .banner-ouchi a img {
  opacity: 1;
  transition: 0.2s;
}
#banner-container .banner-ouchi a img:hover {
  opacity: 0.8;
}
#banner-container .banner-ouchi button.close-banner {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #000; /* お好みで色を変更してください */
}

.banner-hidden {
  display: none;
}

/*--------------------footer----------------------*/
footer {
  font-size: 14px;
}
footer .footer-top {
  background-color: #f7f7f7;
  text-align: center;
  padding: 50px 0;
  border-bottom: 5px solid #00ace0;
}
footer .footer-top .box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  footer .footer-top .box ul {
    display: block;
  }
}
footer .footer-top .box ul li {
  background-color: #fff;
  border-radius: 20px;
  height: 150px;
  display: flex;
  align-items: center;
}
footer .footer-top .box ul li:nth-of-type(1) {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  footer .footer-top .box ul li:nth-of-type(1) {
    margin: 0 0 30px;
  }
}
footer .footer-top .box ul li a {
  display: block;
}
footer .footer-top .box ul li a img {
  width: 80%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 769px) {
  footer .footer-top .box ul li a img {
    width: 70%;
    margin: 30px auto;
  }
}
footer .footer-middle {
  padding: 50px;
}
@media screen and (max-width: 769px) {
  footer .footer-middle {
    padding: 20px;
  }
}
footer .footer-middle .f-logo {
  text-align: center;
}
footer .footer-middle .f-logo img {
  height: 150px;
}
footer .footer-middle .box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 769px) {
  footer .footer-middle .box {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  footer .footer-middle .box .footer01 {
    text-align: center;
  }
}
footer .footer-middle .box .footer01 dl {
  margin: 0 0 20px;
  text-align: left;
}
footer .footer-middle .box .footer01 dl dt {
  font-weight: bold;
  display: inline-block;
}
footer .footer-middle .box .footer01 dl dd {
  display: inline-block;
}
footer .footer-middle .box .footer02 {
  display: flex;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  footer .footer-middle .box .footer02 {
    padding-top: 50px;
    flex-wrap: wrap;
  }
}
footer .footer-middle .box .footer02 ul {
  margin-right: 3em;
}
@media screen and (max-width: 769px) {
  footer .footer-middle .box .footer02 ul {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
footer .footer-middle .box .footer02 ul:nth-of-type(3) {
  margin-right: 0;
}
footer .footer-middle .box .footer02 ul li {
  margin-bottom: 1em;
}
footer .footer-middle .box .footer02 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
}
@media screen and (max-width: 769px) {
  footer .footer-middle .box .footer02 img {
    right: 50%;
    transform: translateX(50%);
  }
}
footer .footer-middle iframe {
  width: 100%;
}
footer .footer-bottom {
  background-color: rgba(220, 221, 221, 0.25);
}
footer .footer-bottom .box {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  footer .footer-bottom .box {
    display: block;
    text-align: center;
  }
}
footer .footer-bottom .box p {
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  footer .footer-bottom .box p {
    margin-bottom: 10px;
  }
}

/*BREAK POINT*/
/*--------------------underpage----------------------*/
.underpage .bread_list {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 10px auto;
  overflow: hidden;
  padding: 0 30px;
}
.underpage .bread_list li {
  color: #3e3a39;
  font-size: 14px;
}
.underpage .bread_list li a {
  box-sizing: border-box;
  font-size: 14px;
  padding: 1em 2em 1em 0;
  position: relative;
}
.underpage .bread_list li a::before {
  color: #3e3a39;
  content: ">";
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8, 1);
  right: 0.5em;
  line-height: 1;
}
.underpage #under-mv {
  padding-top: 75px;
}
@media screen and (max-width: 769px) {
  .underpage #under-mv {
    padding-top: 60px;
  }
}
.underpage #under-mv .box {
  width: 100%;
  max-width: none;
  background-image: url(../img/hoken/hoken-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
@media screen and (max-width: 769px) {
  .underpage #under-mv .box {
    padding: 50px 0;
  }
}
.underpage #under-mv .box h1 {
  font-size: 4vw;
  font-weight: bold;
  color: #00ace0;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .underpage #under-mv .box h1 {
    font-size: 7vw;
    letter-spacing: 0;
  }
}
.underpage #under-sub {
  padding-top: 0;
}
.underpage #under-sub .box {
  width: 100% !important;
  max-width: none;
  position: relative;
}
.underpage #under-sub .box .text {
  width: 70%;
  background-color: #00ace0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 50px;
  padding-left: 10%;
}
@media screen and (max-width: 769px) {
  .underpage #under-sub .box .text {
    width: 95%;
  }
}
.underpage #under-sub .box .text h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .underpage #under-sub .box .text h2 {
    font-size: 24px;
  }
}
.underpage #under-sub .box .text p {
  color: #fff;
  font-size: 14px;
}
.underpage #under-sub .box .img {
  position: absolute;
  bottom: -20px;
  left: 65%;
  width: 25%;
}
@media screen and (max-width: 769px) {
  .underpage #under-sub .box .img {
    width: 35%;
  }
}
.underpage #under-sub .box .img img {
  width: 100%;
  vertical-align: bottom;
}

/*--------------------shisan----------------------*/
#page-shisan #under-mv .box {
  background-image: url(../img/shisan/shisan-bg.svg);
}
#page-shisan #under-sub .box .img {
  bottom: -70px;
}
#page-shisan #recommend .box {
  position: relative;
  background-color: rgba(220, 221, 221, 0.25);
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-shisan #recommend .box {
    padding: 30px 0;
  }
}
#page-shisan #recommend .box h2 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #page-shisan #recommend .box h2 {
    font-size: 20px;
  }
}
#page-shisan #recommend .box h2::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/shisan/rec-be.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 40px;
}
@media screen and (max-width: 769px) {
  #page-shisan #recommend .box h2::before {
    width: 24px;
    height: 30px;
  }
}
#page-shisan #recommend .box h2::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/shisan/rec-af.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 40px;
}
@media screen and (max-width: 769px) {
  #page-shisan #recommend .box h2::after {
    width: 24px;
    height: 30px;
  }
}
#page-shisan #recommend .box ul {
  display: flex;
  justify-content: space-between;
}
#page-shisan #recommend .box ul li {
  width: 32%;
  text-align: center;
}
#page-shisan #recommend .box ul li img {
  height: 200px;
}
#page-shisan #recommend .box ul li p {
  margin-top: 10px;
  font-size: 14px;
}
#page-shisan #point {
  background-color: #00ace0;
}
#page-shisan #point .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #page-shisan #point .box ul {
    display: block;
  }
}
#page-shisan #point .box ul li {
  width: 30%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #page-shisan #point .box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#page-shisan #point .box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  #page-shisan #point .box ul li .img {
    width: 50%;
  }
}
#page-shisan #point .box ul li .img img {
  width: 100%;
  vertical-align: bottom;
}
#page-shisan #point .box ul li .text {
  text-align: center;
}
#page-shisan #point .box ul li .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
}
#page-shisan #point .box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}
#page-shisan #point .box ul li .text span {
  display: block;
  text-align: right;
  font-size: 12px;
}
#page-shisan #merit .box h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box h2 {
    font-size: 20px;
  }
}
#page-shisan #merit .box h2 span {
  font-size: 40px;
  font-weight: bold;
  color: #00ace0;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box h2 span {
    font-size: 30px;
  }
}
#page-shisan #merit .box h2 small {
  position: absolute;
  font-size: 12px;
  color: #00ace0;
  top: -10px;
  left: calc(50% - 10em);
  transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box h2 small {
    left: calc(50% - 7em);
  }
}
#page-shisan #merit .box ul {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box ul {
    width: 100%;
  }
}
#page-shisan #merit .box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box ul li {
    display: block;
  }
}
#page-shisan #merit .box ul li .img {
  width: 25%;
  margin-left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box ul li .img {
    width: 50%;
    margin: 0 auto;
  }
}
#page-shisan #merit .box ul li .img img {
  width: 80%;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box ul li .img img {
    width: 100%;
  }
}
#page-shisan #merit .box ul li .text {
  width: 70%;
}
@media screen and (max-width: 769px) {
  #page-shisan #merit .box ul li .text {
    width: 100%;
    text-align: center;
  }
}
#page-shisan #merit .box ul li .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
}
#page-shisan #merit .box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}

/*--------------------hoken----------------------*/
#page-hoken #under-sub .box .text {
  position: relative;
}
#page-hoken #under-sub .box .text span {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #page-hoken #worry {
    padding-top: 150px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box {
    width: 100%;
  }
}
#page-hoken #worry .box h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box h2 {
    font-size: 20px;
  }
}
#page-hoken #worry .box h2 span {
  color: #00ace0;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #ffde00;
  padding: 5px;
}
#page-hoken #worry .box .inner-box {
  text-align: center;
  position: relative;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box .inner-box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box .inner-box .text ul {
    margin: 0 auto;
    background-color: rgba(220, 221, 221, 0.25);
    padding: 20px;
    border-radius: 10px;
    position: relative;
  }
  #page-hoken #worry .box .inner-box .text ul::before {
    content: "";
    position: absolute;
    left: -20px;
    top: -10%;
    background-image: url(../img/hoken/worry-be.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 30px;
  }
  #page-hoken #worry .box .inner-box .text ul::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -10%;
    background-image: url(../img/hoken/worry-af.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  #page-hoken #worry .box .inner-box .text ul li {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
  }
}
#page-hoken #worry .box .inner-box img {
  height: 300px;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box .inner-box img {
    width: 50%;
    height: auto;
  }
}
#page-hoken #worry .box .inner-box .worry01,
#page-hoken #worry .box .inner-box .worry02,
#page-hoken #worry .box .inner-box .worry03 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10em;
  background-image: url(../img/hoken/worry01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 160px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box .inner-box .worry01,
  #page-hoken #worry .box .inner-box .worry02,
  #page-hoken #worry .box .inner-box .worry03 {
    display: none !important;
    width: 150px;
    height: 120px;
    font-size: 12px;
    top: 0;
    transform: none;
  }
}
#page-hoken #worry .box .inner-box .worry02 {
  left: auto;
  right: 0;
  top: 0;
  background-image: url(../img/hoken/worry02.svg);
  height: 168px;
  transform: none;
}
@media screen and (max-width: 769px) {
  #page-hoken #worry .box .inner-box .worry02 {
    height: 126px;
  }
}
#page-hoken #worry .box .inner-box .worry03 {
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0;
  background-image: url(../img/hoken/worry03.svg);
  transform: none;
}
#page-hoken #worry .box .inner-box .worry-bg01 {
  position: absolute;
  left: 10%;
  top: 80%;
  transform: translateY(-50%);
  background-image: url(../img/hoken/worry-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 116px;
  z-index: -1;
}
#page-hoken #worry .box .inner-box .worry-bg02 {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/hoken/worry-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 116px;
  z-index: -1;
}
#page-hoken #timing {
  background-color: #00ace0;
}
#page-hoken #timing .box {
  max-width: 800px;
}
#page-hoken #timing .box .timing-title {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #page-hoken #timing .box .timing-title {
    display: block;
  }
}
#page-hoken #timing .box .timing-title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 2em;
}
@media screen and (max-width: 769px) {
  #page-hoken #timing .box .timing-title h2 {
    font-size: 17px;
  }
}
#page-hoken #timing .box .timing-title h2 span {
  padding: 5px 0;
  border-bottom: 3px solid #ffde00;
  color: #fff;
}
#page-hoken #timing .box .timing-title img {
  width: 25%;
  margin: 0;
}
@media screen and (max-width: 769px) {
  #page-hoken #timing .box .timing-title img {
    display: block;
    width: 35%;
    margin: 0 0 0 auto;
  }
}
#page-hoken #timing .box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-hoken #timing .box ul li {
  width: 30%;
  margin-bottom: 3%;
  background-color: #fff;
  padding: 10px 10px 0;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #page-hoken #timing .box ul li {
    width: 48%;
  }
}
#page-hoken #timing .box ul li h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
  margin-bottom: 20px;
}
#page-hoken #timing .box ul li img {
  display: block;
  height: 90px;
}
@media screen and (max-width: 769px) {
  #page-hoken #timing .box ul li img {
    height: 60px;
  }
}
#page-hoken #strength .box h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#page-hoken #strength .box h2 span {
  color: #00ace0;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px;
  border-bottom: 2px solid #ffde00;
}
#page-hoken #strength .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #page-hoken #strength .box ul {
    display: block;
  }
}
#page-hoken #strength .box ul li {
  width: 30%;
  border: 2px solid #00ace0;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-hoken #strength .box ul li {
    width: 100%;
  }
}
#page-hoken #strength .box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  #page-hoken #strength .box ul li .img {
    width: 50%;
  }
}
#page-hoken #strength .box ul li .img img {
  width: 100%;
  vertical-align: bottom;
}
#page-hoken #strength .box ul li .text {
  text-align: center;
}
#page-hoken #strength .box ul li .text h3 {
  display: inline-block;
  color: #00ace0;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
  font-size: 20px;
}
#page-hoken #strength .box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}

/*--------------------tempo----------------------*/
#page-tempo #under-mv .box {
  background-image: url(../img/tempo/tempo-bg.svg) !important;
}
#page-tempo #gallery .box {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(220, 221, 221, 0.25);
  padding: 60px 50px;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  #page-tempo #gallery .box {
    width: 90%;
    padding: 40px 30px;
  }
}
#page-tempo #gallery .box .subtitle-box {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #page-tempo #gallery .box .subtitle-box {
    text-align: left;
  }
}
#page-tempo #gallery .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #page-tempo #gallery .box ul {
    display: block;
  }
}
#page-tempo #gallery .box ul li {
  width: 30%;
}
@media screen and (max-width: 769px) {
  #page-tempo #gallery .box ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}
#page-tempo #gallery .box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 10px;
}
#page-tempo #gallery .box ul li .img img {
  width: 100%;
  vertical-align: bottom;
}
#page-tempo #gallery .box ul li .text span {
  font-size: 12px;
  color: #aaa;
}
#page-tempo #gallery .box ul li .text h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
#page-tempo #gallery .box ul li .text a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ace0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 50px;
  border: 2px solid #00ace0;
  position: relative;
  font-size: 14px;
  text-align: center;
  transition: 0.2s;
}
#page-tempo #gallery .box ul li .text a::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#page-tempo #gallery .box ul li .text a:hover {
  background-color: #00ace0;
  border: 2px solid #00ace0;
  color: #fff;
}
#page-tempo #gallery .box ul li .text a:hover::after {
  background-image: url(../img/common/arrow-wh.svg);
}

/*--------------------house----------------------*/
#page-house #cando {
  background-color: #dcedf7;
}
#page-house #cando .box {
  width: auto;
  max-width: none;
}
#page-house #cando .box h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box h2 {
    font-size: 20px;
  }
}
#page-house #cando .box ul.cando-list li {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 50px;
  border: 2px solid #3078b8;
  background-color: #fff;
  padding: 50px 100px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.cando-list li {
    display: block;
    width: 90%;
    padding: 10px;
    text-align: center;
  }
}
#page-house #cando .box ul.cando-list li .text {
  width: 65%;
  margin-right: 5%;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.cando-list li .text {
    width: 100%;
  }
}
#page-house #cando .box ul.cando-list li .text span.num {
  position: absolute;
  top: -5%;
  left: -3%;
  width: 10%;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.cando-list li .text span.num {
    width: 20%;
  }
}
#page-house #cando .box ul.cando-list li .text h3 {
  display: inline-block;
  color: #3078b8;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 3px #ffde00;
  padding: 5px;
  margin-bottom: 20px;
}
#page-house #cando .box ul.cando-list li .text p {
  position: relative;
  padding-left: 50px;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}
#page-house #cando .box ul.cando-list li .text p::before {
  content: "";
  background-image: url(../img/house/check01.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#page-house #cando .box ul.cando-list li .img {
  width: 30%;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.cando-list li .img {
    width: 50%;
    margin: 0 auto 10px;
  }
}
#page-house #cando .box ul.cando-list li .img img {
  width: 100%;
}
#page-house #cando .box ul.cando-list li:nth-of-type(2) {
  border: 2px solid #5ba800;
}
#page-house #cando .box ul.cando-list li:nth-of-type(2) .text h3 {
  color: #5ba800;
}
#page-house #cando .box ul.cando-list li:nth-of-type(2) .text p::before {
  background-image: url(../img/house/check02.svg);
}
#page-house #cando .box ul.cando-list li:nth-of-type(3) {
  border: 2px solid #f06300;
}
#page-house #cando .box ul.cando-list li:nth-of-type(3) .text h3 {
  color: #f06300;
}
#page-house #cando .box ul.cando-list li:nth-of-type(3) .text p::before {
  background-image: url(../img/house/check03.svg);
}
#page-house #cando .box h2.movie-title {
  font-size: 24px;
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box h2.movie-title {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#page-house #cando .box h2.movie-title span {
  font-size: 40px;
  color: #f06300;
  border-bottom: dotted 5px #f06300;
  padding: 15px 0 5px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box h2.movie-title span {
    font-size: 32px;
    padding: 10px 0 5px;
  }
}
#page-house #cando .box ul.movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5vh;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.movie-list {
    display: flex;
    margin: 0 auto;
  }
}
#page-house #cando .box ul.movie-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.movie-list li {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#page-house #cando .box ul.movie-list li div {
  width: 100%;
  aspect-ratio: 470/835;
}
#page-house #cando .box ul.movie-list li div iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.movie-list li div iframe {
    height: 200px;
  }
}
#page-house #cando .box ul.movie-list li div button {
  width: 30%;
}
#page-house #cando .box ul.movie-list li:nth-of-type(3),
#page-house #cando .box ul.movie-list li:nth-of-type(5) {
  margin-right: 0;
}
#page-house #cando .box ul.movie-list02 li {
  margin-right: 0;
  width: 80%;
}
@media screen and (max-width: 769px) {
  #page-house #cando .box ul.movie-list02 li {
    width: 100%;
  }
}
#page-house #cando .box ul.movie-list02 li div {
  aspect-ratio: 16/9;
}
#page-house #merit {
  background-color: #fff;
}
#page-house #merit .box .title-box h2.title {
  color: #595757;
}
#page-house #merit .box .title-box span {
  color: #00ace0;
}
#page-house #merit .box .inner-box {
  margin-top: 100px;
}
#page-house #merit .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul {
    display: block;
  }
}
#page-house #merit .box .inner-box ul li {
  width: 18%;
  background-color: #fff;
  padding: 60px 10px 10px;
  border-radius: 10px;
  position: relative;
  border: 2px solid #00ace0;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul li {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
}
#page-house #merit .box .inner-box ul li::after {
  content: "";
  position: absolute;
  top: -1vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  background-color: #ffde00;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul li::after {
    top: -3vw;
    width: 14vw;
    height: 14vw;
  }
}
#page-house #merit .box .inner-box ul li span.num {
  position: absolute;
  z-index: 2;
  top: -2.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #00ace0;
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul li span.num {
    top: -5.5vw;
    width: 15vw;
    height: 15vw;
  }
}
#page-house #merit .box .inner-box ul li span.num span {
  width: 100%;
  display: block;
  color: #00ace0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#page-house #merit .box .inner-box ul li .img {
  overflow: hidden;
  border-radius: 10px;
  width: 90%;
  height: 10vw;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul li .img {
    height: 20vw;
    width: 40%;
  }
}
#page-house #merit .box .inner-box ul li .img img {
  height: 8vw;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul li .img img {
    height: 20vw;
  }
}
#page-house #merit .box .inner-box ul li .text {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-house #merit .box .inner-box ul li .text {
    text-align: left;
    width: 60%;
  }
}
#page-house #merit .box .inner-box ul li .text p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2em;
}
#page-house #merit .box .inner-box p {
  text-align: center;
  margin-top: 50px;
}
#page-house #merit .box .inner-box p a {
  display: inline-block;
  background-color: #00ace0;
  padding: 15px 60px 15px 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
}
#page-house #merit .box .inner-box p a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/house/link-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

/*--------------------page-about----------------------*/
#page-about section .box {
  text-align: center;
}
#page-about section .box p {
  text-align: left;
  display: inline-block;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-about section .box p {
    font-size: 13px;
  }
}
#page-about #about .box .inner-box {
  text-align: center;
}
#page-about #about .box .inner-box dl {
  display: flex;
  align-items: center;
  width: 35em;
  margin: 0 auto;
  border-bottom: 1px solid rgba(220, 221, 221, 0.25);
}
@media screen and (max-width: 769px) {
  #page-about #about .box .inner-box dl {
    width: auto;
  }
}
#page-about #about .box .inner-box dl dt {
  width: 8em;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 769px) {
  #page-about #about .box .inner-box dl dt {
    font-size: 14px;
  }
}
#page-about #about .box .inner-box dl dd {
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-about #about .box .inner-box dl dd {
    font-size: 13px;
    width: calc(100% - 8em);
  }
}
#page-about #about .box .inner-box dl dd a {
  text-decoration: underline;
}
#page-about #logo .box .inner-box .img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
}
#page-about #logo .box .inner-box .text p {
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #page-about #logo .box .inner-box .text p {
    font-size: 13px;
  }
}

/*--------------------page-policy----------------------*/
#page-policy #policy-content {
  padding-top: 0;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content {
    padding-top: 0;
  }
}
#page-policy #policy-content .box {
  max-width: 1000px;
}
#page-policy #policy-content .box p {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  word-break: break-all;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box p {
    font-size: 13px;
  }
}
#page-policy #policy-content .box span.policy-time {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box span.policy-time {
    font-size: 13px;
  }
}
#page-policy #policy-content .box ul li {
  margin-bottom: 50px;
}
#page-policy #policy-content .box ul li h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li h2 {
    font-size: 18px;
  }
}
#page-policy #policy-content .box ul li p {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li p {
    font-size: 13px;
  }
}
#page-policy #policy-content .box ul li ol {
  margin-bottom: 20px;
}
#page-policy #policy-content .box ul li ol li {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li ol li {
    font-size: 13px;
  }
}
#page-policy #policy-content .box ul li.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li.flex {
    display: block;
  }
}
#page-policy #policy-content .box ul li.flex h3 {
  font-size: 16px;
  font-weight: bold;
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li.flex h3 {
    font-size: 16px;
    width: 100%;
  }
}
#page-policy #policy-content .box ul li.flex .tri {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li.flex .tri {
    text-align: center;
  }
}
#page-policy #policy-content .box ul li.flex .tri span {
  display: inline-block;
  transform: rotate(-90deg);
  color: #00ace0;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li.flex .tri span {
    transform: rotate(0deg);
  }
}
#page-policy #policy-content .box ul li.flex .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(220, 221, 221, 0.25);
  padding: 10px;
  padding-top: 30px;
  border-radius: 10px;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 769px) {
  #page-policy #policy-content .box ul li.flex .flex {
    width: 100%;
  }
}
#page-policy #policy-content .box ul li.flex .flex.pt0 {
  padding: 10px;
}
#page-policy #policy-content .box ul li.flex .flex span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}
#page-policy #policy-content .box ul li.flex .flex p {
  margin: 0;
}
#page-policy #policy-content .box ul li.flex .flex p.arrow {
  margin: 0 10px;
  color: #00ace0;
  font-weight: bold;
}
#page-policy #policy-content .box ul li.flex .flex p.after {
  font-weight: bold;
  color: #00ace0;
  font-size: 1.5em;
}

/*--------------------page-sdgs----------------------*/
#page-sdgs .flex {
  display: flex;
}
#page-sdgs img {
  max-width: 100%;
  height: auto;
}
#page-sdgs #sdgs-box {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#page-sdgs #sdgs-box .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#page-sdgs #sdgs-box .logo_box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .logo_box {
    margin-bottom: 40px;
  }
}
#page-sdgs #sdgs-box .logo_box .left_box, #page-sdgs #sdgs-box .logo_box .right_box {
  box-sizing: border-box;
  text-align: center;
  padding: 0 10%;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .logo_box .left_box, #page-sdgs #sdgs-box .logo_box .right_box {
    padding: 0 5%;
  }
}
#page-sdgs #sdgs-box .logo_box .left_box {
  border-right: 1px solid rgba(89, 87, 87, 0.25);
}
#page-sdgs #sdgs-box .top_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box {
    box-sizing: border-box;
    margin-bottom: 60px;
  }
}
#page-sdgs #sdgs-box .top_box .sdgs_subttl {
  text-align: center;
  margin: 40px 0 20px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box .sdgs_subttl {
    margin: 40px 0 10px 0;
  }
}
#page-sdgs #sdgs-box .top_box .sdgs_subttl span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box .sdgs_subttl span {
    font-size: 18px;
  }
}
#page-sdgs #sdgs-box .top_box .sdgs_subttl span::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: #333;
  left: -180px;
  top: 50%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box .sdgs_subttl span::before {
    width: 40px;
    left: -50px;
  }
}
#page-sdgs #sdgs-box .top_box .sdgs_subttl span::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: #333;
  right: -180px;
  top: 50%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box .sdgs_subttl span::after {
    width: 40px;
    right: -50px;
  }
}
#page-sdgs #sdgs-box .top_box p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box p {
    text-align: left;
  }
}
#page-sdgs #sdgs-box .top_box .sdgs_icon {
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box .sdgs_icon {
    margin-top: 20px;
  }
}
#page-sdgs #sdgs-box .top_box .sdgs_icon li {
  box-sizing: border-box;
  margin: 10px;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .top_box .sdgs_icon li {
    margin: 0 1%;
    width: 23%;
  }
}
#page-sdgs #sdgs-box .sdgs_contents {
  box-sizing: border-box;
  background: rgba(220, 221, 221, 0.25);
  border-radius: 40px;
  padding: 75px;
  position: relative;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents {
    display: block;
    margin-top: 25px;
    padding: 60px 20px 40px;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .text_box {
  box-sizing: border-box;
  padding-right: 40px;
  width: 70%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .text_box {
    padding-right: 0;
    width: 100%;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .text_box .sdgs_ttl {
  color: #00ace0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .text_box .sdgs_ttl {
    text-align: center;
    font-size: 18px;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .text_box .sdgs_ttl .en {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #00ace0;
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .text_box .sdgs_ttl .en {
    font-size: 18px;
    text-align: center;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .icon_box {
  box-sizing: border-box;
  width: 30%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .icon_box {
    width: 100%;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .icon_box .sdgs_icon {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .icon_box .sdgs_icon {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .icon_box .sdgs_icon li {
  box-sizing: border-box;
  width: 49%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .icon_box .sdgs_icon li {
    margin: 1%;
    width: 48%;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .icon_box .sdgs_icon li img {
  width: 100%;
  height: auto;
}
#page-sdgs #sdgs-box .sdgs_contents .noflex .text_box {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .noflex .text_box {
    margin-top: 0;
  }
}
#page-sdgs #sdgs-box .sdgs_contents .noflex .icon_box {
  width: 100%;
}
#page-sdgs #sdgs-box .sdgs_contents .noflex .icon_box .sdgs_icon {
  justify-content: flex-start;
}
#page-sdgs #sdgs-box .sdgs_contents .noflex .icon_box .sdgs_icon li {
  margin-right: 1%;
  width: 14.2857142857%;
}
@media screen and (max-width: 769px) {
  #page-sdgs #sdgs-box .sdgs_contents .noflex .icon_box .sdgs_icon li {
    margin: 1%;
    width: 48%;
  }
}

/*--------------------page-contact----------------------*/
#page-contact .bread_list {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 10px auto;
  overflow: hidden;
}
#page-contact .bread_list li {
  color: #3e3a39;
  font-size: 14px;
}
#page-contact .bread_list li a {
  box-sizing: border-box;
  font-size: 14px;
  padding: 1em 2em 1em 0;
  position: relative;
}
#page-contact .bread_list li a::before {
  color: #3e3a39;
  content: ">";
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8, 1);
  right: 0.5em;
  line-height: 1;
}
#page-contact #contact-box .contact_wrap {
  box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  padding: 5vh 0 15vh;
}
#page-contact #contact-box .contact_wrap .contact_flow ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vh;
}
#page-contact #contact-box .contact_wrap .contact_flow ul li {
  box-sizing: border-box;
  color: #3e3a39;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 20px;
}
#page-contact #contact-box .contact_wrap .contact_flow ul li span {
  color: #00ace0;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  box-sizing: border-box;
  display: block;
  border: 1px solid #00ace0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
#page-contact #contact-box .contact_wrap .contact_flow ul li.active span {
  background: #00ace0;
  color: #FFF;
}
#page-contact #contact-box .contact_wrap form {
  text-align: center;
}
#page-contact #contact-box .contact_wrap form .contact_table {
  max-width: 580px;
  margin: 0 auto 5vh;
  width: 100%;
}
#page-contact #contact-box .contact_wrap form .contact_table label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: block;
  margin-bottom: 10px;
}
#page-contact #contact-box .contact_wrap form .contact_table label::before, #page-contact #contact-box .contact_wrap form .contact_table label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#page-contact #contact-box .contact_wrap form .contact_table label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  left: 5px;
}
#page-contact #contact-box .contact_wrap form .contact_table label::after {
  background: #00ace0;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 0;
  transform: translate(75%, -50%);
}
#page-contact #contact-box .contact_wrap form .contact_table input[type=radio]:checked + label::after {
  opacity: 1;
}
#page-contact #contact-box .contact_wrap form .contact_table input[type=text],
#page-contact #contact-box .contact_wrap form .contact_table input[type=date],
#page-contact #contact-box .contact_wrap form .contact_table textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 4px 8px;
  line-height: 1.5;
  width: 100%;
}
#page-contact #contact-box .contact_wrap form .contact_table .req, #page-contact #contact-box .contact_wrap form .contact_table .must_contact {
  font-size: 0.8rem;
  color: #c62b25;
  letter-spacing: normal;
}
#page-contact #contact-box .contact_wrap form .contact_table tr th, #page-contact #contact-box .contact_wrap form .contact_table tr td {
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #page-contact #contact-box .contact_wrap form .contact_table tr th, #page-contact #contact-box .contact_wrap form .contact_table tr td {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
  }
}
#page-contact #contact-box .contact_wrap form .contact_table tr th {
  padding-right: 40px;
  font-weight: bold;
  width: 45%;
}
@media screen and (max-width: 769px) {
  #page-contact #contact-box .contact_wrap form .contact_table tr th {
    width: 90%;
  }
}
#page-contact #contact-box .contact_wrap form .contact_table tr td {
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #page-contact #contact-box .contact_wrap form .contact_table tr td {
    width: 90%;
  }
}
#page-contact #contact-box .contact_wrap form .contact_table tr td .radiobtn-wrap input[type=radio] {
  display: none;
}
#page-contact #contact-box .contact_wrap form .contact_table tr td .radiobtn-wrap label {
  padding-right: 60px;
  margin-bottom: 20px;
}
#page-contact #contact-box .contact_wrap form .check {
  text-align: center;
  margin-bottom: 20px;
}
#page-contact #contact-box .contact_wrap form .check input[type=checkbox] {
  display: none;
}
#page-contact #contact-box .contact_wrap form .check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #00ace0;
  margin-top: -7px;
}
#page-contact #contact-box .contact_wrap form .check label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
#page-contact #contact-box .contact_wrap form .check label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 50%;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin-top: -7px;
}
#page-contact #contact-box .contact_wrap form .check label a {
  text-decoration: underline;
}
#page-contact #contact-box .contact_wrap form .submit_btn {
  text-align: center;
}
#page-contact #contact-box .contact_wrap form .submit_btn #submit_button,
#page-contact #contact-box .contact_wrap form .submit_btn .gradation {
  cursor: pointer;
  border: none;
  background: #00ace0;
  box-sizing: border-box;
  border-radius: 40px;
  display: block;
  height: 65px;
  max-width: 240px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
#page-contact #contact-box .contact_wrap form p.red {
  color: #c62b25;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  #page-contact #contact-box .contact_wrap form p.red {
    width: 90%;
    margin-bottom: 30px;
  }
}
#page-contact #contact-box .contact_wrap .thanks h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#page-contact #contact-box .contact_wrap .thanks p {
  margin: 30px 0;
}

.page-event-form form .tr-radio label {
  padding-left: 0 !important;
}
.page-event-form form .tr-radio label::before {
  display: none !important;
}

/*--------------------page-companies----------------------*/
#page-companies section#companies .companies-list {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#page-companies section#companies .companies-list .company-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#page-companies section#companies .companies-list .company-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#page-companies section#companies .companies-list h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  #page-companies section#companies .companies-list h3 {
    font-size: 18px;
  }
}
#page-companies section#companies .companies-list p.company-link {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
#page-companies section#companies .companies-list p.contact-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  #page-companies section#companies .companies-list p.contact-label {
    font-size: 16px;
  }
}
#page-companies section#companies .companies-list .company-contact dl {
  display: flex;
  align-items: center;
}
#page-companies section#companies .companies-list .company-contact dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  #page-companies section#companies .companies-list .company-contact dt {
    font-size: 14px;
  }
}
#page-companies section#companies .companies-list dd a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 769px) {
  #page-companies section#companies .companies-list dd a {
    font-size: 14px;
  }
}

/*--------------------page-fiduciary----------------------*/
#page-fiduciary section#fiduciary-principle .box h2.section-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
#page-fiduciary section#fiduciary-principle .box h3.section-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-bottom: 10px;
}
#page-fiduciary section#fiduciary-principle .box figure {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#page-fiduciary section#fiduciary-principle .box figure img {
  width: 100%;
  height: auto;
}
#page-fiduciary section#fiduciary-principle .box p.section-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
#page-fiduciary section#fiduciary-principle .box p.source-text {
  text-align: center;
}
#page-fiduciary section#fiduciary-principle .box p.source-text a {
  font-size: 14px;
  text-decoration: underline;
}
#page-fiduciary section#fiduciary-principle .box table.fiduciary-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-top: 60px;
}
#page-fiduciary section#fiduciary-principle .box table.fiduciary-table th, #page-fiduciary section#fiduciary-principle .box table.fiduciary-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
#page-fiduciary section#fiduciary-principle .box p.table-date {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-bottom: 60px;
}
#page-fiduciary section#fiduciary-principle .box p.kpi-issue a {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-decoration: underline;
}

/*--------------------singlepage-common----------------------*/
.wp-single #under-mv {
  padding-bottom: 0;
}
.wp-single .bread_list {
  max-width: 1200px;
}
@media screen and (max-width: 769px) {
  .wp-single .bread_list li {
    font-size: 11px;
  }
}
@media screen and (max-width: 769px) {
  .wp-single .bread_list li a {
    font-size: 11px;
  }
}
.wp-single #seminar_page #wp_contents, .wp-single #news_page #wp_contents {
  background: rgba(220, 221, 221, 0.25);
  box-sizing: border-box;
  border-radius: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
}
@media screen and (max-width: 769px) {
  .wp-single #seminar_page #wp_contents, .wp-single #news_page #wp_contents {
    padding: 40px;
  }
}
.wp-single #seminar_page #wp_contents h1.wp_ttl, .wp-single #news_page #wp_contents h1.wp_ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .wp-single #seminar_page #wp_contents h1.wp_ttl, .wp-single #news_page #wp_contents h1.wp_ttl {
    font-size: 16px;
  }
}
.wp-single #seminar_page #wp_contents .wp_layout, .wp-single #news_page #wp_contents .wp_layout {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.wp-single #seminar_page #wp_contents .wp_layout .wp_day span, .wp-single #news_page #wp_contents .wp_layout .wp_day span {
  color: #00ace0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.wp-single #seminar_page #wp_contents .wp_catch img, .wp-single #news_page #wp_contents .wp_catch img {
  width: 100%;
}
.wp-single #seminar_page #wp_contents p, .wp-single #news_page #wp_contents p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
.wp-single #seminar_page #wp_contents .navBox, .wp-single #news_page #wp_contents .navBox {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 10px 0;
}
.wp-single #seminar_page #wp_contents .navBox .prev, .wp-single #seminar_page #wp_contents .navBox .next, .wp-single #news_page #wp_contents .navBox .prev, .wp-single #news_page #wp_contents .navBox .next {
  color: #00ace0;
}
.wp-single #seminar_page #wp_contents .navBox .prev a, .wp-single #seminar_page #wp_contents .navBox .next a, .wp-single #news_page #wp_contents .navBox .prev a, .wp-single #news_page #wp_contents .navBox .next a {
  color: #00ace0;
}/*# sourceMappingURL=layout.css.map */