@charset "UTF-8";
/* Scss Document */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/*
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,
p,
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;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 3px;
  box-sizing: border-box;
}

/*

ul > li:before  {
	content: '・';
} */
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* 1, Elements  */
/*
* {
    outline: 1px solid magenta;
}
*/
body {
  width: 100%;
  max-width: 100%;
  margin: auto;
  color: #111;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  /*
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  */
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

/* ↓safariのみに適用 */
::-webkit-full-page-media,
:future,
:root * {
  -webkit-font-smoothing: antialiased;
  /*safariのブラウザ表示をなめらかに*/
}

/* ↓Firefoxのみに適用 */
@-moz-document url-prefix() {
  * {
    -moz-osx-font-smoothing: grayscale;
    /*Firefoxのブラウザ表示をなめらかに*/
  }
}
a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* TEL */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
p {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.4em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

table {
  margin-bottom: 20px;
}
table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}
table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

.l-container-exlarge {
  position: relative;
  width: 1820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container-exlarge {
    width: 100%;
  }
}

.l-container-large {
  width: 1460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container-large {
    width: 100%;
  }
}

/*　ヘッダー用　*/
.l-container--header {
  width: 1900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0 35px;
}
@media screen and (max-width: 767px) {
  .l-container--header {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* 食事ページの幅 */
.l-container-rest {
  width: 825px;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-container-rest {
    width: 300px;
    max-width: 100%;
  }
}

/* Breadcrumbs */
.l-breadcrumbs {
  margin: 30px 0 30px 0;
  background-color: #fff;
  font-size: 1.4rem;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 84px;
  margin: 0 auto 0px auto;
  padding: 0px 0 0 0;
  background-color: transparent;
  z-index: 777;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header.is-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header__wrap {
  display: flex;
  margin: 0 auto;
  padding: 0 20px 0 28px;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 0 0px;
  }
}

.l-header__left {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__left {
    display: block;
    max-width: calc(100% - 100PX);
  }
}

.l-header__brand {
  width: 300px;
  margin: 0px 10px 0 0px;
  padding: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-header__brand {
    width: 150px;
    padding: 11px 0 0 0;
  }
  .l-header__brand img {
    width: 100%;
  }
}
.l-header__brand a:hover {
  opacity: 1;
}

.l-header__right {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 0px;
  width: calc(100% - 300px);
  margin: 0 0 0px 0;
  padding: 20px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

/* Navi */
.l-nav {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: 0px;
  margin: 0;
  padding: 0px 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .l-nav {
    display: none;
  }
}
.l-nav__item-contact {
  position: relative;
  top: -3px;
  padding-right: 0 !important;
}

.l-nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-nav-sp {
    display: block;
  }
}

/* Footer */
footer {
  position: relative;
}

.l-footer {
  padding: 100px 0 0 0;
  background-color: #333333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0 50px 0;
  }
}
.l-footer__area01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-footer__company {
  padding: 0px 0;
}
.l-footer__brand {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__brand {
    margin-bottom: 10px;
  }
}
.l-footer__brand a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__brand a img {
    width: 150px;
  }
}
.l-footer__address > p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__address > p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.l-footer__address > p > span {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__address > p > span {
    font-size: 13px;
  }
}
.l-footer .l-footer__copyright {
  display: block;
  padding: 10px 0;
  font-style: normal;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__copyright {
    font-size: 10px;
  }
}

.l-footer-navi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 500px;
  max-width: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.l-footer-navi__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer-navi__item {
    width: 100%;
  }
}
.l-footer-navi__title {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi__title {
    margin-bottom: 0px;
    font-size: 13px;
  }
}
.l-footer-navi__list {
  list-style-type: none;
  margin: 0px 0 0px 0px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-footer-navi__list {
    margin-bottom: 20px;
  }
}
.l-footer-navi__list > li {
  margin: 0 0 5px 0;
}
.l-footer-navi__list > li a {
  display: block;
  position: relative;
  padding: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer-navi__list > li a {
    font-size: 12px;
  }
}

.c-banner-bottom {
  background: url("./img//bg-masu.png") repeat 0% 36px;
}
@media screen and (max-width: 767px) {
  .c-banner-bottom {
    background-size: 80px;
  }
}
.c-banner-bottom__btn-wrap {
  text-align: center;
}
.c-banner-bottom__btn {
  display: inline-block;
  width: 1058px;
  max-width: 90%;
  margin: auto;
  padding: 38px;
  border-radius: 10px;
  background-color: #FDD52E;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.02;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .c-banner-bottom__btn {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner-bottom__btn {
    width: 254px;
    padding: 13px 20px;
    border-radius: 10px;
    font-size: 15px;
  }
}

