@charset "UTF-8";
/*------------------------- mixin ----------------------------*/
/*-----------------------------------------------------*/
html {
  position: relative;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 50%;
}

*,
::after,
::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

summary {
  display: block;
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  font-feature-settings: "pwid";
  -moz-font-feature-settings: "liga", "kern";
  font-synthesis: weight style;
  background: #ffffff;
  color: #455a64;
  overflow-x: hidden;
}
body[data-browser=safari] {
  font-feature-settings: "pkna";
}

#eye-catch {
  width: 100%;
  position: relative;
}
#eye-catch::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/pansanpo/chikugo-pansanpo.svg);
  background-size: initial;
  background-position: center;
  max-width: 900px;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#eye-catch::after {
  content: "";
  position: absolute;
  z-index: 6;
  width: 101%;
  height: 100%;
  bottom: -1px;
  background-image: url(../images/pansanpo/front.svg);
  background-position: bottom;
  background-size: contain;
}

#sp-eye-catch {
  display: none;
}

section.introdaction {
  margin: 100px 0;
  position: relative;
}
section.introdaction::before {
  content: "";
  position: absolute;
  background-image: url(../images/pansanpo/bread1.png);
  background-size: contain;
  width: 25vw;
  aspect-ratio: 657/581;
  left: -39px;
  top: 0;
}
section.introdaction::after {
  content: "";
  position: absolute;
  background-image: url(../images/pansanpo/bread2.png);
  background-size: contain;
  width: 18vw;
  aspect-ratio: 804/651;
  right: 0;
  bottom: -60px;
}
section.introdaction .inrto_inner {
  width: 90%;
  margin: auto;
  max-width: 700px;
}
section.introdaction h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #996500;
  text-align: center;
}
section.introdaction p {
  width: calc(100% - 0.5em);
  padding-top: 1.2em;
  margin: 0 auto;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  color: #996500;
  font-weight: 500;
  line-height: 2;
}

.photopan {
  background: #feeed1;
  padding: 100px 0;
  margin: 150px 0;
}
.photopan .pp_inner {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photopan .pp_inner .pp_text {
  width: 20%;
  max-height: 600px;
  writing-mode: vertical-rl;
  padding-bottom: 180px;
  position: relative;
  margin-bottom: 1px;
}
.photopan .pp_inner .pp_text::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/pansanpo/pp-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  aspect-ratio: 150/118;
  bottom: 0;
}
.photopan .pp_inner .pp_text h2 {
  font-size: 2.6em;
  color: #000;
  line-height: 1.1em;
  margin-left: 1em;
}
.photopan .pp_inner .pp_text p {
  color: #000;
}
.photopan .pp_inner .ppslider-wrapper {
  width: 75%;
  overflow: visible;
}
.photopan .pp_inner .ppslider {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  overflow: visible;
  position: relative;
}
.photopan .pp_inner .ppslider .slick-list {
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
}
.photopan .pp_inner .ppslider .ppslider-item {
  width: 700px;
  overflow: hidden;
  opacity: 1;
  aspect-ratio: initial;
}
.photopan .pp_inner .ppslider .ppslider-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 350/233;
}
.photopan .pp_inner .ppslider .ppslider-item .ppslider-textarea {
  background: #fdf6e5;
  padding: 2.5rem 1.5rem;
}
.photopan .pp_inner .ppslider .ppslider-item .ppslider-textarea p {
  color: #000;
  font-size: 1.3em;
}
.photopan .pp_inner .ppslider .ppslider-item .ppslider-textarea a {
  color: #996500;
  display: block;
  text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}
.photopan .pp_inner .ppslider .ppslider-item .ppslider-textarea a::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background: #996500;
  margin-right: 1em;
  border-radius: 100vh;
}
.photopan .pp_inner .ppslider .ppslider-item .ppslider-textarea a.cs_link {
  color: #dfdfdf;
}
.photopan .pp_inner .ppslider .ppslider-item .ppslider-textarea a.cs_link:before {
  background: #dfdfdf;
}
.photopan .pp_inner .ppslider .ppslide-arrow {
  position: absolute;
  top: 50%;
}
.photopan .pp_inner .ppslider .ppslide-arrow.prev, .photopan .pp_inner .ppslider .ppslide-arrow.next {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  background-image: url(../images/pansanpo/ppslide-arrow.png);
}
.photopan .pp_inner .ppslider .ppslide-arrow.prev {
  transform: rotate(180deg);
  left: -25px;
  z-index: 2;
}
.photopan .pp_inner .ppslider .ppslide-arrow.next {
  right: -25px;
}

