@charset "UTF-8";
html {
  font-size: 62.5%; /* rem計算の場合 */
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
	min-width: 320px;
	min-height: 100vh;
  position: relative;
  margin: auto;
  font-feature-settings: "palt";
	font-size: 1.6rem;
  color: #595757;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}
a {
  display: inline-block;
}
* {
  text-decoration: none;
  list-style: none;
}
.w-1000 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

header.relative {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header.fv_low {
  height: auto;
}

.fv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fv_img img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.fv_bottom {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.fv_bottom img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  min-height: 40px;
  display: block;
}
.fv_text {
  z-index: 3;
  width: 500px;
  left: auto;
  top: auto;
  right: 0;
  bottom: 15%;
}
.fv_log{
  z-index: 3;
  width: 30%;
  max-width: 300px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fv_contact{
  z-index: 3;
  width: 140px;
  background-color: #0b308d;
  border-radius: 20px 0 0 20px;
  top: 10%;
  right: 0;
  padding: 15px 0 10px 0;
  text-align: center;
}
.fv_contact p{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.fv_contact img{
  width: 40px;
  margin-bottom: 10px;
}
.wood {
  bottom: 90px;
  max-width: 400px;
  min-width: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  z-index: 6;
}
header nav {
  z-index: 6;
  top: 0;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: min(100%);
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  gap: 15px;
}

header nav ul li {
  width: auto;
  text-align: center;
  transition: opacity 0.3s ease;
  padding: 0 10px;
}
/* header nav ul li:last-child{
  background-color: #ff8164;
  border-radius: 10px;
  padding: 8px 25px;
  color: #fff;
} */
.logo img {
  width: 100%;
  max-width: 270px;
}
.uminoie_log a {
  transition: opacity 0.3s ease;
}
header nav ul li:hover,
.uminoie_log a:hover {
  opacity: 0.7;
}
.fv_contact{
  transition: opacity 0.3s ease;
}
.fv_contact:hover {
  opacity: 0.7;
}
header nav ul li a {
  color: #0075bd;
}
header nav ul li:last-child a{
  color: #fff;
}

header nav ul li img {
  width: 40px;
  margin-bottom: 14px;
}
.fv_low .logo {
  text-align: center;
  padding: 30px 0 60px;
}
.fv_low .logo img {
  width: 100%;
  max-width: 250px;
}

.fv_sp {
  display: none;
}
.fv_pc {
  display: block;
}
.hamburger {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 26px;
  z-index: 102;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger span {
  display: block;
  height: 4px;
  background-color: #07a2ab;
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
}
.sp {
  display: none;
}

.mail {
  background-color: #ff8e00;
  bottom: 22%;
  right: 2%;
  z-index: 6;
  border-radius: 50%;
  width: 113px;
  height: 113px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
  font-weight: bold;
}
.mail:hover {
  opacity: 0.7;
}
.mail img {
  width: 30px;
  margin-bottom: 10px;
}
.mail a p {
  color: #fff;
}
.about {
  background-color: #fffede;
  padding: 100px 5% 160px;
}
.use {
  background-color: #f5fafd;
}
.sp_tel {
  display: none;
  color: #595757;
}
.pc_tel {
  display: inline;
}
.about_left {
  width: 40%;
}
.about_right {
  width: 50%;
}
.about_right img {
  width: 100%;
}
.about_right p {
  color: #595757;
  line-height: 2.2em;
  font-size: 1.8rem;
  margin-top: 30px;
}
.about_top {
  width: 100%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.about_top img {
  vertical-align: top;
}
.guidance_bottom {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.guidance_bottom img {
  vertical-align: bottom;
}
.news_bottom {
  width: 100%;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.news_bottom img {
  vertical-align: bottom;
}
.custom-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  background-color: #0b308d;
  color: #fff;
  text-decoration: none;
  padding: 10px 65px 10px 25px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.3s ease;
  margin-top: 30px;
  min-width: 270px;
}

.custom-button:hover {
  opacity: 0.7;
}

.custom-button .btn-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-button .btn-icon img {
  width: 15px;
  height: 15px;
}
.btn-text {
  font-size: 2.4rem;
}
.about_02 {
  right: 15px;
  top: 25%;
  width: 20%;
  max-width: 320px;
}
.about_box {
  max-width: 1150px;
  margin: 0 auto;
  flex-direction: row-reverse;
  margin-bottom: 100px;
  justify-content: space-between;
}
.about_03 {
  width: 100%;
  text-align: center;
  z-index: 4;
}
.about_03 img {
  width: 25%;
}
.about_03_img {
  width: 19%;
  right: 10%;
  bottom: 1%;
}
.about_04 {
  right: 4%;
  width: 60%;
  bottom: 9%;
}
.about_04 img {
  width: 100%;
}
.about_05 {
  right: 5%;
  bottom: 2%;
  z-index: 5;
  width: 20%;
  max-width: 250px;
}
.guidance {
  height: auto;
}
.slider-container {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: -3.5%;
  left: 0;
  width: 100%;
  z-index: 5;
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.slider-track img {
  width: 300px;
  height: auto;
  flex-shrink: 0;
  margin-right: 30px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.w1150 {
  max-width: 1150px;
  margin: 0 auto;
}
.guidance_box {
  padding: 300px 5% 150px;
}
.flex_box {
  justify-content: space-between;
}
.left {
  width: 45%;
}
.right {
  width: 50%;
}
.flex_box p {
  color: #595757;
  line-height: 2.2em;
  font-size: 1.8rem;
  margin-top: 15px;
}
a.logo_box {
  display: flex;
  border-radius: 20px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 660px;
  background-color: #fff;
  box-shadow: 0 0 10px 3px #e8f4fa;
  text-decoration: none;
}
.logo_box2 {
  max-width: none !important;
  padding: 20px 40px !important;
  box-shadow: 0 0 10px 3px rgba(0, 128, 175, 0.1) !important;
}
.logo_box2 p {
  width: 60% !important;
  font-size: 1.6rem !important;
}

.logo2 {
  width: 30%;
}
.office .logo2 {
  width: 24%;
  min-width: 150px;
  max-width: 260px;
  padding-right: 20px;
}

.logo_box p {
  color: #595757;
  font-size: 1.9rem !important;
  line-height: 1.8em;
  width: 55%;
}

.arrow2 img {
  width: 20px;
  height: 24px;
}
.logo_box2 .arrow2 img {
  width: 17px;
  height: 27px;
}
.arrow2 img {
  transition: transform 0.3s ease;
}

.logo_box:hover .arrow2 img {
  transform: translateX(5px);
}
.logo_area {
  margin-top: 50px;
}
.logo_area a:first-child {
  margin-bottom: 30px;
}
.logo_area .logo_box2:first-child {
  margin-bottom: 0 !important;
}
.logo_area .logo_box2:nth-child(2) {
  margin: 30px 0 !important;
}
.guidance_02 {
  right: -2%;
  bottom: 17%;
  width: 25%;
  z-index: 2;
}
.guidance_03 {
  left: 4%;
  bottom: 16%;
  width: 65%;
  z-index: -1;
}
.use {
  padding: 100px 5% 150px;
  background-color: #f5f5f5;
}
.use_01 {
  top: -34%;
  left: 12%;
  width: 20%;
  max-width: 270px;
}
.flex_reverse {
  flex-direction: row-reverse;
  margin-top: 150px;
}
.news {
  background-color: #fff293;
  padding: 100px 5%;
}
.news-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.news-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 20px 0;
  transition: background 0.3s;
}

.news-img {
  position: relative;
  width: 35%;
  min-width: 150px;
  margin-right: 40px;
}

.news-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.new-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #ff8c00;
  color: #fff;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}

.news-content {
  position: relative;
  flex: 1;
  color: #0b308d;
  border-bottom: 1px solid #0b308d;
  padding-bottom: 10px;
}

.news-date {
  display: inline-block;
  background: #0b308d;
  color: #fff;
  padding: 4px 10px;
  font-size: 1.8rem;
  border-radius: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}

.news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.news-title {
  font-size: 2.2rem;
  margin: 5px 0;
  flex: 1;
}

.news-arrow {
  width: 10px;
  height: auto;
  transition: transform 0.3s ease;
}

.news-list li a:hover .news-arrow {
  transform: translateX(5px);
}
.custom-button2 {
  background-color: #fff;
  color: #0b308d;
  margin-left: auto;
  margin-right: 0;
  display: inline-flex;
  transition: opacity 0.3s ease;
  border: 2px solid #0b308d;
}

.custom-button2:hover {
  opacity: 0.7;
  background-color: #fff;
}

.custom-button2 .btn-icon {
  background-color: #0b308d;
}

.custom-button2 .btn-icon img {
  width: 15px;
  height: 15px;
}
.custom-button2 .btn-glass {
  margin-right: 13px;
  display: flex;
  align-items: center;
}

.custom-button2 .btn-glass img {
  width: 20px;
  height: 24px;
}
.access {
  padding: 200px 5% 100px;
}
.access .w1150 .flex_box {
  align-items: start;
}
.google_map {
  width: 55%;
}
.google_map iframe {
  border-radius: 30px;
}
.seagull {
  top: 0;
  width: 90%;
  right: 0;
  z-index: -1;
  max-width: 400px;
}
.pond {
  width: 180%;
  z-index: -1;
  bottom: -45%;
  max-width: 800px;
}
.contact {
  display: flex;
  justify-content: flex-start;
  padding-left: 5%;
  padding-bottom: 150px;
}
.contact-box {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.contact-img img {
  width: 400px;
  border-radius: 50%;
  z-index: 1;
}

.contact-content {
  background-color: #d3e1e9;
  padding: 40px 10px 40px 140px;
  position: relative;
  margin-left: -115px;
  z-index: -1;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-text-area {
  margin-bottom: 10px;
}

.contact-text {
  display: block;
  width: 100%;
  max-width: 630px;
  margin-bottom: 5px;
}

.contact-desc {
  color: #555;
  font-size: 1.8rem;
}

.contact-arrow-area {
  position: absolute;
  top: 50%;
  right: 3.3%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}

.circle {
  width: 80px;
  height: 80px;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.contact-box:hover .arrow {
  transform: translate(-30%, -50%);
}

.wave {
  position: absolute;
  bottom: 7%;
  left: 5%;
  width: 85%;
  max-width: 900px;
}
.office {
  background-color: #fffede;
  padding: 150px 5% 200px;
}
.office_04 {
  width: 20%;
  right: auto;
  top: -13%;
  min-width: 200px;
  max-width: 320px;
}
.office h2 {
  color: #07a2ab;
  text-align: center;
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #07a2ab;
}
.footer_flex {
  padding: 100px 5% 30px;
  justify-content: space-between;
}
.footer_box {
  width: 33%;
  display: flex;
  justify-content: center;
}
.footer_box ul li {
  margin-bottom: 10px;
}
.footer_box ul li p a {
  color: #595757;
}
.footer_box ul li:last-child {
  margin-bottom: 0;
}
.footer_flex {
  justify-content: space-between;
  align-items: center;
}
.uminoie_log {
  width: 240px;
  margin-bottom: 30px;
}
footer .footer_box .site_map {
  margin: 0 0 20px;
  width: 170px;
}
footer .footer_box .site_map p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #007598;
  font-size: 2.8rem;
  font-weight: 500;
}
.icon {
  width: 40px;
  margin-left: 30px;
}
.icon_box {
  justify-content: space-around;
  width: 100%;
}
.icon_box a {
  transition: opacity 0.3s ease;
}
.icon_box a:hover {
  opacity: 0.7;
}
footer .box {
  text-align: left;
  position: relative;
}
footer .box ul li {
  transition: opacity 0.3s ease;
}
footer .box ul li:hover {
  opacity: 0.7;
}
.uminoie_log {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
footer .box p {
  color: #595757;
  font-size: 1.8rem;
}
.copy {
  background-color: #fff279;
  padding: 2%;
  margin-top: 5%;
}
.copy p {
  color: #595757;
  text-align: center;
  font-size: 1.6rem;
}
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  z-index: 5;
  text-decoration: none;
  color: #0b308d;
  font-size: 1.4rem;
  font-weight: bold;
  transition: opacity 0.3s;
}

.pagetop_circle {
  width: 60px;
  height: 60px;
  background-color: #bdc7e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  transition: transform 0.3s;
}

.pagetop img {
  width: 15px;
  height: auto;
}

.pagetop:hover .pagetop_circle {
  transform: translateY(-3px);
}
.pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
}
.pagetop.bottom-adjust {
  bottom: 90px;
}
.w1150_text {
  width: 550px;
  min-width: 350px;
}
.access .flex_box {
  flex-direction: row-reverse;
}
.images_sp {
  display: none;
}

/* about */
/* .lowerlayer_header {
  height: 100vh;
  min-height: 200px;
} */
.lowerlayer_text {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 540px;
  min-width: 300px;
  text-align: center;
}
.bright {
  width: 70%;
  margin: 0 auto 20px;
}
.abouts .about {
  padding: 50px 5% 100px;
  z-index: 2;
}
.bright_text p {
  text-align: center;
  color: #595757;
  font-size: 2rem;
  line-height: 2.4em;
}
.white_box {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 50px;
  width: fit-content;
  margin-inline: auto;
}
.white_box h2 {
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 10px;
  text-align: center;
  color: #0080c8;
}
.white_box p {
  color: #595757;
  font-size: 2rem;
  line-height: 1.8em;
  width: fit-content;
  margin-inline: auto;
}
.wave_1 {
  top: 30%;
  width: 70%;
  left: 30%;
  z-index: 1;
}
.children {
  width: 50%;
  right: 6%;
  bottom: -24%;
  max-width: 220px;
}
.heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #0b308d;
  font-size: 4.5rem;
}
.headings{
  font-size: 4rem;
  display: flex;
  justify-content: center;
}
.abouts .guidance_box {
  padding: 150px 5% 130px;
}
.abouts .guidances .guidance_box{
  padding: 100px 5% 130px;
}
.abouts .guidances {
  background-color: #f5fafd;
}
.program-section {
  color: #595757;
}

.program-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #07a2ab;
  margin-bottom: 20px;
}

.program-header img {
  width: 50px;
  height: auto;
}

.program-header h2 {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.program-header h2 br {
  display: none;
}

.program-item {
  margin-bottom: 15px;
  padding-left: 60px;
}

.program-item h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1em;
}

.program-item p {
  font-size: 1.6rem;
  margin: 0;
  color: #595757;
}

.row-reverse {
  flex-direction: row;
}
.abouts .guidance_box .flex_box {
  margin-bottom: 30px;
}
.abouts .guidance_box .flex_box:last-child {
  margin-bottom: 0;
}
.abouts .guidance_box .flex_box .left {
  width: 50%;
}
.abouts .guidance_box .flex_box .right {
  width: 45%;
}
.news .heading {
  color: #fff;
  margin-bottom: 30px;
}
.support-list {
  color: #595757;
}

.support-box {
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  margin-bottom: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.number img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.support-content h3 {
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #07a2ab;
  margin: 0 0 8px 0;
}

.support-content p {
  font-size: 1.8rem;
  margin: 0;
  color: #595757;
}
.abouts .office_04 {
  width: 20%;
  right: none;
  top: -11%;
  left: 5%;
  min-width: 200px;
  max-width: 240px;
}

/* guide */
.greet h2 {
  margin-bottom: 20px;
}
.greet p {
  color: #595757;
  font-size: 2rem;
  line-height: 2em;
}
.wave_2 {
  width: 60%;
  top: 24%;
  left: 30%;
  max-width: 640px;
}
.guide .about {
  padding: 130px 5% 90px;
}
.guide .children {
  width: 50%;
  right: 6%;
  bottom: -43%;
  max-width: 240px;
  z-index: 1;
}
.children2{
  width: 50%;
  left: 7%;
  top: -7%;
  max-width: 220px;
}
.staff-box {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
.staff-box img {
  width: 200px;
  height: auto;
}
.staff-info {
  display: flex;
  flex-direction: column;
}
.staff-info h3 {
  font-size: 2.8rem;
  margin: 0 0 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #07a2ab;
}
.staff-info .position {
  font-size: 1.8rem;
  color: #595757;
  margin: 0;
  line-height: 1.6;
}
.staff-box .message {
  font-size: 1.8rem;
  color: #000000;
  background-color: #dcf2f3;
  padding: 15px;
  border-radius: 10px;
  line-height: 1.6;
}
.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 40px 0 0;
}
.staff-top {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.fellow_box {
  width: 60%;
}
.fellow {
  background-image: url("../images/fellow_bk.png");
  padding: 3% 6%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #ddb200;
  border-radius: 20px;
  background-position: center;
  margin-top: 70px;
}
.fellow_main h3 {
  width: 100%;
  margin-bottom: 20px;
  min-width: 260px;
  font-size: 4rem;
  font-weight: bold;
  color: #ddb200;
  line-height: 1.4em;
}
.fellow_box p {
  padding-bottom: 20px;
  line-height: 1.6em;
  font-size: 1.8rem;
  color: #595757;
}
.fellow_box h4 {
  font-size: 1.6rem;
  margin: 0 0 10px;
  color: #595757;
  font-weight: 500;
}
.fellow_tel {
  width: 90%;
  min-width: 240px;
}
.fellows {
  background-color: #f3f8f8;
  padding: 15px 20px;
  border-radius: 10px;
}
.guide .guidance_box {
  padding: 200px 5% 150px;
}
.info-container {
  margin: 0 auto;
}
.row {
  display: flex;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 2rem;
}
.row:last-child {
  margin-bottom: 0;
}
.row .left {
  background-color: #69b4df;
  color: white;
  font-weight: bold;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  text-align: center;
  font-size: 2.2rem;
}
.row .right {
  background-color: white;
  color: #595757;
  width: 80%;
  padding: 20px;
  display: grid;
  place-content: center;
  justify-content: left;
}
.guide .office_04 {
  width: 20%;
  right: none;
  top: -11%;
  left: 5%;
  min-width: 200px;
  max-width: 240px;
}

.lowerlayer_text img {
  width: auto;
  max-height: 160px;
  text-align: center;
}
.howto p {
  font-size: 2rem;
}
.fee {
  background-color: #e8f4fa;
  padding: 50px 5% 160px;
}
.news_page {
  background-color: #fffede;
  padding: 100px 5% 100px;
}
.flow .wrap {
  padding: 0 5%;
}
.users {
  padding: 0 5%;
}
p.km {
  font-size: 1.6rem;
  color: #807d7d;
  padding-left: 1em;
  text-indent: -1em;
}
.fee h2 {
  margin-bottom: 20px;
}
.fee p + .km {
  margin-top: 10px;
}
.fee_box {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.fee_box .left_box,
.fee_box .right_box {
  width: auto;
  height: fit-content;
}
.flow_box {
  padding: 200px 0;
}
.blue_line {
  border: 2px solid #07a2ab;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.blue_line.pd {
  padding: 60px 100px;
}
.blue_line dt {
  display: grid;
  place-content: center;
  min-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  border: 2px solid #07a2ab;
  background-color: #07a2ab;
}
.blue_line dd {
  padding: 30px;
}
.blue_line .km {
  color: #595757;
  font-size: 1.6rem;
}

.fee_box .right dt {
  font-size: 2.6rem;
}
.tb_fee {
  width: 100%;
  margin-bottom: 20px;
}
.tb_fee tr + tr {
  border-top: 2px solid #ebefef;
}
.tb_fee th {
  font-size: 2.3rem;
  color: #595757;
  padding: 10px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.tb_fee td {
  font-size: 3rem;
  color: #595757;
  text-align: right;
  padding: 10px 0;
  font-weight: 600;
  color: #07a2ab;
}
.left_box .tb_fee th {
  width: calc(100% - 160px);
}
.left_box .tb_fee td {
  width: 160px;
}
.right_box .tb_fee th {
  width: calc(100% - 100px);
}
.right_box .tb_fee td {
  width: 100px;
}

.wave_3 {
  width: 60%;
  top: 40px;
  left: 30%;
  max-width: 700px;
}
.km_list {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #595757;
}
.fee .children {
  width: 15%;
  height: fit-content;
  right: calc((100% - 1150px) / 2);
  bottom: -20%;
  z-index: 1;
  max-width: 460px;
}
.users .children {
  width: 22%;
  height: fit-content;
  left: calc((100% - 1150px) / 2);
  top: -15%;
  z-index: 1;
  max-width: 300px;
}

.flow_box {
  width: fit-content;
  margin-inline: auto;
}
.blue_line.pd {
  margin-top: 30px;
  border-width: 5px;
}
.blue_line.pd > div + * {
  margin-top: 40px;
}
.blue_line.pd h3 {
  font-size: 4rem;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  background-color: #07a2ab;
  color: #fff;
}
.blue_line.pd ul {
  padding: 40px 40px 0 40px;
}
.blue_line.pd ul li {
  border-bottom: 1px solid #d1e3ee;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.blue_line.pd ul li:last-child {
  margin-bottom: 0;
}
.blue_line.pd ul li > * + * {
  margin-top: 10px;
}
.blue_line.pd h4 {
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #07a2ab;
  font-weight: 600;
}
.blue_line.pd h4 span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 1em;
}
.blue_line.pd ul p {
  font-size: 1.8rem;
}
.blue_line.pd h5 {
  font-size: 2.8rem;
  text-align: center;
  color: #404081;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.btn_box {
  text-align: center;
}
.custom-button.yellow {
  background-color: #d6a600;
  color: #fff;
  margin-inline: auto;
}

.users h2 {
  text-align: center;
  margin-bottom: 40px;
}
.bg_sky {
  background-color: #f5fafd;
  padding-top: 130px;
  padding-bottom: 130px;
}
.tb_users {
  width: fit-content;
  margin-inline: auto;
}
.tb_users tr + tr {
  border-top: 2px solid #cfe5f1;
}
.tb_users th {
  min-width: 240px;
  font-size: 2.4rem;
  color: #07a2ab;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 20px 80px 20px 0;
  font-weight: 500;
}
.tb_users td {
  font-size: 2.2rem;
  padding: 20px 0;
}
.tb_users td > * + * {
  margin-top: 10px;
}
.tb_users p strong {
  display: inline-block;
  font-size: 1.5em;
  margin-left: 0.3em;
  font-weight: 500;
}
.time_box p {
  width: fit-content;
  border-bottom: 1px solid #07a2ab;
}
.time_box p + * {
  margin-top: 0.2em;
}
.tb_users td p.km {
  font-size: 1.8rem;
}
.daily {
  background-color: #07a2ab;
  padding: 100px 5%;
}
.tab_box_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: center;
  font-size: 3.6rem;
}
.tab_box_btn > * {
  cursor: pointer;
}
.tab_box_btn strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.tab_box_btn span {
  font-size: .7em;
}
.tab_box_btn > * {
  height: 100%;
  padding: 20px 0;
  border-radius: 20px 20px 0 0;
  position: relative;
  top: 0;
  transition: 0.3s;
  /* display: grid; */
  place-content: center;
}
.tab_box_btn .left_btn {
  background-color: #e9f7f7;
  color: #07a2ab;
}
.tab_box_btn *.active {
  top: -20px;
  height: calc(100% + 20px);
}
.tab_box_btn .right_btn {
  background-color: #85d1d6;
  color: #fff;
}
.tab_box_contents {
  background-color: #fff;
  padding: 40px;
  border-radius: 0 0 20px 20px;
  overflow-y: scroll;
}

.daily_flow {
  display: grid;
  gap: 20px;
}
.daily_flow + * {
  margin-top: 20px;
}
.daily_flow.f_top {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 20px;
}
.daily_flow.f_btm {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 20px;
}
.daily_flow li {
  display: grid;
  place-content: center;
  border: 2px solid #07a2ab;
  padding: 20px 10px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.daily_flow li time {
  width: fit-content;
  margin-inline: auto;
  background-color: #07a2ab;
  padding: 4px 12px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #fff;
}
.daily_flow li p {
  display: grid;
  place-content: center;
  font-size: 2.6rem;
  line-height: 1.3em;
  margin-top: 10px;
  min-height: 2.6em;
}
.daily_flow li:after {
  content: "";
  display: block;
  width: 20px;
  height: 50px;
  background-color: #07a2ab;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
.daily_flow.f_btm li:after {
  content: "";
  display: block;
  width: 20px;
  height: 50px;
  background-color: #07a2ab;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}

.contact_box {
  background-color: #e8f4fa;
  padding: 150px 5% 160px;
}
.contact_box .inner {
  width: fit-content;
  margin-inline: auto;
}
.contact_box p {
  font-size: 1.6rem;
}
.contact_box p + * {
  margin-top: 0.5em;
}
.formred {
  display: inline-block;
  color: #f00;
  font-size: 0.7em;
  vertical-align: middle;
}
.tb_form {
  width: fit-content;
  min-width: 600px;
  margin: 40px auto;
}
.tb_form .formred {
  margin-left: 0.5em;
}

.tb_form label {
  vertical-align: middle;
}
.tb_form input {
  vertical-align: middle;
}
.tb_form th {
  font-size: 1.8rem;
  width: 30%;
  padding-bottom: 20px;
}
.tb_form td {
  font-size: 1.8rem;
  width: 70%;
  padding-bottom: 20px;
}

.tb_form input[type="text"],
.tb_form input[type="password"],
.tb_form input[type="email"],
.tb_form select,
.tb_form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
.tb_form input[type="text"],
.tb_form input[type="password"],
.tb_form input[type="email"],
.tb_form select {
  height: 2.5em;
}
.tb_form input[type="text"],
.tb_form input[type="password"],
.tb_form input[type="email"],
.tb_form select,
.tb_form textarea {
  background-color: #fff;
  border-color: #e3e3e3;
}
.tb_form textarea {
  padding: 1em;
}
.tb_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-image: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "▼";
  display: block;
  color: #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.2rem;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.actions input[type="submit"],
.actions input[type="reset"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.3s ease;
  min-width: 200px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.actions input[type="submit"] {
  background-color: #007dcc;
}
.actions input[type="reset"] {
  background-color: #ccc;
}
.actions input[type="submit"]:hover,
.actions input[type="reset"]:hover {
  opacity: 0.7;
}
.contact_form h2.heading {
  font-size: 3.2rem;
  margin-bottom: 10px;
}
.top_link {
  width: fit-content;
  margin-inline: auto;
}
.custom-button.back {
  justify-content: right;
  padding: 10px 25px 10px 15px;
}
.custom-button.back .btn-icon {
  position: absolute;
  right: 0;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
  justify-content: center;
  align-items: center;
}
.actions .back_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  background-color: #ccc;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.news_page .news-date {
  color: #fff;
  background: #0b308d;
}
.news_page .news-content {
  color: #0b308d;
  border-bottom: 1px solid #0b308d;
}
.news_page h2 {
  margin-bottom: 10px;
}
.news_page h3 {
	font-size: 2.4rem;
  margin-bottom: 10px;
}
.news_page h3 + p {
	font-size: 1.8rem;
  margin-bottom: 10px;
}
.news_thumbnail {
  margin-bottom: 20px;
}
.news_content p {
  font-size: 1.8rem;
  line-height: 1.8em;
}
.news_content p strong {
  font-weight: bold;
}
.navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.navigation a {
  position: relative;
  /* display: inline-flex; */
  align-items: center;
  justify-content: left;
  background-color: #007dcc;
  color: #fff;
  text-decoration: none;
  padding: 10px 35px 10px 15px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s ease;
  min-width: 200px;
  text-align: center;
}
.navigation a:hover {
  opacity: .7;
}
.navigation .prev a {
  padding: 10px 15px 10px 35px;
}
.navigation a .btn-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation a .btn-icon img {
  width: 15px;
  height: 15px;
}
.navigation .prev a .btn-icon {
  right: 0;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

#nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}

#nav-menu .logo {
  margin-right: auto;
}

#nav-menu li:not(.logo) {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.logos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
  width: 25%;
  min-width: 190px;
}
.ress{
  color: #6078b5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.9rem;
  margin-top: 50px;
  margin-bottom: -15px;
}
.flow_pc{display: block;
}
.flow_sp{display: none;
}
.flows{
  margin-top: 75px;
  margin-bottom: 100px;
}
.usess{
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
}
.use1{
  width: 20%;
}
.uses2{
  width: 75%;
}
.uses2 h3{
  color: #6078b5;
  font-size: 2.8rem;
  margin: 0 0 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.uses2 p{
  font-size: 1.8rem;
  color: #595757;
  margin: 0;
  line-height: 1.6;
}
.uses2_text {
  font-size: 1.8rem;
  color: #000000;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.6;
  margin-top: 20px;
}
.kanren{
  width: 200px;
  margin: 0 auto;
}
.img_circle {
  border-radius: 50%;
}
.img_corner {
  border-radius: 30px;
}
.contact-img img {
  border: 6px solid #d3e1e9;
}