.c-block01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-block01 {
    display: block;
    padding: 0 20px;
  }
}
.c-block01__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-block01__left {
    width: 100%;
  }
}
.c-block01__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-block01__img {
    margin-bottom: 25px;
  }
}
.c-block01__right {
  width: 50%;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-block01__right {
    width: 100%;
    padding: 0;
  }
}
.c-block01__content {
  width: 785px;
  max-width: 100%;
  padding: 0 0px 0 100px;
}
@media screen and (max-width: 1050px) {
  .c-block01__content {
    padding: 0 0px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__content {
    padding: 0;
  }
}
.c-block01__desc {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-block01__desc {
    margin-bottom: 10px;
    text-align: center;
  }
}
.c-block01__title {
  font-size: clamp(1.8125rem, 0.1042rem + 3.559vw, 62px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-block01__title {
    text-align: center;
    font-size: 20px;
  }
}
.c-block01__title em {
  font-style: normal;
  font-weight: 500;
}
.c-block01__text {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-block01__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__btn {
    text-align: center;
  }
}

.c-block02 {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 0 5%;
}
@media screen and (max-width: 1050px) {
  .c-block02 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-block02 {
    padding: 0 20px;
  }
}
.c-block02__left {
  width: 30%;
}
@media screen and (max-width: 1050px) {
  .c-block02__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-block02__title {
  width: 390px;
  max-width: 100%;
  margin-bottom: 40px;
  padding-right: 30px;
  font-size: clamp(2.1875rem, 1.056rem + 1.7241vw, 3.125rem);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1050px) {
  .c-block02__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-block02__title {
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 20px;
    text-align: center;
  }
}
.c-block02__right {
  width: 70%;
  padding: 0 0px 0 0;
}
@media screen and (max-width: 1050px) {
  .c-block02__right {
    width: 100%;
  }
}
.c-block02__right-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.c-block02__content {
  width: 725px;
  max-width: 65%;
  padding: 0 50px 0 0px;
}
@media screen and (max-width: 767px) {
  .c-block02__content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.c-block02__desc {
  margin-bottom: 30px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-block02__desc {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
.c-block02__subtitle {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-block02__subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.c-block02__text {
  margin-bottom: 15px;
}
.c-block02__btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-block02__btn {
    margin-bottom: 15px;
  }
}
.c-block02__img {
  width: 412px;
  max-width: 35%;
}
@media screen and (max-width: 1050px) {
  .c-block02__img {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-block02__img {
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
  .c-block02__img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 335/210;
  }
}

.c-block03 {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 0 5%;
}
@media screen and (max-width: 1050px) {
  .c-block03 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-block03 {
    padding: 0 20px;
  }
}
.c-block03__left {
  width: 30%;
}
@media screen and (max-width: 1050px) {
  .c-block03__left {
    width: 100%;
  }
}
.c-block03__title {
  width: 425px;
  max-width: 100%;
  margin-bottom: 40px;
  padding-right: 30px;
  font-size: clamp(2.1875rem, 1.056rem + 1.7241vw, 3.125rem);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1050px) {
  .c-block03__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-block03__title {
    margin-bottom: 30px;
    padding-right: 0px;
    font-size: 20px;
    text-align: center;
  }
}
.c-block03__title--pt2 {
  width: 460px;
  font-size: clamp(31px, 8.069px + 2.184vw, 50px);
}
@media screen and (max-width: 767px) {
  .c-block03__title--pt2 {
    font-size: 20px;
  }
}
.c-block03__right {
  width: 70%;
  padding: 0 0px 0 0;
}
@media screen and (max-width: 1050px) {
  .c-block03__right {
    width: 100%;
  }
}
.c-block03__right-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.c-block03__right-item:nth-child(odd) .c-block03__num {
  background-color: #F4E192;
}
.c-block03__num {
  width: 120px;
  height: 120px;
  padding-top: 23px;
  border-radius: 100px;
  background-color: #FDD52E;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .c-block03__num {
    width: 100px;
    height: 100px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-block03__num {
    width: 50px;
    height: 50px;
    padding-top: 12px;
    font-size: 23px;
  }
}
.c-block03__content {
  width: calc(100% - 120px);
  padding: 0 0px 0 40px;
}
@media screen and (max-width: 767px) {
  .c-block03__content {
    width: calc(100% - 50px);
    padding: 0 0px 0 20px;
  }
}
.c-block03__subtitle {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1050px) {
  .c-block03__subtitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-block03__subtitle {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.c-block03__text p {
  font-size: 25px;
}
@media screen and (max-width: 1050px) {
  .c-block03__text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-block03__text p {
    font-size: 15px;
  }
}
.c-block03__img {
  width: 412px;
  max-width: 35%;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 18px 57px 18px 38px;
  border: 1px solid #fdd52e;
  background-color: #fdd52e;
  border-radius: 3px;
  color: #111;
  box-sizing: border-box;
  font-size: 14.6px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    padding: 10px 40px 10px 30px;
    font-size: 13px;
  }
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: 25.5px;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn01::after {
    top: 16px;
    right: 18px;
  }
}
.c-btn01:hover {
  opacity: 0.8;
}
.c-btn01:hover::after {
  right: 25px;
}

.c-btn02 {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 18px 45px 18px 0;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
  font-size: 14.6px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    font-weight: bold;
  }
}
.c-btn02::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 28px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
.c-btn02:hover {
  opacity: 0.8;
}
.c-btn02:hover::after {
  right: 25px;
}

.c-fix-visible {
  display: block;
  position: fixed;
  bottom: 200px;
  right: 0px;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-fix-visible {
    display: none;
  }
}
.c-fix-visible.is-show {
  visibility: visible;
  opacity: 1;
}
.c-fix-visible:hover {
  opacity: 0.9;
}

.c-fix-visible-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fix-visible-sp {
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 777;
    opacity: 0;
    visibility: hidden;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
  }
  .c-fix-visible-sp__link {
    width: 50%;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
  }
  .c-fix-visible-sp__link:first-of-type {
    background-color: #FDD52E;
    padding-top: 12px;
  }
  .c-fix-visible-sp__link:last-of-type {
    background-color: #0B0F34;
    padding-top: 12px;
  }
  .c-fix-visible-sp.is-show {
    visibility: visible;
    opacity: 1;
  }
  .c-fix-visible-sp:hover {
    opacity: 0.9;
  }
}

/* Flex */
.c-row {
  display: flex;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-row-center {
  align-items: center;
}

.c-flow__list {
  margin-bottom: 50px;
  padding: 40px 60px;
  background-color: #FDD52E;
}
@media screen and (max-width: 767px) {
  .c-flow__list {
    margin-bottom: 15px;
    padding: 20px 20px;
  }
}
.c-flow__list:nth-child(even) {
  background-color: #f4e192;
}
.c-flow__list > dt {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-flow__list > dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.c-flow__list > dd {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-flow__list > dd {
    font-size: 15px;
  }
}

/* Navi */
/*  メインメニュー */
.l-nav__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}
@media screen and (max-width: 767px) {
  .l-nav__list {
    display: none;
  }
}
.l-nav__list > li {
  position: relative;
  padding: 0 5px;
}
.l-nav__list > li a {
  display: block;
  position: relative;
  padding: 0px 15px 6px 15px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .l-nav__list > li a {
    padding: 0px 5px 6px 5px;
  }
}
.l-nav__list > li > .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0px 0 0px 0;
  position: absolute;
  top: 38px;
  left: 0px;
  width: 350px;
  margin: auto;
  background: #fff;
  z-index: 777;
}
@media screen and (max-width: 1050px) {
  .l-nav__list > li > .sub-menu {
    padding: 5px 0 0px 0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f6f6f6;
  }
}
.l-nav__list > li > .sub-menu.is-open {
  display: block;
}
.l-nav__list > li > .sub-menu > li {
  padding: 0px 20px;
  border-bottom: 2px solid #dedede;
}
@media screen and (max-width: 767px) {
  .l-nav__list > li > .sub-menu > li {
    border-top: 2px solid #dedede;
    border-bottom: none;
  }
}
.l-nav__list > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.l-nav__list > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.l-nav__list > li > .sub-menu > li > .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #dedede;
}
.l-nav__list > li > .sub-menu > li > .sub-menu > li {
  padding: 0px 20px;
  border-bottom: 2px solid #dedede;
}
.l-nav__list > li > .sub-menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.l-nav__list > li > .sub-menu > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  color: #FDD52E;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.l-nav__list .current-menu-item {
  padding: 0 15px 0 26px;
  background: url(./img/icon_menu-current.png) no-repeat 0px 10px;
  background-size: 21px 13px;
}

.sub-menu .current-menu-item > a {
  text-align: left;
}

nav ul.menu li a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

/* sp ボタン  */
.c-nav__button-wrap {
  display: none;
}

.c-nav__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-nav__button-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 778;
  }
  .c-nav__button {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 15px;
    border: none;
    background: none;
  }
  .c-nav__button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0B0F34;
  }
  .c-nav__button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .c-nav__button span:nth-child(3) {
    top: 100%;
  }
  .c-nav__button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav__button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav__button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .c-nav__button-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    margin: auto;
    color: #0B0F34;
    font-size: 10px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  /* sp ナビ */
  .c-nav__sp {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 775;
    padding: 80px 0px 0px 0;
    background-color: #FDD52E;
    transform: translateX(110%);
    transition: all 0.2s;
    overflow-y: auto;
    z-index: 777;
  }
  .c-nav__sp.is-open {
    transform: translateX(0%);
  }
  .c-nav__sp nav {
    overflow: auto;
  }
  .c-nav__sp nav > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav__sp nav > ul > li {
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
  }
  .c-nav__sp nav > ul > li a {
    display: block;
    padding: 15px 15px 15px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }
  .c-nav__sp nav > ul .menu-item-has-children {
    position: relative;
  }
  .c-nav__sp nav > ul .menu-item-has-children .sub-menu {
    display: none;
  }
  .c-nav__sp nav > ul .menu-item-has-children .sub-menu li a {
    padding: 10px 10px 10px 10px;
  }
  .c-nav__sp nav > ul .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("./img/icon_arrow_down-black.png") no-repeat 50% 50%;
    background-color: #ddd;
    z-index: 666;
  }
}
.c-front-heading,
.c-page-heading {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1050px) {
  .c-front-heading,
  .c-page-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-front-heading,
  .c-page-heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/* キービジュアル */
.c-front-kv {
  position: relative;
  height: 500px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .c-front-kv {
    height: 162px;
    margin: 0 0 10px 0;
  }
}
.c-front-kv__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  font-family: "ZenOldMincho-Black";
  text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 767px) {
  .c-front-kv__title {
    bottom: 20px;
    font-size: 35px;
    text-shadow: 0px 0px 1.8px rgba(0, 0, 0, 0.3764705882);
  }
}
.c-front-kv__title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  width: 110px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.3764705882);
}
@media screen and (max-width: 767px) {
  .c-front-kv__title::after {
    bottom: 0px;
    width: 45px;
    height: 1px;
    box-shadow: 0px 0px 1.8px rgba(0, 0, 0, 0.3764705882);
  }
}
.c-front-kv__memo {
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 10px;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding-right: 10px;
  color: #fff;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-front-kv__memo {
    font-size: 5px;
  }
}

