@charset "UTF-8";
/* Accordion
====================================================== */
.c-accordion__title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}

.c-accordion__title::before, .c-accordion__title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.c-accordion__title::before {
  top: 25px;
  right: 20px;
  transform: rotate(0deg);
}

.c-accordion__title::after {
  top: 25px;
  right: 20px;
  transform: rotate(90deg);
}

.c-accordion__title.js-c-accordion__close::before {
  transform: rotate(45deg);
}

.c-accordion__title.js-c-accordion__close::after {
  transform: rotate(-45deg);
}

.c-accordion__box {
  display: none;
  padding-top: 20px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, .footer__info__office__container, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-family: Arial, "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  color: #313131;
  background-color: #F4F5F6;
}

:focus {
  outline: 0;
}

:root {
  --blue: #0089D0;
  --pink: #FF94CA;
  --text: #313131;
  --twitter: #000;
  --instagram: #9025C9;
  --facebook: #3B5998;
}

ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

img {
  width: 100%;
  border: none;
}

p, a, h1, h2, h3, h4 {
  letter-spacing: 0.05rem;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  transition: 0.4s;
}

a img:hover {
  opacity: 0.6;
}

nav li::before {
  content: none;
}

section {
  width: 100%;
  margin-bottom: 100px;
  scroll-margin-top: 100px;
}

.wrapper {
  width: 1080px;
  margin: auto;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (max-width: 600px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml80 {
  margin-left: 80px;
}

.align-r {
  display: flex;
  justify-content: right;
  align-items: center;
}

.link__arrow {
  color: var(--blue);
  text-decoration: underline;
  padding-left: 1.2em;
  position: relative;
  transition: ease 0.4s;
}

.link__arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 0;
}

.link__arrow:hover {
  color: var(--pink);
}

section h2 {
  color: var(--blue);
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.sec-top {
  text-align: center;
  margin-bottom: 40px;
}

.sec-top p {
  margin-bottom: 10px;
}

.page-top {
  color: #ffffff;
  background: linear-gradient(90deg, #0089D0, #3AA8DF);
  display: flex;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 60px;
}

.page-top h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.page-top h2 span {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
}

.bl-uline {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  cursor: pointer;
}

.bl-bold {
  color: var(--blue);
  font-weight: 700;
  padding-bottom: 10px;
}

.pink-bold {
  color: var(--pink);
  font-weight: 700;
  padding-bottom: 10px;
}

.darkpink-bold {
  color: var(--darkpink);
  font-weight: 700;
  padding-bottom: 10px;
}

.bold {
  font-weight: 700;
  padding-bottom: 10px;
}

.btn01 {
  color: var(--blue);
  text-align: center;
  padding: 14px;
  max-width: 220px;
  border: 1px solid var(--blue);
  display: block;
  transition: 0.4s;
  border-radius: 4px;
}

.btn01:hover {
  color: #ffffff;
  background-color: var(--blue);
}

.btn02 {
  color: #ffffff;
  background-color: var(--blue);
  text-align: center;
  padding: 14px;
  max-width: 220px;
  display: block;
  transition: 0.4s;
}

.btn02:hover {
  opacity: 0.6;
}

.btn-map {
  color: #ffffff;
  text-align: center;
  padding: 6px 100px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  transition: 0.4s;
}

.btn-map:hover {
  color: var(--blue);
  background-color: #ffffff;
}

.btn_sns_facebook,
.btn_sns_twitter {
  color: #ffffff;
  text-align: center;
  padding: 14px;
  max-width: 100%;
  border-radius: 4px;
  display: block;
  margin: 20px 0;
  transition: 0.4s;
}

.btn_sns_facebook {
  background-color: #0165E1;
}

.btn_sns_twitter {
  background-color: #000;
}

.btn_sns_facebook:hover,
.btn_sns_twitter:hover {
  opacity: 0.6;
}

.list-num-blue {
  list-style: none;
}

.list-num-blue li {
  position: relative;
  padding-left: 30px;
  color: var(--blue);
}

ol.list-num-blue > li {
  counter-increment: level1;
}

ol.list-num-blue > li::before {
  position: absolute;
  content: counter(level1);
  display: inline-block;
  background: var(--blue);
  color: #ffffff;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 14px;
  transform: translateY(-50%);
  font-size: 1.25rem;
}

.list-blue li {
  position: relative;
  margin-bottom: 10px;
  color: var(--text);
  padding-left: 20px;
}

.list-blue li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--blue);
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.list-pink li {
  position: relative;
  margin-bottom: 10px;
  color: var(--text);
  padding-left: 20px;
}

.list-pink li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--pink);
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.box-ttl-blue {
  color: #ffffff;
  background-color: var(--blue);
  padding: 0.8rem 2rem;
  border-radius: 8px;
  display: block;
}

/*****************************************
    Header
*****************************************/
header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1254901961);
  z-index: 100;
}

