@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;
}

::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: grid;
  grid-template-columns: 240px auto;
  gap: 43px;
}

@media screen and (max-width: 767px) {
  .inner .top {
    grid-template-columns: 1fr;
  }
}

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

.title-block {
  /* padding: 40px 0 30px; */
  padding: 40px 0 90px;
  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 50px;
  }
}

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

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

.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: 50px 0 192px; */
  padding: 50px 0 50px;
  /* background-color: #f4e9d9; */
  background-color: #DCF0F4;
}

.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;
  margin-top: 40px;
}

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

.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: #4984C7;
}

@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 span {
  position: absolute;
  top: 18%;
  right: 13%;
  transform: translate(-18%, -13%);
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: .01em;
}

@media screen and (max-width: 768px) {
  .top__text span {
    font-size: 16px;
    line-height: 22px;
    top: 40%;
    right: 20%;
  }
}

.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: 136px 25px 189px;
  /* padding: 66px 25px 189px; */
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .article .inner {
    padding: 150px 25px 100px;
    padding: 80px 25px 100px;
  }
}
.article__title {
  color: #4984C7;
  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;
  }
}

.article .txt__title {
  position: relative;
  color: #5CBC81;
  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 #5CBC81;
  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: #4984C7;
  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;

  max-width: 698px;
}

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

.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: 5px;
  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;
  }
}

.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;
  }
}

/* 2026.03.11 */

.reference {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .reference {
    margin-top: 40pxs;
  }
}

.reference span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.reference ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.reference ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #414647;
  line-height: 30px;
}

.reference ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: underline;
  color: #4984C7;
  font-weight: 400;
}

.profile-block {
  background-color: rgba(199, 236, 234, .3);
  /* background-color: #E2F6F4; */
  background-color: #DCF0F4;
  position: relative;
}

/* THE TOP TIP */
.profile-block::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  /* height: 50px;  */
  height: 68px; 
  /* background-image: url(../img/common/blue-waves-cropped.png); */
  background-image: url(../img/common/bg-waves.png);
  background-repeat: repeat-x; /* Repeats the small slice across the screen */
  background-size: cover;
  transform: translateY(-98%); /* Sits it on the edge */
}

@media screen and (max-width: 768px) {
  .profile-block::before {
     /* height: 20px; */
     height: 35px;
     top: 0;
  }
}

/* THE BOTTOM TIP */
.profile-block::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50px;
  /* background-image: url(../img/common/blue-waves-cropped.png); */
  background-image: url(../img/common/bg-waves.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(98%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .profile-block::after {
     height: 20px;
     bottom: 0;
  }
}