@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# foundation
	## reset
	## base
# layout
	## l-header
	## l-footer
	## l-main
	## l-fullmenu
	## l-side
# component
	## c-btn
	## c-link
	## c-heading
	## c-list
	## c-pagination
	## c-form
	## c-breadcrumb
	## c-txt
	## c-table
	## c-backtotop
# projects
	## p-top
# external
	## e-wordpress
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes PageSlide {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes PageSlide {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes PageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes PageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Bullet {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes Bullet {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes Load {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes Load {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes Flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: -10px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: -10px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes floating-horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floating-vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Open Sans',"Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  height: 100vh;
  width: 100%;
  color: #575757;
}
@media print, screen and (min-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1201px) {
  body {
    font-size: 1.6rem;
  }
}

::-moz-selection {
  background: #C7E3E2;
}

::selection {
  background: #C7E3E2;
}

/* Text meant only for screen readers. wordpress */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#wrapper {
  position: relative;
  z-index: 0;
}

#wrapper,
main {
  overflow-x: hidden;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.l-main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1201px) {
  .l-main {
    padding: 0 0 0;
  }
}

.l-main ul,
.l-main li{
  list-style: none;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 60px;
  gap: 40px;
}
@media print, screen and (min-width: 600px) {
  .l-container {
    padding: 0 40px 60px;
    gap: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .l-container {
    flex-direction: row;
    padding: 0 20px 100px;
    gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-container {
    padding: 0 0 100px;
    gap: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .l-container__contents {
    flex: 1;
  }
}
@media screen and (min-width: 1201px) {
  .l-container__side {
    width: 240px;
  }
}
@media screen and (min-width: 1440px) {
  .l-container__side {
    width: 300px;
  }
}

.l-header {
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
.l-header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display:none;
  height: 70px;
  align-items: center;
  padding: 0 16px;
}
@media screen and (min-width: 1201px) {
  .l-header-top {
    width: 100%;
    height: 100px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    padding: 0 30px;
    z-index: 100;
  }
}
.l-header-logo img {
  width: 180px;
}
@media print, screen and (min-width: 600px) {
  .l-header-logo img {
    width: 200px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-logo img {
    width: 300px;
  }
}

#header-menu {
  height: auto;
}
@media screen and (min-width: 1201px) {
  .l-header-menu {
    position: fixed;
    left: 0;
    top: 100px;
    width: 220px;
    height: calc(100vh - 100px);
  }
}

@media screen and (min-width: 1201px) {
  #nav {
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 9999;
  }
}
@media screen and (min-width: 1201px) {
  #nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#nav ul li {
  padding: 0 20px;
  position: relative;

}
#nav ul li a {
  display: block;
  color: #575757;
  position: relative;
  padding: 15px 30px 15px 0px;
	border-bottom: 1px solid #DCE0F2;
}
@media screen and (min-width: 1201px) {
  #nav ul li a {
    height: 66px;
    line-height: 66px;
    padding: 0 20px;
    font-size: 15px;
  }
}
#nav ul li a:hover {
  background-color: #EFF0F3;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

#menu_btn {
  top: 10px;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

@media screen and (min-width: 1201px) {
  .overlay {
    display: none;
  }
}

.nav-fixed{
  display: none;
}

@media screen and (min-width: 1201px) {
  .nav-fixed{
    width: 100%;
    background: linear-gradient(90deg, rgba(242, 235, 240, 0.85) 0%, rgba(220, 224, 242, 0.85) 100%);
    position: fixed;
    transition: all .3s;
    display: block;
    z-index: -1;
  }
}

@media screen and (min-width: 600px){
  .nav-fixed.fixed{
    opacity: 1;
    transition: all .3s;
    z-index: -1;
  }
}

.nav-fixed ul{
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-evenly;
}

.nav-fixed ul li a{
  font-size: 15px;
}

  #main {
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    width: 100%;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #BAC2D9;
    transition: all 0.5s;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    width: 40%;
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
	width:100%;
    transform: translateY(-7px) rotate(45deg);
  }
  #nav {
	width:80%;
    max-width: 660px;
    height: 100%;
    overflow: auto;
    padding: 60px 0 0;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 12;
    transform: translate(-660px);
    transition: all 0.5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav .menu-item-has-children .sub-menu {
    padding: 20px;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 0;
  }

#nav .menu-item-has-children > a::after {
  display: block;
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.2s;
  transform: translateY(-50%);
}

#nav .menu-item-has-children > a.open::after {
  background: transparent;
}
@media screen and (min-width: 1201px) {
  #nav .menu-item-has-children > a.open::after {
    background-image: url(../img/icon-close.png);
    background-size: 20px 20px;
  }
}

@media print, screen and (min-width: 1201px) {
  #nav .current-menu-item li a {
    color: white;
  }
  #nav li ul.sub-menu {
    background: #385EA3;
    position: absolute;
    left: 220px;
    top: 0;
    white-space: nowrap;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #nav li ul.sub-menu li {
    width: 100%;
  }
  #nav li ul.sub-menu li a {
    display: block;
    font-weight: 700;
    height: 76px;
    line-height: 76px;
    border-bottom: 1px solid white;
    padding: 0 20px;
    font-size: 15px;
  }
  #nav li ul.sub-menu li a:hover {
    opacity: 0.8;
  }
  #nav li ul.sub-menu li a:hover {
    color: white;
  }
}

.nav-bottom {
  padding: 20px;
}

@media print, screen and (min-width: 600px) {
  .nav-bottom {

    display: flex;
    gap: 10px;
  }
}
.nav-bottom a{
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 10px 0;
  background: #DCE0F2;
  border: 2px solid #BAC2D9;
  border-radius: 50px;
  display: block;
  font-size: 12px;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .nav-bottom a{
    margin: 10px auto 10px auto;
  }
}

.nav-copyright{
  padding: 0 20px;
  font-size:10px ;
  text-align: center;
}