.header-wrapper {
  padding: 10px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-header {
  height: 60px;
  width: auto;
}

.btn-menu {
  display: none;
}

.g-nav {
  display: flex;
}

.g-nav li {
  display: block;
}

.g-nav li a {
  padding: 0 20px;
  color: var(--blue);
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  transition: ease 0.4s;
}

.g-nav li a:hover {
  color: var(--pink);
}

.g-nav li.sns a img {
  width: 30px;
}

/*****************************************
    Footer
*****************************************/
footer {
  background: linear-gradient(90deg, #0089D0, #3AA8DF);
  color: #ffffff;
}

.footer-sns {
  background-color: #ffffff;
  padding: 60px 10px;
  text-align: center;
  border-top: 4px solid var(--blue);
}

.footer-sns-text {
  color: var(--blue);
  font-size: 1.75rem;
  font-weight: 700;
}

.footer-sns-text span {
  font-size: 3.5rem;
}

.footer-sns__container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 40px auto 0;
}

.footer-sns__btn {
  width: 80px;
  transition: 0.6s;
  filter: drop-shadow(0 4px 10px rgba(136, 136, 136, 0.1882352941));
}

.footer-sns__btn:hover {
  opacity: 1;
  margin-top: -20px;
}

.footer-sns__btn.__twitter,
.footer-sns__btn.__instagram,
.footer-sns__btn.__facebook {
  position: relative;
}

.footer-sns__btn.__twitter::after,
.footer-sns__btn.__instagram::after,
.footer-sns__btn.__facebook::after {
  position: absolute;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: "din-2014", Arial, "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.footer-sns__btn.__twitter::after {
  content: "X";
  color: var(--twitter);
}

.footer-sns__btn.__instagram::after {
  content: "Instagram";
  color: var(--instagram);
}

.footer-sns__btn.__facebook::after {
  content: "Facebook";
  color: var(--facebook);
}

.footer-sns__btn img:hover {
  opacity: unset;
}

.footer-sns__head {
  width: min(100%, 550px);
}

.footer-wrapper {
  padding: 60px 0;
}

.footer-content {
  display: flex;
  gap: 40px;
}

.type p {
  margin-bottom: 10px;
}

.type p span {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.type p span::before {
  content: "やまもと かずひろ";
  font-size: 0.5rem;
  position: absolute;
  top: -16px;
}

.footer-logo {
  width: 220px;
  margin: 0 auto;
}

.logo {
  width: 280px;
  position: relative;
}

.footer__info {
  width: calc(100% - 280px);
}

.footer__info__office__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/*.footer__info__office__container .office-box {
     width: 50%;
} */
.footer__info__office__container .office-ttl {
  font-weight: 700;
}

.footer__info__banner__container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.bn img {
  height: 50px;
  width: auto;
}

.footer-btm {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-size: 14px;
}

.footer-nav {
  display: flex;
}

.footer-nav li a:hover {
  border-bottom: solid 1px #ffffff;
}

.footer-nav li::after {
  content: "|";
  margin: 0 10px;
}

.footer-nav li:first-child::before {
  content: "|";
  margin: 0 10px;
}

a.icon-return {
  font-size: 14px;
  background-image: url("../img/icon_return.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 30px;
}

/*****************************************
    Responsive
*****************************************/
@media (max-width: 1079px) { /*-----------------------tablet*/
  .wrapper {
    width: auto;
    margin: 0 10px;
  }
  header {
    height: 60px;
  }
  .header-wrapper {
    padding: 10px 20px;
  }
  .logo-header {
    height: 40px;
  }
  .btn-menu {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 10px;
    border: none;
    color: var(--blue);
    background-color: unset;
    font-size: 0.75rem;
    line-height: normal;
  }
  .g-nav {
    flex-direction: column;
    background-color: #ffffff;
    width: 0;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s;
  }
  .g-nav.open-menu {
    width: 100%;
  }
  .g-nav li {
    text-align: center;
  }
  .g-nav li::after {
    content: "";
    height: 1px;
    width: 90%;
    background-color: #dcdcdc;
    display: block;
    margin: 0 auto;
  }
  .g-nav li a {
    padding: 20px;
    display: block;
  }
  .g-nav li.sns-twitter a::after {
    content: "Twitter";
    color: var(--twitter);
    margin-left: 10px;
  }
  .g-nav li.sns-instagram a::after {
    content: "Instagram";
    color: var(--instagram);
    margin-left: 10px;
  }
  .g-nav li.sns-facebook a::after {
    content: "Facebook";
    color: var(--facebook);
    margin-left: 10px;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer__info {
    width: 100%;
  }
  .footer__info__office__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-btm {
    flex-direction: column;
  }
}
@media (max-width: 600px) { /*--------------------smartphone*/
  .btn01 {
    max-width: 100%;
  }
  .page-top {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .page-top h2 {
    font-size: 1.5rem;
  }
  footer {
    background: linear-gradient(0deg, #0089D0, #3AA8DF);
  }
  .footer-logo {
    margin: auto;
  }
  .footer-sns__btn {
    width: 60px;
  }
  .footer-nav li a {
    font-size: 12px;
  }
  .footer-nav li::after,
.footer-nav li:first-child::before {
    margin: 0 6px;
  }
}
/* Breakpoints
=================================================== */
/* Font
=================================================== */
.js-slider {
  position: relative;
}

.slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .slick-slide {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .slick-slide {
    margin-top: 20px;
  }
}
.slick-slide.slick-active {
  z-index: 10;
}

.slick-slide .slide-img {
  width: 600px;
  height: 400px;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  /* box-shadow: 0 0 20px -5px #666; */
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}

.slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .slick-slide .slide-img {
    width: 90%;
    height: 100%;
  }
}
.slick-slide.slick-current .slide-img {
  transform: scale(1.2);
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .slick-slide.slick-current .slide-img {
    transform: scale(1.6);
  }
}
.slick-slide .slide-text {
  opacity: 0;
  transition: all ease 0.4s;
  margin-top: 60px;
}

.slick-slide.slick-current .slide-text {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .slick-slide.slick-current .slide-text {
    margin-top: 40px;
  }
}
.slick-slider .slick-track, .slick-slider .slick-list {
  overflow: visible;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 600px) {
  .slick-arrow {
    top: 70%;
  }
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--green);
  border-width: 3px 3px 0 0;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
}

.slick-next {
  right: 0;
}

.slick-next::before {
  left: 13px;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 13px;
}

.js-slider__dots .slick-dots {
  text-align: center;
}

.js-slider__dots .slick-dots li {
  display: inline-block;
}

.js-slider__dots .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.js-slider__dots .slick-dots .slick-active button {
  background: var(--green);
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

:root {
  --blue: #0089D0;
  --pink: #ff94CA;
  --darkpink: #ff57ab;
  --text: #313131;
  --twitter: #000;
  --facebook: #3B5998;
}

/*******************************************
    TOP
*******************************************/
main {
  padding-top: 80px;
  overflow: hidden;
}

.main-img {
  /* height: 600px; 
  background: linear-gradient(#F9F9F9,#DCE4E8); */
  background: linear-gradient(60deg, #ffffff, #FfffFf);
  margin-bottom: 10px !important;
}

@media (max-width: 600px) {
  .main-img .wrapper {
    width: 100%;
    margin: 0;
  }
}
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .main-img .wrapper {
    position: relative;
    height: inherit;
}

.main-img-slogan {
    width: 50%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}

.main-img-portrait {
    width: 580px;
    height: 580px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.main-img-logo {
    width: 260px;
    position: absolute;
    left: 60px;
    bottom: 30px;
}
@media (max-width:1079px){
    .main-img-portrait {
        width: 500px;
        height: 540px;
    }
    .main-img-logo {
        width: 220px;
        left: 0;
    }
}
@media (max-width:600px){
    .main-img .wrapper {
        width: 100%;
        margin: 0;
    }
    .main-img-portrait {
        width: 100%;
        height: 466px;
    }
    .main-img-slogan {
        width: 90%;
        top: 24px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .main-img-logo {
        width: 140px;
        left: auto;
        right: 10px;
        bottom: 10px;
    }
} */
/*******************************************
    WhatsNew
*******************************************/
.info {
  padding: 80px 0 0 0;
  margin-bottom: 60px;
}

.info .info-wrapper {
  width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-template-areas: "info fb";
}

.info .info-wrapper .info-fb {
  grid-area: fb;
  padding: 0 20px;
}

.info .info-wrapper .info-container {
  grid-area: info;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.datestamp {
  text-align: right;
  font-size: 0.9rem;
  color: #999;
  margin-top: -2rem;
  margin-bottom: 1.5rem;
}

.article-date {
  text-align: right !important;
  background-color: rgba(0, 0, 0, 0);
}

.article-list {
  padding: 0px;
}

.article-list .text h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 4px 1.3rem;
  line-height: 4rem;
  border-left: 10px solid #8AcAFF;
  color: #0089D0;
  background-color: #fafafa;
}

/*.article-list .text h1:hover {
	color: #4da6ff;
}*/
.article-list .text {
  margin-left: 0px;
  padding-left: 0px;
}

.article-list .excerpt {
  font-size: 0.9em;
  color: #555;
  margin-left: 40px;
  margin-top: 5px;
  padding-bottom: 10px;
}

.article-content {
  margin-bottom: 50px;
}

.article-content p {
  font-size: 1.1rem;
  color: #313131;
  line-height: 1.7rem;
  margin-bottom: 1.3rem;
}

.article-list .wp-block-image {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.article-list .tag {
  display: flex;
  color: #0089D0;
  margin-bottom: 50px;
}
.article-list .tag li {
  padding-right: 1rem;
  font-size: 0.9rem;
}
.article-list .tag li::before {
  content: "#";
  color: #0089D0;
  font-size: 0.9rem;
}

@media screen and (max-width: 468px) {
  .article-list .text h1 {
    font-size: 1.3rem;
    line-height: 3rem;
  }
  .article-list .text {
    font-size: 1rem;
  }
}
/*******************/
/* loop-info */
/*******************/
.info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}

.lpinfo-box {
  border: 1px soid #00F;
  width: 49%;
  height: 100%;
  max-height: 330px;
  padding: 15px;
  background-color: white;
  margin-bottom: 10px;
}

.lpinfo-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.lpinfo-thumbnail img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

@media screen and (max-width: 468px) {
  .lpinfo-container {
    display: inline-block;
  }
  .lpinfo-box {
    width: 95%;
    margin: 10px;
  }
}
/*******************/
/* loop-infonew */
/*******************/
.lpinfonew-box {
  border: 1px soid #00F;
  color: #0089D0;
  width: 98%;
  /*height: 80px;
  max-height: 120px;
  padding: 15px;*/
  margin-bottom: 14px;
}

.info .info-stage {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-right: 8px;
}

.info .info-stage .lpinfo-box {
  position: relative;
  width: 32%;
  max-height: 430px;
}

.info .info-stage .lpinfo-box .lpinfo-title {
  width: 75%;
  min-height: 3rem;
}

.info .info-stage .lpinfo-box .lpinfo-thumbnail img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .info .info-stage {
    display: block;
  }
  .info .info-stage .lpinfo-box {
    width: 100%;
  }
}
.link_info {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #0089D0;
  color: #fff;
  padding: 10px 15px;
  text-align: right;
  margin-top: 8px 15px;
}

.link_info:hover {
  background-color: #bce9ff;
  color: #0089D0;
}

/*******************/
/* single-info */
/*******************/
#info-single {
  margin: 0 auto;
}
#info-single .info-ttl {
  margin-top: 80px;
  font-size: 1.8rem;
  border-bottom: 1px solid #0089D0;
}
#info-single h2 {
  font-size: 1.6rem;
  text-align: left;
  border: none;
}

@media screen and (max-width: 480px) {
  #info-single .info-ttl {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  #info-single h2 {
    font-size: 1.2rem;
  }
}
/*******************/
/*  infolist  */
/*******************/
.infolist-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.infolist-container .leftarea {
  width: 71%;
  padding: 20px;
}
.infolist-container .rightarea {
  width: 29%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: -webkit-sticky;
  position: sticky;
  right: 10px;
  top: 80px;
}

@media screen and (max-width: 480px) {
  .infolist-container {
    display: block;
  }
  .infolist-container .leftarea, .infolist-container .rightarea {
    width: 100%;
  }
}
.infolist {
  padding: 20px;
  border-bottom: 1px solid #0089D0;
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-template-rows: auto auto;
  gap: 10px;
  grid-template-areas: "left-a right" "left-b right" "left-c right";
}
.infolist .title {
  font-size: 1.2rem;
  margin: 8px 0;
  color: #0089D0;
  font-weight: 600;
}
.infolist .timerecord {
  font-size: 0.9rem;
  color: #777;
}
.infolist .thumbnail img {
  width: 180px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.infolist .tag ul {
  display: flex;
}
.infolist .tag ul li {
  padding-right: 1rem;
  font-size: 0.9rem;
}
.infolist .tag ul li::before {
  content: "#";
  font-size: 0.9rem;
}

.item-a {
  grid-area: left-a;
}

.item-b {
  grid-area: left-b;
}

.item-c {
  grid-area: left-c;
}

.item-d {
  grid-area: right;
}

@media screen and (max-width: 600px) {
  .infolist {
    padding: 0;
    grid-template-areas: "right left-a" "left-b left-c";
    grid-template-columns: 1fr;
  }
  .infolist .title {
    font-size: 1rem;
  }
  .infolist .thumbnail img {
    margin-top: 8px;
  }
  .infolist .tag ul li {
    font-size: 0.8rem;
  }
  .infolist .thumbnail img {
    height: 80px;
    width: 80px;
  }
}
/*******************/
/*  profile  */
/*******************/
.profile_img {
  width: 140px;
  height: auto;
  margin: 10px auto;
  filter: drop-shadow(10px -8px 0px #c2e9fd);
}

.profile_name {
  font-size: 1.3rem;
  text-align: center;
  margin: 15px 0 25px 0;
}
.profile_name img {
  width: 80%;
}

.profile_career {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 10px;
}

/*******************/
/*  recent  */
/*******************/
.recentlist_title {
  color: #0089D0;
  font-weight: bold;
  margin: 50px 0 20px 0;
  line-height: 3rem;
  width: 100%;
  border-top: 1px solid #0089D0;
  border-bottom: 1px solid #0089D0;
  text-align: center;
}

.recent-list {
  margin-bottom: 15px;
}

.recentlist_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  max-width: 300px;
  color: #0089d0;
  font-size: 0.9rem;
  border: 2px solid #0089D0;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  margin-top: 40px;
  background-color: #fff;
}
.recentlist_btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #0089D0;
  border-right: 3px solid #0089D0;
  transform: rotate(45deg);
  margin-left: 10px;
}
.recentlist_btn a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c2e9fd;
}
.recentlist_btn a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*******************************************
    SNS(footerと同じもの)
*******************************************/
.index-sns {
  background-color: #ffffff;
  padding: 60px 10px 100px 10px;
  text-align: center;
  margin-bottom: 60px;
}

/*******************************************
   寄付バナー
*******************************************/
.bn_request {
  height: 110px;
  width: 400px;
  margin: 0 auto;
  background-image: url(../img/kihu/bn_req.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  border: 1px solid #0089D0;
  margin-bottom: 120px;
  padding: 20px 0px;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #0089D0;
  font-weight: 600;
  text-align: center;
}
.bn_request a {
  display: inline-block;
  width: 400px;
  height: 110px;
}
.bn_request h2 span {
  font-size: 1.3rem;
}
.bn_request span {
  font-size: 1rem;
}

@media screen and (max-width: 420px) {
  .bn_request {
    width: 360px;
  }
  .bn_request a {
    width: 360px;
  }
}
/*******************************************
    Activity
*******************************************/
.news-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  font-size: 14px;
}

.news-card {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}

.news-card-img {
  width: 520px;
  height: 288px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1079px) {
  .news-card-img {
    width: 45vw;
    height: 25vw;
  }
}
@media (max-width: 600px) {
  .news-card-img {
    width: 90vw;
    height: 50vw;
  }
}
.news-card-ttl {
  margin-top: 10px;
}

.news-card-ttl.pdf::after {
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--text);
  margin-left: 4px;
}

.news-card-date {
  color: var(--blue);
  font-weight: 700;
  margin-top: 0.5em;
}

.news .btn01 {
  margin: 40px auto;
}

.report-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.report-archive-list {
  height: 320px;
  overflow-y: scroll;
}

.report-archive table th,
.report-archive table td {
  border-bottom: 1px dotted var(--blue);
  padding: 1rem 0 1rem 1rem;
  text-align: left;
}

.report-archive table th {
  width: 140px;
}

@media (max-width: 600px) {
  .report-archive table {
    font-size: 14px;
  }
  .report-archive table th {
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.report-archive table td a {
  border-bottom: 1px solid var(--text);
}

.report-archive table td::after {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.activity-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 40px;
}

.activity-container .news-card-img {
  width: 360px;
  height: 200px;
}

@media (max-width: 1079px) {
  .activity-container {
    grid-gap: 20px;
  }
  .activity-container .news-card-img {
    width: 34vw;
    height: 18.9vw;
  }
}
@media (max-width: 600px) {
  .activity-container .news-card-img {
    width: 90vw;
    height: 50vw;
  }
}
.sidebar li {
  background-color: #EDF2F5;
  border: 1px solid #F4F5F6;
  transition: 0.4s;
  position: relative;
}

.sidebar li.current,
.sidebar li:hover {
  background-color: var(--blue);
}

.sidebar li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  padding: 12px 20px;
}

.sidebar li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--blue);
}

