@charset "UTF-8";
/*
Theme Name: cloppy
*/
/*web font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Orbitron:wght@400..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.wrapper, .inner, .breadcrumb {
  zoom: 1;
}
.wrapper:after, .inner:after, .breadcrumb:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .wrapper:after, .inner:after, .breadcrumb:after {
    content: '';
    color: #fff;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media only screen and (max-width: 680px) {
  .tab-only,
  .pc-only,
  .tabpc-only {
    display: none !important;
  }

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

  .sptab-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 680.1px) {
  .sp-only,
  .sptab-only,
  .tab-only, .pc-only {
    display: none !important;
  }

  .tabpc-only {
    display: block !important;
  }
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .sp-only,
  .pc-only {
    display: none !important;
  }

  .tab-only, .tabpc-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp-only,
  .pc-only, .tab-only {
    display: none !important;
  }

  .pc-only, .tabpc-only {
    display: block !important;
  }
}
.responsiveImg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	reboot.scss
----------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role='list'], ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/*----------------------------------------
	base.scss
----------------------------------------*/
html {
  width: 100%;
  overscroll-behavior: none;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  background: #fff;
  font-family: 'Noto Sans JP',Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  background: #fff;
  color: #6D624E;
  font-feature-settings: "palt";
  text-align: left;
}

b, strong, .bold {
  font-weight: 600;
}

a,
button {
  transition: 0.1s ease-in;
  border: none;
  background: none;
  cursor: pointer;
  color: #00AEA5;
}
a img,
button img {
  transition: 0.1s ease-in;
}
a img:hover,
button img:hover {
  opacity: 0.6;
}

section, article, main, figure, picture, header, footer {
  display: block;
}

input {
  line-height: 1;
}

i {
  font-style: normal;
}

p, li, a {
  line-height: 1.6;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  text-wrap: wrap !important;
}

#cookie-notice {
  font-size: 16px !important;
}
#cookie-notice #cn-more-info {
  text-decoration: underline;
  font-size: 16px !important;
  color: #fff;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  margin: 0 0 0 16px !important;
  padding: 8px 16px !important;
  font-size: 16px !important;
}

/*----------------------------------------
	block.scss
	-- wrapper
	-- content-wrapper
	-- aside--notes
----------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin: 0;
  min-height: 100vh;
}

.inner {
  width: 100%;
  max-width: 1340px;
  padding: 64px 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .inner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 680px) {
  .inner {
    padding: 32px 16px;
  }
}

main {
  z-index: 0;
}

/*----------------------------------------
	guidelink.scss
----------------------------------------*/
.breadcrumb {
  width: 100%;
  display: block;
  padding: 16px;
  margin: 0 auto;
}
.breadcrumb li {
  display: block;
  float: left;
  list-style: none;
  font-size: 14px;
  line-height: 1.2;
}
.breadcrumb li a {
  position: relative;
  padding-right: 24px;
  line-height: 1.2;
  color: #00AEA5;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li a:before, .breadcrumb li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.breadcrumb li a:before {
  right: 1px;
  border-left: 6px solid #00AEA5;
}
.breadcrumb li a:after {
  right: 2px;
  border-left: 6px solid #fff;
}