.l-footer-link {
	background: linear-gradient(90deg,rgba(242, 235, 240, 1) 0%, rgba(220, 224, 242, 1) 100%);
  padding: 50px 40px;
}
@media print, screen and (min-width: 600px) {
  .l-footer-link {
    padding: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-link {
    padding: 80px 0;
  }
}
.l-footer-link__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer-link__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 600px) {
  .l-footer-link__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 1201px) {
  .l-footer-link__list {
    gap: 60px;
  }
}
.l-footer-link__list li:hover {
  opacity: 0.8;
}
.l-footer-sitemap {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-footer-sitemap {
    display: block;
    padding: 80px 0;
  }
}
.l-footer-sitemap__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .l-footer-sitemap__inner {
    flex-direction: row;
  }
}
.l-footer-sitemap__list {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .l-footer-sitemap__list {
    width: 25%;
  }
  .l-footer-sitemap__list li.privacy {
    margin-top: 7em;
  }
}
.l-footer-sitemap__list li a {
  color: #2b2b2b;
  font-size: 1.3rem;
  font-weight: 700;
}
@media print, screen and (min-width: 600px) {
  .l-footer-sitemap__list li a {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.l-footer-sitemap__list li a.facebook img {
  width: 34px;
}
.l-footer-sitemap__list li a:hover {
  color: #385EA3;
}
.l-footer-bottom {
  padding: 40px 30px 40px;
	background:#575757;
}
@media screen and (min-width: 1201px) {
  .l-footer-bottom {
    border-top: 1px solid #dcdcdc;
  }
}
.l-footer-bottom__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .l-footer-bottom__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}


.l-footer-copyright {
	color:#fff;
  font-size: 1.1rem;
}

.l-footer-copyright a{
  color: #fff;
}

a {
  color: #575757;
  text-decoration: none;
}
/*
a:visited {
  color: #575757;
}
  
a:hover, a:focus, a:active {
  color: #385EA3;
}
  */
a:hover, a:active {
  outline: 0;
}

.c-heading-top h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 600px) {
  .c-heading-top h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .c-heading-top h2 {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}

.c-heading-page {
  position: relative;
  padding: 20px 20px 20px 30px;
  background: linear-gradient(90deg, rgba(242, 235, 240, 1) 0%, rgba(220, 224, 242, 1) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .c-heading-page {
    padding: 40px;
    height: 150px;
  }
}
@media screen and (min-width: 1201px) {
  .c-heading-page {
    padding: 0 40px;
    height: 242px;
    
  }
}

.c-heading-page h2 {
  margin-top: auto;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  line-height: 1.6;
}
@media print, screen and (min-width: 600px) {
  .c-heading-page h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .c-heading-page h2 {
    font-size: 3rem;
  }
}

.c-heading-page span{
  width: 100%;
  margin-bottom: auto;
  display: block;
  font-size: 15px;
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 1em 4em 1em 1.4em;
  background-color: #2AAEB1;
  color: white;
  text-decoration: none;
  text-align: left;
  transition: 0.2s ease-in-out;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 6px;
}
@media print, screen and (min-width: 600px) {
  .c-btn {
    width: auto;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon-arrow_white.png);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1201px) {
  .c-btn::after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}

.c-btn-more {
  position: relative;
  color: #2AAEB1;
  font-family: "Oswald", sans-serif;
  width: 200px;
  display: block;
  text-align: left;
  transition: 0.2s ease-in;
}
.c-btn-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #2AAEB1;
}
.c-btn-more::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -6px;
  background-color: #2AAEB1;
  height: 1px;
  width: 12px;
  transform: rotate(45deg);
}
.c-btn-more:hover {
  padding-left: 40px;
  width: 240px;
  transition: 0.2s ease-in;
}
.c-btn-more:visited {
  color: #2AAEB1;
}
.c-list-news {
  width: 100%;
}
.c-list-news li {
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left -1px bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.c-list-news li a {
  display: block;
  color: #2b2b2b;
  transition: 0.2s ease-in;
  padding: 20px 0;
}
@media screen and (min-width: 1201px) {
  .c-list-news li a {
    padding: 26px 0;
  }
}
.c-list-news li a:hover {
  color: #385EA3;
}
.c-list-news__date {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (min-width: 600px) {
  .c-list-news__date {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.c-list-news__title {
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 1201px) {
  .c-list-news__title {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.c-list-archive {
  width: 100%;
}
.c-list-archive li {
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left -1px bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.c-list-archive li:first-of-type {
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px), radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left top, left -1px bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 4px 1px, 4px 1px;
}
.c-list-archive li a {
  display: block;
  color: #2b2b2b;
  transition: 0.2s ease-in;
  padding: 20px 0;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .c-list-archive li a {
    padding: 26px 0;
  }
}
.c-list-archive li a:hover {
  color: #385EA3;
}
.c-list-archive__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
.c-list-archive__date {
  font-size: 1.4rem;
  line-height: 1.4;
  line-height: 20px;
  height: 20px;
}
@media print, screen and (min-width: 600px) {
  .c-list-archive__date {
    font-size: 1.4rem;
  }
}
.c-list-archive__category {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
}
.c-list-archive__category.seminar {
  background-color: #2AAEB1;
}
.c-list-archive__category.news {
  background-color: #EDBE15;
}
.c-list-archive__category.event {
  background-color: #E243E8;
}
.c-list-archive__title {
  width: 100%;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .c-list-archive__title {
    font-size: 1.6rem;
  }
}

.c-list-basic {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list-basic li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.4em;
}
.c-list-basic.resolution li {
  padding-left: 2em;
  background-color: lightyellow;
  font-weight: bold;
}
.c-list-basic li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #2AAEB1;
}
.c-list-basic.resolution li::before {
  content: url(../img/question.png);
  position: absolute;
  left: 0px;
  top: 3px;
  width: 24px;
  height: 22px;
  border: none;
}

ul.c-list-initiative{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 600px) {
  ul.c-list-initiative{
    padding-top: 80px;
  }
  .c-list-initiative::after{
    content: "";
    width: calc((100% / 3) - 40px);

  }
}

.c-list-initiative li{
  width: calc((100% / 2) - 10px);
  padding-bottom: 20px;
}

@media print, screen and (min-width: 600px) {
  .c-list-initiative li{
    width: calc((100% / 3) - 40px);
    padding-bottom: 50px;
  }
}

.c-list-initiative li img{
  aspect-ratio: 1/1;
  object-fit: cover;
}

.c-list-initiative li .c-list-archive__title{
  padding-top: 10px;
}

.c-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 16px 16px;
  background-color: white;
}
@media print, screen and (min-width: 600px) {
  .c-breadcrumb {
    padding: 40px 40px;
  }
}
@media screen and (min-width: 1201px) {
  .c-breadcrumb {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .c-breadcrumb {
    padding: 60px 0;
  }
}
.c-breadcrumb__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.1;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media print, screen and (min-width: 600px) {
  .c-breadcrumb__list {
    line-height: 1.3;
  }
}
.c-breadcrumb__list li {
  display: inline;
  list-style: none;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-right: 12px;
  margin-right: 6px;
  color: #2b2b2b;
}
@media print, screen and (min-width: 600px) {
  .c-breadcrumb__list li {
    padding-right: 14px;
    margin-right: 8px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1201px) {
  .c-breadcrumb__list li {
    padding-right: 16px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
.c-breadcrumb__list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-breadcrumb__list li:last-child::after {
  display: none;
}
.c-breadcrumb__list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 600px) {
  .c-breadcrumb__list li::after {
    top: 5px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
  }
}
@media screen and (min-width: 1201px) {
  .c-breadcrumb__list li::after {
    top: 6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
  }
}
.c-breadcrumb__list li a {
  text-decoration: none;
  transition: ease-in 0.2s;
  color: #2b2b2b;
}
.c-breadcrumb__list li a:hover {
  color: #385EA3;
}
.c-breadcrumb__list li br {
  display: none;
}

.c-pagination {
  margin-top: 40px;
}
@media screen and (min-width: 1201px) {
  .c-pagination {
    margin-top: 80px;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}
.c-pagination__list a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50px;
  background-color: #D9BAD1;
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 1201px) {
  .c-pagination__list a {
    font-size: 1.5rem;
  }
}
.c-pagination__list a:not(:hover) {
  text-decoration: none;
}
.c-pagination__list .current a {
  background-color: #F2EBF0;
  color: #575757;
  pointer-events: none;
}

.c-table-wrap {
  overflow-x: scroll;
}
.c-table-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 1201px) {
  .c-table-wrap::-webkit-scrollbar {
    display: none;
  }
}
.c-table-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.c-table-wrap::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.c-table-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.c-table-basic {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #dcdcdc;
}
.c-table-basic tr {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 600px) {
  .c-table-basic tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-table-basic th,
.c-table-basic td {
  border-top: 1px solid #dcdcdc;
  font-weight: normal;
  text-align: left;
  width: 100%;
}
.c-table-basic th {
  background-color: #F1F9F9;
  padding: 10px;
  font-weight: 700;
}
@media print, screen and (min-width: 600px) {
  .c-table-basic th {
    background-color: transparent;
    width: 10em;
    padding: 10px 0;
  }
}
.c-table-basic td {
  padding: 10px;
}
@media print, screen and (min-width: 600px) {
  .c-table-basic td {
    padding-left: 2em;
    width: calc(100% - 10em);
    padding: 10px 0;
  }
}

.c-table-counter {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #EDBE15;
}
.c-table-counter tr {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 600px) {
  .c-table-counter tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-table-counter th,
.c-table-counter td {
  font-weight: normal;
  text-align: left;
  width: 100%;
}
.c-table-counter th {
  border-top: 1px solid #EDBE15;
  padding: 15px 0 10px;
  font-weight: 700;
}
@media print, screen and (min-width: 600px) {
  .c-table-counter th {
    background-color: transparent;
    width: 10em;
    padding: 10px 0;
  }
}
.c-table-counter td {
  padding: 0 0 15px;
}
@media print, screen and (min-width: 600px) {
  .c-table-counter td {
    border-top: 1px solid #EDBE15;
    padding-left: 2em;
    width: calc(100% - 10em);
    padding: 10px 0 10px 20px;
  }
}

.c-table-sitemap {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.c-table-sitemap th,
.c-table-sitemap td {
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
@media screen and (min-width: 1201px) {
  .c-table-sitemap th,
.c-table-sitemap td {
    padding-left: 2em;
    padding: 16px;
  }
}
.c-table-sitemap th a,
.c-table-sitemap td a {
  position: relative;
  padding-left: 16px;
  color: #385EA3;
}
@media screen and (min-width: 1201px) {
  .c-table-sitemap th a,
.c-table-sitemap td a {
    padding-left: 20px;
  }
}
.c-table-sitemap th a::before,
.c-table-sitemap td a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #385EA3;
  border-bottom: 1px solid #385EA3;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1201px) {
  .c-table-sitemap th a::before,
.c-table-sitemap td a::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}

.c-table-schedule {
  width: 100%;
  border-collapse: collapse;
  border-left: 2px solid white;
  min-width: 600px;
  margin: 20px 0 10px;
}
.c-table-schedule tr.off td {
  background-color: #fdede4;
  color: #e8383d;
}
.c-table-schedule th,
.c-table-schedule td {
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.c-table-schedule th {
  border-top: 2px solid white;
  border-right: 2px solid white;
  color: white;
  background-color: #2AAEB1;
}
.c-table-schedule td {
  background-color: #F1F9F9;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.c-form-contact__list li {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .c-form-contact__list li {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
.c-form-contact__list li:last-child {
  border-bottom: none;
}
.c-form-contact__title {
  min-width: 180px;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .c-form-contact__title {
    width: 240px;
  }
}
.c-form-contact__title span {
  margin-left: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  list-style: 12px;
  background-color: #e8383d;
  color: white;
  border-radius: 4px;
  padding: 0.2em 0.8em;
}
@media screen and (min-width: 1201px) {
  .c-form-contact__title span {
    margin-left: 16px;
  }
}
.c-form-contact__input {
  word-wrap: break-word;
}
@media screen and (min-width: 1201px) {
  .c-form-contact__input {
    width: calc(100% - 240px);
  }
}
.c-form-contact__input input[type=text],
.c-form-contact__input input[type=email],
.c-form-contact__input textarea {
  padding: 10px;
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  caret-color: #2AAEB1;
  width: 100%;
  border-radius: 4px;
}
.c-form-contact__input input[type=text]:focus,
.c-form-contact__input input[type=email]:focus,
.c-form-contact__input textarea:focus {
  outline: none;
  border: 2px solid #2AAEB1;
}
@media print, screen and (min-width: 600px) {
  .c-form-contact__input input[type=text],
.c-form-contact__input input[type=email] {
    width: 400px;
  }
}
.c-form-contact__input ::-moz-placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, 0.3);
}
.c-form-contact__input ::placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, 0.3);
}
.c-form-contact__select {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.c-form-contact__select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #707070;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.c-form-contact__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
.c-form-contact__select select:focus {
  outline: none;
  border: 2px solid #2AAEB1;
}
.c-form-contact__btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.c-form-contact__btn button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
}
.c-form-contact__btn button.submit {
  background-color: #2b2b2b;
}
.c-form-contact__btn button.reset {
  background-color: #a9a9a9;
}
.c-form-contact__btn .btn {
  text-align: center;
  width: 200px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 600px) {
  .c-form-contact__btn .btn {
    font-size: 1.5rem;
  }
}
.c-form-contact__btn .btn_back {
  margin-left: 20px;
  background-color: #4B5043 !important;
}
.c-form-contact__btn input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 0 3em;
  background-color: #376D47;
  color: white;
  text-decoration: none;
  text-align: left;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 1.3rem;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
@media print, screen and (min-width: 600px) {
  .c-form-contact__btn input[type=submit] {
    width: auto;
    font-size: 1.5rem;
    height: 56px;
    line-height: 56px;
    padding: 0 3em;
  }
}
.c-form-contact__btn input[type=submit]:hover {
  background-color: #71AB6A;
}

.c-form-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 2px solid #2b2b2b;
  border-radius: 10px;
  margin: 60px 0 0;
}
.c-form-search input {
  flex: 1;
  height: 62px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
.c-form-search input::-moz-placeholder {
  color: #a9a9a9;
}
.c-form-search input::placeholder {
  color: #a9a9a9;
}
.c-form-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 62px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.c-form-search button::after {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}

.c-card-product {
  border-radius: 10px;
  background-color: white;
}
.c-card-product a {
  color: #2b2b2b;
  display: flex;
  flex-direction: column;
}
.c-card-product img {
  width: 100%;
}
.c-card-product__title {
  font-size: 1.3rem;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .c-card-product__title {
    font-size: 1.8rem;
    margin: 20px 0 6px;
  }
}
.c-card-product__price {
  font-size: 1.3rem;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .c-card-product__price {
    font-size: 1.6rem;
  }
}

.c-card-archive {
  border-radius: 10px;
  background-color: white;
}
.c-card-archive__thum {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .c-card-archive__thum {
    order: 1;
  }
}
.c-card-archive__thum::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c-card-archive__thum img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s ease-in;
  border-radius: 10px;
}
.c-card-archive__thum img:hover {
  opacity: 0.6;
  transition: 0.2s ease-in;
}
.c-card-archive__content {
  padding: 14px 0 30px;
  margin: 0;
}
@media print, screen and (min-width: 600px) {
  .c-card-archive__content {
    padding: 20px 0 60px;
  }
}
.c-card-archive__title {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .c-card-archive__title {
    font-size: 1.7rem;
  }
}
.c-card-archive__text {
  font-size: 1.2rem;
  margin-bottom: 1em;
  line-height: 1.6;
}
@media print, screen and (min-width: 600px) {
  .c-card-archive__text {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.c-card-archive__category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
@media print, screen and (min-width: 600px) {
  .c-card-archive__category {
    gap: 10px;
  }
}
.c-card-archive__category span {
  font-size: 1.1rem;
  background-color: #2AAEB1;
  color: white;
  border-radius: 2px;
  padding: 0.2em 0.6em 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .c-card-archive__category span {
    padding: 0.2em 0.8em;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch {
    padding-top: 68.8px;
    position: relative;
  }
}

.p-top-eyecatch__bottom{
  padding:40px 20px;
}

@media print, screen and (min-width: 600px){
  .p-top-eyecatch__bottom{
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    font-size: 24px;
    justify-content: center;
    line-height: 2;
  }
}

.p-top-eyecatch picture{
  width: 100vw;
  height: 100vw;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch picture{
    width: auto;
    height: 760px;
    max-width: 1260px;
    margin: 0 auto;
  }
}

.p-top-eyecatch picture::before{
  content: "";
  width:80%;
  height:100%;
  background: linear-gradient(90deg, rgba(242, 235, 240, 1) 0%, rgba(220, 224, 242, 1) 100%);
  display: block;
  position: relative;
  z-index: -1;
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch picture::before{
    width: calc(100vw / 3 * 2);
    height: 760px;
    margin: 0 calc(50% - 50vw);
    position: absolute;
  }
}

.p-top-eyecatch__large{
  top: 50%;
  left: 50%;
  width: 100%;
  max-width:1400px ;
  position: absolute;
  transform: translate(-50%,-50%);
}

@media print, screen and (min-width: 600px) {
  .p-top-eyecatch__large{
    padding: 0 20px;
  }
}

.p-top-eyecatch__large img{
  width: 90vw;
  margin-left: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__large img{
    width: 100%;
    aspect-ratio: 2 / 1;
  }
}
.p-top-eyecatch__text__wrapper{
  transform: rotate(-8deg);
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__text__wrapper{ 
    top: 25%;
    left: 50%;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%,-50%)  rotate(-8deg);
    z-index: 100;
  }
}

@media print, screen and (min-width: 1200px) {
  .p-top-eyecatch__text__wrapper{ 
    top:50%;
  }
}

.p-top-eyecatch__text{
  padding: 40px 20px 0;
  position: relative;
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__text{
    padding: 0;
  }
}

.p-top-eyecatch__text{
  font-family:"Kaisei Opti", serif;
  z-index: 100;
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__text{
    max-width: 700px;
    padding-left: 10px;
  }
}

.p-top-eyecatch__main{
  font-size: 5vw;
  text-shadow : 
      1px  1px 2px #ffffff,
    -1px  1px 2px #ffffff,
      1px -1px 2px #ffffff,
    -1px -1px 2px #ffffff,
      1px  0px 2px #ffffff,
      0px  1px 2px #ffffff,
    -1px  0px 2px #ffffff,
      0px -1px 2px #ffffff; 
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__main{
    font-size: 40px;
  }
}

.p-top-eyecatch__sub{
  font-size: 3vw;
  text-shadow: 
      1px  1px 2px #ffffff,
    -1px  1px 2px #ffffff,
      1px -1px 2px #ffffff,
    -1px -1px 2px #ffffff,
      1px  0px 2px #ffffff,
      0px  1px 2px #ffffff,
    -1px  0px 2px #ffffff,
      0px -1px 2px #ffffff; 
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__sub{
    font-size: 26px;
  }
}

.p-top-eyecatch__line{
  bottom: 22px;
  opacity: 0.85;
  transform: rotate(10deg);
  position: relative;
}

@media print, screen and (min-width: 700px) {
  .p-top-eyecatch__line{
    bottom: 50px;
  }
}

.p-top-eyecatch__nav{
  height: 100%;
}

@media print, screen and (min-width: 600px) {
  .p-top-eyecatch__nav{
    max-width: 1260px;
    width: 100%;
    top: 50%;
    left: 50%;
    height: 565px;
    position: absolute;
    transform: translate(-50%,-50%);
  }
}

.p-top-eyecatch__nav ul{
    max-width: 440px;
    height: auto;
    bottom: 0;
    background: rgba(256,256,256,0.7);
    position: absolute;
  }

.p-top-eyecatch__nav ul li{
  padding: 0 20px;
}

.p-top-eyecatch__nav ul li a{
  padding: 15px 40px 15px 0px;
  border-bottom: 1px solid #DCE0F2;
  display: block;
  font-size: 15px;
  position: relative;
  transition: all 0.3s;
}

.p-top-eyecatch__nav ul li a:hover{
  background: #EFF0F3;
}

.p-top-eyecatch__nav ul li a:after{ 
  display: block;
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.2s;
  transform: translateY(-50%);
}

.p-top-leading{
  position: relative;
}

.p-top-leading:after{
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(90deg, rgba(242, 235, 240, 1) 0%, rgba(220, 224, 242, 1) 100%);
  position: absolute;
  z-index: -1;
}

.p-top-leading__inner{
  padding: 80px 20px;
}

@media print, screen and (min-width: 600px) {
  .p-top-leading__inner{
    max-width: 1260px;
    margin: 0 auto;
  }
}

.p-top-leading__inner ul{
  margin: 0;
  padding: 0 0 40px 0;
}

@media print, screen and (min-width: 600px) {
  .p-top-leading__inner ul{
    display: flex;
    justify-content: space-between;
  }
}

.p-top-leading__title{
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align:center;
}

@media print, screen and (min-width: 600px) {
  .p-top-leading__title{
    font-size: 32px;
  }
}
.p-top-leading__title span{
  font-size: 15px;
  font-weight:normal;
}

@media print, screen and (min-width: 600px) {
  .p-top-leading__title span{
    font-size: 24px;
  }
}

.p-top-leading__text{
  padding-bottom: 40px;
}

@media print, screen and (min-width: 600px) {
  .p-top-leading__text{
    padding:0 0 40px 0;
    display: flex;
    font-size: 16px;
    justify-content: center;
  }
}

.p-top-leading__item{
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}

.p-top-leading__item{
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .p-top-leading__item{
    width: calc((100% / 3) - 15.5px);
  }
}

.p-top-leading__item img{
  width:100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.p-top-leading__name{
  padding-top: 16px;
  font-size: 18px;
}

.p-top-topics{
  padding: 20px;
  background: #fff;
}

@media print, screen and (min-width: 600px) {
  .p-top-topics a{
    align-items: center;
    display: flex;
  }
}

.p-top-topics img{
  width: 100%;
  padding-bottom: 20px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media print, screen and (min-width: 600px) {
  .p-top-topics img{
    max-width: calc(100% / 3);
    min-width: 200px;
    height: 100%;
    padding: 0;
  }
}

.p-top-topics span{
  padding-bottom: 6px;
  display: block;
  font-size: 14px;
}

.p-top-topics__title{
  padding-bottom: 10px;
  font-size:18px ;
  font-weight: bold;
}

@media print, screen and (min-width: 600px) {
  .p-top-topics__right{
    padding: 20px 0 0 40px;
  }
}
.p-top-topics__btn{
  text-align: right;
}
.p-top-topics__btn span{
  margin-top: 10px;
  padding: 6px 26px;
  background: #F2EBF0;
  border: 1px solid #D9BAD1;
  border-radius: 50px;
  display: inline-block;
}

.p-top-company__inner{
  padding: 80px 20px 40px 20px;
}

@media print, screen and (min-width: 600px) {
  .p-top-company__inner{
    max-width: 1260px;
    margin: 0 auto;
  }
}

.p-top-company__inner ul{
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 600px) {
  .p-top-company__inner ul{
    display: flex;
    justify-content: space-between;
  }
}

.p-top-company__title{
  padding-bottom: 40px;
  font-size: 24px;
  font-weight:bold;
  text-align:center;
}

@media print, screen and (min-width: 600px) {
  .p-top-company__title{
    font-size: 32px;
  }
}

.p-top-company__title span{
  font-size: 15px;
  font-weight:normal;
}

@media print, screen and (min-width: 600px) {
  .p-top-company__title span{
    font-size: 24px;
  }
}
.p-top-company__text{
  padding-bottom: 40px;
}

@media print, screen and (min-width: 600px) {
  .p-top-company__text{
    font-size: 16px;
    text-align: center;
  }
}

.p-top-company__item{
  margin-bottom: 20px;
  padding: 20px;
  background: #EFF0F3;
  text-align: center;
}

.p-top-company__name{
  padding-top: 16px;
  font-size: 18px;
}

@media print, screen and (min-width: 600px) {
  .p-top-company__item{
    width: calc((100% / 3) - 15.5px);
  }
}

.p-top-company__item img{
  width:100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.p-top-link__inner{
  padding:0 20px;
}
@media print, screen and (min-width: 600px) {
  .p-top-link__inner{
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
  }
}

@media print, screen and (min-width: 600px) {
  .p-top-link__item{
    width: calc(100% / 2);
    text-align: center;
  }
}

.p-top-link__item a{
  max-width: 90%;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 16px 0;
  background: #DCE0F2;
  border:2px solid#BAC2D9;
  border-radius: 50px;
  display: block;
  font-size: 18px;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .p-top-link__item a{
    display: inline-block;
  }
}

@media screen and (min-width: 1201px) {
  .p-top-info {
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 20px;
  }
}


.p-top-initiative {
  max-width: 1260px;
  width: 100%;
  margin: 40px 0;
  padding: 40px 0 40px 0;
  position: relative;
}

.p-top-initiative::before{
  content:"" ;
  background: #F2EBF0;
  top:50%;
  right: 0;
  width: 60vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .p-top-initiative {
    max-width: 1260px;
    width: 100%;
    height: 500px;
    margin: 80px auto 100px auto;
    align-items: center;
    display: flex;
    position: relative;
  }
}

.p-top-initiative h2 {
  padding: 0 20px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-top-initiative h2 {
    font-size: 2.8rem;
  }
}

.p-top-initiative h2 br{
    display: none;
  }

@media screen and (min-width: 600px) {
  .p-top-initiative h2 br{
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .p-top-initiative .swiper{
    width: 70vw;
    right: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    
  }
}

.p-top-initiative .swiper-wrapper{
  margin-left: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-top-initiative .swiper-wrapper{
    margin-left: 0px;
    padding-bottom: 0;
  }
  
}

.p-top-initiative li{
  position: relative;
}

@media screen and (min-width: 600px) {
  .p-top-initiative li{
    max-width: 300px;
  }
}

.p-top-initiative li img {
  aspect-ratio: 11/10;
  background: rgba(256, 256, 256, 0.7);
  object-fit: contain;
}

.p-top-initiative .c-list-archive__title{
  bottom: 0;
  padding: 6px;
  background: #fff;
}

.p-top-initiative__button.sp-view{
  margin-right: auto;
}

.p-top-initiative__button.pc-view{
  padding: 0 20px;
}

.p-top-initiative__button a{
  padding: 6px 16px;
  background: #fff;
  border: 1px solid #575757;
  border-radius: 0;
  color: #575757;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s;
}

.p-top-initiative__button a:hover{
  background: #EFF0F3;
}

.p-top-initiative .swiper-button-wrapper{
  padding:0 20px;
  align-items: baseline;
  display: flex;
  justify-content: end;
}

@media screen and (min-width: 600px) {
  .p-top-initiative .swiper-button-wrapper{
    max-width: 1260px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .p-top-initiative .swiper-button-wrapper.pc-view{
    right: 0;
    bottom: -30px;
    position: absolute;
  }
}



.p-top-initiative .swiper-navigation-icon{
  display: none;
}

.p-top-initiative .swiper-button-prev,
.p-top-initiative .swiper-button-next,
.p-top-initiative .swiper-rtl .swiper-button-prev,
.p-top-initiative .swiper-rtl .swiper-button-next{
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #D9BAD1;
  border-radius: 50%;
  color: #fff;
}

.p-top-initiative .swiper-button-next,
.p-top-initiative .swiper-button-prev{
  bottom: 0;
  position: relative;
}

.p-top-initiative .swiper-button-next{
  margin-left: 10px;
}

.p-top-contact{
  padding:0 20px 40px 20px;
}

.p-top-contact__title{
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.p-top-contact__title{
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .p-top-contact__title{
    font-size: 32px;
  }
}

.p-top-contact__title span{
  font-size: 15px;
  font-weight:normal;
}

@media screen and (min-width: 600px) {
  .p-top-contact__title span{
    font-size: 24px;
  }
}

.p-top-contact__inner{
  padding: 40px 20px;
  background:#EFF0F3 ;
  border-radius: 20px;
}

@media screen and (min-width: 600px) {
  .p-top-contact__inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 80px;
    
  }
}

.p-top-contact #mfp_hidden{
  display: none;
}

.p-top-contact form#mailformpro dl dt{
  width: 100%;
  padding:0 0 10px;
  background: none;
  border: none;
  font-size: 15px;
  text-align: left;
}

.p-top-contact form#mailformpro dl dd{
  padding:0 0 20px;
  background: none;
  border: none;
  font-size: 15px;
}

.p-top-contact input{
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  border: none;
  box-shadow: none;
}

.p-top-contact textarea{
  max-width: 100%;
  width: 100% !important;
  border: none;
  box-shadow: none;
}
.p-top-contact .mfp_buttons{
  text-align: center;
}
.p-top-contact button[type=submit]{
  padding: 8px 26px;
  border:1px solid #575757;
  border-radius: 0;
  background: #fff;
  color:#575757;
  -webkit-appearance: none;
  appearance: none;
}

.p-top-contact .mfp_err{
  background-position: 0px 5px;
  color: red;
}

.p-page h3 {
  font-size: 1.7rem;
  position: relative;
  padding: 10px 20px;
  margin: 0 0 20px;
  background-color: #F1F9F9;
  font-weight: 700;
  border-radius: 6px;
}
@media print, screen and (min-width: 600px) {
  .p-page h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .p-page h3 {
    font-size: 2.2rem;
    padding: 12px 20px;
    margin: 0 0 30px;
  }
}
.p-page h4 {
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
  padding: 10px 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 1201px) {
  .p-page h4 {
    font-size: 2rem;
    padding: 10px 0;
  }
}
.p-page h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #EDBE15;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.p-page h5 {
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
  padding: 3px 0 3px 18px;
  margin: 0 0 20px;
}
@media screen and (min-width: 1201px) {
  .p-page h5 {
    font-size: 1.8rem;
    margin: 0 0 30px;
    padding: 3px 0 3px 18px;
  }
}
.p-page h5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2AAEB1;
  width: 4px;
  height: 100%;
  border-radius: 2px;
}
.p-page h3 + h4,
.p-page h4 + h5 {
  margin-top: 30px;
}
@media screen and (min-width: 1201px) {
  .p-page h3 + h4,
.p-page h4 + h5 {
    margin-top: 40px;
  }
}
.p-page p {
  margin-bottom: 20px;
}
.p-top-problems.about p {
  margin-bottom: 0px;
}
.p-page p + h3,
.p-page p + h4,
.p-page p + h5,
.p-page div + h4,
.p-page ul + h4,
.p-page ul + h5,
.p-page ul + p {
  margin-top: 40px;
}
@media screen and (min-width: 1201px) {
  .p-page p + h3,
.p-page p + h4,
.p-page p + h5,
.p-page div + h4,
.p-page ul + h4,
.p-page ul + h5,
.p-page ul + p {
    margin-top: 50px;
  }
}
.p-page section + section {
  margin-top: 80px;
}
.p-page span.red {
  color: #e8383d;
}
.p-page hr {
  margin: 20px 0;
  padding: 0px;
  height: 1px;
  border: 0px;
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left -1px bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
@media screen and (min-width: 1201px) {
  .p-page hr {
    margin: 20px 0;
  }
}
.p-page img {
  margin: 2em 0;
}
.p-page__footer {
  padding: 60px 0 0;
  margin: 0;
}
@media screen and (min-width: 1201px) {
  .p-page__footer {
    padding: 100px 0 0;
  }
}
.p-page__edit a {
  background-color: #2AAEB1;
  color: white;
  padding: 0.6em 1em;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 600px) {
  .p-page__edit a {
    font-size: 1.4rem;
  }
}
.p-page__edit a:hover {
  color: white;
  background-color: #385EA3;
}

.p-single__head {
  position: relative;
  margin-bottom: 2em;
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left -1px bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
@media screen and (min-width: 1201px) {
  .p-single__head {
    margin-bottom: 60px;
  }
}
.p-single__head h3 {
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #EFF0F3;
  padding: 10px 15px;
}
@media print, screen and (min-width: 600px) {
  .p-single__head h3 {
    font-size: 2.2rem;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .p-single__head h3 {
    font-size: 2.2rem;
    padding: 30px;
    text-align: center;
  }
}
.p-single__posted {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  padding: 20px 0;
}
@media print, screen and (min-width: 600px) {
  .p-single__posted {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1201px) {
  .p-single__posted {
    font-size: 1.5rem;
    padding: 40px 0;
  }
}
.p-single__content p {
  line-height: 2;
  margin-bottom: 1em;
  word-wrap: break-word;
}
@media print, screen and (min-width: 600px) {
  .p-single__content p {
    line-height: 2;
  }
}
@media screen and (min-width: 1201px) {
  .p-single__content p {
    font-size: 1.7rem;
  }
}
.p-single__content p strong {
  font-weight: bold;
}
.p-single__content p strong.red {
  color: #e8383d;
}
.p-single__content p a {
  border-bottom: 1px solid #1e90ff;
  transition: ease-in 0.1s;
}
.p-single__content p a:hover {
  border-bottom: 1px solid #385EA3;
}
.p-single__content img {
  max-width: 70%;
  height: auto;
  margin: 40px auto;
}
.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #dcdcdc;
  padding: 10px 0;
  margin: 0 0 1em;
}
@media print, screen and (min-width: 600px) {
  .p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1201px) {
  .p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
    font-size: 1.8rem;
  }
}
.p-single__content h1::after,
.p-single__content h2::after,
.p-single__content h3::after,
.p-single__content h4::after,
.p-single__content h5::after,
.p-single__content h6::after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #2AAEB1;
  bottom: -3px;
  width: 20%;
  display: block;
}
.p-single__content p + h1,
.p-single__content p + h2,
.p-single__content p + h3,
.p-single__content p + h4,
.p-single__content p + h5,
.p-single__content p + h6 {
  margin: 2em 0 1em;
}
.p-single__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 60px !important;
  background-color: #F1F9F9;
  border-radius: 10px;
}
@media print, screen and (min-width: 600px) {
  .p-single__nav {
    margin-top: 100px !important;
  }
}
.p-single__nav li:hover {
  transition: 0.3s ease-in;
}
.p-single__nav li.prev a {
  position: relative;
  padding: 0.6em 1.2em 0.6em 2em;
}
@media print, screen and (min-width: 600px) {
  .p-single__nav li.prev a {
    padding: 1em 1.4em 1em 2em;
  }
}
.p-single__nav li.prev a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #2AAEB1;
  border-left: 1px solid #2AAEB1;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 600px) {
  .p-single__nav li.prev a::before {
    left: 14px;
  }
}
.p-single__nav li.next a {
  position: relative;
  padding: 0.6em 2em 0.6em 1.2em;
}
@media print, screen and (min-width: 600px) {
  .p-single__nav li.next a {
    padding: 1em 2em 1em 1.4em;
  }
}
.p-single__nav li.next a::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2AAEB1;
  border-right: 1px solid #2AAEB1;
  transform: rotate(45deg) translateY(-50%);
}
@media print, screen and (min-width: 600px) {
  .p-single__nav li.next a::before {
    right: 18px;
  }
}
.p-single__nav li a {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  padding: 0.6em 1em;
  color: #2AAEB1;
}
@media print, screen and (min-width: 600px) {
  .p-single__nav li a {
    font-size: 1.5rem;
    padding: 1em 2em;
  }
}
.p-single__nav li a:hover {
  color: #385EA3;
}

.p-side__box {
  display:none;
}
@media screen and (min-width: 1201px) {
  .p-side__box {
    display:block;
    background-color: #F1F9F9;
    border-radius: 6px;
    position: absolute;
    padding: 40px;
  }
}
.p-side__box hr {
  margin: 20px 0;
  padding: 0px;
  height: 1px;
  border: 0px;
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left -1px bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
@media screen and (min-width: 1201px) {
  .p-side__box hr {
    margin: 30px 0;
  }
}
.p-side__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
}
.p-side__title::before, .p-side__title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
}
.p-side__title::before {
  background-color: #2AAEB1;
  bottom: -12px;
  width: 40px;
}
.p-side__title::after {
  background-color: #385EA3;
  bottom: -20px;
  width: 30px;
}
.p-side__nav li a {
  display: block;
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 16px 0;
  font-size: 1.4rem;
  color: #2b2b2b;
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .p-side__nav li a {
    padding: 6px 0;
  }
}
.p-side__nav li:last-child a {
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px), radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left top, left -1px bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 4px 1px, 4px 1px;
}
.p-side__select {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.p-side__select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #707070;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.p-side__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

@media print, screen and (min-width: 600px) {
  .m-contact {
    background-color: #F1F9F9;
    border-radius: 6px;
    padding: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .m-contact {
    padding: 50px;
  }
}
.m-contact h5 {
  margin: 0 0 50px;
}

#manager_01::-webkit-backdrop, #manager_02::-webkit-backdrop, #manager_03::-webkit-backdrop, #manager_04::-webkit-backdrop, #manager_05::-webkit-backdrop, #counselor_01::-webkit-backdrop, #counselor_02::-webkit-backdrop, #counselor_03::-webkit-backdrop, #counselor_04::-webkit-backdrop, #counselor_05::-webkit-backdrop {
  background: rgba(43, 43, 43, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

#manager_01::backdrop,
#manager_02::backdrop,
#manager_03::backdrop,
#manager_04::backdrop,
#manager_05::backdrop,
#counselor_01::backdrop,
#counselor_02::backdrop,
#counselor_03::backdrop,
#counselor_04::backdrop,
#counselor_05::backdrop {
  background: rgba(43, 43, 43, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.l-container__title h2{
  padding:10px 0 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .l-container__title h2{
    padding: 80px 0;
    font-size: 32px;
  }
}

.l-container__details{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}

@media screen and (min-width: 600px) {
  .l-container__details{
    align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
  }
}

.l-container__details table{
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .l-container__details table{
    width: calc((100% / 3) * 2 - 20px);
    padding-top: 0;
  }
}

.l-container__details table tr{
  padding: 10px 0;
  border-bottom: 1px solid #B2B2B2;
  display: block;
}

@media screen and (min-width: 600px) {
  .l-container__details table tr{
	display:flex;
    padding: 16px 0;
  }
}

.l-container__details table tr:last-child{
  border-bottom: none;
}

.l-container__details table th,
.l-container__details table td{
  width: 100%;
  display: block;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .l-container__details table th,
  .l-container__details table td{
    width: auto;
    display:inline-block;
  }
}

@media screen and (min-width: 600px) {
  .l-container__details table th{
    width: 15%;
    font-weight: normal;
  }
}

@media screen and (min-width: 600px) {
  .l-container__details table td{
		width:85%;
  }
}
.l-container__details__image{
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.l-container__details__image:before{
  content: "";
  top:10%;
  left: 10%;
  width: 100%;
  height:100%;
  background:#DCE0F2 ;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .l-container__details__image{
    max-width: 300px;
    width: calc((100% / 3));
  }
}

.l-container__details__image img{
  margin: 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}


@media screen and (min-width: 600px) {
  .l-container__details__image img{
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.l-container__url{
  padding: 40px 0;
}

@media screen and (min-width: 600px) {
  .l-container__url{
    padding: 80px 0;
  }
}

.l-container__url a{
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  background: #BAC2D9;
  border-radius: 50px;
  color: #fff;
  display: block;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .l-container__url a{
    max-width: 380px;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
  }
}

.l-container__pdf h3{
  background: none;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .l-container__block{
    padding-bottom: 20px;
  }
}

.l-container__block__title{
  padding: 2px 16px;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .l-container__block__title{
    padding: 2px 16px;
    font-size: 24px;
  }
}

.l-container__block.blue .l-container__block__title{
  border-left: 5px solid #BAC2D9;
  border-bottom: 1px solid #BAC2D9;
}

.l-container__block.pink .l-container__block__title{
  border-left: 5px solid #D9BAD1;
  border-bottom: 1px solid #D9BAD1;
}

.l-container__block__contents{
  padding: 20px 0;
}

.l-container__top{
  margin-top: 20px;
  text-align: center;
}

.l-container__top__inner a{
  margin: 0 auto;
  padding: 8px 26px;
  border: 1px solid #575757;
  display: inline-block;
}

.l-container .thnaks-content{
  margin: 0 auto;
  padding-bottom: 20px;
  max-width:800px;
}

@media screen and (min-width: 1201px) {
  section,
  h4,
  div {  scroll-margin-top: 100px;  /* 固定ヘッダー分だけずらす */ }
/*  h4:before,
  section:before {
    content: "";
    display: block;
    height: 100px; 調整したい高さ（固定ヘッダーの高さ）
    margin-top: -100px;  heightと同じ分のネガティブマージン
    visibility: hidden;
  }*/ 
}

body .font-en{
  font-family: 'Open Sans';
  letter-spacing: 0.25rem;
}

body .pc-view{
  display: none;
}
body .sp-view{
  display: block;
}

@media screen and (min-width: 600px) {
  body .pc-view{
    display: block;
  }
  body .sp-view{
    display: none;
  }
}

.l-container__contents .pc{ display:none; }
.l-container__contents .sp{ display:block; }

@media screen and (min-width: 1201px) {
  .l-container__contents .pc{ display:block; }
  .l-container__contents .sp{ display:none; }
}

/*page-top*/
.page-top{
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 20;
}
.page-top a{
    width: 50px;
    height: 50px;
    background: #D9BAD1;
    border-radius: 30px;
    display: block;
    position: relative;
}
.page-top a:before{
    content: "";
    top: 50%;
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    border-style: solid;
    border-color: transparent;
    border-width: 12px 8px;
    border-bottom-color: currentColor;
    border-top: 0;
    position: absolute;
    transform: translate(-50%,-50%);
}