@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Scss Document */
/* common
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #414647;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

a {
  /* color: #6E9BBC; */
  color: #000000;
  font-family: "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

.unit p a {
  color: #707070;
  text-decoration: underline;
}

::selection {
  background-color: #6e9bbc;
  color: #fff;
}

@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }

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

  .sp-only {
    display: block !important;
  }
}
.top .wrap {
  position: relative;
}
.top img {
  width: 100%;
}
.top__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
}

.inner {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.inner .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
}

@media screen and (max-width: 767px) {
  .inner .top {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top__logo {
    transform: translate(-50%, -115%);
    width: 314px;
  }
}

.title-block {
  padding: 40px 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .title-block {
    padding: 34px 36px 30px;
  }
}

.title-block h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  line-height: 36px;
  letter-spacing: -.03em;
}

@media screen and (max-width: 768px) {
  .title-block h1 {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 1.5;
    text-align: center;
  }
}

.title-block span {
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 36px;
  margin: 20px 0 10px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .title-block span {
    line-height: 38px;
    margin: 6px 0 2px;
  }
}

.title-block p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.profile-block {
  padding: 80px 0 192px;
  background-color: #f4e9d9;
}

/* .profile-block .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 43px;
      } */

.profile-block .inner {
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .profile-block .inner {
    flex-direction: column;
    gap: 30px;
    /* padding: 0 22px; */
  }
}

/* .profile-block .inner {
        display: grid;
        grid-template-columns: 1fr 2fr;
        column-gap: 43px;
      } */

.profile-block .inner .img-wrapper img {
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .profile-block .inner .img-wrapper img {
    max-width: 220px;
  }
}

.profile-block .inner .text-wrapper {
  max-width: 517px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .profile-block .inner .text-wrapper {
    gap: 8px;
    max-width: 100%;
  }
}

.profile-block .inner .text-wrapper span {
  font-family: "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #bf6c2f;
}

@media screen and (max-width: 768px) {
  .profile-block .inner .text-wrapper span {
    display: block;
    text-align: center;
  }
}

.profile-block .inner .text-wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.profile-block .inner .bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .profile-block .inner .bottom span {
    text-align: center;
  }
}

.profile-block .inner span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.profile-block .inner p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Noto Sans JP", sans-serif;
}

/* .top__text {
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
  color: #1A60AD;
  top: 56%;
  left: 50%;
  transform: translate(-50%, 100%);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  @media screen and (max-width: 767px) {
    .top__text {
      font-size: 20px;
      font-size: 2rem;
      transform: translate(-50%, 19%);
      text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -1px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF; } } */

.top__text span {
  padding: 2px 18px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 20px;
  font-family: "Noto Serif", serif;
  line-height: 27px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .top__text span {
    padding: 2px 14px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Noto Serif", serif;
  }
}

.g-fish {
  position: relative;
}

.g-fish .inner {
  gap: 0;
}

/* .g-fish--title {
          margin-top: 168px;
        } */

.g-fish--dish {
  position: absolute;
  width: 170px;
  height: 200px;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}

.g-fish--dish img {
  max-width: 100%;
  display: block;
  vertical-align: top;
}

.article .inner {
  /* width: 800px; */
  padding: 168px 25px 189px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .article .inner {
    padding: 150px 25px 100px;
  }
}
.article__title {
  color: #bf6c2f;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  /* margin-top: 12%; */
  margin-top: 100px;
  font-family: "YuGothic", sans-serif;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .article__title {
    text-align: center;
    line-height: 1.5em;
    /* margin-top: 16%; */
    margin-top: 100px;
    font-size: 18px;
    /* font-size: 17px; */
  }
}

.article__title:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .article__title:first-of-type {
    margin-top: 0;
    /* margin-left: -1em;
    margin-right: -1em; */
  }
}

.article .txt__title {
  position: relative;
  color: #4586b5;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.8em;
  text-indent: 4em;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .article .txt__title {
    /* text-indent: 3em; */
    text-indent: 4em;
    margin-bottom: 24px;
  }
}
.article .txt__title::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  border-top: 2px solid #6e9bbc;
  width: 53px;
}
@media screen and (max-width: 767px) {
  .article .txt__title::before {
    width: 56px;
  }
}
.article .txt__first {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2em;
}

.article .txt__first span {
  font-family: "Noto Sans JP", sans-serif;
  color: #bf6c2f;
  font-weight: 600;
}

.article .unit {
  /* margin-top: 12%; */
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article .unit {
    /* margin-top: 15%; */
    /* margin-top: 100px; */
    /* margin-top: 50px; */
    margin-top: 40px;
  }
}
.article .unit:first-of-type {
  margin-top: 5%;
}
.article .unit .title {
  font-family:
    "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  color: #6e9bbc;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  letter-spacing: 0.02em;
  margin-top: 4%;
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .article .unit .title {
    line-height: 1.8em;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.article .unit .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.article .unit .text.adjust {
  margin-bottom: 4.5%;
}
@media screen and (max-width: 767px) {
  .article .unit .text.adjust {
    margin-bottom: 6%;
  }
}
.article .unit .img {
  margin: 5% 0;
}
.article .unit .marker {
  background: linear-gradient(transparent 95%, #6e9bbc 0%);
  display: inline;
  padding-bottom: 6px;
}
.article .unit:first-of-type.unit_02 {
  margin-top: 13%;
}

.article__ico img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .article__ico {
    /* width: 120px;
    height: 120px; */
    margin: 0 auto;
  }
}

.article__ico .img-wrapper {
  margin: 30px auto 0;
}

.img-wrapper img {
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
  display: block;
}

.img-wrapper figcaption {
  padding-top: 10px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .img-wrapper figcaption {
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
  }
}

.con {
  background-color: #e2f7fe;
}
.con .inner {
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 7% 0;
}
@media (min-width: 600px) and (max-width: 850px) {
  .con .inner {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .con .inner {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .con .inner {
    padding: 10% 0;
  }
}
.con_title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6.5%;
}
@media screen and (max-width: 767px) {
  .con_title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5em;
  }
}
.con_txt {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .con_txt {
    line-height: 1.75em;
  }
}

/* .footer {
  text-align: center;
  padding: 10% 0 7%;
  padding: 67px 0;
  position: relative;
  background-color: #F4E9D9;
}
  
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer .pagination {
    width: 212px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer .pagination {
        width: 285px; } }
  .footer .next {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding-right: 16px;
    letter-spacing: 0; }
    .footer .next:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
  .footer .arrow {
    display: inline-block; }
  .footer .arrow:after {
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #6E9BBC;
    border-right: 2px solid #6E9BBC;
    transform: rotate(45deg); }
  .footer .prev {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding-left: 16px; }
    .footer .prev:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      content: "";
      vertical-align: middle; }
  .footer .prev.arrow:after {
    left: 0;
    top: 2px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #6E9BBC;
    border-top: 2px solid #6E9BBC;
    transform: rotate(225deg); }
  .footer .next.no-link a {
    color: #ccc; }
  .footer .next.no-link.arrow:after {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc; }
  .footer .link_wrap {
    width: 230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer .link_wrap {
        width: 200px; } }
  .footer .pagetop {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    right: 2%; }
    .footer .pagetop .wrap {
      padding-top: 25%; }
    .footer .pagetop a {
      background-color: #E9F0F5;
      border-radius: 50%;
      width: 60px;
      height: 60px; }
    @media screen and (max-width: 767px) {
      .footer .pagetop img {
        width: auto; } } */

/* .adjust {
        margin-top: 40px !important;
      } */