.sidebar li.current a::after,
.sidebar li:hover a::after {
  color: #ffffff;
}

.sidebar li.current a,
.sidebar li a:hover {
  color: #ffffff;
}

/**** for WP 2025.6.17 ****/
.news-box-container figure {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-box-container p {
  font-size: 14px;
  margin-bottom: 40px;
}

/*******************************************
    Policy
*******************************************/
.policy .catchcopy h2 {
  border: none;
  font-size: 3rem;
}

.policy .catchcopy h2 span {
  color: var(--pink);
  font-size: 4rem;
}

.policy .catchcopy h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: var(--blue);
}

.policy .catchcopy h3 span {
  color: var(--darkpink);
  font-weight: 700;
  font-size: 1.5rem;
}

.policy-box {
  position: relative;
  margin-bottom: 50px;
}

.policy-box-ttl {
  color: #ffffff;
  background: linear-gradient(90deg, #0089D0, #3AA8DF);
  font-size: 3rem;
  font-weight: 700;
  padding: 10px 60px;
  width: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.policy-box2 .policy-box-ttl {
  left: auto;
  right: 0;
}

.policy-box-inner {
  padding: 32px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.policy-box2 .policy-box-inner {
  flex-direction: row-reverse;
}

.policy-box-text {
  width: 40%;
  padding-top: 100px;
  padding-left: 40px;
}

.policy-box-text p {
  font-size: 1.6rem;
}

.policy-box-text .ss2 {
  font-size: 1.4rem;
}

.policy-box-text .btn01 {
  margin-top: 100px;
}

.policy-box-text-list {
  padding: 40px 20px 0 20px;
  font-size: 1.1rem;
  font-weight: 600;
}

.policy-box-text-list li {
  margin-bottom: 40px;
  position: relative;
}

.policy-box-img {
  width: 60%;
  height: 360px;
}

.policy-box1-img {
  background-image: url(../img/policy1.png);
  background-size: cover;
}

.policy-box2-img {
  background-image: url(../img/policy2.png);
  background-size: cover;
  background-position: center;
}

.policy-box3-img {
  background-image: url(../img/policy3.png);
  background-size: cover;
  background-position: bottom;
}

.policy-top {
  text-align: center;
}

.policy-top-img {
  width: 60%;
}

.policy-footer {
  text-align: center;
  font-size: 1.3rem;
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .policy .catchcopy h3 {
    font-size: 1rem;
  }
  .policy .catchcopy h3 span {
    color: var(--darkpink);
    font-size: 1.2rem;
  }
  .policy-box {
    margin-bottom: 10px;
  }
  .policy-box-text .ss2 {
    font-size: 1.1rem;
  }
}
/*******************************************
    SNS
*******************************************/
.sns-container {
  display: flex;
  justify-content: space-evenly;
}

.post-facebook,
.post-twitter,
.post-ameblo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* height: 580px; */
}

/*-------------------------------------------
    Ameblo
--------------------------------------------*/
.ameblo_frame {
  width: 360px;
  border: none;
  overflow: hidden;
}

.ameblo_list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.ameblo_item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.ameblo_item:first-child a {
  border-top: 1px solid #CCC;
}

.ameblo_item .ameblo_date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.ameblo_item .ameblo_title {
  margin: 0;
  width: 100%;
}

.ameblo_item a:hover .ameblo_title {
  color: #00F;
}

@media screen and (max-width: 767px) {
  .ameblo_item a {
    flex-wrap: wrap;
  }
  .ameblo_item .ameblo_date {
    min-width: 100px;
  }
  .ameblo_item .ameblo_title {
    margin-top: 10px;
  }
}
/*******************************************
    Profile
*******************************************/
.profile {
  /* background-color: #EDF2F5; */
  background: linear-gradient(0deg, #e9f4f9, #F4F5F6);
  padding: 80px 0 0;
}

.profile-container {
  display: flex;
  /* flex-wrap: wrap; 
  justify-content: space-between;*/
  align-items: flex-end;
  gap: 40px;
}

.profile-logo {
  width: 280px;
  margin-bottom: 40px;
}

.profile-text p {
  margin-bottom: 10px;
}

.profile-portrait {
  width: 400px;
}

@media (max-width: 1079px) {
  .profile-portrait {
    width: 340px;
  }
}
@media (max-width: 600px) {
  .profile-container {
    flex-direction: column;
  }
  .profile-portrait {
    width: 90%;
    margin: 0 auto;
  }
}
/*ポップアップここから*/
.popup_wrap input[type=checkbox] {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  line-height: 1.4em;
  transition: 0.5s;
}

.popup_content p {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

.popup_content p a {
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
}

.popup_content input[type=button] {
  border: none;
  background-color: white;
  color: var(--blue);
  border-radius: 0;
  border-bottom: 1px solid var(--blue);
  font-size: 14px;
  font-family: "Noto Sans JP";
  padding: 10px 0 0;
  cursor: pointer;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn p {
  display: inline-block;
  cursor: pointer;
}

/*ポップアップココまで*/
/* .profile-top {
    display: flex;
}

.profile-top-img {
    width: 420px;
    margin-right: 40px;
}

.profile-box {
    width: 100%;
}
.profile-box-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
}

.profile-box-content img {
    width: 360px;
    height: auto;
} */
/*******************************************
    Greeting
*******************************************/
#greeting {
  background: linear-gradient(#F9F9F9, #DCE4E8);
  padding: 60px 0;
  margin-bottom: 0;
}

.greeting-ttl {
  border: none;
  text-align: left;
}

.greeting-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.greeting-text {
  width: 60%;
}

.greeting-sign {
  text-align: right;
  margin-top: 40px;
}

.greeting-typo {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  position: relative;
}

.greeting-typo::after {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/logo-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: -220px;
  top: -120px;
  z-index: 1;
}

.greeting-img {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 35%;
}

/*******************************************
    Gikai
*******************************************/
.gikai-top a img {
  width: 40%;
}

.gikai-container h2 {
  border: none;
  text-align: left;
}

.gikai-box {
  margin-bottom: 20px;
}

.gikai-box .box-ttl-blue {
  display: flex;
  justify-content: space-between;
}

/* .gikai-box .box-ttl-blue::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #ffffff;
} */
.btn-gikai {
  cursor: pointer;
}

.gikai-content {
  transition: ease;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
}

.gikai-content .list-num-blue ul {
  margin: 10px 0 40px;
}

.gikai-content p {
  margin-bottom: 20px;
}

.gikai-content p a img {
  width: 68px;
}

@media (max-width: 600px) {
  .gikai-content {
    padding: 20px;
  }
}
/*****************************************
    Contact
*****************************************/
.contact {
  text-align: center;
}

.contact table {
  width: auto;
  margin: 0 auto;
}

.contact table th,
.contact table td {
  padding: 10px;
}

.contact table th {
  text-align: right;
  vertical-align: middle;
}

.contact table th span {
  color: var(--pink);
}

.contact table td input,
.contact table td textarea {
  width: 300px;
  padding: 10px;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
}

.contact table td textarea {
  height: 240px;
  font-family: inherit;
}

.form-button button {
  border: none;
  font-size: 16px;
  padding: 1rem 2rem;
  border-radius: 4px;
}

.form-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.form_confirm_td p {
  width: 300px;
  padding: 0.5rem;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
}

.alertarea {
  color: rgb(226, 59, 37);
  text-align: left;
}

/*******************************************
    Request for (kihu)
*******************************************/
#request {
  padding: 0px;
}
#request .request-top {
  width: 100%;
  padding-left: 35%;
  padding-top: 100px;
  margin-bottom: 80px;
  background-image: url(../img/kihu/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
}
#request .request-ttl {
  border: none;
  font-size: 2.4rem;
}
#request .request-ttlsub {
  font-size: 1.1rem;
  color: #0089d0;
  padding-top: 15px;
}
#request p {
  line-height: 1.8rem;
}
#request .f_center {
  text-align: center;
  padding: 2rem;
}
#request .f_right {
  text-align: right;
  padding: 2rem;
}
#request .attention {
  border: 1px solid #0089D0;
  padding: 10px 20px;
  color: #0089D0;
  font-size: 1.1rem;
  font-weight: 500;
}
#request .request-list-ttl {
  position: relative;
  font-weight: bold;
  margin: 30px auto 20px;
}
#request .request-list-ttl::before {
  content: attr(data-number);
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
  color: #0089d0;
  font-size: 30px;
  border-bottom: 1px solid #0089d0;
}
#request .request-list {
  position: relative;
  margin: 20px 0 40px 2.2rem;
}
#request .request-list li {
  position: relative;
  line-height: 2rem;
}
#request .request-list li::before {
  content: ""; /* 点の内容を空に */
  background-color: #0089D0; /* 点の色 */
  position: absolute; /* 点の位置 */
  top: 11px; /* 垂直位置の調整 */
  left: -1.2rem; /* 水平位置の調整 */
  width: 6px; /* 点の幅 */
  height: 6px; /* 点の高さ */
  border-radius: 50%; /* 点を丸くする */
}
#request .request-box {
  border: 1px solid #0089D0;
  background-color: #fff;
  padding: 20px 30px;
  max-width: 480px;
  margin-left: auto;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #request .request-top {
    background-image: url(../img/kihu/bg.png);
    min-height: 400px;
  }
  #request .request-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #request .request-top {
    background-image: url(../img/kihu/bg-sp.png);
    min-height: 300px;
  }
  #request .request-ttl {
    font-size: 1.4rem;
  }
  #request .request-ttlsub {
    font-size: 0.9rem;
  }
}
/*****************************************
    Privacy, Access
*****************************************/
.privacy h3,
.access h3 {
  color: var(--blue);
  font-weight: 700;
  font-size: 1.5rem;
}

