@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
  overflow-x: hidden;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

button, input[type=submit] {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background: none;
}

button,
summary {
  cursor: pointer;
}

/* ---------------------------
module
--------------------------- */
html {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #000000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 70px !important;
  }
}

@media screen and (min-width: 768px) {
  :target {
    scroll-margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  :target {
    scroll-margin-top: 70px;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: #000000;
}

button {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: #000000;
}

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:not([href^="tel:"]):hover img, a:not([href^="tel:"]):focus img {
  opacity: 0.85;
}

a[href^="tel:"] {
  cursor: default;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  cursor: pointer;
}

select {
  background-color: #fff;
  color: #000000;
}

.hero {
  width: 100%;
}
.hero img {
  width: 100%;
}

.l-footer {
  color: #000000;
  background: url(../img/common/footer_bg_01.webp) center center no-repeat;
  background-size: cover;
}
.l-footer a {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 140px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.l-footer__logo {
  margin-right: auto;
  margin-left: auto;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 150px;
  }
}
.l-footer__body {
  margin-top: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__cats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 5.69vw, 100px) 1fr clamp(20px, 5.69vw, 100px) 1fr clamp(20px, 5.69vw, 100px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px clamp(20px, 5.69vw, 100px);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-footer__cats {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__cats {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-footer__cat {
  border-top: 2px solid #fff;
  padding-top: 10px;
  min-width: 150px;
}
.l-footer__cat__h {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #268ab6;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 0.875rem;
}
.l-footer__cat__h .en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #268ab6;
}
.l-footer__links {
  margin-top: 1.5em;
}
.l-footer__link {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.l-footer__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-footer__sns {
  margin-top: 40px;
}
.l-footer__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__sns__item a {
  display: block;
  width: 40px;
}
.l-footer__menus {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__menu {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.l-footer__copyright {
  margin-top: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.75rem;
}
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.l-header.--scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .l-header {
    max-width: 100vw;
  }
}
.l-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__row {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__row {
    height: 56px;
  }
}
.l-header__col02 {
  position: absolute;
  right: 0;
  /*	display: flex;
  	align-items: center;
  	gap: 10px;*/
}
.l-header__logo {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    left: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.l-header__logo__img {
  width: 162px;
}
@media screen and (max-width: 767px) {
  .l-header__logo__img {
    width: 80px;
  }
}
.l-header__logo__txt {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo__txt {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__button {
    display: none;
  }
}
.l-header__button a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  background-color: #268ab6;
  color: #fff;
  border: solid 2px #268ab6;
  border-radius: 9999px;
  width: 206px;
  font-size: 1.25rem;
  line-height: 1.35;
  padding: 7.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__button a::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  right: 15px;
}
.l-header__button a::after {
  position: absolute;
  content: "";
  right: 21px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0080b9;
  border-right: 1px solid #0080b9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__button a:hover {
  background-color: #fff;
  color: #268ab6;
}
.l-header__button a:hover::before {
  background-color: #268ab6;
}
.l-header__button a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.l-header__sns {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sns {
    display: block;
  }
}
.l-header__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-header__sns__item a {
  display: block;
  width: 40px;
}
.l-header__cats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 7.69vw, 100px) 1fr clamp(20px, 7.69vw, 100px) 1fr clamp(20px, 7.69vw, 100px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px clamp(20px, 7.69vw, 100px);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-header__cats {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-header__cats {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-header__cat {
  padding-top: 10px;
  min-width: 150px;
}
.l-header__cat__h {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #fff;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 0.875rem;
}
.l-header__cat__h .en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  color: #fff;
}
.l-header__links {
  margin-top: 1.5em;
}
.l-header__link {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.l-header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-header__menus {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.home .l-header__logo {
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .home .l-header__logo {
    bottom: -10px;
  }
}
.home .l-header.--scrolled .l-header__logo {
  left: 0;
  bottom: inherit;
  -webkit-transform: none;
          transform: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .home .l-header.--scrolled .l-header__logo {
    left: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.js-gnav .l-header__inner {
  color: #fff;
  background-size: cover;
}
.js-gnav .l-header__inner a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .js-gnav .l-header__inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .js-gnav .l-header__inner {
    padding-bottom: 30px;
  }
}
.js-gnav .l-header__inner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .js-gnav .l-header__inner__body {
    margin-top: 0;
  }
}
.js-gnav .l-header__inner__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .js-gnav .l-header__inner__cats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.js-gnav .l-header__inner__cat {
  border-top: 2px solid #fff;
  padding-top: 10px;
  min-width: 180px;
}
.js-gnav .l-header__inner__cat__h {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .js-gnav .l-header__inner__cat__h {
    font-size: 1rem;
  }
}
.js-gnav .l-header__inner__cat__h a {
  color: #fff;
}
.js-gnav .l-header__inner__links {
  margin-left: 1em;
}
.js-gnav .l-header__inner__link {
  margin-bottom: 15px;
}
.js-gnav .l-header__inner__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #fff;
}
.js-gnav .l-header__inner__link a:before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  margin-top: 0.8em;
}
.js-gnav .l-header__inner__social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .js-gnav .l-header__inner__social__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .js-gnav .l-header__inner__social__list {
    gap: 15px;
  }
}
.js-gnav .l-header__inner__social__item.--gooday {
  width: 93px;
}
.js-gnav .l-header__inner__social__item.--instagram {
  width: 43px;
}
.js-gnav .l-header__inner__social__item.--note {
  width: 100px;
}
/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--880 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--880 {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1200 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1200 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1300 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1300 {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1600 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1600 {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp--10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ---------------------------
c-btn
--------------------------- */
/*
.c-btn {
	border-radius: 9999px;
	background-color: v.$c0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: bold;
	border: 2px solid v.$c0;

	@include v.mq(lpt) {
		font-size: v.rem(15);
		// max-width: 256px;
		// width: 100%;
		min-width: 256px;
		width: fit-content;
		min-height: 56px;
		// padding: 10px 35px 10px 10px;
		padding: 10px 54px 10px 33px;
	}

	@include v.mq(s) {}

	&:hover {
		background-color: #fff;
		color: v.$c0;

		&::after {
			background-color: v.$c0;
			background-image: url(../images/common/icon_arrow_01_wh.svg);
		}
	}

	&::after {
		content: "";
		display: block;
		width: 27px;
		height: 27px;
		background-color: #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: 15px;
		transition: 0.3s;
		transform-origin: center;
		transform: translateY(-50%);
		background-image: url(../images/common/icon_arrow_01.svg);
		background-size: 11px auto;
		background-repeat: no-repeat;
		background-position: center;
	}

	&.--wh {
		background-color: #fff;
		color: v.$c0;

		&::after {
			background-color: v.$c0;
			background-image: url(../images/common/icon_arrow_01_wh.svg);
		}
	}

	&.--center {
		margin-left: auto;
		margin-right: auto;
	}

	&.--within {
		background-color: v.$c-gray04;
		color: v.$c0;
		border-color: v.$c-gray04;

		@include v.mq(lpt) {
			max-width: 100%;
			width: 100%;
			font-size: v.rem(14);
		}

		@include v.mq(s) {}

		&:hover {
			color: v.$c0;
		}

		&::after {
			transform-origin: center;
			transform: translateY(-50%) rotate(135deg);
		}

		&.--current {
			color: #fff;
			background: v.$c0;
			border-color: v.$c0;
			pointer-events: none;
		}
	}

	&.--full {
		@include v.mq(lpt) {
			width: 100%;
		}

		@include v.mq(s) {}
	}
}
*/
.c-btn01 {
  position: relative;
  background-color: #fff;
  color: #268ab6;
  border: solid 1px #268ab6;
  border-radius: 9999px;
  min-width: 206px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-btn01::after {
  position: absolute;
  content: "";
  right: 21px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0080b9;
  border-right: 1px solid #0080b9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn01.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn01:hover {
  background-color: #268ab6;
  color: #fff;
}
.c-btn01:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-btn01 .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn01 .ico .--book {
  width: 28px;
}
.c-btn01 .label {
  display: block;
}

.c-gnav {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 5;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  background: #268ab6;
  padding: 100px 50px 40px;
  /*	&__social{
  		@include v.mq(lpt){
  			display: none;
  		}
  		@include v.mq(s){
  		}
  		&__h{
  			@include v.f2();
  			color: #fff;
  			margin-bottom: 20px;
  			text-align: center;
  		}
  		&__list{
  			display: flex;
  			gap: 20px;
  			justify-content:center;
  		}
  		&__item{
  			width: 25px;
  			filter: invert(1);
  		}
  	}
  */
}
@media screen and (max-width: 767px) {
  .c-gnav {
    padding: 100px 10px 40px;
  }
}
.js-gnav .c-gnav {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-gnav__btn {
  position: fixed;
  right: 15px;
  top: 50vh;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #000000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-gnav__btn {
    right: 10px;
    top: 5px;
  }
}
.c-gnav__btn__lines {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.js-gnav .c-gnav__btn__lines {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
@media screen and (max-width: 767px) {
  .c-gnav__btn__lines {
    width: 30px;
    height: 30px;
  }
}
.c-gnav__btn__line {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-gnav__btn__line {
    height: 2px;
  }
}
.c-gnav__btn__line:nth-child(1), .c-gnav__btn__line:nth-child(3) {
  position: absolute;
  left: 0;
  top: 50%;
}
.c-gnav__btn__line:nth-child(1) {
  -webkit-transform: translateY(-350%);
          transform: translateY(-350%);
}
.c-gnav__btn__line:nth-child(3) {
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
}
.js-gnav .c-gnav__btn__line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-gnav .c-gnav__btn__line:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.js-gnav .c-gnav__btn__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.--single:not(.--scrolled) .c-gnav__btn__line {
  background: #fff;
}

/*.c-gnavLink{
	&__list{
		position: relative;
		z-index: 1;

		@include v.mq(lpt){
			display: flex;
			flex-wrap: wrap;
		}
		@include v.mq(s){
			margin-bottom: 20px;

		}
	}
	&__item{
		line-height: 1;
		@include v.mq(lpt){
			position: relative;
			font-size: calc(22rem / 16);
			.--single:not(.--scrolled) & a{
				color: #fff;
			}
			&:not(:last-child){
				border-right: 1px solid v.$c0;
				padding-right: 25px;
				margin-right: 25px;
				.--single:not(.--scrolled) &{
					border-right-color: #fff;
				}
			}

		}
		@include v.mq(s){
			text-align: center;
			font-size: calc(22rem / 16);
			border-bottom: 1px solid #424242;
			margin-bottom: 20px;
			padding-bottom: 20px;

			& > a{
				display: block;
				color: #fff;
			}


		}

		a{
			@include v.f3();
			@include v.mq(lpt){
			}
			@include v.mq(s){
				color: #fff;
			}
		}

		a:hover{
			opacity: 1!important;
		}


		&__ico{
			@include v.mq(lpt){
				display: none;
			}
			@include v.mq(s){
				font-size: calc(28rem / 16);
			}
		}
		&__label{
			display: block;
		}
	}
}*/
.c-h {
  position: relative;
  line-height: 1;
}
.c-h .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-h .ja {
    font-size: 0.9375rem;
  }
}
.c-h .ja::before {
  position: relative;
  content: "";
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #268ab6;
}
.c-h .en {
  display: block;
  margin-top: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-h .en {
    font-size: 2.5rem;
  }
}
.c-h.--wh {
  color: #fff;
}

.c-h02 {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(18px, 2.2vw, 30px);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-h02 {
    font-size: clamp(13px, 4.2vw, 21px);
  }
}
.c-h02 span {
  position: relative;
  padding: 2px 0.5em 2px 0.6em;
  background-color: #268ab6;
  color: #fff;
}
.c-h02__num {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #268ab6;
}
.c-h02__num::before {
  position: relative;
  content: "";
  display: inline-block;
  margin-right: 10px;
  top: 10px;
  left: 0;
  width: 45px;
  height: 30px;
  background: url(../img/common/ico_ajis.png) center bottom no-repeat;
  background-size: cover;
}

.c-h03 {
  position: relative;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-h03 {
    font-size: 1rem;
  }
}
.c-h03::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 30px;
  background: url(../img/common/ico_ajis.png) center bottom no-repeat;
  background-size: cover;
}

.c-h03-l {
  position: relative;
  padding-left: 60px;
  text-align: left;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-h03-l {
    font-size: 1rem;
  }
}
.c-h03-l::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 45px;
  height: 30px;
  background: url(../img/common/ico_ajis.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-h03-l::before {
    top: 0px;
  }
}

.c-txt {
  font-size: 0.9375rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 0.875rem;
  }
}

.c-txt02 {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(14px, 1.7vw, 18px);
  letter-spacing: 0.1em;
  font-weight: 700;
}
.c-txt02.--wh {
  color: #fff;
}

.c-txt-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.c-ban {
  position: relative;
  width: calc(100% - 20px);
  height: 31.25rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background: url(../img/common/bg_ban_01.webp) top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-ban {
    height: 24rem;
    background-position: top left -270px;
  }
}
.c-ban__img {
  max-width: 65%;
}

.p-opening {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  top: 0;
}
.p-opening__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-opening__ttl {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 413px;
}
@media screen and (max-width: 767px) {
  .p-opening__ttl {
    max-width: 80%;
  }
}
.p-opening__arrow {
  position: absolute;
  width: 100%;
  max-width: 117px;
}
@media screen and (max-width: 767px) {
  .p-opening__arrow {
    width: 60px;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__title {
  position: absolute;
  top: 45.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  .p-mv__title {
    max-width: 558px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__title {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__title {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    max-width: 300px;
    width: 80%;
  }
}
.p-mv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mv__img {
  position: absolute;
}
.p-mv__img img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mv__img.--01 {
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--01 {
    top: -90px;
    left: 10px;
    max-width: 420px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--01 {
    top: -90px;
    left: 10px;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--01 {
    top: -90px;
    left: 10px;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--01 {
    max-width: 200px;
    top: 50px;
    left: 10px;
    width: 42%;
  }
}
.p-mv__img.--02 {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--02 {
    max-width: 280px;
    top: 20.6%;
    left: 3.1vw;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--02 {
    max-width: 200px;
    top: 20.6%;
    left: 3.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--02 {
    max-width: 180px;
    top: 20.6%;
    left: 3.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--02 {
    max-width: 180px;
    width: 30%;
    top: 20.6%;
    left: -37px;
  }
}
.p-mv__img.--03 {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--03 {
    top: 42%;
    left: 15.6vw;
    max-width: 180px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--03 {
    max-width: 140px;
    top: 42%;
    left: 15.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--03 {
    max-width: 120px;
    top: 42%;
    left: 15.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--03 {
    max-width: 101px;
    top: 59%;
    left: 6.6vw;
  }
}
.p-mv__img.--04 {
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--04 {
    top: 66.7%;
    left: 10px;
    max-width: 340px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--04 {
    max-width: 240px;
    top: 66.7%;
    left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--04 {
    max-width: 200px;
    top: 66.7%;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--04 {
    max-width: 160px;
    top: 74.7%;
    left: -5px;
  }
}
.p-mv__img.--05 {
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--05 {
    top: -90px;
    right: 10px;
    max-width: 420px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--05 {
    max-width: 300px;
    top: -90px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--05 {
    max-width: 280px;
    top: 0;
    right: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--05 {
    max-width: 190px;
    top: 6%;
    right: -35px;
  }
}
.p-mv__img.--06 {
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--06 {
    top: 25.2%;
    right: 5.3vw;
    max-width: 160px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--06 {
    max-width: 120px;
    top: 25.2%;
    right: 5.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--06 {
    max-width: 100px;
    top: 25.2%;
    right: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--06 {
    max-width: 86px;
    top: 17.2%;
    right: -6.7vw;
  }
}
.p-mv__img.--07 {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--07 {
    top: 47.3%;
    right: 10.6vw;
    max-width: 260px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--07 {
    max-width: 180px;
    top: 47.3%;
    right: 10.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--07 {
    max-width: 160px;
    top: 47.3%;
    right: 10.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--07 {
    max-width: 160px;
    top: 59.3%;
    right: -3.4vw;
  }
}
.p-mv__img.--08 {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  .p-mv__img.--08 {
    top: 66.7%;
    right: 10px;
    max-width: 340px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-mv__img.--08 {
    max-width: 240px;
    top: 66.7%;
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv__img.--08 {
    max-width: 200px;
    top: 66.7%;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img.--08 {
    max-width: 160px;
    top: 74.7%;
    right: 10px;
  }
}
.p-mv__circle {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.p-mv__circle.--01 {
  width: 20px;
  height: 20px;
  background-color: #268ab6;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--01 {
    top: 12.5vh;
    left: 34.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--01 {
    top: 12.5vh;
    left: 34.2vw;
  }
}
.p-mv__circle.--02 {
  width: 60px;
  height: 60px;
  background-color: #45d5ff;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--02 {
    top: 39.5vh;
    left: 25.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--02 {
    top: 39.5vh;
    left: -2.8vw;
  }
}
.p-mv__circle.--03 {
  width: 30px;
  height: 30px;
  background-color: #268ab6;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--03 {
    top: 52.5vh;
    left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--03 {
    top: 52.5vh;
    left: 4vw;
  }
}
.p-mv__circle.--04 {
  width: 30px;
  height: 30px;
  background-color: #45aadb;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--04 {
    top: 80.4vh;
    left: 30.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--04 {
    top: 80.4vh;
    left: 30.2vw;
  }
}
.p-mv__circle.--05 {
  width: 100px;
  height: 100px;
  background-color: #45aadb;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--05 {
    top: 16.4vh;
    right: 22.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--05 {
    top: 16.4vh;
    right: 22.2vw;
  }
}
.p-mv__circle.--06 {
  width: 30px;
  height: 30px;
  background-color: #00ffff;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--06 {
    top: 32.4vh;
    right: 18.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--06 {
    top: 32.4vh;
    right: 18.6vw;
  }
}
.p-mv__circle.--07 {
  width: 30px;
  height: 30px;
  background-color: #00ffff;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--07 {
    top: 63.9vh;
    right: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--07 {
    top: 63.9vh;
    right: 5.2vw;
  }
}
.p-mv__circle.--08 {
  width: 30px;
  height: 30px;
  background-color: #268ab6;
}
@media screen and (min-width: 768px) {
  .p-mv__circle.--08 {
    top: 78.9vh;
    right: 28.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle.--08 {
    top: 78.9vh;
    right: 28.2vw;
  }
}
.p-mv__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 44px;
  text-align: center;
  font-size: 0.75rem;
}
.p-mv__scroll::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  left: 50%;
  bottom: -44px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
}
.p-mv__scroll a:hover {
  opacity: 0.65;
}

.p-mv02 {
  position: relative;
  /* &::before{
     position: absolute;
     content:"";
     width: 100vw;//100%;//2100px;
     height: 95vw;//1398px
     top: -180px;
     right: 0;
     background: url(../img/common/bg_header_01.svg) top center;
     background-size: cover;
  	@include v.mq(s){
  		height: 600px;
       top: 60px;
       background-position: top right -100px;
  	}
   }*/
}
.p-mv02::before {
  position: absolute;
  content: "";
  width: calc(100vw + 16%);
  height: 100vw;
  max-height: 1300px;
  top: calc(-5vw - 90px);
  right: -8%;
  background: #e9f3f7;
  clip-path: polygon(111% 0, 0 38%, 0 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv02::before {
    height: 100vw;
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02::before {
    height: 100vw;
    top: -40px;
  }
}
.p-mv02__bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/common/bg_01.svg) center center;
}
@media screen and (min-width: 1401px) {
  .p-mv02__bg {
    max-height: 720px;
    height: 45vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-mv02__bg {
    height: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02__bg {
    height: 400px;
  }
}
.p-mv02__inner {
  position: relative;
}
.p-mv02__h {
  position: relative;
  line-height: 1;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-mv02__h {
    margin-top: 20px;
  }
}
.p-mv02__h .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv02__h .ja {
    font-size: 0.9375rem;
  }
}
.p-mv02__h .ja::before {
  position: relative;
  content: "";
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #268ab6;
}
.p-mv02__h .en {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv02__h .en {
    font-size: 2.8125rem;
  }
}
.p-mv02__h .lead {
  margin-left: 1.5em;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-mv02__h .lead {
    margin-left: 1em;
    font-size: 0.9375rem;
  }
}
.p-mv02__h.--wh {
  color: #fff;
}
.p-mv02__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (min-width: 768px) {
  .p-mv02__img {
    aspect-ratio: 1340/670;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02__img {
    overflow: hidden;
  }
  .p-mv02__img img {
    width: 100%;
    height: 104vw;
  }
}
.p-mv02__txt {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-mv02__txt {
    width: 360px;
    left: -130px;
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02__txt {
    width: 135px;
    left: 20px;
    top: -20px;
  }
}
.p-mv02__scroll {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-mv02__scroll {
    right: 0;
    top: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-mv02__scroll {
    right: -30px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv02__scroll {
    display: none;
  }
}
.p-mv02__scrollWrap {
  position: relative;
}
.p-mv02__scroll__h {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
}
.p-mv02__scroll__arrow {
  display: block;
  width: 30px;
  height: 90px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin-right: -2px;
}

.p-post__head {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-post__head {
    margin-bottom: 30px;
  }
}
.p-post__meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  color: #268ab6;
}
@media screen and (max-width: 767px) {
  .p-post__date {
    font-size: 0.8125rem;
  }
}
.p-post__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 8px;
  margin-left: 20px;
}
.p-post__cat {
  padding: 1px 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-color: #268ab6;
}
.p-post__cat a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-post__cat {
    padding: 2px 8px;
    font-size: 0.875rem;
  }
}
.p-post__img {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-post__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-post__body {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 2.4;
}
.p-post__pager {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-post__pager {
    margin-top: 50px;
  }
}
.p-post__pager a {
  color: #959595;
}

.wp-pagenavi {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.8;
}
.page-numbers.prev {
  height: 50px;
  width: 50px;
}
.page-numbers.next {
  height: 50px;
  width: 50px;
}
.page-numbers a {
  color: #959595;
}
.page-numbers .current {
  color: #268ab6;
  text-decoration: underline;
}

/* ---------------------------
p-bread
--------------------------- */
.p-bread__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
.p-bread__list li {
  color: #959595;
}
.p-bread__list li a {
  position: relative;
  margin-right: 1.5em;
  color: #000;
  text-decoration: underline;
}
.p-bread__list li a::after {
  position: absolute;
  right: -1em;
  content: "/";
  font-size: 0.75rem;
}

.p-news-index {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(244, 244, 244)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(244, 244, 244));
}
.p-news-index__h {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-index__h {
    font-size: 2.125rem;
  }
}
.p-news-index__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(28px, 3vw, 60px) 1fr clamp(28px, 3vw, 60px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px clamp(28px, 3vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-news-index__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.p-news-index__item {
  width: 100%;
  max-width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-index__item {
    margin: 0 auto;
  }
}
.p-news-index__item a {
  display: block;
}
.p-news-index__thumb {
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 360/280;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.p-news-index__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-index__head {
  margin-top: 20px;
}
.p-news-index__date {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-news-index__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 8px;
}
.p-news-index__cat {
  padding: 1px 10px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 5px;
  letter-spacing: 0.1em;
  background-color: #268ab6;
  color: #fff;
}
.p-news-index__body {
  margin-top: 15px;
}
.p-news-index__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-news-index__h {
    letter-spacing: 0;
  }
}

.contact .p-mv02::before {
  top: calc(-17vw - 90px);
}
@media screen and (max-width: 767px) {
  .contact .p-mv02::before {
    top: -100px;
  }
}

.p-contact__inner {
  position: relative;
}
.p-contact__inner::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 70vw;
  max-height: 1300px;
  top: 0;
  left: 20%;
  background: #e9f3f7;
  clip-path: polygon(110% 25%, 0 0, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-contact__inner::before {
    height: 100vw;
    top: 2%;
    left: 10%;
  }
}
.p-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__item {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-contact__item__head {
  padding: 18px clamp(15px, 1.3vw, 20px);
  background-color: #268ab6;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.entry .p-contact__item__head {
  padding: 18px clamp(15px, 1.3vw, 20px);
}
.p-contact__item__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 28px);
  line-height: 1.285;
}
.entry .p-contact__item__h {
  font-size: clamp(15px, 1.9vw, 28px);
}
.p-contact__item__body {
  padding: 30px clamp(20px, 2vw, 40px);
  min-height: 175px;
}
.entry .p-contact__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}
.p-contact__img {
  margin-right: 10px;
  width: 78px;
  height: auto;
}
.p-contact__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    width: 58px;
    height: auto;
  }
}
.p-contact__txt {
  font-size: 0.875rem;
}
.p-contact__btn {
  width: 100%;
  max-width: 350px;
}
.p-contact__btn a {
  position: relative;
  padding: 7.5px 20px;
  display: block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35;
  background-color: #268ab6;
  color: #fff;
  border: solid 2px #268ab6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact__btn a:hover {
  opacity: 0.7;
}

.p-contact-form {
  position: relative;
}
.p-contact-form__txt {
  line-height: 2.4;
}
.p-contact-form__table {
  width: 100%;
}
.p-contact-form__table th, .p-contact-form__table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8em 0;
  width: 192px;
  vertical-align: text-top;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact-form__table th, .p-contact-form__table th p {
    font-size: 0.9375rem;
    width: 100%;
    margin-top: 1em;
  }
}
.p-contact-form__table th .req, .p-contact-form__table th p .req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  font-size: 0.75rem;
  background-color: #268ab6;
  color: #fff;
}
.p-contact-form__table td {
  padding: 1em 1.5em;
  width: 100%;
  font-weight: 400;
  line-height: 1.6;
}
.p-contact-form__table td .half, .p-contact-form__table td .half p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-form__table td .note {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__table td .note {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form__table td {
    display: block;
    padding: 0 0;
  }
}
.p-contact-form__btn {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn {
    margin-top: 30px;
  }
}
.p-contact-form__btn input {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  background-color: #268ab6;
  color: #fff;
  border: solid 2px #268ab6;
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.35;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-form__btn input:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn input {
    max-width: 320px;
  }
}

.p-contact-form__table td input[type=text], .p-contact-form__table td input[type=email], .p-contact-form__table td input[type=tel], .p-contact-form__table td textarea, .p-contact-form__table td select {
  padding: 12px 10px;
  font-size: 16px;
  background-color: #FAFAFA;
  border: 2px solid #D1D1D1;
  display: block;
  width: 100%;
  max-width: 793px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__table td input[type=text], .p-contact-form__table td input[type=email], .p-contact-form__table td input[type=tel], .p-contact-form__table td textarea, .p-contact-form__table td select {
    font-size: 14px;
    max-width: inherit;
  }
}

.p-contact-form__table td .half input[type=text], .p-contact-form__table td .half select {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__table td .half input[type=text], .p-contact-form__table td .half select {
    width: 100%;
  }
}

.p-guideline-flow__inner {
  position: relative;
  /*  &::before{
      position: absolute;
      content:"";
      width: 100vw;//1464px;
      height: 993px;//95vw;//1398px
      top: 2vw;
      left: 0;
      background: url(../img/common/bg_header_02.svg) top center;
      background-size: cover;
      z-index: -1;
  		@include v.mq(s){
  			height: 600px;
        top: 60px;
        background-position: top right -100px;
  		}
    }*/
}
.p-guideline-flow__inner::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 70vw;
  max-height: 1300px;
  top: 10%;
  left: 20%;
  background: #e9f3f7;
  clip-path: polygon(110% 25%, 0 0, 100% 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-guideline-flow__inner::after {
    height: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-guideline-flow__inner::after {
    height: 100vw;
    top: 5%;
    left: 10%;
  }
}
.p-guideline-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 50px 50px;
}
@media screen and (max-width: 767px) {
  .p-guideline-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-guideline-flow__list li {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  width: 33.3333333333%;
  max-width: 352px;
}
@media screen and (max-width: 767px) {
  .p-guideline-flow__list li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-guideline-flow__list li::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 24px solid #268ab6;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .p-guideline-flow__list li::after {
    top: inherit;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 24px solid #268ab6;
    border-right: 30px solid transparent;
    border-bottom: 0;
    border-left: 30px solid transparent;
  }
}
.p-guideline-flow__list li:last-child::after {
  border: none;
}
.p-guideline-flow__head {
  padding: 20px clamp(20px, 2vw, 40px);
  background-color: #268ab6;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.p-guideline-flow__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 28px);
  line-height: 1.285;
}
.p-guideline-flow__h .month {
  font-size: clamp(12px, 1.9vw, 20px);
}
.p-guideline-flow__body {
  padding: 20px clamp(20px, 2vw, 40px);
}
.p-guideline-flow__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-guideline-flow__detail dt {
  width: 60px;
  line-height: 2.2;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-guideline-flow__detail dt {
    width: 40px;
    font-size: 0.875rem;
  }
}
.p-guideline-flow__detail dd {
  width: calc(100% - 60px);
  line-height: 2.2;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-guideline-flow__detail dd {
    width: calc(100% - 40px);
    font-size: 0.875rem;
  }
}

.p-guideline-data {
  position: relative;
}
.p-guideline-data__table {
  border-top: solid 1px #E0E0E0;
  border-left: solid 1px #E0E0E0;
}
.p-guideline-data__table th {
  padding: 0.8em 0.8em;
  width: 20%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
  background-color: #FAFAFA;
  border-right: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
}
@media screen and (max-width: 767px) {
  .p-guideline-data__table th {
    font-size: 0.8125rem;
  }
}
.p-guideline-data__table td {
  padding: 0.8em 0.8em;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff;
  border-right: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
}
@media screen and (max-width: 767px) {
  .p-guideline-data__table td {
    font-size: 0.8125rem;
  }
}

.p-culture {
  position: relative;
}
.p-culture__row {
  margin-top: 140px;
  padding: 0 80px 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-column-gap: clamp(20px, 5vw, 80px);
     -moz-column-gap: clamp(20px, 5vw, 80px);
          column-gap: clamp(20px, 5vw, 80px);
  border-bottom-right-radius: 4px;
  border-right: solid 1px #268ab6;
  border-bottom: solid 1px #268ab6;
}
.p-culture__row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-culture__row {
    margin-top: 60px;
    padding: 0 40px 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-culture__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-culture__head {
    width: 54.16%;
  }
}
@media screen and (max-width: 767px) {
  .p-culture__head {
    width: 100%;
  }
}
.p-culture__en {
  position: absolute;
  top: 0;
  right: -60px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #268ab6;
}
@media screen and (max-width: 767px) {
  .p-culture__en {
    right: -30px;
  }
}
.p-culture__lead {
  margin-top: -15px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 2;
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-culture__lead {
    margin-top: 30px;
  }
}
.p-culture__lead .strong-first {
  position: relative;
  top: -10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-culture__lead .strong-first {
    zoom: 0.6;
  }
}
.p-culture__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-culture__body {
    width: 45.8%;
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-culture__body {
    width: 100%;
  }
}
.p-culture__txts {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .p-culture__txts {
    margin-top: 30px;
  }
}
.p-culture__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.p-culture__img.--first {
  max-width: 570px;
  margin-right: 80px;
}
.p-culture__img.--second {
  margin-top: 20px;
  width: 70%;
  max-width: 330px;
}
.p-system {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(244, 244, 244)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(244, 244, 244));
}
.p-system__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-system__h {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #268ab6;
}
.p-system__h .en {
  padding-top: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #268ab6;
}
@media screen and (max-width: 767px) {
  .p-system__h {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
  .p-system__h .en {
    font-size: 0.875rem;
  }
}
.p-system__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-system__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-system__row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-system__row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-system__row.reverse .p-system__content {
  width: 55.8%;
}
@media screen and (max-width: 767px) {
  .p-system__row.reverse .p-system__content {
    width: 100%;
  }
}
.p-system__content__lead {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(16px, 2.3vw, 30px);
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 700;
}
.p-system__content__h {
  margin-top: 35px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #268ab6;
}
@media screen and (max-width: 767px) {
  .p-system__content__h {
    font-size: 1.1875rem;
  }
}
.p-system__content__txt {
  line-height: 2;
}
.p-system__content__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2.13;
}
@media screen and (max-width: 1100px) {
  .p-system__content__list {
    -ms-grid-rows: (1fr)[8];
    grid-template-rows: repeat(8, 1fr);
  }
}
.p-system__content__list li {
  position: relative;
  padding-left: 1em;
}
.p-system__content__list li::before {
  position: absolute;
  content: "・";
  font-size: 0.9375rem;
  left: 0;
  top: 0;
}
.p-system__table {
  max-width: 670px;
}
.p-system__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(28px, 3vw, 60px) 1fr clamp(28px, 3vw, 60px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px clamp(28px, 3vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-system__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.p-system__item {
  width: 100%;
  max-width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-system__item {
    margin: 0 auto;
  }
}
.p-system__imgs {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-system__imgs {
    margin-right: auto;
  }
}
.p-system__img {
  margin-top: 20px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-system__img {
    margin: 0 auto;
  }
}
.p-system__img.img01 {
  max-width: 480px;
}
.p-system__img.img02 {
  width: 80%;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .p-system__img.img02 {
    margin-left: 0;
  }
}
.p-system__img__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 60px;
}
@media screen and (max-width: 767px) {
  .p-system__img__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}

.p-system-menu {
  position: relative;
}
.p-system-menu__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-system-menu__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-system-menu__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-system-menu__item {
  display: block;
  padding: 30px 20px 15px;
  text-align: center;
  width: 100%;
  max-width: 380px;
  min-height: 300px;
  border-radius: 10px;
  border: solid 1px #268ab6;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-system-menu__item {
    margin: 0 auto;
  }
}
.p-system-menu__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-system-menu__txts {
  margin-top: 20px;
}
.p-system-menu__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-system-menu__h {
    font-size: 1.25rem;
  }
}
.p-system-menu__txt {
  margin-top: 15px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.928;
}
.p-office {
  position: relative;
}
.p-office__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-office__head__h {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-office__head__h {
    font-size: 1.625rem;
  }
}
.p-office__head__img {
  position: absolute;
  right: -30%;
  bottom: 50px;
  max-width: 875px;
  width: 73%;
  height: auto;
  aspect-ratio: 875/510;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-office__head__img {
    position: relative;
    right: -10%;
    width: 100%;
    margin: 40px auto;
  }
}
.p-office__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px 80px;
}
@media screen and (max-width: 767px) {
  .p-office__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0px;
  }
}
.p-office__img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 560/380;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-office__img {
    margin: 0 auto 40px;
  }
}

.p-office-data {
  max-width: 600px;
}
.p-office-data__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-office-data__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-office-data__row .swiper-nav01 {
  position: relative;
  bottom: 20px;
  width: 150px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .p-office-data__row .swiper-nav01 {
    bottom: 10px;
    width: 130px;
    margin-right: 0;
  }
}
.p-office-data__h .en {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-office-data__h .en {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.p-office-data__txt {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .p-office-data__txt {
    width: 100%;
  }
}
.p-office-data__body {
  overflow: hidden;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-office-data__body {
    width: 100%;
  }
}
.p-office-data__body .swiper {
  overflow: visible;
}
.p-office-data__item {
  min-width: 380px;
}
.p-office-data__item :first-child {
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .p-office-data__item {
    min-width: inherit;
  }
  .p-office-data__item :first-child {
    min-width: inherit;
  }
}
.p-office-data__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.p-office-data__caption {
  margin-top: 15px;
  font-size: 0.75rem;
}

.p-office-workplace {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(244, 244, 244)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(244, 244, 244));
}
.p-office-workplace__in {
  padding: 90px 100px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-office-workplace__in {
    padding: 80px 20px 50px;
  }
}
.p-office-workplace__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-office-workplace__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 35px;
}
@media screen and (max-width: 767px) {
  .p-office-workplace__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.p-office-workplace__item {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .p-office-workplace__item {
    width: 100%;
    margin: 0 auto;
  }
}
.p-office-workplace__img {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  max-width: 310px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.p-office__instagram {
  text-align: center;
}
.p-office__instagram .c-h02 {
  font-size: 2.5rem;
}
.p-office__instagram .link-instagram {
  position: relative;
}
.p-office__instagram .link-instagram::after {
  position: absolute;
  content: "";
  right: 21px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #268ab6;
  border-right: 1px solid #268ab6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-persons-index {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(244, 244, 244)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(244, 244, 244));
}
.p-persons-index__h {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-persons-index__h {
    font-size: 2.125rem;
  }
}
.p-persons-index__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-persons-index__num {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #268ab6;
}
.p-persons-index__num.c-h02__num::before {
  width: 38px;
  height: 24px;
}
.p-persons-index__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(28px, 3vw, 60px) 1fr clamp(28px, 3vw, 60px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px clamp(28px, 3vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-persons-index__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.p-persons-index__item {
  width: 100%;
  max-width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-persons-index__item {
    margin: 0 auto;
  }
}
.p-persons-index__img {
  margin-top: 20px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 360/280;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.p-persons-index__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-persons-index__body {
  margin-top: 30px;
}
.p-persons-index__lead {
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-persons-index__lead {
    letter-spacing: 0;
  }
}
.p-persons-index__txt {
  font-size: 0.875rem;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.p-persons-index__name {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}

.p-persons {
  position: relative;
}
.p-persons__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-persons__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-persons__head__content {
  position: absolute;
  height: 100%;
  left: clamp(10px, 2.8vw, 50px);
}
.p-persons__head__content .c-h02__num {
  top: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-persons__head__content {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-persons__head__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -160px;
  }
}
.p-persons__head__txts {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .p-persons__head__txts {
    position: relative;
    left: 0;
  }
}
.p-persons__head__name {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  margin-top: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-persons__head__name {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-persons__head__name {
    margin-top: 10px;
    font-size: 1.6875rem;
  }
}
.p-persons__head__img {
  position: relative;
  top: 0;
  display: block;
  width: 61%;
  margin-left: 39%;
  max-width: 790px;
  height: auto;
  aspect-ratio: 790/540;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-persons__head__img {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.p-persons__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px 80px;
}
@media screen and (max-width: 767px) {
  .p-persons__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0px;
  }
}
.p-persons__h {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
  padding: 0.6em 2.5em;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-color: #268ab6;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-persons__h {
    margin-bottom: 20px;
    padding: 0.6em 1.5em;
    font-size: 1rem;
  }
}
.p-persons__h::after {
  position: absolute;
  content: "";
  bottom: -16px;
  right: 50px;
  width: 32px;
  height: 17px;
  background: url(../img/persons/bg_persons_h.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .p-persons__h::after {
    bottom: -13px;
    right: 35px;
    width: 26px;
    height: 14px;
  }
}
.p-persons__img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 560/380;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-persons__img {
    margin: 0 auto 40px;
  }
}
.p-persons__data {
  max-width: 600px;
}
.p-persons__data__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: solid 1px #268ab6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.p-persons__data__note {
  margin-top: -1.5em;
  text-align: right;
  font-size: 0.9375rem;
}
.p-persons__dayoff__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-persons__dayoff__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-persons__dayoff__body {
  width: 61.6%;
  max-width: 740px;
  border-top: solid 1px #268ab6;
  border-bottom: solid 1px #268ab6;
}
@media screen and (max-width: 1100px) {
  .p-persons__dayoff__body {
    width: 100%;
    max-width: inherit;
  }
}
.p-persons__dayoff__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #268ab6;
}
.p-persons__dayoff__h .en {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #268ab6;
}
.p-persons__dayoff__img {
  width: 100%;
  max-width: 380px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.p-persons__dayoff__img img {
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .p-persons__dayoff__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 40px auto 0;
  }
}

.p-persons-menu {
  background-color: #e9f3f7;
  /* &__row{
  	display: flex;
  	position: relative;
     column-gap: 10px;//clamp( 10px, 2vw, 40px);
     @include v.mq(s){
       flex-direction: column;
    }
   }*/
}
.p-persons-menu__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-persons-menu__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #268ab6;
}
.p-persons-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-persons-menu__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-persons-menu__item {
  width: 16.6666666667%;
  max-width: 180px;
}
.p-persons-menu__item.current {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-persons-menu__item {
    width: calc(50% - 12px);
  }
}
.p-persons-menu__img {
  margin-top: 15px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.p-persons-menu__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-persons-menu__txt {
  font-size: 0.75rem;
  margin-top: 15px;
}
.p-persons-menu__name {
  font-size: 1.125rem;
  margin-top: 5px;
}

.p-message {
  position: relative;
}
.p-message::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  width: 100.56vw;
  max-width: 1609px;
  height: 32.56vw;
  background: url(../img/common/bg_ajis.svg) center bottom no-repeat;
  background-size: contain;
}
.p-message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-column-gap: clamp(20px, 5vw, 80px);
     -moz-column-gap: clamp(20px, 5vw, 80px);
          column-gap: clamp(20px, 5vw, 80px);
}
.p-message__row .p-message__head {
  padding-right: 50px;
}
.p-message__row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-message__row.reverse .p-message__head {
  padding-right: inherit;
  padding-left: 50px;
}
.p-message__row.-first .p-message__body {
  position: relative;
}
.p-message__row.-first .p-message__body::before {
  position: absolute;
  content: "TOP MESSAGE";
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #268ab6;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .p-message__row.-first .p-message__body::before {
    font-size: 0.9375rem;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__row.-first .p-message__img {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-message__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-message__row .p-message__head {
    padding-right: inherit;
  }
  .p-message__row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-message__row.reverse .p-message__head {
    padding-left: inherit;
  }
}
.p-message__head {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message__head {
    width: 51.6%;
  }
}
@media screen and (max-width: 767px) {
  .p-message__head {
    width: 100%;
  }
}
.p-message__h {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-message__h {
    font-size: 1.625rem;
  }
}
.p-message__lead {
  margin-top: -15px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 2;
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    margin-bottom: 30px;
  }
}
.p-message__lead .strong-first {
  position: relative;
  top: -10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-message__lead .strong-first {
    zoom: 0.6;
  }
}
.p-message__lead .strong {
  position: relative;
  top: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 1.2rem;
  font-size: clamp(20px, 4vw, 50px);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
.p-message__lead .strong::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  height: 90%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 137, 181)), color-stop(99.79%, rgb(45, 165, 217)), to(rgb(0, 128, 184)));
  background: linear-gradient(90deg, rgb(38, 137, 181) 0%, rgb(45, 165, 217) 99.79%, rgb(0, 128, 184) 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-message__lead .strong {
    top: -5px;
    padding: 0 0.8rem;
    font-size: 1.6875rem;
  }
  .p-message__lead .strong::before {
    top: 5px;
  }
}
.p-message__name {
  font-size: 1.125rem;
  letter-spacing: 0.05px;
  text-align: right;
}
.p-message__name small {
  margin-right: 1em;
}
.p-message__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    width: 42.3%;
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-message__body {
    width: 100%;
  }
}
.p-message__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 550/720;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 100%;
  }
}
.p-message-persons {
  background-color: #e9f3f7;
  position: relative;
}
.p-message-persons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(15px, 1.2vw, 30px);
     -moz-column-gap: clamp(15px, 1.2vw, 30px);
          column-gap: clamp(15px, 1.2vw, 30px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-message-persons__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    margin: 0 auto;
  }
}
.p-message-persons__item {
  position: relative;
  width: calc(25% - 15px);
  max-width: 280px;
}
.p-message-persons__item:nth-child(even) {
  top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-message-persons__item {
    /*  width: calc( 50% - 15px );
        &:nth-child(even){
          top: 0;
        }*/
  }
}
@media screen and (max-width: 767px) {
  .p-message-persons__item {
    width: 100%;
  }
  .p-message-persons__item:nth-child(even) {
    top: 0;
  }
}
.p-message-persons__box {
  position: relative;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  max-height: 280px;
  text-align: center;
  border: solid 1px #268ab6;
  background-color: #fff;
  border-radius: 4px;
  /*   &::before{
       position: absolute;
       content: "";
       display: inline-block;
       bottom: -37px;
       right: 51px;
       width: 0;
       height: 0;
       border-style: solid;
       border-color: #fff transparent transparent transparent;
       border-width: 48px 30px 0px 0px;
       transform: rotate(22deg);
     } */
}
@media screen and (max-width: 767px) {
  .p-message-persons__box {
    margin: 0 auto;
  }
}
.p-message-persons__box::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 70px;
  width: 45px;
  height: 30px;
  background: url(../img/message/bg_box_01.png) center bottom no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-message-persons__box::after {
    bottom: -18px;
    margin-left: 36px;
    width: 27px;
    height: 18px;
  }
}
.p-message-persons__num {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
  color: #268ab6;
}
.p-message-persons__txt {
  font-size: clamp(13px, 1.3vw, 16px);
  line-height: 2.25;
  font-weight: 700;
}
.p-message-persons__img {
  position: relative;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-message-persons__img {
    width: 100px;
    height: 100px;
  }
}

.p-job {
  position: relative;
}
.p-job__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.p-job__row .p-job__head {
  padding-right: 50px;
}
.p-job__row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-job__row.reverse .p-job__head {
  padding-right: inherit;
  padding-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-job__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-job__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-job__row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-job__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-job__head__h {
  position: absolute;
  top: 0;
  left: clamp(10px, 2.8vw, 50px);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-job__head__h {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__head__h {
    position: relative;
    left: 0;
  }
}
.p-job__head__img {
  position: relative;
  display: block;
  width: 61%;
  margin-left: 39%;
  max-width: 790px;
  height: auto;
  aspect-ratio: 790/560;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-job__head__img {
    width: 100%;
    margin-left: inherit;
  }
}
.p-job__content {
  margin-top: -160px;
  padding: 50px 60px 50px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-job__content {
    margin-top: -110px;
    padding: 50px 40px 50px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__content {
    margin-top: 0;
    padding: 20px 0 40px;
  }
}
.p-job__img {
  position: relative;
  display: block;
  width: 40%;
  max-width: 520px;
  height: auto;
  margin-top: 80px;
  margin-right: 50px;
  aspect-ratio: 520/480;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-job__img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-job__img {
    width: 100%;
    margin: 40px auto;
  }
}
.p-job__data {
  max-width: 600px;
}
.p-job__data__h {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: solid 1px #268ab6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.p-job__data__note {
  margin-top: -1.5em;
  text-align: right;
  font-size: 0.9375rem;
}
.p-job__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  font-size: clamp(14px, 1.7vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .p-job__list {
    font-size: 0.9375rem;
  }
}
.p-job__list li {
  position: relative;
  padding-left: 1em;
  margin-top: 10px;
}
.p-job__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #268ab6;
}
@media screen and (max-width: 1100px) {
  .p-job__list li::before {
    top: 6px;
  }
}

.p-job-flow {
  position: relative;
  padding: 80px 0;
}
.p-job-flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 410px;
  width: 410px;
  border-radius: 50%;
  background-color: #f0f0f0;
  z-index: -1;
}
.p-job-flow::after {
  position: absolute;
  content: "";
  top: 0;
  left: 200px;
  height: 410px;
  width: 200%;
  background-color: #f0f0f0;
  z-index: -1;
}
.p-job-flow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-job-flow__row {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-job-flow__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0;
  }
}
.p-job-flow__head {
  position: relative;
  width: 24%;
  max-width: 280px;
}
.p-job-flow__head .c-h03 {
  font-size: clamp(15px, 2.4vw, 26px);
}
@media screen and (max-width: 767px) {
  .p-job-flow__head {
    width: 100%;
  }
}
.p-job-flow__body {
  position: relative;
  width: 76%;
}
@media screen and (max-width: 767px) {
  .p-job-flow__body {
    width: 100%;
  }
}
.p-job-flow__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(10px, 2vw, 30px);
     -moz-column-gap: clamp(10px, 2vw, 30px);
          column-gap: clamp(10px, 2vw, 30px);
  width: 100%;
}
.p-job-flow__items::before {
  position: absolute;
  content: "";
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 2em;
  background-color: rgba(38, 137, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .p-job-flow__items::before {
    top: 40px;
    bottom: 0;
    left: 35px;
    width: 10px;
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-job-flow__items {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-job-flow__item {
  position: relative;
  width: 25%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-job-flow__item {
    width: 100%;
  }
}
.p-job-flow__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-job-flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-left: 80px;
  }
}
.p-job-flow__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-job-flow__time {
    width: 80px;
    margin-left: -80px;
  }
}
.p-job-flow__time__img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-job-flow__time__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-job-flow__time__num {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  color: #268ab6;
}
.p-job-flow__txt {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-job-flow__txt {
    margin-top: 0;
  }
}

.p-job-careerup {
  background-color: #e9f3f7;
  position: relative;
}
.p-job-careerup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-job-careerup__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-job-careerup__head {
  width: 20%;
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  .p-job-careerup__head {
    width: 100%;
  }
}
.p-job-careerup__body {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-job-careerup__body {
    width: 100%;
  }
}
.p-job-careerup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-job-careerup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(20px, 1.5vw, 40px);
     -moz-column-gap: clamp(20px, 1.5vw, 40px);
          column-gap: clamp(20px, 1.5vw, 40px);
  width: 100%;
}
.p-job-careerup__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-job-careerup__img {
    width: 70px;
    height: 70px;
  }
}
.p-job-careerup__txt {
  width: calc(100% - 140px);
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-job-careerup__txt {
    width: calc(100% - 90px);
  }
}

.p-job-service {
  background-color: #e9f3f7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-job-service__body {
    width: 100%;
  }
}
.p-job-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px clamp(40px, 8vw, 120px);
}
.p-job-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: clamp(20px, 1.5vw, 40px);
     -moz-column-gap: clamp(20px, 1.5vw, 40px);
          column-gap: clamp(20px, 1.5vw, 40px);
  width: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .p-job-service__item {
    width: 100%;
  }
}
.p-job-service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-job-service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-job-service__num {
  display: block;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1;
  color: #268ab6;
}
.p-job-service__h {
  font-size: clamp(16px, 1.3vw, 22px);
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-job-service__h small {
  display: block;
  margin-top: 10px;
}
.p-job-service__img {
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-job-service__img {
    margin: 10px auto 0;
    width: 100%;
    height: auto;
  }
}
.p-job-service__txt {
  margin-top: 30px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-job-service__txt {
    margin-top: 20px;
  }
}

.p-news {
  position: relative;
  /*&__cat{
     background: v.$c1;
     border-radius: 9999px;
     line-height: 1;
     padding: 10px 20px;
     display: flex;
     align-items:center;
     letter-spacing: 0;
     width: fit-content;
  }*/
  /* &__h{
     font-size: calc(18rem / 16);
     margin-top: 0.8rem;
     letter-spacing: 0;
     font-weight: 500;
  } */
}
.p-news::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 66vw;
  top: 0;
  right: 0;
  background: url(../img/home/bg_01.svg) top center;
  background-size: cover;
}
.p-news__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px clamp(20px, 4.69vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-news__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__row__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news__row__body {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p-news__row__body {
    width: 100%;
  }
}
.p-news__item a {
  position: relative;
  display: block;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-news__thumb {
  max-height: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
.p-news__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p-news__head {
  /*	display: flex;
     align-items:center;
     justify-content: flex-end;//space-between;
     gap: 10px;*/
  margin-top: 10px;
}
.p-news__date {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.p-news__body {
  margin-top: 5px;
}
.p-news__txt {
  font-size: 0.875rem;
  line-height: 1.857;
  letter-spacing: 0;
}

.p-home-message {
  position: relative;
}
.p-home-message::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100.56vw;
  max-width: 1609px;
  height: 32.56vw;
  background: url(../img/common/bg_ajis.svg) center bottom no-repeat;
  background-size: contain;
}
.p-home-message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  gap: clamp(20px, 5vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-home-message__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-home-message__head {
  position: relative;
  z-index: 1;
}
.p-home-message__head::before {
  position: absolute;
  content: "";
  width: 199px;
  height: 247px;
  top: -3.75rem;
  right: -5rem;
  background: url(../img/home/bg_message_01.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home-message__head::before {
    width: 99px;
    height: 124px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home-message__head {
    width: 36.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__head {
    width: 100%;
  }
}
.p-home-message__h {
  margin-bottom: 20px;
  margin-top: -76px;
  margin-right: auto;
  margin-left: auto;
  max-width: 24.875rem;
}
@media screen and (max-width: 767px) {
  .p-home-message__h {
    margin-top: 0;
    max-width: 18.125rem;
  }
}
.p-home-message__lead {
  margin-bottom: 70px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 2;
  letter-spacing: 0.1em;
  /*  .strong{
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 17vw;
    max-width: 220px;
    @include v.mq(s){
      width: 28vw;
     }    
    }*/
}
@media screen and (max-width: 767px) {
  .p-home-message__lead {
    margin-bottom: 30px;
  }
}
.p-home-message__lead .strong {
  position: relative;
  top: 10px;
  margin-bottom: 10px;
  padding: 0 1.2rem;
  font-size: clamp(19px, 3.7vw, 45px);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.85;
  color: #fff;
}
.p-home-message__lead .strong::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 100%;
  height: 95%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 137, 181)), color-stop(99.79%, rgb(45, 165, 217)), to(rgb(0, 128, 184)));
  background: linear-gradient(90deg, rgb(38, 137, 181) 0%, rgb(45, 165, 217) 99.79%, rgb(0, 128, 184) 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home-message__lead .strong {
    top: -5px;
    padding: 0 0.8rem;
    font-size: 1.6875rem;
  }
  .p-home-message__lead .strong::before {
    top: 5px;
  }
}
.p-home-message__img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 56%;
  max-width: 720px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-home-message__img {
    width: 100%;
  }
}
.p-home-message__deco {
  position: absolute;
}
.p-home-message__deco.--1 {
  width: 18rem;
  right: -3.75rem;
  top: -11.25rem;
}
@media screen and (max-width: 767px) {
  .p-home-message__deco.--1 {
    top: -5.625rem;
  }
}
.p-home-message__deco.--2 {
  width: 25rem;
  left: -4.25rem;
  bottom: -8.125rem;
}

.a-effect-01 {
  -webkit-animation: fuwafuwa 3s linear infinite;
          animation: fuwafuwa 3s linear infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-jobs {
  position: relative;
  background: url(../img/home/bg_jobs.webp) top center;
  background-size: cover;
}
.p-jobs::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 166, 218, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.p-jobs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-jobs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-jobs__head {
  width: 28vw;
}
@media screen and (max-width: 767px) {
  .p-jobs__head {
    width: 100%;
  }
}
.p-jobs__items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-jobs__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-jobs__items a {
  color: #fff;
}
.p-jobs__items a:hover {
  opacity: 0.7;
}
.p-jobs__item {
  position: relative;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-jobs__item {
    max-width: 350px;
  }
}
.p-jobs__item__h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 1em;
  padding-right: 2.5rem;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(15px, 1.9vw, 24px);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-jobs__item__h {
    font-size: 1.25rem;
  }
}
.p-jobs__item__h .ico-arrow {
  position: absolute;
  right: 0;
}
.p-jobs__num {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.125rem;
}
.p-jobs__img {
  display: block;
  margin-top: 10px;
  border-radius: 10px;
  max-width: 25rem;
  max-height: 22.5rem;
  aspect-ratio: 10/9;
  overflow: hidden;
}
.p-jobs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-persons {
  position: relative;
  /* &__body{
     position: relative;
   }*/
}
.p-home-persons::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 95vw;
  top: 0;
  right: 0;
  background: url(../img/home/bg_01.svg) top center;
  background-size: cover;
  z-index: -3;
}
.p-home-persons__row {
  position: relative;
}
.p-home-persons__row::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 76%;
  max-width: 1000px;
  height: 66rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-home-persons__row::before {
    width: 97%;
    height: 57rem;
  }
}
.p-home-persons__row::after {
  position: absolute;
  content: "INTERVIEWS";
  color: #f0f0f0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: clamp(37px, 8.125vw, 130px);
  top: 4.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-home-persons__item a {
  position: relative;
  display: block;
  max-width: 420px;
}
.p-home-persons__item a:hover img {
  opacity: 1;
}
.p-home-persons__num {
  font-size: 1rem !important;
  margin-bottom: 1em;
  display: block;
  text-align: center;
  color: #268ab6;
  visibility: hidden;
}
.p-home-persons__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 420px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home-persons__img {
    width: 300px;
    height: 300px;
  }
}
.p-home-persons__img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.p-home-persons__img__en {
  position: absolute;
  right: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #268ab6;
}
@media screen and (max-width: 767px) {
  .p-home-persons__img__en {
    right: 10px;
    font-size: 1rem;
  }
}
.p-home-persons__sub {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .p-home-persons__sub {
    max-width: 280px;
  }
}
.p-home-persons__sub__item {
  border-bottom: solid 1px #268ab6;
}
.p-home-persons__sub__body {
  margin-top: 10px;
  position: relative;
  padding-right: 2.5rem;
}
.p-home-persons__sub__body .ico-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-home-persons__leads {
  margin-top: 2.5rem;
}
.p-home-persons__lead {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 10px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #268ab6;
}
@media screen and (max-width: 767px) {
  .p-home-persons__lead {
    font-size: 1.0625rem;
  }
}
.p-home-persons__txt {
  margin-top: 10px;
  position: relative;
  padding-right: 2.5rem;
  padding-bottom: 10px;
}
.p-home-persons__txt .ico-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-home-persons__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home-persons__data {
    font-size: 0.875rem;
  }
}
.p-home-persons__name {
  font-size: 1.875rem;
}

.p-home-workplace {
  position: relative;
  width: calc(100% - 20px);
  height: 56.25rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background: url(../img/home/bg_workplace.webp) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home-workplace {
    height: 35rem;
    background: url(../img/home/bg_workplace.webp) top left -200px no-repeat;
    background-size: cover;
  }
}
.p-home-workplace::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #bfbfbf;
  border-radius: 10px;
  mix-blend-mode: multiply;
}
.p-home-workplace::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100.56vw;
  max-width: 1609px;
  height: 32.56vw;
  background: url(../img/common/bg_ajis.svg) center bottom no-repeat;
  background-size: contain;
  opacity: 0.2;
}
.p-home-workplace__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-workplace__row {
    height: 35rem;
  }
}
.p-home-workplace__txt {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-workplace__txt {
    font-size: 1.125rem;
  }
}

.p-home-ban {
  text-align: center;
}

.ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #268ab6;
}
.ico-arrow::after {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  margin-left: -0.1875rem;
  border-top: 1px solid #268ab6;
  border-right: 1px solid #268ab6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ico-arrow.--wh {
  background-color: inherit;
  border: solid 1px #fff;
}
.ico-arrow.--wh::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ico-arrow.--s {
  background-color: inherit;
  border: none;
}

.swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.swiper-pagination {
  position: relative;
  margin-top: 24px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: solid 2px #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-button-prev, .swiper-button-next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -30px 0 0 0;
  width: 64px;
  height: 64px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-nav01 {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-nav01 {
    bottom: -40px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 130px;
  }
}

.swiper-nav02 .swiper-button-lock {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .swiper-nav02 .swiper-button-prev {
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-nav02 .swiper-button-next {
    right: -5px;
  }
}

.swiper-02 .swiper-slide {
  padding: 40px 0;
  /*
    &.swiper-slide-prev .p-persons__img{
      transform: rotate(-10deg) translateY(80px);
    }
    &.swiper-slide-next .p-persons__img{
      transform: rotate(10deg) translateY(80px);
    }
  */
}
.swiper-02 .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-02 .swiper-slide:not(.swiper-slide-active) .p-persons__num, .swiper-02 .swiper-slide:not(.swiper-slide-active) .p-persons__img__en, .swiper-02 .swiper-slide:not(.swiper-slide-active) .p-persons__body {
  visibility: hidden;
}
.swiper-02 .swiper-slide-active {
  /*  transform: scale(1.2);
    opacity: 1;
    z-index: 1;
    transition-duration: 0.4s;//変化の時間
  */
}
.swiper-02 .swiper-slide-active .c-h03.p-home-persons__num {
  visibility: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper-3d .swiper-slide-shadow {
  background: inherit;
}

.swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-left {
  background-image: inherit;
}

.slide-invisible {
  opacity: 0;
}

.u-c--base {
  color: #000000 !important;
}
.u-c--wh {
  color: #fff !important;
}

.u-bg--base {
  background-color: #000000 !important;
}
.u-bg--wh {
  background-color: #fff !important;
}
.u-bg--gray {
  background-color: #eceff1;
}
.u-bg--gray02 {
  background-color: #b0bec5;
}
.u-bg--gray03 {
  background-color: #cfd8dc;
}
.u-bg--gray04 {
  background-color: #EBEBEB;
}
.u-bg--gray05 {
  background-color: #EBEBEB;
}

/* ---------------------------
u-display
--------------------------- */
@media screen and (min-width: 768px) {
  .u-display--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--large {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .u-display--large {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-display--tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tbsp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .u-display--tbsp {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .u-display--tbnone {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-display--tbnone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tbnone {
    display: block;
  }
}

/* ---------------------------
m
--------------------------- */
.u-valign--t {
  vertical-align: top !important;
}

.u-valign--m {
  vertical-align: middle !important;
}

.u-valign--b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-mt--0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--0--tb {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--0--sp {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--0--tb {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--0--sp {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--0 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--0--tb {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--0--sp {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--0 {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--0--tb {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--0--sp {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--1 {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--1--tb {
    margin-top: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--1--sp {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--1 {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--1--tb {
    margin-bottom: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--1--sp {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--1 {
    padding-top: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--1--tb {
    padding-top: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--1--sp {
    padding-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--1 {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--1--tb {
    padding-bottom: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--1--sp {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--2 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--2--tb {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--2--sp {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--2 {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--2--tb {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--2--sp {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--2 {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--2--tb {
    padding-top: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--2--sp {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--2 {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--2--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--2--sp {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--3 {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--3--tb {
    margin-top: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--3--sp {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--3 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--3--tb {
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--3--sp {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--3 {
    padding-top: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--3--tb {
    padding-top: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--3--sp {
    padding-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--3 {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--3--tb {
    padding-bottom: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--3--sp {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--4 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--4--tb {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--4--sp {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--4 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--4--tb {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--4--sp {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--4 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--4--tb {
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--4--sp {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--4 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--4--tb {
    padding-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--4--sp {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--5 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--5--tb {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--5--sp {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--5 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--5--tb {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--5--sp {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--5 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--5--tb {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--5--sp {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--5 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--5--tb {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--5--sp {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--6 {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--6--tb {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--6--sp {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--6 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--6--tb {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--6--sp {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--6 {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--6--tb {
    padding-top: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--6--sp {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--6 {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--6--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--6--sp {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--7 {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--7--tb {
    margin-top: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--7--sp {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--7 {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--7--tb {
    margin-bottom: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--7--sp {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--7 {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--7--tb {
    padding-top: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--7--sp {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--7 {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--7--tb {
    padding-bottom: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--7--sp {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--8 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--8--tb {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--8--sp {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--8 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--8--tb {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--8--sp {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--8 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--8--tb {
    padding-top: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--8--sp {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--8 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--8--tb {
    padding-bottom: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--8--sp {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--9 {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--9--tb {
    margin-top: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--9--sp {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--9 {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--9--tb {
    margin-bottom: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--9--sp {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--9 {
    padding-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--9--tb {
    padding-top: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--9--sp {
    padding-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--9 {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--9--tb {
    padding-bottom: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--9--sp {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--10 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--10--tb {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--10--sp {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--10 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--10--tb {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--10--sp {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--10 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--10--tb {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--10--sp {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--10 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--10--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--10--sp {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--11 {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--11--tb {
    margin-top: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--11--sp {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--11 {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--11--tb {
    margin-bottom: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--11--sp {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--11 {
    padding-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--11--tb {
    padding-top: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--11--sp {
    padding-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--11 {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--11--tb {
    padding-bottom: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--11--sp {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--12 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--12--tb {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--12--sp {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--12 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--12--tb {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--12--sp {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--12 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--12--tb {
    padding-top: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--12--sp {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--12 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--12--tb {
    padding-bottom: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--12--sp {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--13 {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--13--tb {
    margin-top: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--13--sp {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--13 {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--13--tb {
    margin-bottom: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--13--sp {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--13 {
    padding-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--13--tb {
    padding-top: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--13--sp {
    padding-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--13 {
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--13--tb {
    padding-bottom: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--13--sp {
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--14 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--14--tb {
    margin-top: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--14--sp {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--14 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--14--tb {
    margin-bottom: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--14--sp {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--14 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--14--tb {
    padding-top: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--14--sp {
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--14 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--14--tb {
    padding-bottom: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--14--sp {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--15 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--15--tb {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--15--sp {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--15 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--15--tb {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--15--sp {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--15 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--15--tb {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--15--sp {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--15 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--15--tb {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--15--sp {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--16 {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--16--tb {
    margin-top: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--16--sp {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--16 {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--16--tb {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--16--sp {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--16 {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--16--tb {
    padding-top: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--16--sp {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--16 {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--16--tb {
    padding-bottom: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--16--sp {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--17 {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--17--tb {
    margin-top: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--17--sp {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--17 {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--17--tb {
    margin-bottom: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--17--sp {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--17 {
    padding-top: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--17--tb {
    padding-top: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--17--sp {
    padding-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--17 {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--17--tb {
    padding-bottom: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--17--sp {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--18 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--18--tb {
    margin-top: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--18--sp {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--18 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--18--tb {
    margin-bottom: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--18--sp {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--18 {
    padding-top: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--18--tb {
    padding-top: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--18--sp {
    padding-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--18 {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--18--tb {
    padding-bottom: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--18--sp {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--19 {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--19--tb {
    margin-top: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--19--sp {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--19 {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--19--tb {
    margin-bottom: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--19--sp {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--19 {
    padding-top: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--19--tb {
    padding-top: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--19--sp {
    padding-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--19 {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--19--tb {
    padding-bottom: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--19--sp {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--20 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--20--tb {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--20--sp {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--20 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--20--tb {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--20--sp {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--20 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--20--tb {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--20--sp {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--20 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--20--tb {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--20--sp {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--21 {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--21--tb {
    margin-top: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--21--sp {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--21 {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--21--tb {
    margin-bottom: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--21--sp {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--21 {
    padding-top: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--21--tb {
    padding-top: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--21--sp {
    padding-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--21 {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--21--tb {
    padding-bottom: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--21--sp {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--22 {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--22--tb {
    margin-top: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--22--sp {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--22 {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--22--tb {
    margin-bottom: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--22--sp {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--22 {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--22--tb {
    padding-top: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--22--sp {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--22 {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--22--tb {
    padding-bottom: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--22--sp {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--23 {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--23--tb {
    margin-top: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--23--sp {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--23 {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--23--tb {
    margin-bottom: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--23--sp {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--23 {
    padding-top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--23--tb {
    padding-top: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--23--sp {
    padding-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--23 {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--23--tb {
    padding-bottom: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--23--sp {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--24 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--24--tb {
    margin-top: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--24--sp {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--24 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--24--tb {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--24--sp {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--24 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--24--tb {
    padding-top: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--24--sp {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--24 {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--24--tb {
    padding-bottom: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--24--sp {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--25 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--25--tb {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--25--sp {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--25 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--25--tb {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--25--sp {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--25 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--25--tb {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--25--sp {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--25 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--25--tb {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--25--sp {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--26 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--26--tb {
    margin-top: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--26--sp {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--26 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--26--tb {
    margin-bottom: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--26--sp {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--26 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--26--tb {
    padding-top: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--26--sp {
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--26 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--26--tb {
    padding-bottom: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--26--sp {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--27 {
    margin-top: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--27--tb {
    margin-top: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--27--sp {
    margin-top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--27 {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--27--tb {
    margin-bottom: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--27--sp {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--27 {
    padding-top: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--27--tb {
    padding-top: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--27--sp {
    padding-top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--27 {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--27--tb {
    padding-bottom: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--27--sp {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--28 {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--28--tb {
    margin-top: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--28--sp {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--28 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--28--tb {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--28--sp {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--28 {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--28--tb {
    padding-top: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--28--sp {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--28 {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--28--tb {
    padding-bottom: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--28--sp {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--29 {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--29--tb {
    margin-top: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--29--sp {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--29 {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--29--tb {
    margin-bottom: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--29--sp {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--29 {
    padding-top: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--29--tb {
    padding-top: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--29--sp {
    padding-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--29 {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--29--tb {
    padding-bottom: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--29--sp {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--30 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--30--tb {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--30--sp {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--30 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--30--tb {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--30--sp {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--30 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--30--tb {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--30--sp {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--30 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--30--tb {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--30--sp {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--31 {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--31--tb {
    margin-top: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--31--sp {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--31 {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--31--tb {
    margin-bottom: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--31--sp {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--31 {
    padding-top: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--31--tb {
    padding-top: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--31--sp {
    padding-top: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--31 {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--31--tb {
    padding-bottom: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--31--sp {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--32 {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--32--tb {
    margin-top: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--32--sp {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--32 {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--32--tb {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--32--sp {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--32 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--32--tb {
    padding-top: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--32--sp {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--32 {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--32--tb {
    padding-bottom: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--32--sp {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--33 {
    margin-top: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--33--tb {
    margin-top: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--33--sp {
    margin-top: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--33 {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--33--tb {
    margin-bottom: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--33--sp {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--33 {
    padding-top: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--33--tb {
    padding-top: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--33--sp {
    padding-top: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--33 {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--33--tb {
    padding-bottom: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--33--sp {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--34 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--34--tb {
    margin-top: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--34--sp {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--34 {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--34--tb {
    margin-bottom: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--34--sp {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--34 {
    padding-top: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--34--tb {
    padding-top: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--34--sp {
    padding-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--34 {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--34--tb {
    padding-bottom: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--34--sp {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--35 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--35--tb {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--35--sp {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--35 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--35--tb {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--35--sp {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--35 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--35--tb {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--35--sp {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--35 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--35--tb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--35--sp {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--36 {
    margin-top: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--36--tb {
    margin-top: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--36--sp {
    margin-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--36 {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--36--tb {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--36--sp {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--36 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--36--tb {
    padding-top: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--36--sp {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--36 {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--36--tb {
    padding-bottom: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--36--sp {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--37 {
    margin-top: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--37--tb {
    margin-top: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--37--sp {
    margin-top: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--37 {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--37--tb {
    margin-bottom: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--37--sp {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--37 {
    padding-top: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--37--tb {
    padding-top: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--37--sp {
    padding-top: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--37 {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--37--tb {
    padding-bottom: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--37--sp {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--38 {
    margin-top: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--38--tb {
    margin-top: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--38--sp {
    margin-top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--38 {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--38--tb {
    margin-bottom: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--38--sp {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--38 {
    padding-top: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--38--tb {
    padding-top: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--38--sp {
    padding-top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--38 {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--38--tb {
    padding-bottom: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--38--sp {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--39 {
    margin-top: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--39--tb {
    margin-top: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--39--sp {
    margin-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--39 {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--39--tb {
    margin-bottom: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--39--sp {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--39 {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--39--tb {
    padding-top: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--39--sp {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--39 {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--39--tb {
    padding-bottom: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--39--sp {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--40 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--40--tb {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--40--sp {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--40 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--40--tb {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--40--sp {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--40 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--40--tb {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--40--sp {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--40 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--40--tb {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--40--sp {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--41 {
    margin-top: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--41--tb {
    margin-top: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--41--sp {
    margin-top: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--41 {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--41--tb {
    margin-bottom: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--41--sp {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--41 {
    padding-top: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--41--tb {
    padding-top: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--41--sp {
    padding-top: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--41 {
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--41--tb {
    padding-bottom: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--41--sp {
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--42 {
    margin-top: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--42--tb {
    margin-top: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--42--sp {
    margin-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--42 {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--42--tb {
    margin-bottom: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--42--sp {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--42 {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--42--tb {
    padding-top: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--42--sp {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--42 {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--42--tb {
    padding-bottom: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--42--sp {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--43 {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--43--tb {
    margin-top: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--43--sp {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--43 {
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--43--tb {
    margin-bottom: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--43--sp {
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--43 {
    padding-top: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--43--tb {
    padding-top: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--43--sp {
    padding-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--43 {
    padding-bottom: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--43--tb {
    padding-bottom: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--43--sp {
    padding-bottom: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--44 {
    margin-top: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--44--tb {
    margin-top: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--44--sp {
    margin-top: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--44 {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--44--tb {
    margin-bottom: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--44--sp {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--44 {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--44--tb {
    padding-top: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--44--sp {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--44 {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--44--tb {
    padding-bottom: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--44--sp {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--45 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--45--tb {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--45--sp {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--45 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--45--tb {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--45--sp {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--45 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--45--tb {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--45--sp {
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--45 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--45--tb {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--45--sp {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--46 {
    margin-top: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--46--tb {
    margin-top: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--46--sp {
    margin-top: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--46 {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--46--tb {
    margin-bottom: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--46--sp {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--46 {
    padding-top: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--46--tb {
    padding-top: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--46--sp {
    padding-top: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--46 {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--46--tb {
    padding-bottom: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--46--sp {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--47 {
    margin-top: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--47--tb {
    margin-top: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--47--sp {
    margin-top: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--47 {
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--47--tb {
    margin-bottom: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--47--sp {
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--47 {
    padding-top: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--47--tb {
    padding-top: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--47--sp {
    padding-top: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--47 {
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--47--tb {
    padding-bottom: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--47--sp {
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--48 {
    margin-top: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--48--tb {
    margin-top: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--48--sp {
    margin-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--48 {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--48--tb {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--48--sp {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--48 {
    padding-top: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--48--tb {
    padding-top: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--48--sp {
    padding-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--48 {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--48--tb {
    padding-bottom: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--48--sp {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--49 {
    margin-top: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--49--tb {
    margin-top: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--49--sp {
    margin-top: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--49 {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--49--tb {
    margin-bottom: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--49--sp {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--49 {
    padding-top: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--49--tb {
    padding-top: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--49--sp {
    padding-top: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--49 {
    padding-bottom: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--49--tb {
    padding-bottom: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--49--sp {
    padding-bottom: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--50 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--50--tb {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--50--sp {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--50 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--50--tb {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--50--sp {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--50 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--50--tb {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--50--sp {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--50 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--50--tb {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--50--sp {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--51 {
    margin-top: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--51--tb {
    margin-top: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--51--sp {
    margin-top: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--51 {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--51--tb {
    margin-bottom: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--51--sp {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--51 {
    padding-top: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--51--tb {
    padding-top: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--51--sp {
    padding-top: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--51 {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--51--tb {
    padding-bottom: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--51--sp {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--52 {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--52--tb {
    margin-top: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--52--sp {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--52 {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--52--tb {
    margin-bottom: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--52--sp {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--52 {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--52--tb {
    padding-top: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--52--sp {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--52 {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--52--tb {
    padding-bottom: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--52--sp {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--53 {
    margin-top: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--53--tb {
    margin-top: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--53--sp {
    margin-top: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--53 {
    margin-bottom: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--53--tb {
    margin-bottom: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--53--sp {
    margin-bottom: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--53 {
    padding-top: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--53--tb {
    padding-top: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--53--sp {
    padding-top: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--53 {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--53--tb {
    padding-bottom: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--53--sp {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--54 {
    margin-top: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--54--tb {
    margin-top: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--54--sp {
    margin-top: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--54 {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--54--tb {
    margin-bottom: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--54--sp {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--54 {
    padding-top: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--54--tb {
    padding-top: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--54--sp {
    padding-top: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--54 {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--54--tb {
    padding-bottom: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--54--sp {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--55 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--55--tb {
    margin-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--55--sp {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--55 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--55--tb {
    margin-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--55--sp {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--55 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--55--tb {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--55--sp {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--55 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--55--tb {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--55--sp {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--56 {
    margin-top: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--56--tb {
    margin-top: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--56--sp {
    margin-top: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--56 {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--56--tb {
    margin-bottom: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--56--sp {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--56 {
    padding-top: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--56--tb {
    padding-top: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--56--sp {
    padding-top: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--56 {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--56--tb {
    padding-bottom: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--56--sp {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--57 {
    margin-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--57--tb {
    margin-top: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--57--sp {
    margin-top: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--57 {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--57--tb {
    margin-bottom: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--57--sp {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--57 {
    padding-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--57--tb {
    padding-top: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--57--sp {
    padding-top: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--57 {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--57--tb {
    padding-bottom: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--57--sp {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--58 {
    margin-top: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--58--tb {
    margin-top: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--58--sp {
    margin-top: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--58 {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--58--tb {
    margin-bottom: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--58--sp {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--58 {
    padding-top: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--58--tb {
    padding-top: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--58--sp {
    padding-top: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--58 {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--58--tb {
    padding-bottom: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--58--sp {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--59 {
    margin-top: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--59--tb {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--59--sp {
    margin-top: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--59 {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--59--tb {
    margin-bottom: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--59--sp {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--59 {
    padding-top: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--59--tb {
    padding-top: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--59--sp {
    padding-top: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--59 {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--59--tb {
    padding-bottom: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--59--sp {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--60 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--60--tb {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--60--sp {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--60 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--60--tb {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--60--sp {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--60 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--60--tb {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--60--sp {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--60 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--60--tb {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--60--sp {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--61 {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--61--tb {
    margin-top: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--61--sp {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--61 {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--61--tb {
    margin-bottom: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--61--sp {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--61 {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--61--tb {
    padding-top: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--61--sp {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--61 {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--61--tb {
    padding-bottom: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--61--sp {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--62 {
    margin-top: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--62--tb {
    margin-top: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--62--sp {
    margin-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--62 {
    margin-bottom: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--62--tb {
    margin-bottom: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--62--sp {
    margin-bottom: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--62 {
    padding-top: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--62--tb {
    padding-top: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--62--sp {
    padding-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--62 {
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--62--tb {
    padding-bottom: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--62--sp {
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--63 {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--63--tb {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--63--sp {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--63 {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--63--tb {
    margin-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--63--sp {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--63 {
    padding-top: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--63--tb {
    padding-top: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--63--sp {
    padding-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--63 {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--63--tb {
    padding-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--63--sp {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--64 {
    margin-top: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--64--tb {
    margin-top: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--64--sp {
    margin-top: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--64 {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--64--tb {
    margin-bottom: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--64--sp {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--64 {
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--64--tb {
    padding-top: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--64--sp {
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--64 {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--64--tb {
    padding-bottom: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--64--sp {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--65 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--65--tb {
    margin-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--65--sp {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--65 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--65--tb {
    margin-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--65--sp {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--65 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--65--tb {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--65--sp {
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--65 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--65--tb {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--65--sp {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--66 {
    margin-top: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--66--tb {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--66--sp {
    margin-top: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--66 {
    margin-bottom: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--66--tb {
    margin-bottom: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--66--sp {
    margin-bottom: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--66 {
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--66--tb {
    padding-top: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--66--sp {
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--66 {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--66--tb {
    padding-bottom: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--66--sp {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--67 {
    margin-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--67--tb {
    margin-top: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--67--sp {
    margin-top: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--67 {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--67--tb {
    margin-bottom: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--67--sp {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--67 {
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--67--tb {
    padding-top: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--67--sp {
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--67 {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--67--tb {
    padding-bottom: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--67--sp {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--68 {
    margin-top: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--68--tb {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--68--sp {
    margin-top: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--68 {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--68--tb {
    margin-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--68--sp {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--68 {
    padding-top: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--68--tb {
    padding-top: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--68--sp {
    padding-top: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--68 {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--68--tb {
    padding-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--68--sp {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--69 {
    margin-top: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--69--tb {
    margin-top: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--69--sp {
    margin-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--69 {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--69--tb {
    margin-bottom: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--69--sp {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--69 {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--69--tb {
    padding-top: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--69--sp {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--69 {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--69--tb {
    padding-bottom: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--69--sp {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--70 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--70--tb {
    margin-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--70--sp {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--70 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--70--tb {
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--70--sp {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--70 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--70--tb {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--70--sp {
    padding-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--70 {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--70--tb {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--70--sp {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--71 {
    margin-top: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--71--tb {
    margin-top: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--71--sp {
    margin-top: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--71 {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--71--tb {
    margin-bottom: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--71--sp {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--71 {
    padding-top: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--71--tb {
    padding-top: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--71--sp {
    padding-top: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--71 {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--71--tb {
    padding-bottom: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--71--sp {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--72 {
    margin-top: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--72--tb {
    margin-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--72--sp {
    margin-top: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--72 {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--72--tb {
    margin-bottom: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--72--sp {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--72 {
    padding-top: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--72--tb {
    padding-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--72--sp {
    padding-top: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--72 {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--72--tb {
    padding-bottom: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--72--sp {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--73 {
    margin-top: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--73--tb {
    margin-top: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--73--sp {
    margin-top: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--73 {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--73--tb {
    margin-bottom: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--73--sp {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--73 {
    padding-top: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--73--tb {
    padding-top: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--73--sp {
    padding-top: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--73 {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--73--tb {
    padding-bottom: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--73--sp {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--74 {
    margin-top: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--74--tb {
    margin-top: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--74--sp {
    margin-top: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--74 {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--74--tb {
    margin-bottom: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--74--sp {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--74 {
    padding-top: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--74--tb {
    padding-top: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--74--sp {
    padding-top: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--74 {
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--74--tb {
    padding-bottom: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--74--sp {
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--75 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--75--tb {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--75--sp {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--75 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--75--tb {
    margin-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--75--sp {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--75 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--75--tb {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--75--sp {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--75 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--75--tb {
    padding-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--75--sp {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--76 {
    margin-top: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--76--tb {
    margin-top: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--76--sp {
    margin-top: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--76 {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--76--tb {
    margin-bottom: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--76--sp {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--76 {
    padding-top: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--76--tb {
    padding-top: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--76--sp {
    padding-top: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--76 {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--76--tb {
    padding-bottom: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--76--sp {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--77 {
    margin-top: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--77--tb {
    margin-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--77--sp {
    margin-top: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--77 {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--77--tb {
    margin-bottom: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--77--sp {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--77 {
    padding-top: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--77--tb {
    padding-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--77--sp {
    padding-top: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--77 {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--77--tb {
    padding-bottom: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--77--sp {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--78 {
    margin-top: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--78--tb {
    margin-top: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--78--sp {
    margin-top: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--78 {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--78--tb {
    margin-bottom: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--78--sp {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--78 {
    padding-top: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--78--tb {
    padding-top: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--78--sp {
    padding-top: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--78 {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--78--tb {
    padding-bottom: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--78--sp {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--79 {
    margin-top: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--79--tb {
    margin-top: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--79--sp {
    margin-top: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--79 {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--79--tb {
    margin-bottom: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--79--sp {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--79 {
    padding-top: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--79--tb {
    padding-top: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--79--sp {
    padding-top: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--79 {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--79--tb {
    padding-bottom: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--79--sp {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--80 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--80--tb {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--80--sp {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--80 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--80--tb {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--80--sp {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--80 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--80--tb {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--80--sp {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--80 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--80--tb {
    padding-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--80--sp {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--81 {
    margin-top: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--81--tb {
    margin-top: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--81--sp {
    margin-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--81 {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--81--tb {
    margin-bottom: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--81--sp {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--81 {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--81--tb {
    padding-top: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--81--sp {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--81 {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--81--tb {
    padding-bottom: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--81--sp {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--82 {
    margin-top: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--82--tb {
    margin-top: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--82--sp {
    margin-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--82 {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--82--tb {
    margin-bottom: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--82--sp {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--82 {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--82--tb {
    padding-top: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--82--sp {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--82 {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--82--tb {
    padding-bottom: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--82--sp {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--83 {
    margin-top: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--83--tb {
    margin-top: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--83--sp {
    margin-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--83 {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--83--tb {
    margin-bottom: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--83--sp {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--83 {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--83--tb {
    padding-top: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--83--sp {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--83 {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--83--tb {
    padding-bottom: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--83--sp {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--84 {
    margin-top: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--84--tb {
    margin-top: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--84--sp {
    margin-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--84 {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--84--tb {
    margin-bottom: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--84--sp {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--84 {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--84--tb {
    padding-top: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--84--sp {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--84 {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--84--tb {
    padding-bottom: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--84--sp {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--85 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--85--tb {
    margin-top: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--85--sp {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--85 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--85--tb {
    margin-bottom: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--85--sp {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--85 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--85--tb {
    padding-top: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--85--sp {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--85 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--85--tb {
    padding-bottom: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--85--sp {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--86 {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--86--tb {
    margin-top: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--86--sp {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--86 {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--86--tb {
    margin-bottom: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--86--sp {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--86 {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--86--tb {
    padding-top: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--86--sp {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--86 {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--86--tb {
    padding-bottom: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--86--sp {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--87 {
    margin-top: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--87--tb {
    margin-top: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--87--sp {
    margin-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--87 {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--87--tb {
    margin-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--87--sp {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--87 {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--87--tb {
    padding-top: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--87--sp {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--87 {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--87--sp {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--88 {
    margin-top: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--88--sp {
    margin-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--88 {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--88--sp {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--88 {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--88--tb {
    padding-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--88--sp {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--88 {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--88--sp {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--89 {
    margin-top: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--89--sp {
    margin-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--89 {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--89--sp {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--89 {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--89--tb {
    padding-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--89--sp {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--89 {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--89--sp {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--90 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--90--sp {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--90 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--90--sp {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--90 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pt--90--tb {
    padding-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--90--sp {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--90 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--90--sp {
    padding-bottom: 180px;
  }
}

/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.u-align--r {
  text-align: right !important;
}

.u-align--c {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-align--c--pc {
    text-align: center !important;
  }
}

.u-align-l {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-align-l--sp {
    text-align: left !important;
  }
}

.u-ff02 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}
.u-uline:hover, .u-uline:focus {
  text-decoration: none !important;
}

.u-text--10 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

.u-text--11 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

.u-text--12 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

.u-text--13 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

.u-text--14 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

.u-text--15 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

.u-text--16 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

.u-text--17 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

.u-text--18 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

.u-text--19 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

.u-text--20 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

.u-text--21 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

.u-text--22 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

.u-text--23 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

.u-text--24 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

.u-text--25 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

.u-text--26 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

.u-text--27 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

.u-text--28 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

.u-text--29 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

.u-text--30 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

.u-text--31 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

.u-text--32 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

.u-text--33 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--33 {
    font-size: calc(33 * 0.06rem) !important;
  }
}

.u-text--34 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--34 {
    font-size: calc(34 * 0.06rem) !important;
  }
}

.u-text--35 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--35 {
    font-size: calc(35 * 0.06rem) !important;
  }
}

.u-text--36 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--36 {
    font-size: calc(36 * 0.06rem) !important;
  }
}

.u-text--37 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--37 {
    font-size: calc(37 * 0.06rem) !important;
  }
}

.u-text--38 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--38 {
    font-size: calc(38 * 0.06rem) !important;
  }
}

.u-text--39 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--39 {
    font-size: calc(39 * 0.06rem) !important;
  }
}

.u-text--40 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--40 {
    font-size: calc(40 * 0.06rem) !important;
  }
}

.u-text--41 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1101px) {
  .u-text--41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1100px) {
  .u-text--32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}

/* ---------------------------
u-marker
--------------------------- */
.u-marker {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(45, 165, 217, 0.4)));
  background: linear-gradient(transparent 60%, rgba(45, 165, 217, 0.4) 60%);
}