/* Page Key Visual */
.c-pageTop {
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  box-sizing: border-box;
  text-align: center;
  background-color: #333;
  opacity: 0;
  z-index: 777;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 50px;
    width: 40px;
    height: 40px;
  }
}

.c-pageTop.is-show {
  opacity: 0.9;
}

.c-page-mv {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 522px;
  margin: auto;
  padding: 85px 0 50px 0;
  background: url(./img/brand/brand-mv.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .c-page-mv {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-mv {
    height: 140px;
  }
}
.c-page-mv__title {
  position: absolute;
  bottom: 36px;
  left: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 170px;
  font-size: clamp(100px, 53.333px + 6.076vw, 170px);
  line-height: 1.25;
  letter-spacing: -0.0095em;
  text-align: left;
  color: #0b0f34;
}
@media screen and (max-width: 767px) {
  .c-page-mv__title {
    bottom: 15px;
    left: 20px;
    font-size: 40px;
  }
}

.c-page-mv-banner-area1 {
  position: absolute;
  bottom: 55px;
  right: 50px;
  width: 330px;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .c-page-mv-banner-area1 {
    display: none;
  }
}
.c-page-mv-banner-area1__link {
  display: block;
  margin-bottom: 8px;
}
.c-page-mv-banner-area1__link img {
  width: 100%;
  height: auto;
}

.c-qa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-qa__item {
  width: 660px;
  max-width: 48%;
  margin-bottom: 100px;
  padding: 50px 45px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .c-qa__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-qa__item {
    margin-bottom: 25px;
    padding: 25px 20px 15px 20px;
    background-color: #fffaf3;
  }
}
.c-qa__num {
  width: 100px;
  height: 100px;
  margin: 0 auto 50px auto;
  padding-top: 20px;
  background-color: #FDD52E;
  border-radius: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fffaf3;
}
@media screen and (max-width: 767px) {
  .c-qa__num {
    width: 50px;
    height: 50px;
    margin: 0 auto 5px auto;
    padding-top: 13px;
    font-size: 23px;
  }
}
.c-qa__list dt {
  min-height: 140px;
  margin-bottom: 70px;
  padding: 30px 0 0 150px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-qa__list dt {
    min-height: 70px;
    margin-bottom: 10px;
    padding: 30px 0 10px 70px;
    font-size: 15px;
  }
}
.c-qa__list dd {
  min-height: 140px;
  margin-bottom: 70px;
  padding: 20px 140px 0 0;
  background: url("./img//front/qa05.png") no-repeat 100% 100%;
  background-size: 140px auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-qa__list dd {
    min-height: 70px;
    margin-bottom: 20px;
    padding: 0px 70px 0px 0px;
    font-size: 15px;
    background-size: 60px auto;
    background-position: 100% 0;
  }
}
.c-qa__list--01 dt {
  background: url("./img//front/qa01.png") no-repeat 0% 0%;
  background-size: 140px auto;
}
@media screen and (max-width: 767px) {
  .c-qa__list--01 dt {
    background-size: 60px auto;
    background-position: 0 5px;
  }
}
.c-qa__list--02 dt {
  background: url("./img//front/qa02.png") no-repeat 0% 0%;
  background-size: 140px auto;
}
@media screen and (max-width: 767px) {
  .c-qa__list--02 dt {
    background-size: 60px auto;
    background-position: 0 14px;
  }
}
.c-qa__list--03 dt {
  background: url("./img//front/qa03.png") no-repeat 0% 0%;
  background-size: 140px auto;
}
@media screen and (max-width: 767px) {
  .c-qa__list--03 dt {
    background-size: 60px auto;
    background-position: 0 29px;
  }
}
.c-qa__list--04 dt {
  background: url("./img//front/qa04.png") no-repeat 0% 0%;
  background-size: 140px auto;
}
@media screen and (max-width: 767px) {
  .c-qa__list--04 dt {
    background-size: 60px auto;
    background-position: 0 15px;
  }
}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}
.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}
.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

