/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
::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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* 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;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 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. Change font properties to `inherit` in Safari.
*/
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

html {
  font-size: min(10px, 2.66vw);
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}

img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.85;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
.header .container {
  background: url(../images/top/top-bg.png);
  padding-bottom: 3.7rem;
  background-size: cover;
}
.header .container .content .logo {
  padding-left: 1rem;
  padding-top: 1.5rem;
  display: flex;
}
.header .container .content .logo img {
  width: 17.7rem;
}
.header .container .content .group {
  display: flex;
  justify-content: end;
  gap: 1rem;
  margin-top: -1.5rem;
}
.header .container .content .group .right {
  font-size: 2.8rem;
  background: linear-gradient(to bottom, #7F7120, #AF9A35, #C0A93D);
  text-align: center;
  padding: 2rem 1rem;
  max-height: -moz-max-content;
  max-height: max-content;
  height: 100%;
  border-radius: 2rem 0 0 2rem;
  color: #fff;
}
.header .container .content .group .left {
  margin-top: 2rem;
}
.header .container .content .group .left img {
  width: 11.3rem;
}
.header .container .content .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header .container .content .img1 .left {
  margin-left: -3rem;
}
.header .container .content .img1 .left img {
  width: 27rem;
}
.header .container .content .img1 .right {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-4rem);
  z-index: -1;
}
.header .container .content .img1 .right img {
  width: 23rem;
}
.header .container .content .img2 {
  display: flex;
  justify-content: center;
}
.header .container .content .img2 img {
  width: 34.2rem;
}
.header .container .content .txt {
  color: #666;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-top: 1.2rem;
}
.header .container .content .txt span {
  color: #6599a3;
}
.header .container .content .btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.footer .container {
  background: #dfedef;
  padding: 4rem 3rem 11rem;
}
.footer .container .content .title {
  font-size: 2rem;
  font-weight: 600;
  color: #6498a2;
  border-bottom: 1px solid #6498a2;
  padding-bottom: 0.8rem;
}
.footer .container .content .list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.5rem;
  color: #3d3d3d;
}
.footer .container .content .list .item {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 3rem;
}
.footer .container .content .list .item .left {
  font-size: 1.6rem;
}
.footer .container .content .list .item .right {
  font-size: 1.6rem;
  font-weight: 400;
}