.privacy ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 10px 0;
}

.access {
  margin-bottom: 40px;
}

.link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.link a {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}

/*****************************************
    Responsive
*****************************************/
@media (max-width: 1079px) { /*-----------------------tablet*/
  main {
    padding-top: 60px;
  }
  .news-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .greeting-typo::after {
    width: 160px;
    height: 160px;
    right: -190px;
    top: -60px;
  }
  .policy-top {
    margin-bottom: 0;
  }
  .sns-container {
    flex-wrap: wrap;
  }
  .post-facebook,
.post-twitter,
.post-ameblo {
    margin: 10px auto;
  }
  .post-facebook,
.post-ameblo {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) { /*--------------------Tablet*/
  .sns-container {
    flex-direction: column;
  }
  .post-facebook,
.post-twitter,
.post-ameblo {
    margin: 0 auto;
  }
  .post-facebook,
.post-ameblo {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) { /*--------------------smartphone*/
  .news-box {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .report-container {
    grid-template-columns: 1fr;
  }
  .activity-container {
    /* grid-template-columns: 1fr; */
    display: flex;
    flex-direction: column-reverse;
  }
  .policy .catchcopy h2 {
    font-size: 1.85rem;
  }
  .policy .catchcopy h2 span {
    font-size: 1.5em;
  }
  .policy-box-ttl {
    font-size: 2rem;
    padding: 10px 30px;
  }
  .policy-box2 .policy-box-ttl {
    left: 0;
    right: auto;
  }
  .policy-box-inner {
    padding: 32px 10px 0;
    flex-direction: column-reverse;
  }
  .policy-box2 .policy-box-inner {
    flex-direction: column-reverse;
  }
  .policy-box-text,
.policy-box-img {
    width: 100%;
  }
  .policy-box-text {
    padding: 20px 0;
  }
  .policy-box-text p {
    font-size: 1.25rem;
  }
  .policy-box-text .btn01 {
    margin-top: 40px;
  }
  .policy-box-img {
    height: 192px;
  }
  /* .profile-top {
      flex-direction: column-reverse;
  }
  .profile-top-img {
      width: 80%;
      margin: 0 auto;
  }
  .profile-box-content {
      flex-direction: column;
  }
  .profile-box-content img {
      width: 100%;
  }
   */
  .greeting-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .greeting-text {
    width: 100%;
  }
  .greeting-typo::after {
    width: 30vw;
    height: 30vw;
    right: 0;
    top: unset;
  }
  .greeting-img {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: -60px;
  }
  .gikai-top a img {
    width: 80%;
  }
  .contact table th,
.contact table td {
    display: block;
    text-align: left;
  }
  .contact table th {
    padding-bottom: 0;
    font-weight: 700;
  }
  .form-button button {
    width: 80%;
  }
  .form-button input {
    padding: 1rem 2rem;
  }
}
.profile-top {
  display: grid;
  grid-template-areas: "name img" "contents img";
  grid-template-columns: 1fr 40%;
  gap: 40px;
}

@media (max-width: 600px) {
  .profile-top {
    display: grid;
    grid-template-areas: "name" "img" "contents";
    grid-template-columns: 100%;
  }
}
.profile-top__img {
  grid-area: img;
}

.profile-top__name {
  grid-area: name;
}

.profile-top__contents {
  grid-area: contents;
}

.profile-top__name .name-logo {
  width: 280px;
}

@media (max-width: 600px) {
  .profile-top__name {
    display: flex;
  }
  .profile-top__name .name-logo {
    margin: 0 auto;
  }
}
.profile-top .list-pink {
  margin-top: 80px;
}

.profile-box {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}

.profile-box.__l-img {
  flex-direction: row-reverse;
}

.profile-box__content {
  width: 100%;
  padding: 28px;
  background-color: #ffffff;
  border-radius: 10px;
}

.profile-box__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-box.__2col .profile-box__content,
.profile-box.__2col .profile-box__img {
  width: 50%;
}

.profile-box.__r-img .profile-box__content {
  border-radius: 10px 0 0 10px;
}

.profile-box.__r-img .profile-box__img img {
  border-radius: 0 10px 10px 0;
}

.profile-box.__l-img .profile-box__content {
  border-radius: 0 10px 10px 0;
}

.profile-box.__l-img .profile-box__img img {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 600px) {
  .profile-box {
    flex-direction: column;
  }
  .profile-box.__l-img {
    flex-direction: column;
  }
  .profile-box.__2col .profile-box__content,
.profile-box.__2col .profile-box__img {
    width: 100%;
    border-radius: 10px;
  }
  .profile-box__img img {
    border-radius: 10px !important;
  }
}
.profile-box__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  border-bottom: 1px solid var(--blue);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.profile-box__content .list-blue li {
  margin-bottom: 1rem;
}

.profile-box__content li span.year {
  display: block;
  color: var(--blue);
  font-family: Arial, "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
}

@media (max-width: 600px) {
  .profile-top {
    flex-direction: column;
  }
  .profile-top__img {
    width: 80%;
    margin: 0 auto;
  }
  .profile-box-content {
    flex-direction: column;
  }
  .profile-box-content img {
    width: 100%;
  }
}
.si__title {
  width: 360px;
}

.si__container {
  /* height: 680px; */
  position: relative;
}

.si__container .row {
  align-items: flex-start;
}

.si__sec {
  background-color: #ffffff;
  border-radius: 1000px;
  padding: 20px;
  aspect-ratio: 1/1;
  vertical-align: middle;
  position: relative;
}

.si__sec.__work {
  width: 274px;
  padding-top: 40px;
  margin-top: -80px;
}

.si__sec.__whaticando {
  width: 324px;
  padding-top: 60px;
  margin-left: -60px;
  margin-right: 68px;
}

.si__sec.__specialty {
  width: 236px;
  padding-top: 40px;
  z-index: 2;
  margin-top: -260px;
}

.si__sec.__favorite {
  width: 492px;
  padding-top: 80px;
  margin-top: -200px;
  margin-left: -92px;
}

.btn-to-history {
  width: 300px;
  position: absolute;
  bottom: 60px;
  right: 240px;
  transition: ease 0.4s;
}

.btn-to-history a {
  display: block;
}

.btn-to-history:hover {
  bottom: 70px;
}

.btn-to-history img:hover {
  opacity: unset;
}

.si__container::after {
  content: "";
  display: block;
  width: 328px;
  height: 430px;
  background-image: url(../img/profile/img_yamamoto_point.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  right: 0;
}

.si__sec__head {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.si__sec__head span {
  font-family: "din-2014", Arial, "Noto Sans JP", sans-serif;
  font-size: 0.85em;
  color: var(--blue);
  display: block;
}

.__specialty .si__sec__head span,
.__favorite .si__sec__head span {
  color: var(--pink);
}

.si__sec__head::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: var(--blue);
  margin: 1rem auto;
}

.__specialty .si__sec__head::after,
.__favorite .si__sec__head::after {
  background-color: var(--pink);
}

.si__sec__contents {
  text-align: center;
}

.si__sec__contents p {
  margin-bottom: 10px;
}

.si__icon {
  position: absolute;
  display: block;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.si__icon.__qa {
  width: 100px;
  height: 100px;
  background-image: url(../img/profile/icon_si_qa.svg);
  right: -50px;
  bottom: 110px;
}

.si__icon.__niku {
  width: 70px;
  height: 50px;
  background-image: url(../img/profile/icon_si_niku.svg);
  top: 140px;
  left: 80px;
}

.si__icon.__movie {
  width: 60px;
  height: 60px;
  background-image: url(../img/profile/icon_si_movie.svg);
  top: 160px;
  right: 60px;
}

.si__icon.__person {
  width: 80px;
  height: 70px;
  background-image: url(../img/profile/icon_si_person.svg);
  bottom: 160px;
  left: 60px;
}

.si__icon.__bag {
  width: 50px;
  height: 63px;
  background-image: url(../img/profile/icon_si_bag.svg);
  bottom: 120px;
  right: 80px;
}

.si__icon.__souji {
  width: 52px;
  height: 100px;
  background-image: url(../img/profile/icon_si_souji.svg);
  bottom: 20px;
  left: 50px;
}

@media (max-width: 1079px) {
  .si__container {
    max-width: 800px;
    margin: 0 auto;
  }
  .si__sec.__work {
    width: 274px;
    margin-top: 40px;
  }
  .si__sec.__whaticando {
    width: 324px;
    margin-top: 80px;
    margin-left: -60px;
    margin-right: 68px;
  }
  .si__sec.__specialty {
    width: 236px;
    margin-top: -70px;
    margin-left: 20px;
  }
  .si__sec.__favorite {
    width: 492px;
    margin-top: 0;
  }
  .btn-to-history {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
    width: 50%;
  }
  .si__container::after {
    width: min(33vw, 300px);
    height: 43vw;
    background-position: bottom;
  }
}
@media (max-width: 600px) {
  .si__title {
    width: 280px;
  }
  .si__container {
    padding: 0 10px;
  }
  .si__container .row {
    gap: 20px;
    justify-content: center !important;
  }
  .si__sec {
    font-size: 14px;
    padding: unset;
  }
  .si__sec__head::after {
    margin: 10px auto;
  }
  .si__sec.__work {
    margin: unset;
    margin-top: 20px;
    width: 200px;
    padding-top: 28px;
  }
  .si__sec.__whaticando {
    margin: unset;
    padding-top: 36px;
    width: 240px;
  }
  .si__sec.__specialty {
    margin: unset;
    margin-top: 20px;
    width: 200px;
  }
  .si__sec.__favorite {
    margin: unset;
    padding-top: 44px;
    width: 360px;
  }
  .si__sec__head {
    font-size: 18px;
  }
  .si__sec__contents p {
    margin-bottom: 0.5em;
  }
  .si__icon.__qa {
    right: -50px;
    bottom: 60px;
  }
  .si__icon.__niku {
    width: 50px;
    top: 90px;
    left: 50px;
  }
  .si__icon.__movie {
    width: 40px;
    top: 130px;
    right: 20px;
  }
  .si__icon.__person {
    width: 60px;
    bottom: 100px;
    left: 30px;
  }
  .si__icon.__bag {
    width: 40px;
    bottom: 80px;
    right: 30px;
  }
  .si__icon.__souji {
    width: 44px;
    bottom: 0;
    left: 20px;
  }
  .btn-to-history {
    width: 250px;
    margin: 0;
    bottom: -20px;
    left: -20px;
  }
  .si__container::after {
    /* width: 200px;
    height: 260px; */
    width: 53vw;
    height: 69vw;
    bottom: -100px;
    right: 0;
  }
}
/**************************************
   年表
***************************************/
#history {
  background: url(../img/profile/bg_history.png) repeat;
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

#history::before {
  content: "";
  display: block;
  width: 100%;
  height: 195px;
  background: url(../img/profile/object_history_head.svg) no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
}

@media (max-width: 1079px) {
  #history::before {
    height: 150px;
  }
}
@media (max-width: 600px) {
  #history::before {
    height: 70px;
  }
}
.history__head {
  text-align: center;
}

.history__head__title {
  width: min(100%, 790px);
}

.history__nav__container {
  padding: 1rem;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(165, 165, 165, 0.1882352941);
  position: relative;
}

.history__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em 1.75em;
}

.history__nav li a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  transition: ease 0.4s;
  position: relative;
  padding-left: 20px;
}

