@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

* {
  min-height: 0vw;
}

em {
  font-weight: bold;
}

li {
  list-style-type: none;
}

.l-page-header {
  width: 100%;
  margin: 0%;
  padding: 92px 0 20px;
  position: relative;
  background-color: #F1FBF4;
}
@media screen and (min-width: 768px) {
  .l-page-header {
    padding: 0;
  }
}
.l-page-header p {
  font-size: clamp(1.5rem, 0.621350365rem + 4.3795620438vw, 4.125rem);
  text-align: center;
  color: #0AB33C;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-page-header p {
    padding: 75px 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-page-header p {
    padding: 109px 0;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  max-width: 374px;
  margin: auto 80px auto 5%;
}
@media screen and (min-width: 768px) {
  .header {
    display: block;
    margin: auto;
    text-align: center;
  }
}
.header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
    width: 250px;
    height: auto;
    margin: 72px auto 0px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .header-pc {
    display: inline;
    width: 384px;
    height: auto;
    text-align: center;
  }
}
.header ul {
  display: flex;
  gap: 12px;
}
.header ul li img {
  width: 28px;
  height: auto;
}
.header ul li:last-of-type {
  width: 36px;
}
.header ul li:last-of-type img {
  width: 33px;
  height: auto;
}
.header .search {
  width: 22px;
  height: auto;
}

.pc-menu-saide {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-menu-saide {
    display: block;
    position: absolute;
    top: 40px;
    right: 60px;
  }
  .pc-menu-saide .search_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #0AB33C;
    padding: 8px 10px;
    border-radius: 20px;
    width: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .pc-menu-saide .search_container input {
    border: none;
    font-size: 17px;
    width: 85%;
  }
  .pc-menu-saide .search_container .header-search {
    display: inline-block;
    vertical-align: top;
    width: 18px; /*←ボタンの横幅のサイズ*/
    height: 18px; /*←ボタンの縦幅のサイズ*/
    background: url("../img/search-icon.png") no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .pc-menu-saide {
    top: 60px;
    right: 60px;
  }
  .pc-menu-saide .search_container {
    padding: 3px 10px;
    border-radius: 20px;
    height: 30px;
    width: 217px;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .pc-menu-saide ul {
    gap: 12px;
  }
  .pc-menu-saide ul li img {
    width: 31px;
    height: auto;
  }
  .pc-menu-saide ul li:last-of-type img {
    width: 36px;
    height: auto;
  }
}

.header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
    width: 100%;
  }
}

.header-sp {
  width: 186px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .header-sp {
    display: none;
  }
}

.pc-menu {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-menu {
    width: 100%;
    display: block;
    background-color: #0AB33C;
    color: #fff;
    margin-top: 40px;
  }
  .pc-menu a {
    font-size: clamp(1.0625rem, 1.0206595412rem + 0.2085505735vw, 1.1875rem);
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .pc-menu {
    display: block;
    background-color: #0AB33C;
    color: #fff;
  }
}
.pc-menu .pc-menu-warp {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .pc-menu .pc-menu-warp {
    justify-content: space-between;
    gap: 20px;
    width: 75%;
    padding: 33px 0;
  }
}

.bl-header-sp {
  display: flex;
  width: 90%;
  margin: 20px auto;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .bl-header-sp {
    display: none;
  }
}

.bl-header-sp_logo {
  width: 50%;
}

.bl-header-sp_copy {
  font-size: 12px;
}

.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .l-header {
    display: none;
  }
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: 1px solid #0AB33C;
  background: #0AB33C;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
}

.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}

.p-header__title {
  width: 100%;
  max-width: 128px;
}

.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__title a img {
  height: 100%;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: #bbb;
  opacity: 0.9;
  transition: 0.6s;
}

.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}

.p-nav__list {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background: #bbb;
  opacity: 0.9;
}

.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  margin: 26px 0;
  text-align: center;
}