.main {
  position: relative;
  z-index: 10;
  background: #fff;
}
.main .sec-top-main .container {
  background: url(../images/top/top-main-bg.png);
  background-size: cover;
  padding: 3rem 0 4rem;
}
.main .sec-top-main .container .content .content-head {
  position: relative;
  padding-left: 3rem;
}
.main .sec-top-main .container .content .content-head .title {
  font-size: 2.5rem;
  color: #3d3d3d;
}
.main .sec-top-main .container .content .content-head .group {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  margin-top: 0.6rem;
}
.main .sec-top-main .container .content .content-head .group span {
  background: linear-gradient(to right, #6097A1, #3C8A92, #0B787D);
  padding: 0 0.4rem;
}
.main .sec-top-main .container .content .content-head .img1 {
  margin-left: -1rem;
}
.main .sec-top-main .container .content .content-head .img1 img {
  width: 31rem;
}
.main .sec-top-main .container .content .content-head .img2 {
  position: absolute;
  bottom: -11rem;
  right: 0;
}
.main .sec-top-main .container .content .content-head .img2 img {
  width: 22.5rem;
}
.main .sec-top-main .container .content .content-head .img-bg {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.main .sec-top-main .container .content .content-head .img-bg img {
  width: 21rem;
}
.main .sec-top-main .container .content .tab {
  background: #fff;
  color: #6499a3;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  padding: 0.5rem 1.5rem;
  margin-left: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  margin-top: 4.5rem;
}
.main .sec-top-main .container .content .list {
  background: #fff;
  margin-right: 1.5rem;
  border-radius: 0 1.5rem 1.5rem 0;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main .sec-top-main .container .content .list .item {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
}
.main .sec-top-main .container .content .list .item .left img {
  width: 14rem;
}
.main .sec-top-main .container .content .list .item .right .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.main .sec-top-main .container .content .list .item .right .txt span {
  border-bottom: 1px solid #6499a3;
}
.main .sec-top-main .container .content .list .item .right .number {
  position: absolute;
  right: 1.5rem;
  top: -1rem;
  z-index: -1;
}
.main .sec-top-main .container .content .list .item .right .number img {
  width: 9.8rem;
}
.main .sec-health {
  margin-top: 3.3rem;
}
.main .sec-health .container .content .content-head {
  color: #666;
  position: relative;
  z-index: 1;
}
.main .sec-health .container .content .content-head .title {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sec-health .container .content .content-head .title img {
  width: 30rem;
}
.main .sec-health .container .content .content-head .des {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main .sec-health .container .content .content-head .des img {
  width: 21.4rem;
}
.main .sec-health .container .content .content-head .des p {
  font-size: 3.4rem;
  margin-bottom: 1.5rem;
  margin-left: -1rem;
}
.main .sec-health .container .content .content-head .txt {
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
}
.main .sec-health .container .content .content-head .txt span {
  color: #ce80a6;
  background: rgba(213, 167, 187, 0.2);
  border: 1px solid rgba(213, 167, 187, 0.4);
  padding: 0 0.5rem;
  line-height: 1.1;
  display: block;
}
.main .sec-health .container .content .content-head .txt p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sec-health .container .content .content-head .img {
  margin-top: -1.5rem;
}
.main .sec-health .container .content .content-body {
  background: url(../images/top/health-bg.png);
  padding: 17rem 0 5rem;
  color: #fff;
  position: relative;
  margin-top: -9rem;
}
.main .sec-health .container .content .content-body .img-bg {
  position: absolute;
  top: 10rem;
  left: 0;
}
.main .sec-health .container .content .content-body .img-bg img {
  width: 31rem;
}
.main .sec-health .container .content .content-body .title {
  padding-left: 1.2rem;
}
.main .sec-health .container .content .content-body .des {
  font-size: 2.8rem;
  text-align: center;
  margin-top: -1.5rem;
}
.main .sec-health .container .content .content-body .img {
  padding-left: 1.5rem;
  margin-top: -1rem;
}
.main .sec-health .container .content .content-body .img img {
  width: 33rem;
}
.main .sec-health .container .content .content-body .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem 1.2rem;
  padding: 0 2rem;
  margin-top: 2.5rem;
}
.main .sec-health .container .content .content-body .list .item {
  position: relative;
}
.main .sec-health .container .content .content-body .list .item .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  background: #6498a2;
  padding: 0.9rem 0;
  text-align: center;
  border-radius: 0 0 2rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .sec-women .container {
  background: #f0eff0;
  padding: 3.5rem 0 0;
}
.main .sec-women .container .content .title {
  text-align: center;
  color: #3d3d3d;
  font-size: 2.2rem;
}
.main .sec-women .container .content .title span {
  font-size: 3rem;
}
.main .sec-women .container .content .line {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.main .sec-women .container .content .line span {
  width: 1px;
  height: 4rem;
  background: #3d3d3d;
}
.main .sec-women .container .content .list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1.5rem;
  margin-top: -1rem;
}
.main .sec-women .container .content .list .item {
  background: #dfedef;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #6498a2;
}
.main .sec-women .container .content .list .item .txt {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 1.5rem;
}
.main .sec-women .container .content .list .item .txt.v2 {
  font-size: 2rem;
  white-space: nowrap;
}
.main .sec-women .container .content .list .item .des {
  font-size: 1rem;
  text-align: right;
  font-weight: 400;
  margin-top: 1rem;
}
.main .sec-women .container .content .content-ft {
  margin-top: 4.5rem;
  position: relative;
  z-index: 1;
}
.main .sec-women .container .content .content-ft p {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #666;
  text-align: center;
}
.main .sec-women .container .content .content-ft p span {
  background: #fff;
  color: #d5a7bb;
}
.main .sec-women .container .content .content-ft .img {
  position: absolute;
  top: -2rem;
  left: 1.5rem;
  z-index: -1;
}
.main .sec-women .container .content .content-ft .img img {
  width: 13rem;
}
.main .sec-women .container .content .img-ft {
  background: #fff;
}
.main .sec-causes {
  margin-top: -5.5rem;
}
.main .sec-causes .container .content .content-head .title {
  font-size: 2.5rem;
  color: #3d3d3d;
  text-align: center;
}
.main .sec-causes .container .content .content-head .title span {
  font-size: 3.4rem;
  color: #6498a2;
  border-bottom: 1px solid;
}
.main .sec-causes .container .content .content-head .list {
  margin: 4rem 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.main .sec-causes .container .content .content-head .list .item .txt {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #666;
}
.main .sec-causes .container .content .content-body {
  margin-top: 3.5rem;
}
.main .sec-causes .container .content .content-body .title {
  font-size: 1.8rem;
  margin-left: 1rem;
  margin-top: -8rem;
  transform: rotate(-5deg);
}
.main .sec-causes .container .content .content-body .des {
  color: #6498a2;
  text-align: center;
  margin-top: 1rem;
}
.main .sec-causes .container .content .content-body .des span {
  font-size: 3.4rem;
  border-bottom: 1px solid;
}
.main .sec-causes .container .content .content-body .des small {
  border-bottom: 1px solid;
  font-size: 2.4rem;
}
.main .sec-causes .container .content .content-body .line {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}
.main .sec-causes .container .content .content-body .line span {
  display: block;
  width: 0.5px;
  height: 2.2rem;
  background: #3d3d3d;
}
.main .sec-causes .container .content .content-body .txt-line {
  text-align: center;
  font-size: 1.8rem;
}
.main .sec-causes .container .content .content-body .next {
  display: flex;
  justify-content: center;
  margin-left: 0.5rem;
}
.main .sec-causes .container .content .content-body .next img {
  width: 0.55rem;
}
.main .sec-causes .container .content .content-body .txt-ems {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
}
.main .sec-causes .container .content .content-body .txt-ems p {
  background: linear-gradient(to right, #D5A3BC, #A9A7B7, #86AAB4);
  max-width: 25rem;
  width: 100%;
  border-radius: 10rem;
  text-align: center;
}
.main .sec-causes .container .content .content-body .img2, .main .sec-causes .container .content .content-body .img3 {
  display: flex;
  justify-content: center;
}
.main .sec-causes .container .content .content-body .img2 img {
  width: 32rem;
}
.main .sec-causes .container .content .content-body .img3 img {
  width: 29rem;
}
.main .sec-causes .container .content .content-ft {
  margin-top: 2.5rem;
  background: url(../images/top/causes-bg.png);
  padding: 3.5rem 0 4rem;
}
.main .sec-causes .container .content .content-ft .title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  justify-content: center;
  color: #666;
}
.main .sec-causes .container .content .content-ft .title span {
  color: #d5a7bb;
}
.main .sec-causes .container .content .content-ft .title .left img, .main .sec-causes .container .content .content-ft .title .right img {
  width: 1rem;
}
.main .sec-causes .container .content .content-ft .des {
  font-size: 3rem;
  color: #6499a3;
  text-align: center;
  margin-top: 0.8rem;
}
.main .sec-causes .container .content .content-ft .des span {
  font-size: 4rem;
  color: #fff;
  background: #6499a3;
}
.main .sec-causes .container .content .content-ft .img {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.main .sec-causes .container .content .content-ft .img img {
  width: 32rem;
}
.main .sec-causes .container .content .content-ft .txt {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main .sec-causes .container .content .content-ft .txt span {
  font-size: 2.4rem;
}
.main .sec-causes .container .content .content-ft .txt-m {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  text-align: center;
}
.main .sec-causes .container .content .content-ft .img2 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-left: 4rem;
}
.main .sec-causes .container .content .content-ft .img2 img {
  width: 18.7rem;
}
.main .sec-causes .container .content .content-ft .list {
  position: relative;
  background: #dfedef;
  border-radius: 1.6rem;
  margin: 1rem 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 3rem 2rem;
}
.main .sec-causes .container .content .content-ft .list .img3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-75%);
}
.main .sec-causes .container .content .content-ft .list .img3 img {
  width: 8rem;
}
.main .sec-causes .container .content .content-ft .list .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main .sec-causes .container .content .content-ft .list .item .img {
  width: 3.6rem;
}
.main .sec-causes .container .content .content-ft .list .item .txt {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  color: #3d3d3d;
}
.main .sec-benefit .container {
  background: url(../images/top/benefit-bg.png);
  background-repeat: no-repeat;
  padding-top: 4rem;
}
.main .sec-benefit .container .content .title {
  font-size: 3.4rem;
  color: #3d3d3d;
  text-align: center;
}
.main .sec-benefit .container .content .title span {
  font-size: 4.4rem;
  color: #6498a2;
  padding-right: 0.5rem;
  line-height: 1;
}
.main .sec-benefit .container .content .list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.main .sec-benefit .container .content .list .item {
  position: relative;
  margin-right: 1.5rem;
}
.main .sec-benefit .container .content .list .item.v2 {
  margin-left: 1.5rem;
  margin-right: 0;
}
.main .sec-benefit .container .content .list .item.v2 .group {
  border-radius: 1.6rem 0 0 1.6rem;
}
.main .sec-benefit .container .content .list .item.v2 .img-pos {
  right: 3rem;
}
.main .sec-benefit .container .content .list .item .tab {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  color: #6499a3;
  background: #dfedef;
  border-radius: 1rem 1rem 0 0;
  max-width: 5.5rem;
  text-align: center;
  line-height: 1.2;
  margin-left: 1.5rem;
}
.main .sec-benefit .container .content .list .item .group {
  background: #dfedef;
  border-radius: 0 1.6rem 1.6rem 0;
  padding: 2.5rem 0;
}
.main .sec-benefit .container .content .list .item .group .group-img {
  padding: 0 2.8rem;
}
.main .sec-benefit .container .content .list .item .group .group-title {
  font-size: 2.2rem;
  margin-top: 1.5rem;
  padding-left: 2.8rem;
  margin-right: 2.8rem;
  color: #3d3d3d;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6499a3;
}
.main .sec-benefit .container .content .list .item .group .group-txt {
  font-size: 1.6rem;
  color: #666;
  padding: 0 2.8rem;
  margin-top: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main .sec-benefit .container .content .list .item .img-pos {
  position: absolute;
  top: 0;
  right: 0;
}
.main .sec-benefit .container .content .list .item .img-pos img {
  width: 10rem;
}
.main .sec-benefit .container .content .list .item .img-pos p {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  width: 100%;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.05em;
}
.main .sec-benefit .container .content .list .item .img-pos p span {
  font-size: 2.5rem;
}
.main .sec-benefit .container .content .list .item .group-option {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 2.8rem;
  margin-top: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main .sec-benefit .container .content .list .item .group-option .group-option__item .group-option__title {
  font-size: 2.4rem;
  color: #6498a2;
  text-align: center;
  line-height: 1.1;
  margin-top: 1.2rem;
}
.main .sec-benefit .container .content .list .item .group-option .group-option__item .group-option__des {
  font-size: 1.6rem;
  color: #6498a2;
  margin-top: 1rem;
  text-align: center;
}
.main .sec-benefit .container .content .list .item .group-option .group-option__item .group-option__txt {
  font-size: 1.5rem;
  color: #666;
  border: 1px solid #f0eff0;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1rem;
}
.main .sec-benefit .container .content .list .item .group-option .group-option__item .group-option__txt span {
  font-weight: 400;
}
.main .sec-voice {
  margin-top: 4rem;
}
.main .sec-voice .container {
  background: url(../images/top/voice-bg.png);
  background-repeat: no-repeat;
  padding-top: 5rem;
}
.main .sec-voice .container .content {
  position: relative;
}
.main .sec-voice .container .content .title {
  font-size: 2rem;
  text-align: center;
  color: #3d3d3d;
}
.main .sec-voice .container .content .title span {
  font-size: 4rem;
  color: #ce80a6;
}
.main .sec-voice .container .content .img1 {
  position: absolute;
  top: -3rem;
  left: 2.5rem;
}
.main .sec-voice .container .content .img1 img {
  width: 21.8rem;
}
.main .sec-voice .container .content .list {
  margin: 3.5rem 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.main .sec-voice .container .content .list .item {
  background: #edd9e3;
  border-radius: 1.6rem;
  padding: 1.2rem 2.6rem;
  position: relative;
}
.main .sec-voice .container .content .list .item .txt {
  color: #666;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.main .sec-voice .container .content .list .item .img {
  margin-top: 1rem;
}
.main .sec-voice .container .content .list .item .des {
  color: #666;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: right;
  margin-top: 1rem;
}
.main .sec-voice .container .content .list .item .txt-pos {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #ce80a6;
  position: absolute;
  writing-mode: sideways-lr;
}
.main .sec-voice .container .content .list .item .txt-pos.right {
  top: 3rem;
  right: 0;
  transform: translateX(2rem);
}
.main .sec-voice .container .content .list .item .txt-pos.left {
  top: 3rem;
  left: 0;
  transform: translateX(-3rem);
}
.main .sec-voice .container .content .list .item .txt-pos span {
  font-size: 3.4rem;
}
.main .sec-voice .container .content .list .item .img-pos {
  position: absolute;
  bottom: -1.9rem;
}
.main .sec-voice .container .content .list .item .img-pos.left {
  left: 2rem;
}
.main .sec-voice .container .content .list .item .img-pos.right {
  right: 2rem;
}
.main .sec-reason {
  margin-top: 7rem;
}
.main .sec-reason .container .content .content-head {
  border-top: 1px solid #3d3d3d;
}
.main .sec-reason .container .content .list {
  margin: 5rem 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.main .sec-reason .container .content .list .item {
  position: relative;
}
.main .sec-reason .container .content .list .item .number {
  position: absolute;
  left: 0;
  top: 0;
}
.main .sec-reason .container .content .list .item .number.right {
  left: auto;
  right: 0;
}
.main .sec-reason .container .content .list .item .number img {
  width: 13rem;
}
.main .sec-reason .container .content .list .item .top {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.main .sec-reason .container .content .list .item .top .left {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #666;
}
.main .sec-reason .container .content .list .item .top .right {
  display: flex;
  gap: 0.7rem;
  color: #3d3d3d;
}
.main .sec-reason .container .content .list .item .top .right.v2 {
  height: 36rem;
}
.main .sec-reason .container .content .list .item .top .right.v2 p:nth-child(1) {
  margin-top: auto;
}
.main .sec-reason .container .content .list .item .top .right.v3 p:nth-child(1) {
  margin-top: auto;
}
.main .sec-reason .container .content .list .item .top .right p {
  writing-mode: vertical-lr;
  background: #d0e0e3;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 1rem 0;
  font-size: 3rem;
  line-height: 1.1;
}
.main .sec-reason .container .content .list .item .line {
  width: 30rem;
}
.main .sec-reason .container .content .list .item .mid {
  margin-top: 1.5rem;
}
.main .sec-reason .container .content .list .item .mid .mid-title {
  color: #6498a2;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.main .sec-reason .container .content .list .item .mid .mid-title.v2 {
  margin-top: 1.2rem;
}
.main .sec-reason .container .content .list .item .mid .mid-img {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.main .sec-reason .container .content .list .item .item-img {
  margin-top: -3.5rem;
}
.main .sec-reason .container .content .content-ft {
  margin-top: 4.5rem;
}
.main .sec-reason .container .content .content-ft .txt {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
}
.main .sec-reason .container .content .content-ft .txt p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #666;
}
.main .sec-reason .container .content .content-ft .txt .left img, .main .sec-reason .container .content .content-ft .txt .right img {
  width: 1rem;
}
.main .sec-reason .container .content .content-ft .btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.main .sec-support {
  margin-top: 4.5rem;
}
.main .sec-support .container {
  background: rgba(153, 187, 196, 0.4);
  padding: 4rem 1.5rem;
}
.main .sec-support .container .content .title {
  font-size: 2.2rem;
  color: #3d3d3d;
  text-align: center;
}
.main .sec-support .container .content .des {
  font-size: 3rem;
  text-align: center;
}
.main .sec-support .container .content .des span {
  font-size: 3.4rem;
  color: #6498a2;
  padding: 0 0.5rem;
}
.main .sec-support .container .content .line {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.main .sec-support .container .content .line span {
  width: 0.1rem;
  height: 4rem;
  display: block;
  background: #3d3d3d;
}
.main .sec-support .container .content .list {
  margin-top: -1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.main .sec-support .container .content .list .item {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2rem 0;
}
.main .sec-support .container .content .list .item .item-title {
  font-size: 2.2rem;
  text-align: center;
}
.main .sec-support .container .content .list .item .img {
  margin-top: 1rem;
  padding: 0 1.5rem;
}
.main .sec-support .container .content .list .item .txt {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #666;
  margin-top: 1rem;
  padding: 0 1.5rem;
  line-height: 1.6;
}
.main .sec-process .container {
  background: url(../images/top/process-bg.png);
  background-size: cover;
  padding: 3rem 0 3.5rem;
}
.main .sec-process .container .content {
  position: relative;
}
.main .sec-process .container .content .img1 {
  padding-left: 2rem;
}
.main .sec-process .container .content .img2 {
  margin-top: -13rem;
}
.main .sec-process .container .content .img2 img {
  width: 28.6rem;
}
.main .sec-process .container .content .list {
  margin: 2rem 1.5rem 0;
  display: flex;
  flex-direction: column;
}
.main .sec-process .container .content .list .item {
  background: #fff;
  border-radius: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 1.5rem 0;
}
.main .sec-process .container .content .list .item .title {
  font-size: 2.2rem;
  color: #6498a2;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid;
  margin-right: 1.5rem;
  padding-left: 10rem;
}
.main .sec-process .container .content .list .item .txt {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
}
.main .sec-process .container .content .list .item .number {
  position: absolute;
  top: -1rem;
  left: 1rem;
}
.main .sec-process .container .content .list .item .number.number1 img {
  width: 7.8rem;
}
.main .sec-process .container .content .list .item .number.number2 img {
  width: 8.3rem;
}
.main .sec-process .container .content .list .item .number.number3 img {
  width: 8.5rem;
}
.main .sec-process .container .content .list .item .number.number4 img {
  width: 8.7rem;
}
.main .sec-process .container .content .list .ic {
  display: flex;
  justify-content: center;
}
.main .sec-process .container .content .list .ic img {
  width: 3rem;
}
.main .sec-experience .container {
  background: url(../images/top/experience-bg.png);
  padding: 4rem 0 4.5rem;
  background-size: cover;
  background-position: bottom;
}
.main .sec-experience .container .content {
  color: #fff;
}
.main .sec-experience .container .content .title {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}
.main .sec-experience .container .content .img {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.main .sec-experience .container .content .img img {
  width: 35rem;
}
.main .sec-experience .container .content .txt {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 0.6rem;
}
.main .sec-contact-form {
  margin-top: 3rem;
  padding-bottom: 4rem;
}
.main .sec-contact-form .container .content .title {
  font-size: 3rem;
  text-align: center;
}
.main .sec-contact-form .container .content .title span {
  font-size: 2.2rem;
}
.main .sec-contact-form .container .content .form {
  margin: 3rem 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3d3d3d;
}
.main .sec-contact-form .container .content .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main .sec-contact-form .container .content .form .form-group .group-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.main .sec-contact-form .container .content .form .form-group .group-label label {
  font-size: 1.6rem;
}
.main .sec-contact-form .container .content .form .form-group input, .main .sec-contact-form .container .content .form .form-group textarea, .main .sec-contact-form .container .content .form .form-group select {
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
  padding: 1rem;
  border-radius: 1.2rem;
  width: 100%;
}
.main .sec-contact-form .container .content .form p.req {
  color: #fff;
  background: #6498a2;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.3rem 0.8rem;
  border-radius: 10rem;
}
.main .sec-contact-form .container .content .form .group-check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 0.4rem;
}
.main .sec-contact-form .container .content .form .group-check input {
  width: 2rem;
  height: 2rem;
  accent-color: #6498a2;
}
.main .sec-contact-form .container .content .form .group-check label {
  font-size: 1.6rem;
}
.main .sec-contact-form .container .content .form .des {
  font-size: 1rem;
  margin-top: -1rem;
}
.main .sec-contact-form .container .content .btn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.main .sec-contact-form .container .content .btn .btn-submit {
  background: linear-gradient(to right, #50949A, #2B8C8B, #0A857D);
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  padding: 1.5rem;
  padding-right: 2rem;
  border-radius: 10rem;
  border: 2px solid #fff;
  box-shadow: 0.3rem 0 1rem rgba(0, 0, 0, 0.3);
  max-width: 30rem;
  width: 100%;
  transition: 0.3s ease;
}
.main .sec-contact-form .container .content .btn .btn-submit:hover {
  opacity: 0.5;
}

.container {
  max-width: 37.5rem;
  width: 100%;
  margin: auto;
}

.btn-main {
  background-image: linear-gradient(to right, #7EBC48, #6CBA5C, #3FB58F);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.6rem 1.5rem;
  border: 0.2rem solid #fff;
  border-radius: 2.4rem;
  max-width: 35rem;
  width: 100%;
  box-shadow: 0.3rem 0 1rem rgba(0, 0, 0, 0.3);
}
.btn-main span {
  margin-right: 0.9rem;
  display: flex;
  flex-direction: column;
  font-size: 2.1rem;
  color: #fff;
}
.btn-main span small {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.btn-main .ic-btn {
  width: 8rem;
}
.btn-main .ic-next {
  width: 2.6rem;
}

.btn-fixed {
  position: fixed;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 11;
}

.sec-main {
  position: fixed;
  top: 0;
  z-index: -10;
  width: 100%;
  background: url(../images/common/main-bg.png);
  background-position: center;
  background-size: cover;
  min-height: 100%;
}

.logo-fixed {
  position: fixed;
  right: 4rem;
  top: 15rem;
}

.btn-pc {
  position: fixed;
  right: 10rem;
  bottom: 7rem;
}
.btn-pc .item {
  background-image: linear-gradient(to right, #7EBC48, #6CBA5C, #3FB58F);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 12rem 1.5rem 1.5rem;
  border-radius: 1.6rem;
  box-shadow: 0.3rem 0 1rem rgba(0, 0, 0, 0.3);
  border: 0.2rem solid #fff;
  position: relative;
}
.btn-pc .item span {
  margin-right: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
  color: #fff;
}
.btn-pc .item span small {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.btn-pc .item .ic-next {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: -1rem;
}
.btn-pc .item .ic-next img {
  width: 2.5rem;
}
.btn-pc .item .ic-btn {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 1200px) {
  .logo-fixed {
    right: 0;
  }
  .logo-fixed img {
    width: 30rem;
  }
  .btn-pc .item .ic-btn {
    max-width: 15rem;
  }
  .btn-pc .item {
    padding: 8rem 1.5rem 1.5rem;
  }
  .btn-pc {
    right: 2rem;
  }
}
@media (max-width: 1024px) {
  .logo-fixed img {
    width: 20rem;
  }
  .btn-pc .item .ic-btn {
    max-width: 10rem;
  }
  .btn-pc .item {
    padding: 4rem 1rem 1rem;
    gap: 0.5rem;
  }
  .btn-pc {
    right: 1rem;
  }
  .btn-pc .item span {
    font-size: 1.8rem;
  }
  .btn-pc .item span small {
    font-size: 1.2rem;
  }
}
@media (max-width: 800px) {
  .btn-pc {
    display: none;
  }
  .logo-fixed {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */