@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 h3 {
  font-size: clamp(2.25rem, 1.6223931178rem + 3.1282586027vw, 4.125rem);
  margin: 0;
  padding-top: 65px;
  padding-bottom: clamp(4.0625rem, 3.6231751825rem + 2.1897810219vw, 5.375rem);
  background-color: #F1FBF4;
}
@media screen and (min-width: 768px) {
  .present h3 {
    padding-top: 65px;
    background-color: #fff;
  }
}
.present .request-box {
  padding: 0;
}
.present .present-box p {
  text-align: center;
  font-size: clamp(1.125rem, 0.8111965589rem + 1.5641293014vw, 2.0625rem);
  color: #333355;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .present .present-box p {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .present .present-box p:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .present .present-box p {
    padding-bottom: 60px;
  }
}
.present .present-box span {
  font-size: 21px;
  line-height: 2;
  color: #0AB33C;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .present .present-box span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .present .present-box span {
    font-size: 44px;
  }
}
.present .present-box-txt {
  padding-top: 65px;
  font-size: 23px;
  font-weight: 700;
}
.present .present-box img {
  display: block;
  width: clamp(15.625rem, 13.2191736184rem + 11.9916579771vw, 22.8125rem);
  margin: auto;
  height: auto;
  padding: 20px 0;
}
.present .present-box .shiryou-get {
  display: block;
  height: 55px;
  line-height: 55px;
  margin: auto;
  background-color: #0AB33C;
  color: #fff034;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .present .present-box .shiryou-get {
    display: none;
  }
}
.present .present-box .present-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .present .present-box .present-btn {
    display: block;
    width: 275px;
    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;
    margin-top: 45px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .present .present-box .present-btn {
    width: 375px;
    height: 80px;
    line-height: 80px;
  }
}
.present .shiryou-get-pc {
  display: none;
  font-size: clamp(1.125rem, 0.6647549531rem + 2.2940563087vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .present .shiryou-get-pc {
    display: block;
    margin: auto;
    line-height: 60px;
    margin: auto;
    background-color: #0AB33C;
    color: #FFF034;
    padding: 25px 35px;
    font-weight: 500;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .present .shiryou-get-pc {
    width: 1000px;
    margin: auto auto;
  }
}
@media screen and (min-width: 1440px) {
  .present .shiryou-get-pc {
    width: 1143px;
  }
}

.mw_wp_form_confirm .present {
  display: none;
}

.mw_wp_form_complete {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mw_wp_form_complete p {
  font-size: clamp(0.9375rem, 0.7910583942rem + 0.7299270073vw, 1.375rem);
  font-weight: 400;
  padding: 10px;
  text-align: left;
  margin: auto;
  line-height: 2;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete p {
    width: 75%;
  }
}

.request-area {
  background-color: #F1FBF4;
  margin: 0;
  padding: 30px 3% 80px;
}
@media screen and (min-width: 768px) {
  .request-area {
    margin-top: 100px;
    padding: 50px 5%;
  }
}
@media screen and (min-width: 1280px) {
  .request-area {
    padding-bottom: 155px;
  }
}
.request-area h3 {
  color: #333355;
  font-size: clamp(2.25rem, 1.6223931178rem + 3.1282586027vw, 4.125rem);
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .request-area h3 {
    padding: 129px 0 66px;
  }
}
.request-area .request-innner {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .request-area .request-innner {
    width: 90%;
    margin: auto;
    padding: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner {
    width: 1142px;
    padding: 0px;
  }
}
.request-area .request-innner:before {
  content: "";
  display: inline-block;
  width: 135px;
  height: 63px;
  background-image: url(../img/character/marny-melt.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .request-area .request-innner:before {
    width: 180px;
    height: 90px;
    top: -55px;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner:before {
    width: 231px;
    height: 119px;
    top: -70px;
    left: 0;
  }
}
.request-area .request-innner h4 {
  color: #0AB33C;
  font-size: clamp(1rem, 0.5397549531rem + 2.2940563087vw, 2.375rem);
  font-weight: 600;
  text-align: center;
  width: 97%;
  margin: auto;
  padding: 40px 0 0;
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner h4 {
    font-size: 38px;
  }
}
.request-area .request-innner .btn {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner .btn {
    padding: 46px 0 41px;
  }
}
.request-area .request-innner .btn .btn-box {
  display: block;
  font-size: clamp(0.875rem, 0.5611965589rem + 1.5641293014vw, 1.8125rem);
  font-weight: 600;
  color: #fff;
  width: clamp(15.625rem, 11.2317518248rem + 21.897810219vw, 28.75rem);
  height: clamp(3.4375rem, 2.7889728884rem + 3.2325338895vw, 5.375rem);
  line-height: clamp(3.4375rem, 2.7889728884rem + 3.2325338895vw, 5.375rem);
  margin: auto;
  background-color: #E9546B;
  text-align: center;
  border-radius: 50px;
}
.request-area .request-innner .btn .btn-box:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/dl-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 10px;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .request-area .request-innner .btn .btn-box:before {
    width: 38px;
    height: 38px;
    top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .request-area .request-innner .btn .btn-box:before {
    width: 47px;
    height: 47px;
  }
}
.request-area .request-innner-contact {
  width: 90%;
  background-color: #F1FBF4;
  margin: auto;
  color: #333355;
  padding: 25px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 15px;
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 45px 45px 83px;
  }
}
.request-area .request-innner-contact p {
  font-size: clamp(0.9375rem, 0.7701381648rem + 0.8342022941vw, 1.4375rem);
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-contact p {
    font-size: 23px;
    width: 215px;
    text-align: left;
  }
}
.request-area .request-innner-contact .tel-box {
  padding-top: 20px;
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-contact .tel-box {
    padding-top: 0;
  }
}
.request-area .request-innner-contact .tel-box-warp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.request-area .request-innner-contact .tel-box-warp img {
  width: clamp(1.625rem, 1.0183133472rem + 3.023983316vw, 3.4375rem);
  height: auto;
}
.request-area .request-innner-contact .tel-box-warp .tel {
  font-size: 28px;
  color: #0AB33C;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .request-area .request-innner-contact .tel-box-warp .tel {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .request-area .request-innner-contact .tel-box-warp .tel {
    font-size: 49px;
  }
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-contact .tel-box-warp .tel {
    font-size: 82px;
  }
}
.request-area .request-innner-contact .tel-box span {
  font-size: clamp(0.8125rem, 0.6660583942rem + 0.7299270073vw, 1.25rem);
  color: #333355;
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-contact .tel-box span {
    font-size: 20px;
  }
}
.request-area .request-innner-note {
  font-size: 12px;
  color: #333355;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
  margin: auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .request-area .request-innner-note {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-note {
    font-size: 12px;
    font-weight: 400;
    width: 756px;
    padding: 30px 0 50px;
  }
}
@media screen and (min-width: 1280px) {
  .request-area .request-innner-note span {
    display: block;
    text-align: center;
  }
}

.category {
  padding: 40px 0px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.category::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.category-warp {
  display: flex;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: auto 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .category-warp {
    flex-wrap: wrap;
    width: 600px;
    margin: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .category-warp {
    width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .category-warp {
    width: 100%;
  }
}
.category-warp p {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #0AB33C;
  border: solid 1px #0AB33C;
  border-radius: 50px;
  width: 125px;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .category-warp p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .category-warp p {
    width: 145px;
  }
}
@media screen and (min-width: 1280px) {
  .category-warp p {
    font-size: 17px;
    width: 150px;
    height: 55px;
    line-height: 50px;
    border: solid 3px #0AB33C;
    font-weight: 500;
  }
}

.column-innner {
  display: block;
}
@media screen and (min-width: 768px) {
  .column-innner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .column-innner {
    width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .column-innner {
    width: 1142px;
  }
}
.column-innner .column-box {
  margin-bottom: 20px;
  box-shadow: 2.3px 2.8px 5.8px 4px rgba(137, 137, 137, 0.36);
}
@media screen and (min-width: 768px) {
  .column-innner .column-box {
    width: 47%;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .column-innner .column-box {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .column-innner .column-box {
    width: 32%;
  }
}
.column-innner .column-box img {
  display: block;
  width: 95%;
  margin: 15px auto;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .column-innner .column-box img {
    padding-top: 0;
  }
}
.column-innner .column-box-innner {
  width: 85%;
  margin: auto;
  padding: 0 0 25px;
  color: #333355;
}
.column-innner .column-box-innner .title {
  font-size: clamp(0.9375rem, 0.8747393118rem + 0.3128258603vw, 1.125rem);
  font-weight: 500;
  color: #333355;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  overflow: hidden;
  padding: 10px 0 0;
}
.column-innner .column-box-innner .txt {
  font-size: clamp(0.8125rem, 0.7915797706rem + 0.1042752868vw, 0.875rem);
  font-weight: 400;
  margin: 15px 0;
  color: #333355;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 任意の行数を指定 */
}
@media screen and (min-width: 1280px) {
  .column-innner .column-box-innner .txt {
    margin: 25px 0 40px;
  }
}
.column-innner .column-box-innner time {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  color: #808f9f;
}
.column-innner .column-box-innner time:before {
  content: url(../img/calendar.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 10px;
  height: auto;
  margin-top: -5px;
  background-size: cover;
}

.bl-single-column {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.bl-single-column h3 {
  color: #0AB33C;
  text-align: left;
  font-size: 30px;
}
.bl-single-column p {
  margin: 40px auto;
  font-size: 18px;
  line-height: 2;
}

.bl-archives-column {
  margin-top: 40px;
}/*# sourceMappingURL=archives-column.css.map */