/* Main Visual */
.p-mv {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: 85px 0 50px 0;
  background: url(./img/front/mv-bg01.webp) no-repeat 0% 0%;
  background-size: 100% auto;
}
@media screen and (max-width: 1050px) {
  .p-mv {
    min-height: 520px;
    background-size: cover;
    background-position: 80% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100dvh;
    min-height: auto;
    padding: 0px 0 0px 0;
    background: url(./img/front/mv-bg01-sp.jpg) no-repeat 0% 100%;
    background-size: cover;
  }
}
.p-mv__title {
  max-width: 50%;
  height: auto;
  padding-top: 2%;
}
@media screen and (max-width: 1050px) {
  .p-mv__title {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 0;
    width: 292px;
    max-width: calc(100% - 40px);
    margin: auto;
    text-align: center;
  }
}
.p-mv__img01 {
  position: relative;
  top: 0px;
  max-width: 56%;
  height: auto;
}
.p-mv__img01-sp {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  width: 380px;
  max-width: calc(100% - 40px);
  height: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-mv-content {
    height: 100%;
  }
}

.p-mv-banner-area1 {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 330px;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .p-mv-banner-area1 {
    display: none;
  }
}
.p-mv-banner-area1__link {
  display: block;
  margin-bottom: 8px;
}
.p-mv-banner-area1__link img {
  width: 100%;
  height: auto;
}