/* 中間cta================================ */
.middle-cta {
  width: 100%;
  background: #fff;
  padding: 0 16px 40px;
}
@media (max-width: 800px) {
  .middle-cta {
    padding: 0 16px 24px;
  }
}
.middle-cta__title {
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta__title {
    font-size: 20px;
  }
}
.middle-cta__inr {
  position: relative;
  display: flex;
  max-width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
}
.middle-cta__inr .leftBox {
  width: calc(100% - 33.3%);
  padding: 56px 0 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta__inr .leftBox {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .middle-cta__inr .leftBox {
    width: 100%;
    padding: 16px;
    gap: 16px;
    background: #EFF4F6;
    border-radius: 8px;
  }
}
.middle-cta__inr .leftBox p {
  text-align: center;
}
.middle-cta__inr .leftBox .cta-btnset {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .middle-cta__inr .leftBox .cta-btnset {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.middle-cta__inr .leftBox .cta-btnset .button, .middle-cta__inr .leftBox .cta-btnset .button-secondary {
  width: 240px;
}
.middle-cta__inr .leftBox .cta-btnset .button a, .middle-cta__inr .leftBox .cta-btnset .button-secondary a {
  width: 240px;
}
.middle-cta__inr .img-wrap {
  width: 33.3%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .middle-cta__inr .img-wrap {
    width: 100%;
    display: none;
  }
}
.middle-cta__inr .img-wrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 680.1px) {
  .middle-cta__inr .img-wrap_sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .middle-cta__inr .img-wrap_sp {
    display: block;
  }
}
.middle-cta__inr::before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: calc(100% - 26px);
  border-radius: 8px;
  content: '';
  background: #EFF4F6;
  z-index: -1;
}
@media (max-width: 800px) {
  .middle-cta__inr::before {
    display: none;
  }
}

.middle-cta_slim {
  width: 100%;
  background: #fff;
  padding: 0 16px 40px;
}
@media (max-width: 800px) {
  .middle-cta_slim {
    padding: 0 16px 24px;
  }
}
.middle-cta_slim__title {
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .middle-cta_slim__title {
    font-size: 20px;
  }
}
.middle-cta_slim__inr {
  position: relative;
  display: flex;
  max-width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
}
.middle-cta_slim__inr .leftBox {
  width: calc(100% - 33.3%);
  padding: 56px 0 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta_slim__inr .leftBox {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .leftBox {
    width: 100%;
    padding: 16px;
    gap: 16px;
    background: #EFF4F6;
    border-radius: 8px;
    margin-top: 0;
  }
}
.middle-cta_slim__inr .leftBox p {
  text-align: center;
}
.middle-cta_slim__inr .leftBox .cta-btnset {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .leftBox .cta-btnset {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.middle-cta_slim__inr .leftBox .cta-btnset .button, .middle-cta_slim__inr .leftBox .cta-btnset .button-secondary {
  width: 240px;
}
.middle-cta_slim__inr .leftBox .cta-btnset .button a, .middle-cta_slim__inr .leftBox .cta-btnset .button-secondary a {
  width: 240px;
}
.middle-cta_slim__inr .img-wrap {
  width: 33.3%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .img-wrap {
    width: 100%;
    display: none;
  }
}
.middle-cta_slim__inr .img-wrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 680.1px) {
  .middle-cta_slim__inr .img-wrap_sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .middle-cta_slim__inr .img-wrap_sp {
    display: block;
  }
}
.middle-cta_slim__inr::before {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  border-radius: 8px;
  content: '';
  background: #EFF4F6;
  z-index: -1;
}
@media (max-width: 800px) {
  .middle-cta_slim__inr::before {
    display: none;
  }
}

.middle-cta_white {
  width: 100%;
}
@media (max-width: 800px) {
  .middle-cta_white {
    padding: 0 16px 24px;
  }
}
.middle-cta_white__title {
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .middle-cta_white__title {
    font-size: 20px;
  }
}
.middle-cta_white__inr {
  position: relative;
  display: flex;
  max-width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
}
.middle-cta_white__inr .leftBox {
  width: calc(100% - 33.3%);
  padding: 56px 0 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .middle-cta_white__inr .leftBox {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .middle-cta_white__inr .leftBox {
    width: 100%;
    padding: 16px;
    gap: 16px;
    background: #EFF4F6;
    border-radius: 8px;
    margin-top: 0;
  }
}
.middle-cta_white__inr .leftBox p {
  text-align: center;
}
.middle-cta_white__inr .leftBox .cta-btnset {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .middle-cta_white__inr .leftBox .cta-btnset {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.middle-cta_white__inr .leftBox .cta-btnset .button, .middle-cta_white__inr .leftBox .cta-btnset .button-secondary {
  width: 240px;
}
.middle-cta_white__inr .leftBox .cta-btnset .button a, .middle-cta_white__inr .leftBox .cta-btnset .button-secondary a {
  width: 240px;
}
.middle-cta_white__inr .img-wrap {
  width: 33.3%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .middle-cta_white__inr .img-wrap {
    width: 100%;
    display: none;
  }
}
.middle-cta_white__inr .img-wrap img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 680.1px) {
  .middle-cta_white__inr .img-wrap_sp {
    display: none;
  }
}
@media (max-width: 800px) {
  .middle-cta_white__inr .img-wrap_sp {
    display: block;
  }
}
.middle-cta_white__inr::before {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  border-radius: 8px;
  content: '';
  background: #fff;
  z-index: -1;
}
@media (max-width: 800px) {
  .middle-cta_white__inr::before {
    display: none;
  }
}

.pagination .pagination_item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.pagination .pagination_item .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #00AEA5;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .pagination .pagination_item .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.pagination .pagination_item .page-numbers.dots {
  width: 56px;
  height: 56px;
  background: none;
  color: #6D624E;
}
.pagination .pagination_item .page-numbers.dots:hover {
  color: #6D624E;
  background: none;
  border: none;
}
@media only screen and (max-width: 680px) {
  .pagination .pagination_item .page-numbers.dots {
    width: 40px;
    height: 40px;
  }
}
.pagination .pagination_item .page-numbers.current {
  color: #00AEA5;
  background: #fff;
  border: 1px solid #00AEA5;
}
.pagination .pagination_item .page-numbers:hover {
  color: #fff;
  background: #66CEC9;
  border: 1px solid #66CEC9;
}

.closed-seminar .pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.closed-seminar .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #00AEA5;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .closed-seminar .pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.closed-seminar .pagination .page-numbers.dots {
  width: 56px;
  height: 56px;
  background: none;
  color: #6D624E;
}
.closed-seminar .pagination .page-numbers.dots:hover {
  color: #6D624E;
  background: none;
  border: none;
}
@media only screen and (max-width: 680px) {
  .closed-seminar .pagination .page-numbers.dots {
    width: 40px;
    height: 40px;
  }
}
.closed-seminar .pagination .page-numbers.current {
  color: #00AEA5;
  background: #fff;
  border: 1px solid #00AEA5;
}
.closed-seminar .pagination .page-numbers:hover {
  color: #fff;
  background: #66CEC9;
  border: 1px solid #66CEC9;
}

.related-bnr {
  background: #EFF4F6;
}
.related-bnr .inner {
  max-width: 1480px;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-items: stretch;
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.related-bnr .inner .related-bnr_card {
  display: flex;
  padding-right: 16px;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .related-bnr .inner .related-bnr_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-right: 0;
  }
  .related-bnr .inner .related-bnr_card img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card {
    padding-right: 8px;
  }
}
.related-bnr .inner .related-bnr_card-text {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .related-bnr .inner .related-bnr_card-text {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card-text {
    gap: 8px;
    padding: 8px;
  }
}
.related-bnr .inner .related-bnr_card-text h2 {
  overflow: hidden;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card-text h2 {
    font-size: 20px;
  }
}
.related-bnr .inner .related-bnr_card-text p {
  font-size: 14px;
}
.related-bnr .inner .related-bnr_card .arrow {
  display: flex;
  width: 32px;
  height: 32px;
  background: #00AEA5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .related-bnr .inner .related-bnr_card .arrow {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .related-bnr .inner .related-bnr_card .arrow {
    width: 24px;
    height: 24px;
  }
}
.related-bnr a {
  width: 32.5768%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .related-bnr a {
    width: 100%;
  }
}
.related-bnr a:hover {
  opacity: 0.6;
}

.single_main #toc_container {
  border: 1px solid #66CEC9 !important;
  border-radius: 8px;
  padding: 0 !important;
  overflow: hidden;
}
.single_main #toc_container p.toc_title {
  padding: 16px 24px 8px;
  background: #BAE3F7;
  font-size: 16px !important;
  font-weight: bold;
  color: #00AEA5;
  text-align: left;
}
.single_main #toc_container p.toc_title .toc_toggle {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #66CEC9 !important;
  padding: 4px 8px;
  margin-left: 8px;
}
.single_main #toc_container p.toc_title .toc_toggle .toc_brackets {
  display: none;
}
.single_main #toc_container .toc_list {
  padding: 0 24px 8px;
}
.single_main #toc_container .toc_list li {
  margin-bottom: 16px;
}
.single_main #toc_container .toc_list li ul > li {
  margin-bottom: 8px;
}
.single_main #toc_container .toc_list li a {
  color: #1A1A1A !important;
  text-decoration: underline;
}
.single_main #toc_container .toc_list li a:hover {
  color: #66CEC9 !important;
}