section.map {
  margin: 100px 0;
  position: relative;
}
section.map .map_inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section.map figure.map_chikugomap {
  width: 50%;
  max-width: 550px;
}
section.map .map_text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
section.map .map_text span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 2rem;
  color: #996500;
  font-size: 3rem;
}
section.map .map_text h2 img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
  height: auto;
  margin-bottom: 3rem;
}
section.map .map_text p {
  width: 100%;
  max-width: 450px;
  color: #996500;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.4rem, 2.5vw, 2.3rem);
}
section.map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background-image: url(../images/pansanpo/dot2.png);
  background-size: contain;
}

.posts {
  margin: 100px 0;
  position: relative;
}
.posts .posts_inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.posts h2 {
  font-size: 0;
  margin: 0;
}
.posts .posts-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.posts .posts-box .post {
  display: flex;
  flex-direction: column;
  width: calc(20% - 2.5rem);
  margin-bottom: 4rem;
}
.posts .posts-box .post .post-eyecatch {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.posts .posts-box .post .post-eyecatch img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts .posts-box .post p {
  font-size: 0.9em;
  text-align: center;
  padding: 0.3em 0;
}
.posts .posts-box .post h4 {
  color: #996500;
  font-size: 1.5em;
  text-align: center;
}
.posts .posts-box .published:focus .post-eyecatch img, .posts .posts-box .published:hover .post-eyecatch img {
  scale: 1.2;
}
.posts::before {
  content: "";
  position: absolute;
  bottom: -130px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-image: url(../images/pansanpo/dot2.png);
  background-size: contain;
}

.border-eyecatch {
  margin: 100px 0;
}
.border-eyecatch img {
  width: 100%;
}

section.column {
  padding: 70px 0;
}
section.column .column_inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
section.column .column_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 8rem;
}
section.column .column_title h2 {
  width: 45%;
  max-width: 550px;
}
section.column .column_title h2 span {
  display: block;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 2rem;
  color: #996500;
  font-size: 3rem;
}
section.column .column_title h2 img {
  width: 100%;
  height: auto;
}
section.column .column_title p {
  width: 100%;
  max-width: 450px;
  color: #996500;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.4rem, 2.5vw, 2.3rem);
}
section.column .column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 75px;
}

.column_box article {
  max-width: 450px;
  width: 45%;
}
.column_box article a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.column_box article a figure {
  width: 100%;
}
.column_box article a figure img {
  width: 100%;
}
.column_box article p {
  width: 100%;
  max-width: 450px;
  color: #996500;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.4rem, 2.5vw, 2.3rem);
  margin-top: 2em;
}
.column_box article p.readmore {
  display: block;
  text-align: right;
  margin-top: 1rem;
  color: #996500;
  position: relative;
  font-size: 0.9em;
  padding-right: 4em;
}
.column_box article p.readmore::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/pansanpo/readmore.png);
  background-size: contain;
}

.column_box {
  position: relative;
}
.column_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  height: 45%;
  aspect-ratio: 495/769;
  background-image: url(../images/pansanpo/wheatR.png);
  background-size: contain;
}
.column_box:after {
  content: "";
  position: absolute;
  right: 39px;
  bottom: 32%;
  height: 40%;
  aspect-ratio: 435/676;
  background-image: url(../images/pansanpo/wheatL.png);
  background-size: contain;
}

section.modelcourse {
  padding: 0;
  margin: 0;
  background-color: #FFF9E4;
}
section.modelcourse .modelcourse_inner {
  padding: 100px 0 70px;
  max-width: 1500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.modelcourse h2 {
  width: 90%;
  max-width: 1129px;
}
section.modelcourse h2 img {
  width: 100%;
  height: auto;
}
section.modelcourse p {
  width: 100%;
  max-width: 750px;
  color: #996500;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.4rem, 2.5vw, 2.3rem);
  margin-top: 2em;
}

.model-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.model-post article {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 100px;
  padding: 100px 2rem 50px;
  border: solid 1px #996500;
  border-radius: 30px;
  color: #996500;
  background-color: #fff;
}
.model-post article img.course-no {
  width: 214px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.model-post article span {
  font-size: 0.9em;
}
.model-post article h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.model-post article figure {
  width: 90%;
  max-width: 350px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.model-post article figure img {
  width: 100%;
  height: auto;
  display: block;
}
.model-post article p {
  width: 100%;
  max-width: 750px;
  color: #996500;
  font-weight: 500;
  line-height: 2;
  font-size: clamp(1.8rem, 1vw, 2rem);
  margin-top: 2em;
  margin-bottom: 3rem;
}
.model-post article a.course-more {
  position: absolute;
  bottom: 3em;
  right: 2rem;
  border: solid 1px;
  border-radius: 100vh;
  padding: 5px 5rem 5px 2rem;
  font-size: 0.8em;
  font-weight: 500;
  border-color: #996500;
  color: #996500;
}
.model-post article a.course-more::before {
  content: "";
  position: absolute;
  height: 22px;
  aspect-ratio: 1/1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/pansanpo/readmore.png);
  background-size: contain;
  transition: 0.3s;
}
.model-post article a.course-more:hover:before {
  right: 5px;
}
.model-post article {
  position: relative;
}
.model-post article:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  aspect-ratio: 979/807;
  background-image: url(../images/pansanpo/courseC.png);
  background-size: contain;
}
.model-post article:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  aspect-ratio: 979/807;
  background-image: url(../images/pansanpo/courseB2.png);
  background-size: contain;
}
.model-post article:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  aspect-ratio: 979/807;
  background-image: url(../images/pansanpo/courseA2.png);
  background-size: contain;
}

