@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

main {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
a {
  transition: 0.3s;
}

@media screen and (min-width: 750px) {
  a:hover {
    opacity: 0.78;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .inner {
    padding: 0 2.6666666667vw;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  margin-top: 86px;
  text-align: center;
}

.footer_img01 {
  width: 192px;
}

.footer_copyright {
  background: #97C9ED;
  padding: 12px 0 10px;
  margin-top: 27px;
}

.footer_copyright img {
  width: 538px;
}

@media screen and (max-width: 750px) {
  footer {
    margin-top: 11.4666666667vw;
    text-align: center;
  }
  .footer_img01 {
    width: 25.6vw;
  }
  .footer_copyright {
    background: #97C9ED;
    padding: 1.6vw 0 1.3333333333vw;
    margin-top: 3.6vw;
  }
  .footer_copyright img {
    width: 71.7333333333vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .fv {
    margin-top: 5.3333333333vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 20px 20px 0;
}

.sec1_img02 {
  margin-top: 22px;
}

@media screen and (max-width: 750px) {
  .sec1 {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
  .sec1_img02 {
    margin-top: 2.9333333333vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  position: relative;
  z-index: 1;
  margin-top: -10px;
  padding: 0 45px 16px;
}

.sec2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 22px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #FBFADB;
}

@media screen and (max-width: 750px) {
  .sec2 {
    position: relative;
    z-index: 1;
    margin-top: -1.3333333333vw;
    padding: 0 6vw 2.1333333333vw;
  }
  .sec2::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: calc(100% - 2.9333333333vw);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #FBFADB;
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 10px 20px;
}

@media screen and (max-width: 750px) {
  .sec3 {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #C4E3D5;
  padding: 40px 0 60px;
}

.sec4_title {
  width: 358px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.sec4_slider {
  margin-top: -20px;
}

.sec4 .slick-list {
  padding: 0 50px 5px !important;
}

.sec4_slider_item {
  width: 516px;
  margin: 0 21px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 34px 30px;
  text-align: center;
  box-shadow: 0 5px 0 #9BC6B2;
}

.sec4_slider_item_icon {
  width: 126px;
  margin: 0 auto;
}

.sec4_slider_item_name {
  width: 180px;
  border: 1px solid #040000;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  padding: 9px 0;
  margin: -25px auto 0;
  border-radius: 40px;
  position: relative;
  background: #fff;
}

.sec4_slider_item_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  border-bottom: 4px dotted #CA828E;
  padding-bottom: 15px;
  width: calc(100% - 20px);
  margin: 15px auto 0;
}

.sec4_slider_item_text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 20px;
  min-height: 420px;
  text-align: left;
}

.sec4_slider .slick-dots {
  text-align: center;
  margin: 36px 0 0 0;
}

.sec4_slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.sec4_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #A5D2BA;
}

.sec4_slider .slick-dots .slick-active button {
  background: #78B192;
}

@media screen and (max-width: 750px) {
  .sec4 {
    background: #C4E3D5;
    padding: 5.3333333333vw 0 8vw;
  }
  .sec4_title {
    width: 47.7333333333vw;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  .sec4_slider {
    margin-top: -2.6666666667vw;
  }
  .sec4 .slick-list {
    padding: 0 6.6666666667vw 0.6666666667vw !important;
  }
  .sec4_slider_item {
    width: 68.8vw;
    margin: 0 2.8vw;
    background: #fff;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw 4.5333333333vw 4vw;
    text-align: center;
    box-shadow: 0 0.6666666667vw 0 #9BC6B2;
  }
  .sec4_slider_item_icon {
    width: 16.8vw;
    margin: 0 auto;
  }
  .sec4_slider_item_name {
    width: 24vw;
    border: 0.1333333333vw solid #040000;
    text-align: center;
    font-size: 2.8vw;
    font-weight: 600;
    line-height: 3.3333333333vw;
    padding: 1.2vw 0;
    margin: -3.3333333333vw auto 0;
    border-radius: 5.3333333333vw;
    position: relative;
    background: #fff;
  }
  .sec4_slider_item_title {
    font-size: 2.6666666667vw;
    font-weight: 600;
    line-height: 3.3333333333vw;
    border-bottom: 0.5333333333vw dotted #CA828E;
    padding-bottom: 2vw;
    width: calc(100% - 2.6666666667vw);
    margin: 2vw auto 0;
  }
  .sec4_slider_item_text {
    font-size: 2.6666666667vw;
    font-weight: 300;
    line-height: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    min-height: 56vw;
    text-align: left;
  }
  .sec4_slider .slick-dots {
    text-align: center;
    margin: 4.8vw 0 0 0;
  }
  .sec4_slider .slick-dots li {
    display: inline-block;
    margin: 0 0.6666666667vw;
  }
  .sec4_slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    display: block;
    border-radius: 50%;
    background: #A5D2BA;
  }
  .sec4_slider .slick-dots .slick-active button {
    background: #78B192;
  }
}
/* Section5
***************************************************************/
.sec5 {
  background: #C4E3D5;
  position: relative;
  z-index: 1;
  padding: 100px 0 40px;
  overflow: hidden;
}

.sec5::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/sec5_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec5_title {
  padding: 0 50px 0 25px;
}

.sec5_list {
  margin-top: 30px;
}

.sec5_item {
  position: relative;
  left: -48px;
}

.sec5_item:nth-of-type(2) {
  left: 60px;
}

.sec5_item:nth-of-type(n + 2) {
  margin-top: -20px;
}

@media screen and (max-width: 750px) {
  .sec5 {
    background: #C4E3D5;
    position: relative;
    z-index: 1;
    padding: 13.3333333333vw 0 5.3333333333vw;
    overflow: hidden;
  }
  .sec5::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/sec5_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sec5_title {
    padding: 0 6.6666666667vw 0 3.3333333333vw;
  }
  .sec5_list {
    margin-top: 4vw;
  }
  .sec5_item {
    position: relative;
    left: -6.4vw;
  }
  .sec5_item:nth-of-type(2) {
    left: 8vw;
  }
  .sec5_item:nth-of-type(n + 2) {
    margin-top: -2.6666666667vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #FBFADB;
  position: relative;
  z-index: 5;
}

.sec6_title {
  padding: 0 23px 0 31px;
  position: relative;
  top: -10px;
}

.sec6_link {
  display: block;
  padding: 0 23px 0 68px;
  margin-top: 4px;
}

.sec6_text01 {
  margin-top: -65px;
  padding: 0 30px 0 73px;
}

@media screen and (max-width: 750px) {
  .sec6 {
    background: #FBFADB;
    position: relative;
    z-index: 5;
  }
  .sec6_title {
    padding: 0 3.0666666667vw 0 4.1333333333vw;
    position: relative;
    top: -1.3333333333vw;
  }
  .sec6_link {
    display: block;
    padding: 0 3.0666666667vw 0 9.0666666667vw;
    margin-top: 0.5333333333vw;
  }
  .sec6_text01 {
    margin-top: -8.6666666667vw;
    padding: 0 4vw 0 9.7333333333vw;
  }
}
/* Section7
***************************************************************/
.sec7 {
  padding-bottom: 25px;
}

.sec7_title {
  padding: 30px 50px;
}

.sec7_list {
  display: flex;
  flex-flow: column;
  gap: 26px;
  padding: 0 20px;
}

.sec7_item {
  position: relative;
}

.sec7_itemBox {
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

li:nth-of-type(2n) .sec7_itemBox {
  right: unset;
  left: 30px;
}

.sec7_itemBox_title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.sec7_itemBox_title span {
  border-bottom: 4px dotted #DDA13A;
}

.sec7_itemBox_text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .sec7 {
    padding-bottom: 3.3333333333vw;
  }
  .sec7_title {
    padding: 4vw 6.6666666667vw;
  }
  .sec7_list {
    display: flex;
    flex-flow: column;
    gap: 3.4666666667vw;
    padding: 0 2.6666666667vw;
  }
  .sec7_item {
    position: relative;
  }
  .sec7_itemBox {
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
  li:nth-of-type(2n) .sec7_itemBox {
    right: unset;
    left: 4vw;
  }
  .sec7_itemBox_title {
    font-size: 2.4vw;
    line-height: 1.4;
    font-weight: 600;
  }
  .sec7_itemBox_title span {
    border-bottom: 0.5333333333vw dotted #DDA13A;
  }
  .sec7_itemBox_text {
    font-size: 2.4vw;
    font-weight: 600;
    margin-top: 2.6666666667vw;
    line-height: 1.4;
  }
}
/* Section8
***************************************************************/
/* Section9
***************************************************************/
.sec9 {
  padding: 22px 0;
}

.sec9_title {
  padding: 0 67px 0 71px;
}

.sec9_img {
  padding: 0 27px 0 32px;
  margin-top: 6px;
}

@media screen and (max-width: 750px) {
  .sec9 {
    padding: 2.9333333333vw 0;
  }
  .sec9_title {
    padding: 0 8.9333333333vw 0 9.4666666667vw;
  }
  .sec9_img {
    padding: 0 3.6vw 0 4.2666666667vw;
    margin-top: 0.8vw;
  }
}
/* Section10
***************************************************************/
.sec10 {
  padding-top: 30px;
}

.sec10 .sec6_title {
  top: 0;
}

.sec10 .sec6_link {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .sec10 {
    padding-top: 4vw;
  }
  .sec10 .sec6_title {
    top: 0;
  }
}
/* Section11
***************************************************************/
.sec11 {
  background: #E9F3E9;
  padding: 20px 30px 25px;
}

.sec11_title {
  width: 358px;
  margin: 0 auto;
}

.sec11_img {
  margin-top: -5px;
}

.sec11_subtitle {
  margin-top: 26px;
  padding: 0 35px;
}

@media screen and (max-width: 750px) {
  .sec11 {
    background: #E9F3E9;
    padding: 2.6666666667vw 4vw 3.3333333333vw;
  }
  .sec11_title {
    width: 47.7333333333vw;
    margin: 0 auto;
  }
  .sec11_img {
    margin-top: -0.6666666667vw;
  }
  .sec11_subtitle {
    margin-top: 3.4666666667vw;
    padding: 0 4.6666666667vw;
  }
}
/* Section12
***************************************************************/
.sec12 {
  background: #FEF8EE;
  padding: 28px 0 61px;
}

.sec12_flex {
  display: grid;
  grid-template-columns: 1fr 168px;
  gap: 17px;
  padding: 0 0 0 35px;
}

.sec12_flexBox {
  text-align: center;
}

.sec12_flexBox_title {
  margin-top: 23px;
  text-shadow: 2px 2px 5px rgba(60, 60, 67, 0.3);
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 10px dotted #CB946A;
  display: inline-block;
  padding: 0 15px;
}

.sec12_flexBox_text {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin: 30px 0 34px;
  text-align: left;
}

.sec12_content {
  margin-top: 46px;
  background: #FCF2F2;
  border: 7px solid #D8BDC7;
  border-radius: 14px;
  text-align: center;
}

.sec12_content_title {
  padding: 20px 32px 0 76px;
}

.sec12_content a {
  display: block;
  margin-top: 22px;
  padding: 0 20px 20px;
}

@media screen and (max-width: 750px) {
  .sec12 {
    background: #FEF8EE;
    padding: 3.7333333333vw 0 8.1333333333vw;
  }
  .sec12_flex {
    display: grid;
    grid-template-columns: 1fr 22.4vw;
    gap: 2.2666666667vw;
    padding: 0 0 0 4.6666666667vw;
  }
  .sec12_flexBox {
    text-align: center;
  }
  .sec12_flexBox_title {
    margin-top: 3.0666666667vw;
    text-shadow: 0.2666666667vw 0.2666666667vw 0.6666666667vw rgba(60, 60, 67, 0.3);
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 5.0666666667vw;
    font-weight: 400;
    line-height: 3.3333333333vw;
    border-bottom: 1.3333333333vw dotted #CB946A;
    display: inline-block;
    padding: 0 2vw;
  }
  .sec12_flexBox_text {
    font-family: "Zen Kurenaido", sans-serif;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 3.3333333333vw;
    margin: 4vw 0 4.5333333333vw;
    text-align: left;
  }
  .sec12_content {
    margin-top: 6.1333333333vw;
    background: #FCF2F2;
    border: 0.9333333333vw solid #D8BDC7;
    border-radius: 1.8666666667vw;
    text-align: center;
  }
  .sec12_content_title {
    padding: 2.6666666667vw 4.2666666667vw 0 10.1333333333vw;
  }
  .sec12_content a {
    display: block;
    margin-top: 2.9333333333vw;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
/* Section13
***************************************************************/
.sec13 {
  position: relative;
  background-image: url(assets/images/sec13_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 66px 22px 32px;
  margin-top: 18px;
}

.sec13_img {
  margin-top: 23px;
}

@media screen and (max-width: 750px) {
  .sec13 {
    position: relative;
    background-image: url(assets/images/sec13_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 8.8vw 2.9333333333vw 4.2666666667vw;
    margin-top: 2.4vw;
  }
  .sec13_img {
    margin-top: 3.0666666667vw;
  }
}/*# sourceMappingURL=style.css.map */