/*----------------------------------------
	column.scss
	-- 02
	-- 03
	-- 04
----------------------------------------*/
.column {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 680px) {
  .column {
    display: block;
  }
}
.column img {
  vertical-align: bottom;
}

/*----------------------------------------
	helper.scss
  --color
  --text
  --font
  --margin
  --padding
----------------------------------------*/
/*	color
----------------------------------------*/
.color--gray {
  color: #EDEAE0 !important;
}

/*	text
----------------------------------------*/
.text--left {
  text-align: left !important;
}
.text--center {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
.text--indent {
  text-indent: 2 !important;
}
.text--nowrap {
  white-space: nowrap !important;
}

/*	font
----------------------------------------*/
.bold {
  font-weight: bold !important;
}

/*	margin
----------------------*/
.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 680px) {
  .mt40 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media only screen and (max-width: 680px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 680px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 680px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 680px) {
  .mb40 {
    margin-bottom: 16px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 680px) {
  .mb120 {
    margin-bottom: 60px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

/*----------------------------------------
    header
----------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 24px;
  z-index: 500;
  box-sizing: border-box;
  transition: all .6s;
}

@media only screen and (max-width: 819px) {
  #header {
    min-width: 100%;
    /* 全幅に対応 */
    padding: 16px;
    z-index: 1000;
    /* SP時は最前面に */
  }
}
#header h1 {
  display: inline-block;
  margin: 0;
  transition: all .6s;
}

#header h1 a {
  display: inline-block;
  padding: 0;
  margin: 0;
}