.laimani {
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  .laimani-box {
    display: flex;
    margin: auto 88px;
  }
}
.laimani-box-logo {
  display: block;
  width: 260px;
  height: auto;
  margin: auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .laimani-box-logo {
    width: 200px;
    padding-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .laimani-box-logo {
    width: 305px;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.laimani-box .line-bar {
  display: block;
  width: 260px;
  height: auto;
  margin: auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .laimani-box .line-bar {
    width: 180px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .laimani-box .line-bar {
    width: 276px;
    padding-bottom: 0;
  }
}
.laimani-box .p-mark {
  display: block;
  width: 44px;
  height: auto;
  padding-bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .laimani-box .p-mark {
    width: 97px;
  }
}
@media screen and (min-width: 768px) {
  .laimani-box .logo-rigth {
    display: flex;
    gap: 40px;
  }
}

footer {
  background-color: #0AB33C;
  height: auto;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0px 0 25px 0;
  }
}
footer .pc-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .pc-menu {
    display: block;
    background-color: #0AB33C;
    color: #FFF;
  }
  footer .pc-menu a {
    font-size: clamp(1.0625rem, 1.0206595412rem + 0.2085505735vw, 1.1875rem);
  }
}
footer .pc-menu .pc-menu-warp {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  footer .pc-menu .pc-menu-warp {
    justify-content: space-between;
    gap: 20px;
    width: 75%;
    padding: 33px 0;
  }
}
footer .footer-box {
  position: relative;
  padding: 123px 0;
}
@media screen and (min-width: 768px) {
  footer .footer-box {
    padding-top: 123px;
  }
}
footer .footer-box:after {
  content: "";
  background-image: url(../img/footer-img.svg);
  width: 64px;
  height: 54px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: inline-block;
  top: 50px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  footer .footer-box:after {
    width: 91px;
    height: 77px;
    bottom: 0px;
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-box:after {
    width: 136px;
    height: 114px;
    bottom: 40px;
    right: 35px;
  }
}
footer .footer-box img {
  display: block;
  width: 275px;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  footer .footer-box img {
    width: 277px;
  }
}
footer .footer-box small {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 13px;
  text-align: center;
  padding-top: 25px;
}

body {
  max-width: 100%;
}
body a {
  cursor: pointer;
  transition: 0.5s;
}
body a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
body h2,
body h3,
body h4 {
  color: #0AB33C;
}
body h2 {
  font-size: clamp(1.4375rem, 0.5379301356rem + 4.4838373306vw, 4.125rem);
  font-weight: 600;
  text-align: center;
  margin: 65px auto;
}
@media screen and (min-width: 768px) {
  body h2 {
    margin: 80px auto 100px;
  }
}
@media screen and (min-width: 1280px) {
  body h2 {
    margin: 115px auto 131px;
  }
}
body h3 {
  font-size: clamp(1.25rem, 0.685153806rem + 2.8154327424vw, 2.9375rem);
  letter-spacing: 2.5px;
  font-weight: 600;
  color: #0AB33C;
  text-align: center;
  margin: 80px auto 35px;
  letter-spacing: 0.8;
}
@media screen and (min-width: 768px) {
  body h3 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  body h3 {
    margin: 0 auto;
  }
}
body section {
  margin: 0 5%;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 1280px) {
  .pc-none {
    display: none;
  }
}

.btn {
  padding-top: 30px;
}
.btn .btn-box {
  font-size: clamp(0.875rem, 0.7076381648rem + 0.8342022941vw, 1.375rem);
  color: #fff;
  display: block;
  width: clamp(15.625rem, 12.4869655892rem + 15.6412930136vw, 25rem);
  height: clamp(3.4375rem, 2.9144942649rem + 2.6068821689vw, 5rem);
  line-height: 55px;
  margin: auto;
  background-color: #0ab33c;
  text-align: center;
  border-radius: 50px;
  transition: 0.5s;
}
.btn .btn-box:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.btn .gray-btn {
  background-color: #b6b3b3;
  transition: 0.5s;
}
.btn .gray-btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#banner {
  display: none;
  bottom: 50px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  #banner {
    display: block;
    position: fixed;
    z-index: 1000;
  }
  #banner .banner-limani-icon {
    display: block;
    margin: auto;
    width: clamp(5rem, 4.3723931178rem + 3.1282586027vw, 6.875rem);
    height: auto;
  }
  #banner .banner {
    writing-mode: vertical-rl;
    box-shadow: 5.86px 5.86px 5.8px 2px rgba(137, 137, 137, 0.46);
  }
  #banner .banner-shiryou {
    background-color: #E9546B;
    padding: 25px 25px;
    border-radius: 25px 0 0 0;
  }
  #banner .banner-shiryou .banner-link {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #banner .banner-shiryou .banner-link p {
    font-size: clamp(1.25rem, 0.9361965589rem + 1.5641293014vw, 2.1875rem);
    font-weight: 600;
    line-height: 1;
    color: #fff;
  }
  #banner .banner-shiryou .banner-link .arrow-icon {
    width: 20px;
    height: auto;
  }
  #banner .banner-line {
    background-color: #0AB33C;
    padding: 25px 0;
    border-radius: 0 0 0 25px;
  }
  #banner .banner-line .banner-link {
    display: flex;
    align-items: center;
    gap: 0;
  }
  #banner .banner-line .banner-link img {
    width: clamp(4.375rem, 4.0611965589rem + 1.5641293014vw, 5.3125rem);
    height: auto;
  }
  #banner .banner-line .banner-link p {
    font-size: clamp(1.25rem, 0.9361965589rem + 1.5641293014vw, 2.1875rem);
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: 0px 25px;
  }
  #banner .banner-line .banner-link .arrow-icon {
    padding-top: clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem);
    width: 23px;
    height: auto;
  }
}