.p-mv-banner-area2 {
  position: absolute;
  bottom: 0px;
  right: 50px;
  width: 478px;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .p-mv-banner-area2 {
    bottom: 70px;
    left: 20px;
    right: auto;
    width: 220px;
    max-width: 100%;
  }
  .p-mv-banner-area2 img {
    width: 100%;
  }
}
.p-mv-banner-area2__link {
  display: block;
  margin-bottom: 8px;
}
.p-mv-banner-area2__link img {
  width: 100%;
  height: auto;
}
.p-mv-banner-area2__link02:hover {
  opacity: 1;
}

/* 当社が選ばれる３つの理由 */
.p-front-reason {
  background-color: #333333;
  color: #fff;
}

/* お手続きの流れ */
.p-front-flow {
  background: url("./img//bg-masu.png") repeat 0% 52px;
}
@media screen and (max-width: 767px) {
  .p-front-flow {
    background-size: 80px;
  }
}
.p-front-flow__title {
  margin-bottom: 90px;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-flow__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

/* Q&A */
.p-front-qa {
  background-color: #FDD52E;
}
@media screen and (max-width: 767px) {
  .p-front-qa {
    background-color: transparent;
  }
}
.p-front-qa__title {
  margin-bottom: 100px;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-qa__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.p-brand-mv {
  background: url(./img/brand/brand-mv.webp) no-repeat 50% 50%;
  background-size: cover;
}

/* 商品紹介 */
/* 利用方法 */
.p-brand-sec02 {
  background: url("./img//bg-masu.png") repeat 0% 52px;
}
@media screen and (max-width: 767px) {
  .p-brand-sec02 {
    background-size: 80px;
  }
}
.p-brand-sec02__list {
  padding-left: 40px;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1.05px;
}
@media screen and (max-width: 1050px) {
  .p-brand-sec02__list {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-sec02__list {
    font-size: 15px;
  }
}

/* 当社こだわりの延線ボールの特徴 */
.p-brand-sec03 {
  background-color: #333;
  color: #fff;
}

/* 延線ボール TMD‐220‐OP */
.p-brand-table01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-brand-table01 {
    border: 1px solid #777;
  }
  .p-brand-table01 tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-brand-table01 th {
  width: 22%;
  padding: 30px 20px 30px 30px;
  background-color: rgba(244, 225, 146, 0.4);
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-brand-table01 th {
    display: block;
    width: 50%;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
  }
}
.p-brand-table01 td {
  width: 28%;
  padding: 30px 20px 30px 30px;
  background-color: #F9F8F7;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-brand-table01 td {
    display: block;
    width: 50%;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-table01__last {
    display: none !important;
  }
}

/* お客様の声 */
.p-brand-sec05 {
  background-color: #FDD52E;
}

.p-brand-block01__item {
  width: 32%;
  padding: 50px 60px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .p-brand-block01__item {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-brand-block01__item {
    width: 100%;
    padding: 30px 20px;
  }
}
.p-brand-block01__img {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-brand-block01__img {
    margin-bottom: 20px;
  }
  .p-brand-block01__img img {
    width: 150px;
  }
}
.p-brand-block01__title {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-brand-block01__title {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.p-brand-block01__text p {
  margin-bottom: 1em;
  font-weight: 500;
}

/* Main Visual */
.p-about-mv {
  background: url(./img/about/about-mv.webp) no-repeat 50% 50%;
  background-size: cover;
}

/* 運営企業概要 */
.p-about-sec02 {
  background-color: #ebebed;
}
.p-about-sec02__table {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-about-sec02__table {
    margin-bottom: 20px;
  }
}
.p-about-sec02__table th {
  width: 270px;
  padding: 50px 10px;
  text-align: center;
  border: none;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  background-color: #FDD52E;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-sec02__table th {
    width: 102px;
    padding: 20px 5px;
    font-size: 15px;
  }
}
.p-about-sec02__table td {
  width: calc(100% - 270px);
  padding: 51px 10px 51px 55px;
  border: none;
  border-bottom: 1px solid #777;
  background-color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1050px) {
  .p-about-sec02__table td {
    padding: 51px 10px 51px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-sec02__table td {
    width: calc(100% - 85px);
    padding: 20px 10px 20px 15px;
    font-size: 15px;
  }
}
.p-about-sec02__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-sec02__img {
    width: 100%;
  }
}

/* 契約から工事完了までの流れ */
.p-about-sec03 {
  background: url(./img//bg-masu.png) repeat 0% 52px;
}
@media screen and (max-width: 767px) {
  .p-about-sec03 {
    background-size: 80px;
  }
}

/* アクセス */
.p-about-sec04 {
  background-color: #FDD52E;
}
.p-about-sec04__map {
  margin-bottom: 90px;
  text-align: center;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-about-sec04__map {
    margin-bottom: 30px;
  }
}
.p-about-sec04__map iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-sec04__map iframe {
    height: 350px;
  }
}
.p-about-sec04__content {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-sec04__content {
    margin-bottom: 20px;
  }
}
.p-about-sec04__title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-sec04__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.p-about-sec04__text {
  font-weight: 300;
}

/* margin top */
.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

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

.u-mt30 {
  margin-top: 30px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

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

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt110 {
  margin-top: 110px;
}

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

.u-mt130 {
  margin-top: 130px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt150 {
  margin-top: 150px;
}

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

.u-mt170 {
  margin-top: 170px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt190 {
  margin-top: 190px;
}

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

.u-mt210 {
  margin-top: 210px;
}

.u-mt220 {
  margin-top: 220px;
}

.u-mt230 {
  margin-top: 230px;
}

.u-mt240 {
  margin-top: 240px;
}

.u-mt250 {
  margin-top: 250px;
}

@media screen and (max-width: 767px) {
  .u-mt0--sp {
    margin-top: 0px;
  }
  .u-mt5--sp {
    margin-top: 5px;
  }
  .u-mt10--sp {
    margin-top: 10px;
  }
  .u-mt15--sp {
    margin-top: 15px;
  }
  .u-mt20--sp {
    margin-top: 20px;
  }
  .u-mt30--sp {
    margin-top: 30px;
  }
  .u-mt50--sp {
    margin-top: 50px;
  }
  .u-mt60--sp {
    margin-top: 60px;
  }
  .u-mt70--sp {
    margin-top: 70px;
  }
  .u-mt80--sp {
    margin-top: 80px;
  }
  .u-mt90--sp {
    margin-top: 90px;
  }
  .u-mt100--sp {
    margin-top: 100px;
  }
  .u-mt110--sp {
    margin-top: 110px;
  }
  .u-mt120--sp {
    margin-top: 120px;
  }
  .u-mt130--sp {
    margin-top: 130px;
  }
}
/* margin bottom */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

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

.u-mb15 {
  margin-bottom: 15px;
}

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

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

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

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

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

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 1115px;
}

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

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

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

.u-mb170 {
  margin-bottom: 170px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-mb190 {
  margin-bottom: 190px;
}

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

.u-mb210 {
  margin-bottom: 210px;
}

.u-mb220 {
  margin-bottom: 220px;
}

.u-mb230 {
  margin-bottom: 230px;
}

.u-mb240 {
  margin-bottom: 240px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb260 {
  margin-bottom: 260px;
}

.u-mb270 {
  margin-bottom: 270px;
}

.u-mb280 {
  margin-bottom: 280px;
}

.u-mb290 {
  margin-bottom: 290px;
}

.u-mb300 {
  margin-bottom: 300px;
}

@media screen and (max-width: 1300px) {
  .u-mb0--pc {
    margin-bottom: 0px;
  }
  .u-mb5--pc {
    margin-bottom: 5px;
  }
  .u-mb10--pc {
    margin-bottom: 10px;
  }
  .u-mb15--pc {
    margin-bottom: 15px;
  }
  .u-mb20--pc {
    margin-bottom: 20px;
  }
  .u-mb25--pc {
    margin-bottom: 25px;
  }
  .u-mb30--pc {
    margin-bottom: 30px;
  }
  .u-mb35--pc {
    margin-bottom: 35px;
  }
  .u-mb40--pc {
    margin-bottom: 40px;
  }
  .u-mb45--pc {
    margin-bottom: 45px;
  }
  .u-mb50--pc {
    margin-bottom: 50px;
  }
  .u-mb55--pc {
    margin-bottom: 55px;
  }
  .u-mb60--pc {
    margin-bottom: 60px;
  }
  .u-mb65--pc {
    margin-bottom: 65px;
  }
  .u-mb70--pc {
    margin-bottom: 70px;
  }
  .u-mb75--pc {
    margin-bottom: 75px;
  }
  .u-mb80--pc {
    margin-bottom: 80px;
  }
  .u-mb85--pc {
    margin-bottom: 85px;
  }
  .u-mb90--pc {
    margin-bottom: 90px;
  }
  .u-mb95--pc {
    margin-bottom: 95px;
  }
  .u-mb100--pc {
    margin-bottom: 100px;
  }
  .u-mb110--pc {
    margin-bottom: 110px;
  }
  .u-mb120--pc {
    margin-bottom: 120px;
  }
  .u-mb130--pc {
    margin-bottom: 130px;
  }
  .u-mb140--pc {
    margin-bottom: 140px;
  }
  .u-mb150--pc {
    margin-bottom: 150px;
  }
  .u-mb160--pc {
    margin-bottom: 160px;
  }
  .u-mb170--pc {
    margin-bottom: 170px;
  }
  .u-mb180--pc {
    margin-bottom: 180px;
  }
  .u-mb190--pc {
    margin-bottom: 190px;
  }
  .u-mb200--pc {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1050px) {
  .u-mb0--tb {
    margin-bottom: 0px;
  }
  .u-mb5--tb {
    margin-bottom: 5px;
  }
  .u-mb10--tb {
    margin-bottom: 10px;
  }
  .u-mb15--tb {
    margin-bottom: 15px;
  }
  .u-mb20--tb {
    margin-bottom: 20px;
  }
  .u-mb25--tb {
    margin-bottom: 25px;
  }
  .u-mb30--tb {
    margin-bottom: 30px;
  }
  .u-mb35--tb {
    margin-bottom: 35px;
  }
  .u-mb40--tb {
    margin-bottom: 40px;
  }
  .u-mb45--tb {
    margin-bottom: 45px;
  }
  .u-mb50--tb {
    margin-bottom: 50px;
  }
  .u-mb55--tb {
    margin-bottom: 55px;
  }
  .u-mb60--tb {
    margin-bottom: 60px;
  }
  .u-mb65--tb {
    margin-bottom: 65px;
  }
  .u-mb70--tb {
    margin-bottom: 70px;
  }
  .u-mb75--tb {
    margin-bottom: 75px;
  }
  .u-mb80--tb {
    margin-bottom: 80px;
  }
  .u-mb85--tb {
    margin-bottom: 85px;
  }
  .u-mb90--tb {
    margin-bottom: 90px;
  }
  .u-mb95--tb {
    margin-bottom: 95px;
  }
  .u-mb100--tb {
    margin-bottom: 100px;
  }
  .u-mb110--tb {
    margin-bottom: 110px;
  }
  .u-mb120--tb {
    margin-bottom: 120px;
  }
  .u-mb130--tb {
    margin-bottom: 130px;
  }
  .u-mb140--tb {
    margin-bottom: 140px;
  }
  .u-mb150--tb {
    margin-bottom: 150px;
  }
  .u-mb160--tb {
    margin-bottom: 160px;
  }
  .u-mb170--tb {
    margin-bottom: 170px;
  }
  .u-mb180--tb {
    margin-bottom: 180px;
  }
  .u-mb190--tb {
    margin-bottom: 190px;
  }
  .u-mb200--tb {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb5--sp {
    margin-bottom: 5px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb15--sp {
    margin-bottom: 15px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb25--sp {
    margin-bottom: 25px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb35--sp {
    margin-bottom: 35px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb45--sp {
    margin-bottom: 45px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb55--sp {
    margin-bottom: 55px;
  }
  .u-mb60--sp {
    margin-bottom: 60px;
  }
  .u-mb65--sp {
    margin-bottom: 65px;
  }
  .u-mb70--sp {
    margin-bottom: 70px;
  }
  .u-mb75--sp {
    margin-bottom: 75px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb85--sp {
    margin-bottom: 85px;
  }
  .u-mb90--sp {
    margin-bottom: 90px;
  }
  .u-mb95--sp {
    margin-bottom: 95px;
  }
  .u-mb100--sp {
    margin-bottom: 100px;
  }
  .u-mb110--sp {
    margin-bottom: 110px;
  }
  .u-mb120--sp {
    margin-bottom: 120px;
  }
  .u-mb130--sp {
    margin-bottom: 130px;
  }
  .u-mb140--sp {
    margin-bottom: 140px;
  }
  .u-mb150--sp {
    margin-bottom: 150px;
  }
  .u-mb160--sp {
    margin-bottom: 160px;
  }
  .u-mb170--sp {
    margin-bottom: 170px;
  }
  .u-mb180--sp {
    margin-bottom: 180px;
  }
  .u-mb190--sp {
    margin-bottom: 190px;
  }
  .u-mb200--sp {
    margin-bottom: 200px;
  }
}
.u-mr10 {
  margin-right: 10px;
}

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

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pt160 {
  padding-top: 160px;
}

.u-pt170 {
  padding-top: 170px;
}

.u-pt180 {
  padding-top: 180px;
}

.u-pt190 {
  padding-top: 190px;
}

.u-pt200 {
  padding-top: 200px;
}

.u-pt210 {
  padding-top: 210px;
}

.u-pt220 {
  padding-top: 220px;
}

.u-pt230 {
  padding-top: 230px;
}

.u-pt240 {
  padding-top: 240px;
}

.u-pt250 {
  padding-top: 250px;
}

.u-pt260 {
  padding-top: 260px;
}

@media screen and (max-width: 1300px) {
  .u-pt0--pc {
    padding-top: 0px;
  }
  .u-pt10--pc {
    padding-top: 10px;
  }
  .u-pt15--pc {
    padding-top: 15px;
  }
  .u-pt20--pc {
    padding-top: 20px;
  }
  .u-pt30--pc {
    padding-top: 30px;
  }
  .u-pt40--pc {
    padding-top: 40px;
  }
  .u-pt50--pc {
    padding-top: 50px;
  }
  .u-pt60--pc {
    padding-top: 60px;
  }
  .u-pt70--pc {
    padding-top: 70px;
  }
  .u-pt80--pc {
    padding-top: 80px;
  }
  .u-pt90--pc {
    padding-top: 90px;
  }
  .u-pt100--pc {
    padding-top: 100px;
  }
  .u-pt110--pc {
    padding-top: 110px;
  }
  .u-pt120--pc {
    padding-top: 120px;
  }
  .u-pt130--pc {
    padding-top: 130px;
  }
  .u-pt140--pc {
    padding-top: 140px;
  }
  .u-pt150--pc {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .u-pt0--tb {
    padding-top: 0px;
  }
  .u-pt10--tb {
    padding-top: 10px;
  }
  .u-pt15--tb {
    padding-top: 15px;
  }
  .u-pt20--tb {
    padding-top: 20px;
  }
  .u-pt30--tb {
    padding-top: 30px;
  }
  .u-pt40--tb {
    padding-top: 40px;
  }
  .u-pt50--tb {
    padding-top: 50px;
  }
  .u-pt60--tb {
    padding-top: 60px;
  }
  .u-pt70--tb {
    padding-top: 70px;
  }
  .u-pt80--tb {
    padding-top: 80px;
  }
  .u-pt90--tb {
    padding-top: 90px;
  }
  .u-pt100--tb {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .u-pt0--sp {
    padding-top: 0px;
  }
  .u-pt10--sp {
    padding-top: 10px;
  }
  .u-pt15--sp {
    padding-top: 15px;
  }
  .u-pt20--sp {
    padding-top: 20px;
  }
  .u-pt30--sp {
    padding-top: 30px;
  }
  .u-pt40--sp {
    padding-top: 40px;
  }
  .u-pt50--sp {
    padding-top: 50px;
  }
  .u-pt60--sp {
    padding-top: 60px;
  }
  .u-pt70--sp {
    padding-top: 70px;
  }
  .u-pt80--sp {
    padding-top: 80px;
  }
  .u-pt90--sp {
    padding-top: 90px;
  }
  .u-pt100--sp {
    padding-top: 100px;
  }
}
/* padding bottom */
.u-pb0 {
  padding-bottom: 0px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-pb160 {
  padding-bottom: 160px;
}

.u-pb170 {
  padding-bottom: 170px;
}

.u-pb180 {
  padding-bottom: 180px;
}

.u-pb190 {
  padding-bottom: 190px;
}

.u-pb200 {
  padding-bottom: 200px;
}

.u-pb210 {
  padding-bottom: 210px;
}

.u-pb220 {
  padding-bottom: 220px;
}

.u-pb230 {
  padding-bottom: 230px;
}

.u-pb240 {
  padding-bottom: 240px;
}

@media screen and (max-width: 1300px) {
  .u-pb0--pc {
    padding-bottom: 0px;
  }
  .u-pb10--pc {
    padding-bottom: 10px;
  }
  .u-pb15--pc {
    padding-bottom: 15px;
  }
  .u-pb20--pc {
    padding-bottom: 20px;
  }
  .u-pb30--pc {
    padding-bottom: 30px;
  }
  .u-pb40--pc {
    padding-bottom: 40px;
  }
  .u-pb50--pc {
    padding-bottom: 50px;
  }
  .u-pb60--pc {
    padding-bottom: 60px;
  }
  .u-pb70--pc {
    padding-bottom: 70px;
  }
  .u-pb80--pc {
    padding-bottom: 80px;
  }
  .u-pb90--pc {
    padding-bottom: 90px;
  }
  .u-pb100--pc {
    padding-bottom: 100px;
  }
  .u-pb110--pc {
    padding-bottom: 110px;
  }
  .u-pb120--pc {
    padding-bottom: 120px;
  }
  .u-pb130--pc {
    padding-bottom: 130px;
  }
  .u-pb140--pc {
    padding-bottom: 140px;
  }
  .u-pb150--pc {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .u-pb0--tb {
    padding-bottom: 0px;
  }
  .u-pb10--tb {
    padding-bottom: 10px;
  }
  .u-pb15--tb {
    padding-bottom: 15px;
  }
  .u-pb20--tb {
    padding-bottom: 20px;
  }
  .u-pb30--tb {
    padding-bottom: 30px;
  }
  .u-pb40--tb {
    padding-bottom: 40px;
  }
  .u-pb50--tb {
    padding-bottom: 50px;
  }
  .u-pb60--tb {
    padding-bottom: 60px;
  }
  .u-pb70--tb {
    padding-bottom: 70px;
  }
  .u-pb80--tb {
    padding-bottom: 80px;
  }
  .u-pb90--tb {
    padding-bottom: 90px;
  }
  .u-pb100--tb {
    padding-bottom: 100px;
  }
  .u-pb110--tb {
    padding-bottom: 110px;
  }
  .u-pb120--tb {
    padding-bottom: 120px;
  }
  .u-pb130--tb {
    padding-bottom: 130px;
  }
  .u-pb140--tb {
    padding-bottom: 140px;
  }
  .u-pb150--tb {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-pb0--sp {
    padding-bottom: 0px;
  }
  .u-pb10--sp {
    padding-bottom: 10px;
  }
  .u-pb15--sp {
    padding-bottom: 15px;
  }
  .u-pb20--sp {
    padding-bottom: 20px;
  }
  .u-pb30--sp {
    padding-bottom: 30px;
  }
  .u-pb40--sp {
    padding-bottom: 40px;
  }
  .u-pb50--sp {
    padding-bottom: 50px;
  }
  .u-pb60--sp {
    padding-bottom: 60px;
  }
  .u-pb70--sp {
    padding-bottom: 70px;
  }
  .u-pb80--sp {
    padding-bottom: 80px;
  }
  .u-pb90--sp {
    padding-bottom: 90px;
  }
  .u-pb100--sp {
    padding-bottom: 100px;
  }
}
/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: center;
}

.u-text-justify {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .u-text-justify {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}
/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-show {
  display: none;
}
@media screen and (max-width: 1050px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}
@media screen and (max-width: 1050px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

.u-sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

/* Color */
.u-color-white {
  color: #fff;
}

.u-color-main {
  color: #FDD52E !important;
}

.u-color-lightBlue {
  color: #77A1BE !important;
}

/* tel number */
.u-tel {
  color: inherit;
  text-decoration: none;
}
.u-tel:hover {
  opacity: 1;
}

/* font */
.u-font18 {
  font-size: 18px;
}

/* line-height */
.u-lineheight-narrow {
  line-height: 1.21;
}

.u-lineheight-2 {
  line-height: 2;
}

.u-radius-none {
  border-radius: 0 !important;
}

/*  */
@media screen and (max-width: 767px) {
  .u-order1-sp {
    order: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-order2-sp {
    order: 2 !important;
  }
}

/* 段落の余白 */
.u-text-p {
  margin-bottom: 1.5em !important;
}

/* 電話 */