.history__nav li a:hover {
  color: var(--pink);
}

.history__nav li a::before {
  content: url(../img/profile/icon_arrow_blue.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.history__contents {
  margin-top: 80px;
}

.history__contents__sec__head {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--blue);
  text-shadow: 2px 4px 4px rgba(165, 165, 165, 0.1882352941);
  margin-bottom: 40px;
}

.history__contents__sec__timeline {
  border-left: 2px solid var(--blue);
  margin-left: 20px;
  padding-left: 20px;
  /* padding-top: 20px; */
}

@media (max-width: 600px) {
  .history__contents__sec__head {
    font-size: 1.75rem;
    margin-bottom: 1em;
  }
  .history__contents__sec__timeline {
    margin-left: 10px;
    padding-left: 16px;
  }
}
.timeline__event {
  margin-bottom: 80px;
}

.timeline__event__head {
  color: var(--blue);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1em;
  position: relative;
}

.timeline__event__head span {
  font-family: "din-2014", Arial, "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

.timeline__event__head::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--blue);
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: -30px;
}

@media (max-width: 600px) {
  .timeline__event__head {
    font-size: 1rem;
  }
  .timeline__event__head::before {
    left: -26px;
  }
}
.history__contents .box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1.5em;
  font-size: 14px;
  line-height: 2;
  margin: 20px 0;
}