#header h1 img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 819px) {
  #header h1 {
    width: 140px;
  }
}
.hamburger {
  display: none;
}

@media only screen and (max-width: 819px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1100;
    /* メニューパネルより上に配置 */
  }
}
.hamburger_line {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  background-color: #00AEA5;
  transition: all .4s;
}

.hamburger_line1 {
  top: 15px;
}

.hamburger_line2 {
  top: 22px;
}

.hamburger_line3 {
  top: 29px;
}

/* MENU / CLOSE の文字設定 */
#header .menu,
#header .close {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #00AEA5;
  margin: 0;
}

#header .close {
  display: none;
  /* 初期状態は非表示 */
}

/* --- 開いた時のスタイル (nav-open) --- */
.nav-open .hamburger_line1 {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .hamburger_line2 {
  opacity: 0;
}

.nav-open .hamburger_line3 {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-open .menu {
  display: none;
}

.nav-open .close {
  display: block;
}

.global-nav {
  float: right;
}

@media only screen and (max-width: 819px) {
  .global-nav {
    position: fixed;
    right: -100%;
    /* 隠しておく */
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    background: rgba(255, 255, 255, 0.95);
    transition: all .5s;
    z-index: 1050;
    /* ヘッダーの背景より上で、ボタンより下 */
    overflow-y: auto;
  }

  .nav-open .global-nav {
    right: 0;
  }
}
.global-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .global-nav ul {
    gap: 24px;
  }
}
@media only screen and (max-width: 680px) {
  .global-nav ul {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .global-nav ul {
    width: 100%;
    float: none;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
}
.global-nav ul li {
  display: block;
  padding: 0 10px;
}
@media only screen and (max-width: 680px) {
  .global-nav ul li {
    width: 100%;
    float: none;
    border-bottom: 1px dotted #ccc;
    padding: 16px;
    margin: 0;
  }
}
.global-nav ul li a {
  display: block;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Flex", sans-serif;
  color: #6D624E;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 1024px) {
  .global-nav ul li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80px;
    background: #66CEC9;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 40px);
    transform: scale(0, 1);
    transition: .3s;
  }
}
.global-nav ul li a:hover {
  color: #ff1787;
}
@media print, screen and (min-width: 1024px) {
  .global-nav ul li a:hover::after {
    transform: scale(1, 1);
  }
}
@media print, screen and (min-width: 1024px) {
  .global-nav ul li a.current::before {
    content: '';
    display: block;
    height: 1px;
    width: 80px;
    background: #66CEC9;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 40px);
  }
}
@media only screen and (max-width: 680px) {
  .global-nav ul li.contact {
    border: none;
  }
  .global-nav ul li.contact a {
    text-align: center;
  }
}
.global-nav ul li.contact a {
  background: #00AEA5;
  color: #fff;
  padding: 8px 32px;
  border-radius: 100vh;
}
.global-nav ul li.contact a span {
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .global-nav ul li.contact a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80px;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 40px);
    transform: scale(0, 1);
    transition: .3s;
  }
}
.global-nav ul li.contact a:hover {
  background: #66CEC9;
}

.global-nav ul li a span {
  display: block;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #00AEA5;
}