.present {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .present {
    margin: 0 0 90px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .present {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .present {
    margin: 200px auto 200px;
  }
}
@media screen and (min-width: 1440px) {
  .present {
    margin-top: 138px;
  }
}
.present .present-box {
  padding: 0 0 80px;
  background-color: #F1FBF4;
}
@media screen and (min-width: 768px) {
  .present .present-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .present .present-box {
    background-color: #F1FBF4;
    padding: 50px 90px;
    width: 1000px;
    margin: auto;
  }
}
@media screen and (min-width: 1440px) {
  .present .present-box {
    background-color: #F1FBF4;
    width: 1143px;
    padding: 40px 30px;
  }
}
.present .present-box .present-box-right p {
  text-align: center;
  font-size: 18px;
  color: #333355;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .present .present-box .present-box-right p {
    font-size: 23px;
    padding-bottom: 20px;
  }
  .present .present-box .present-box-right p:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .present .present-box .present-box-right p {
    font-size: 29px;
  }
}
@media screen and (min-width: 1440px) {
  .present .present-box .present-box-right p {
    padding-bottom: 60px;
  }
}
.present .present-box .present-box-right span {
  font-size: 21px;
  line-height: 1.5;
  color: #0AB33C;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .present .present-box .present-box-right span {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .present .present-box .present-box-right span {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .present .present-box .present-box-right span {
    font-size: 45px;
  }
}
.present .present-box .present-box-right-txt {
  padding-top: 65px;
  font-size: 23px;
  font-weight: 700;
}
.present .present-box img {
  display: block;
  width: 250px;
  margin: auto;
  height: auto;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .present .present-box img {
    position: relative;
    top: 10px;
    left: 0px;
    padding: 0;
    width: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .present .present-box img {
    width: 365px;
    height: auto;
    left: 50px;
  }
}
.present .present-box .pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .present .present-box .pc-none {
    display: none;
  }
}
.present .present-box .present-btn2 {
  width: 275px;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  background-color: #0AB33C;
  color: #FFF;
  font-size: clamp(1.125rem, 1.0622393118rem + 0.3128258603vw, 1.3125rem);
  font-weight: 300;
  text-align: center;
}/*# sourceMappingURL=present.css.map */