.history__contents .box.__pink {
  border: 2px solid var(--pink);
  color: #FF436F;
  display: flex;
  flex-wrap: wrap;
}

.history__contents .box.__pink span {
  color: #FF436F;
  font-weight: 700;
  border-right: 1px solid #FF436F;
  padding-right: 1.5em;
  margin-right: 1.5em;
}

.history__contents .box.__pink span::before {
  content: url(../img/profile/icon_box_pen.svg);
  display: inline-block;
  padding-right: 4px;
}

@media (max-width: 600px) {
  .history__contents .box.__pink {
    padding: 10px 1em;
  }
  .history__contents .box.__pink span {
    border-right: unset;
    padding-right: unset;
    margin-right: 10px;
  }
}
.history__contents .box.__blue {
  border: 2px solid var(--blue);
}

.history__contents .box.__blue p::before {
  content: url(../img/profile/icon_box_indicator.svg);
  display: inline-block;
  padding-right: 4px;
}

.history__contents .box.__lightblue {
  /* background-color: #eff6f9; */
  background-color: #e9f4f9;
}

.additional-contents {
  display: flex;
  justify-content: flex-end;
}

.box.__additional-contents {
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 34, 93, 0.0862745098);
  position: relative;
}

.box.__additional-contents::before {
  content: "";
  display: block;
  width: 228px;
  height: 228px;
  border-radius: 100%;
  background-color: #F1F9FD;
  position: absolute;
  top: -60px;
  left: -60px;
}