@media only screen and (max-width: 819px) {
  .global-nav ul li a {
    text-align: left;
    /* SPでは左寄せが見やすい */
  }
}
#header.fixed {
  background: rgba(255, 255, 255, 0.9);
}

.nav-open {
  overflow: hidden;
}

/*----------------------------------------
	footer.scss
  -- footer
----------------------------------------*/
/* CTA SECTION STYLES*/
.footercta-section {
  background: #F9F7F4 url("../img/common/contact.webp;") no-repeat top 40% left 50%/490px auto;
  margin-top: auto;
  padding: 0;
}
@media only screen and (max-width: 680px) {
  .footercta-section {
    padding: 32px 0 16px;
    background: #F9F7F4 url("../img/common/contact_sp.webp;") no-repeat top 7% center/100% auto;
  }
}
.footercta-section .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .footercta-section .inner .description {
    margin-top: 8px;
  }
}
.footercta-section .inner .button {
  margin-top: 16px;
}

/* ============================================
   FOOTER STYLES
   ============================================ */
.footer {
  color: #fff;
  margin-top: auto;
  font-family: "Roboto Flex", sans-serif;
}
.footer-iner {
  display: flex;
  padding: 40px;
  justify-content: space-between;
  background: #00AEA5;
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 1023.9px) {
  .footer-iner {
    padding: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .footer-iner {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
}
.footer-iner__left {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
@media only screen and (max-width: 680px) {
  .footer-iner__left {
    width: 100%;
  }
}
.footer-iner__left .logo {
  width: 160px;
}
.footer-iner__left .logo img {
  width: 100%;
  height: auto;
}
.footer-iner__right {
  display: inline-block;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .footer-iner__right {
    padding-left: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .footer-iner__right {
    padding: 24px 0 0 0;
  }
}
.footer-iner__right ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 32px;
}
@media only screen and (max-width: 1023.9px) {
  .footer-iner__right ul {
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer-iner__right ul li {
  font-size: 18px;
}
.footer-iner a {
  color: #fff;
}
.footer-iner a:hover {
  color: #66CEC9;
}
.footer .copywrap {
  display: block;
  padding: 16px 0 0 0;
  color: #6D624E;
  text-align: right;
}
@media only screen and (max-width: 680px) {
  .footer .copywrap {
    padding: 24px 0 0 0;
    text-align: left;
  }
}

/*----------------------------------------
	button.scss
  --blue
  --input
----------------------------------------*/
.button {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.button a {
  width: 100%;
  display: block;
  position: relative;
  background: #00AEA5;
  padding: 16px 40px 16px 24px;
  border-radius: 9999px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1023.9px) {
  .button a {
    padding: 10px 16px 10px 8px;
  }
}
.button a:hover {
  background: #66CEC9;
}
.button a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

.button-secondary {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.button-secondary a {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  padding: 16px 40px 16px 24px;
  border-radius: 9999px;
  color: #00AEA5;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1023.9px) {
  .button-secondary a {
    padding: 10px 16px 10px 8px;
  }
}
.button-secondary a:hover {
  background: #66CEC9;
  color: #fff;
}
.button-secondary a:hover:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.button-secondary a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00AEA5;
  border-right: solid 2px #00AEA5;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

.button-glay {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.button-glay a {
  width: 100%;
  display: block;
  position: relative;
  background: #F5F5F5;
  padding: 16px 40px 16px 24px;
  border-radius: 9999px;
  color: #00AEA5;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1023.9px) {
  .button-glay a {
    padding: 10px 16px 10px 8px;
  }
}
.button-glay a:hover {
  background: #66CEC9;
  color: #fff !important;
  text-decoration: none !important;
}
.button-glay a:hover:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.button-glay a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00AEA5;
  border-right: solid 2px #00AEA5;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}

/*----------------------------------------
	head.scss
  --section  head__title

----------------------------------------*/
.hero {
  width: 100%;
  flex-direction: column;
  background: #66CEC9 url("../img/common/bg_fv.webp") no-repeat center center/cover;
  padding: 40px 16px;
  margin: 79px auto 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 680px) {
  .hero {
    margin: 68px auto 0;
    padding: 16px 16px;
  }
}
.hero .page-title {
  font-size: clamp(30px, 4.8vw, 48px);
  font-family: "Roboto Flex", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
}
.hero .page-title-jp {
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
}

.sec__heading {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.4;
  font-family: "Roboto Flex", sans-serif;
}

.sec__headingSub {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

/*----------------------------------------
	post.scss
----------------------------------------*/
.single .post__body .post__title {
  width: 100%;
  font-size: clamp(30px, 3.2vw, 32px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  clear: both;
  text-wrap: wrap !important;
}
@media only screen and (max-width: 680px) {
  .single .post__body .post__title {
    width: 100%;
  }
}
.single .post__body h1.wp-block-heading, .single .post__body h2.wp-block-heading {
  width: 100%;
  padding-bottom: 4px;
  line-height: 1.4;
  text-wrap: wrap !important;
}
.single .post__body .wp-block-heading {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 680px) {
  .single .post__body .wp-block-heading {
    margin-bottom: 16px;
  }
}
.single .post__body .wp-block-heading #h1 {
  font-size: clamp(32px, 3.4vw, 34px);
}
.single .post__body .wp-block-heading #h2 {
  font-size: clamp(28px, 3vw, 30px);
}
.single .post__body .wp-block-heading #h3 {
  font-size: clamp(20px, 2.4vw, 24px);
}
.single .post__body .wp-block-heading #h4 {
  font-size: clamp(18px, 2vw, 20px);
}
.single .post__body h2.wp-block-heading {
  display: inline-block;
  position: relative;
  padding-left: 48px;
  color: #00AEA5;
  font-size: clamp(24px, 3vw, 30px);
  text-wrap: wrap !important;
}
.single .post__body h2.wp-block-heading:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #66CEC9;
}
.single .post__body h3.wp-block-heading {
  padding: 12px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: clamp(20px, 2.4vw, 24px);
  text-wrap: wrap !important;
}
.single .post__body h5.wp-block-heading {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-wrap: wrap !important;
}
.single .post__body h6.wp-block-heading {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-wrap: wrap !important;
}
.single .post__body a {
  color: #6D624E;
  text-decoration: underline;
}
.single .post__body a:hover {
  color: #66CEC9;
}
.single .post__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.single .post__body .alignright {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px;
}
.single .post__body .alignleft {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}
.single .post__body .wp-caption-text {
  margin-top: 0;
}
.single .post__body p {
  margin: 0 0 24px;
}
@media only screen and (max-width: 1023.9px) {
  .single .post__body p {
    margin: 0 0 16px;
  }
}
.single .post__body blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.single .post__body ul, .single .post__body ol {
  margin-top: 16px;
  margin-bottom: 16px;
}
.single .post__body ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.single .post__body ul li ul {
  margin-top: 8px;
  margin-bottom: 16px;
}
.single .post__body ul li ul li {
  list-style-type: circle;
}
.single .post__body ul li ul li ul {
  margin-top: 8px;
  margin-bottom: 16px;
}
.single .post__body ul li ul li ul li {
  list-style-type: square;
}
.single .post__body ol {
  list-style-type: decimal;
}
.single .post__body ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
.single .post__body ol li ul, .single .post__body ol li ol {
  margin-top: 8px;
  margin-bottom: 16px;
}
.single .post__body ol li ul li, .single .post__body ol li ol li {
  list-style-type: circle;
}
.single .post__body ol li ul li ul, .single .post__body ol li ul li ol, .single .post__body ol li ol li ul, .single .post__body ol li ol li ol {
  margin-top: 8px;
  margin-bottom: 16px;
}
.single .post__body ol li ul li ul li, .single .post__body ol li ul li ol li, .single .post__body ol li ol li ul li, .single .post__body ol li ol li ol li {
  list-style-type: square;
}
.single .post__body .wp-block-image, .single .post__body .wp-block-audio, .single .post__body .wp-block-file {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023.9px) {
  .single .post__body .wp-block-image, .single .post__body .wp-block-audio, .single .post__body .wp-block-file {
    margin: 8px 0;
  }
}
.single .post__body .wp-block-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 16px 0;
  text-align: center;
}
@media only screen and (max-width: 1023.9px) {
  .single .post__body .wp-block-image {
    margin: 8px 0;
  }
}
.single .post__body .wp-block-image img {
  width: 100%;
  max-width: none;
  height: auto;
}
.single .post__body .wp-element-caption {
  color: #F9F7F4;
}
.single .post__body .size-medium img {
  max-width: 615px;
}
@media only screen and (max-width: 1023.9px) {
  .single .post__body .size-medium img {
    width: 100%;
  }
}
.single .post__body .size-thumbnail img {
  max-width: 410px;
}
@media only screen and (max-width: 680px) {
  .single .post__body .size-thumbnail img {
    width: 100%;
  }
}
.single .post__body .wp-block-button__link {
  background-color: #00AEA5;
  color: #fff;
  text-decoration: none;
}
.single .post__body .wp-block-video {
  margin: 16px auto;
}
.single .post__body .wp-block-table {
  margin: 24px auto;
}
.single .post__body .wp-block-table td, .single .post__body .wp-block-table th {
  min-width: 180px;
  border-color: #6D624E;
  padding: 10px 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 680px) {
  .single .post__body .wp-block-table td, .single .post__body .wp-block-table th {
    min-width: 80px;
  }
}
.single .post__body .wp-block-table thead {
  border-color: #6D624E;
}
.single .post__body a {
  text-decoration: underline;
  color: #00AEA5;
}
.single .post__body a:hover {
  color: #66CEC9;
}

main {
  background: #fff;
}

.news_section .sec__heading {
  text-align: center;
}
.news_section .info-list {
  width: 100%;
  max-width: 980px;
  padding-top: 24px;
  border-top: 1px dashed #6D624E;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.news_section .info-list__item {
  margin-bottom: 0;
}
.news_section .info-list__item a {
  display: flex;
  flex-direction: column;
  padding: 22px 0;
  text-decoration: none;
  border-bottom: 1px dashed #6D624E;
  color: #6D624E;
  gap: 2px;
}
.news_section .info-list__item a:hover {
  background: #E2F8F6;
}
@media only screen and (max-width: 680px) {
  .news_section .info-list__item a {
    display: block;
  }
}
.news_section .info-list__item a:hover {
  color: #00AEA5;
  cursor: pointer;
}
.news_section .info-list__date {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.news_section .info-list .label-category {
  min-width: 114px;
  display: inline-block;
  background: #CCC;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #00AEA5;
  line-height: 2;
}
.news_section .info-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}

.single .post__body {
  width: 100%;
  max-width: 980px;
  padding: 40px 0 80px;
  margin: 0 auto;
}
@media only screen and (min-width: 680.1px) and (max-width: 1023.9px) {
  .single .post__body {
    padding: 40px 16px;
  }
}
@media only screen and (max-width: 680px) {
  .single .post__body {
    width: 100%;
    padding: 40px 16px;
  }
}
.single .news_thumbnail {
  width: 100%;
  border: 1px solid #EDEAE0;
  margin-bottom: 24px;
}
.single .news_thumbnail img {
  width: 100%;
  height: auto;
}
.single .time_and_category {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.single .post-pager {
  margin-top: 40px;
}
@media only screen and (max-width: 1023.9px) {
  .single .post-pager {
    margin-top: 24px;
  }
}
.single .post-pager__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.single .post-pager__list .post-pager__item {
  flex: 0 0 50%;
  margin: 8px 0;
}
.single .post-pager__list .post-pager__item a {
  display: block;
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
  color: #6D624E;
}
.single .post-pager__list .post-pager__item a:hover {
  text-decoration: none;
  background-color: #E2F8F6;
}
.single .post-pager__list .post-pager__item:not(:last-child) {
  border-right: 1px solid #ccc;
}
.single .post-pager__list .post-pager__item--next {
  text-align: right;
}
.single .post-pager__list .post-pager__item--next a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00AEA5;
  border-right: solid 2px #00AEA5;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.single .post-pager__list .post-pager__item--prev a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #00AEA5;
  border-right: solid 2px #00AEA5;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.single .page__contents .post__body p.button-glay {
  max-width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
.single .page__contents .post__body p.button-glay a {
  width: 220px;
  display: inline-block;
  padding: 10px 24px;
  margin: 0 auto;
  text-decoration: none;
}
.single .wp-block-group__inner-container {
  padding: 16px;
}
.single .wp-block-group__inner-container h3.wp-block-heading {
  padding: 0;
  border: none;
  font-size: clamp(20px, 2.4vw, 24px);
  text-wrap: wrap !important;
  margin: 0 0 16px 0;
}
.single .wp-block-group__inner-container p {
  margin-bottom: 0;
}

.page__contents {
  padding-bottom: 16px;
}