/*******************************************************************/
/************************ single page ******************************/
/*******************************************************************/
article.pansanpo-post-single img {
  max-width: 100%;
  height: auto;
}

article.pansanpo-post-single {
  width: 100%;
}

article.pansanpo-post-single.list {
  position: relative;
}
article.pansanpo-post-single.list:before {
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
  width: 100vw;
  height: 30vh;
  background: url(../images/pansanpo/page-hd-bg.jpg) no-repeat top center;
}

#pansanpo-header-wrap {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: -100%;
  box-shadow: 0px 1px 6px #dfdfdf;
  margin-bottom: 10px;
  z-index: 9999;
  transition: all 1.5s ease;
}
#pansanpo-header-wrap.is_show {
  top: 0;
}

#pansanpo-header {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#pansanpo-header figure {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#pansanpo-header figure img {
  width: 100%;
  height: auto;
}

#main {
  padding-top: 80px;
}

.single-eye-catch {
  width: 100%;
}
.single-eye-catch figure {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.single-eye-catch figure img {
  width: 100%;
  height: auto;
}

article.pansanpo-post-single h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  text-align: center;
  margin: 1em 0;
}
article.pansanpo-post-single p {
  font-weight: 500;
  margin-bottom: 0.5em;
}
article.pansanpo-post-single figcaption {
  margin: 0.5em 0 1em;
  color: #996500;
  font-weight: 500;
}

article.pansanpo-post-single.list h1 {
  color: #996500;
  font-size: clamp(2rem, 4vw, 5rem);
  font-weight: 700;
  text-align: center;
  margin: 2.2em 0 3.2em;
}
article.pansanpo-post-single.list .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.pansanpo-post-single.list .list-box > .list-item {
  width: min(100%, 450px);
}
article.pansanpo-post-single.list .list-box > .list-item > figure {
  overflow: hidden;
  border-radius: 15px;
}
article.pansanpo-post-single.list .list-box > .list-item > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 225/149;
  transition: 0.3s;
}
article.pansanpo-post-single.list .list-box > .list-item > figure img:hover {
  scale: 1.2;
}
article.pansanpo-post-single.list .list-box > .list-item > .title {
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
}
article.pansanpo-post-single.list .list-box > .list-item > .readmore {
  display: flex;
  justify-content: flex-end;
}
article.pansanpo-post-single.list .list-box > .list-item > .readmore a {
  position: relative;
  padding: 5px 5rem 5px 2rem;
  font-weight: 500;
  border-color: #996500;
  color: #996500;
}
article.pansanpo-post-single.list .list-box > .list-item > .readmore a::before {
  content: "";
  position: absolute;
  height: 22px;
  aspect-ratio: 1/1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/pansanpo/readmore.png);
  background-size: contain;
  transition: 0.3s;
}
article.pansanpo-post-single.list .list-box > .list-item > .readmore a:hover:before, article.pansanpo-post-single.list .list-box > .list-item > .readmore a:focus:before {
  right: 5px;
}

.data-box p.data-box-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-align: center;
  position: relative;
  padding-bottom: 0.2em;
}
.data-box p.data-box-heading:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  background-color: #455a64;
  bottom: 0;
  right: 50%;
  transform: translate(50%);
}

.blog-column-2 {
  align-items: baseline;
}

.aligncenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
  display: block;
  margin: auto;
}

.posts_in_page {
  background-color: #FFF9E4;
  padding: 100px 0;
}
.posts_in_page h3 {
  width: 100%;
  margin-bottom: 2em;
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;
  color: #000;
}

.back_home {
  margin: 100px 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.back_home a {
  display: block;
  width: 200px;
  border-radius: 10px;
  border: solid 1px #000;
  padding: 0.3em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #455a64;
}

.emospo-archive .emo-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  padding: 100px 0 70px;
  max-width: 1500px;
  margin: auto;
}

.emo-txt {
  max-width: 380px;
}
.emo-txt > h4 {
  font-size: clamp(1em, 2vw, 1.5em);
}

@media screen and (max-width: 769px) {
  .emo-bnr {
    width: 100%;
  }
}/*# sourceMappingURL=pansanpo.css.map */