.additional-contents__head {
  color: var(--blue);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

.additional-contents__head::before {
  display: none;
  content: url(../img/profile/icon_box_school.svg);
  display: inline-block;
  margin-right: 10px;
}

.box.__additional-contents p {
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .box.__additional-contents {
    padding: 40px 20px;
  }
  .box.__additional-contents::before {
    width: 140px;
    height: 140px;
    top: -40px;
    left: -30px;
  }
  .additional-contents__head {
    font-size: 1.125rem;
  }
}
.history__greeting {
  position: relative;
}

.history__greeting::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-image: url(../img/logo-circle.svg);
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: 0;
}

@media (max-width: 1079px) {
  .history__greeting::after {
    width: 15vw;
    height: 15vw;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .history__greeting__sp .box {
    box-shadow: 0 4px 10px rgba(0, 34, 93, 0.0862745098);
    padding: 40px 20px;
    position: relative;
  }
  .history__greeting__sp img {
    width: 40vw;
    position: absolute;
    bottom: -30vw;
    right: 0;
  }
  .row {
    gap: 20px;
  }
  .__sp__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.timeline__event img {
  border-radius: 6px;
}

.ratio--rect {
  aspect-ratio: 25/14;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==================================================
ギャラリーのためのcss
===================================*/
/* .gallery{
    columns: 3;
    margin:0;
}

.gallery li {
    margin-bottom: 20px;
    list-style:none;
}


.gallery img {
    width:100%;
    height:auto;
    vertical-align: bottom;
    aspect-ratio: 4/3;
    object-fit: cover;
}
@media only screen and (max-width: 900px) {
    .gallery{
        columns:3;
    }	
}

@media only screen and (max-width: 768px) {
    .gallery{
        columns: 2;
    }	
} */
.gallery {
  display: grid;
  grid-gap: 0.5vw;
  grid-template-areas: "grid__item__01 grid__item__02 grid__item__03 grid__item__03" "grid__item__04 grid__item__04 grid__item__03 grid__item__03" "grid__item__04 grid__item__04 grid__item__05 grid__item__06";
}

@media only screen and (max-width: 600px) {
  .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
  }
  .gallery li {
    width: calc(50% - 0.5vw);
  }
  .gallery li.w_large {
    width: 100%;
  }
}
.grid__item__01 {
  grid-area: grid__item__01;
}

.grid__item__02 {
  grid-area: grid__item__02;
}

.grid__item__03 {
  grid-area: grid__item__03;
}

.grid__item__04 {
  grid-area: grid__item__04;
}

.grid__item__05 {
  grid-area: grid__item__05;
}

.grid__item__06 {
  grid-area: grid__item__06;
}

.gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 4/3;
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

/* @media only screen and (max-width: 900px) {
    .gallery{
        columns:3;
    }	
}

@media only screen and (max-width: 768px) {
    .gallery{
        columns: 2;
    }	
} */
.my-modal-overlay {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(250, 250, 250, 0.5);
}

a.my-modal-open:hover {
  cursor: pointer;
}

.my-modal-content {
  position: fixed;
  display: none;
  z-index: 9999;
  margin: 20px;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  text-shadow: none;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.my-modal-content img {
  width: auto;
  max-height: 75vh;
}

.my-modal-content h1 {
  font-size: 120%;
  margin-bottom: 0.5em;
}

.my-modal-content p {
  max-width: 565px;
  text-align: left;
}

a.my-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #b3b3b3;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

a.my-modal-close:hover {
  cursor: pointer;
}

/* ------------------------------------ */
/*   for Mobile design                  */
/* ------------------------------------ */
@media all and (max-width: 768px) {
  .my-modal-content h3 {
    margin-top: -10px;
    margin-bottom: 0;
  }
  .my-modal-content h3 img {
    width: 70%;
  }
  .my-modal-content {
    position: fixed;
    display: none;
    z-index: 3;
    margin: 0px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #fff;
    text-shadow: none;
    width: 100%;
  }
  .my-modal-content img {
    width: 100%;
    max-height: 85vh;
  }
  .my-modal-content h1 {
    font-size: 100%;
    margin-bottom: 0.5em;
  }
  .my-modal-content p {
    max-width: 85%;
    text-align: left;
  }
  a.my-modal-close {
    top: 7px;
  }
}
/*# sourceMappingURL=style.css.map */