@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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: 62.5%;
  line-height: 1.7;
}

body {
  font-size: 1.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

main {
  margin-bottom: 180px;
}

img {
  max-width: 100%;
}

.cw {
  max-width: 1060px;
  padding: 0 50px;
  margin: 0 auto;
}

.cw2 {
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

.sp {
  display: none;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
  main {
    margin-bottom: 100px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .cw {
    padding: 0 16px;
  }
}

.b-mv {
  position: relative;
  margin-bottom: 0;
}

.b-mv .img {
  position: relative;
  z-index: 1;
}

.b-mv .desc {
  position: relative;
  z-index: 2;
  top: -55px;
}

.b-mv .desc .e-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.b-mv .desc .e-copy h1 {
  display: inline-block;
  background-color: #EA650D;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.3;
  padding: 20px 50px;
  color: #fff;
}

.b-mv .desc .bg {
  position: absolute;
  z-index: 1;
  background-color: #EA650D;
  height: 70px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

.b-mv2 {
  position: relative;
  background-color: #EAC98E;
  width: 100%;
  height: 422px;
  padding: 30px 0 0;
  margin-bottom: 50px;
}

.b-mv2 .cw .img {
  position: absolute;
  z-index: 1;
  right: 110px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.b-mv2 .cw .img .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.b-mv2 .cw .img .inner .img2 {
  position: absolute;
  bottom: 0;
  right: 250px;
}

.b-mv2 .cw .img .inner .img1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.b-mv2 .cw .desc {
  margin-top: 25px;
  position: relative;
  z-index: 2;
  width: 450px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.b-mv2 .cw .desc .img2 {
  text-align: center;
  padding: 18px 35px;
}

.b-mv2 .cw .desc .img2 img {
  height: 60px;
  width: auto;
  margin-bottom: 18px;
}

.b-mv2 .cw .desc .img2 hr {
  border-top: 1px solid #E5CA95;
}

.b-mv2 .cw .desc .e-copy {
  text-align: center;
  color: #EA650D;
  font-size: 3.2rem;
  font-weight: bold;
}

.b-mv2 .cw .desc .e-copy h1 {
  line-height: 1.5;
  margin-bottom: 20px;
}

.b-mv2 .cw .desc .e-copy h2 {
  width: 100%;
  line-height: 80px;
  color: #fff;
  background-color: #EA650D;
}

.b-about {
  margin-bottom: 40px;
}

.b-about .box {
  position: relative;
  border: 2px solid #EA650D;
  border-radius: 10px;
  padding: 32px 40px;
}

.b-about .box h2 {
  position: absolute;
  line-height: 1;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #fff;
  padding: 0 10px;
}

.b-cta.cta1 {
  margin-bottom: 80px;
}

.b-sonae {
  margin-bottom: 50px;
}

.b-sonae .ttl {
  text-align: center;
  margin-bottom: 40px;
}

.b-sonae .ttl h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.b-sonae .ttl h2:before {
  position: absolute;
  top: 2px;
  left: -20px;
  content: '';
  width: 1px;
  height: 42px;
  border-left: 4px solid #EAC98E;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}

.b-sonae .ttl h2:after {
  position: absolute;
  top: 2px;
  right: -20px;
  content: '';
  width: 1px;
  height: 42px;
  border-left: 4px solid #EAC98E;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}

.b-sonae .points .e-point .content {
  display: none;
  padding: 40px 40px 50px;
}

.b-sonae .points .e-point .content .blk .box_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-sonae .points .e-point .content .blk .box_half > div {
  width: calc((100% - 40px) / 2);
}

.b-sonae .points .e-point .content .blk .box_half .box1 {
  margin-right: 40px;
}

.b-sonae .points .e-point.point1 .content .blk {
  margin-bottom: 40px;
}

.b-sonae .points .e-point.point1 .content .blk .box_half .box2 img {
  max-width: 393px;
}

.b-sonae .points .e-point.point1 .content .blk2 .t1 {
  margin-bottom: 20px;
}

.b-sonae .points .e-point.point1 .content .blk3 {
  margin-bottom: 0;
}

.b-sonae .points .e-point.point1 .content .blk3 .m-t1 {
  margin-bottom: 20px;
}

.b-sonae .points .e-point.point1 .content .blk3 .img {
  max-width: 720px;
  margin: 0 auto 30px;
}

.b-sonae .points .e-point.point2 .content .blk1 {
  border-bottom: 1px solid #CAC7C7;
  padding-bottom: 30px;
}

.b-sonae .points .e-point.point2 .content .blk2 {
  padding-top: 40px;
}

.b-sonae .points .e-point.point2 .content .blk2 .box2 p {
  margin-bottom: 20px;
}

.b-sonae .points .e-point.point3 .content .blk1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #CAC7C7;
  padding: 10px 0;
}

.b-sonae .points .e-point.point3 .content .blk1 dl dt {
  width: 80px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
  border-bottom: 2px solid #666666;
  margin-right: 40px;
}

.b-sonae .points .e-point.point3 .content .blk1 dl dd {
  width: calc(100% - 120px);
}

.b-sonae .points .e-point.point3 .content .blk1 dl dd h4 {
  color: #EA650D;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.b-sonae .points .e-point.point3 .content .blk2 {
  padding: 20px 0 0;
}

.b-sonae .points .e-point.point3 .content .blk2 .m-text-bold {
  margin-bottom: 16px;
}

.b-sonae .points .e-point.point3 .content .blk2 .m-cta2 {
  max-width: 460px;
  margin: 0 auto;
}

.b-sonae .points .e-point.point4 .content .blk1 .m-t1 {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point4 .content .blk1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-sonae .points .e-point.point4 .content .blk1 ul li {
  width: calc((100% -  60px) / 3);
  margin-right: 30px;
}

.b-sonae .points .e-point.point4 .content .blk1 ul li:nth-child(4) {
  margin-top: 40px;
}

.b-sonae .points .e-point.point4 .content .blk1 ul li:nth-child(3) {
  margin-right: 0;
}

.b-sonae .points .e-point.point4 .content .blk1 ul li h4 {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-align: center;
  color: #EA650D;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 5px 0;
  margin-bottom: 20px;
}

.b-sonae .points .e-point.point4 .content .blk1 ul li .img {
  margin-bottom: 8px;
}

.b-sonae .points .e-point.point5 .m-t1 {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point5 .blk2 {
  margin-bottom: 50px;
}

.b-sonae .points .e-point.point5 .blk2 .m-title1 small {
  font-size: 1.4rem;
  font-weight: normal;
}

.b-sonae .points .e-point.point5 .blk2 .box_half {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point5 .blk2 .box2 .m-text-bold {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point5 .blk2 .box2 .text {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point5 .blk2 .text1 {
  font-size: 1.3rem;
}

.b-sonae .points .e-point.point5 .blk2 .text1 span {
  color: #EA650D;
}

.b-sonae .points .e-point.point5 .blk3 .box1 .img {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point5 .blk3 .box2 .m-text-bold {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point5 .blk3 .text1 {
  font-size: 1.3rem;
}

.b-sonae .points .e-point.point6 .content .blk1 {
  margin-bottom: 60px;
}

.b-sonae .points .e-point.point6 .content .blk1 .box2 small {
  font-weight: normal;
}

.b-sonae .points .e-point.point6 .content .blk1 .box2 .lst {
  width: 100%;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-top: 30px;
}

.b-sonae .points .e-point.point6 .content .blk1 .box2 .lst dt {
  text-align: center;
  border-bottom: 1px solid #666666;
  padding: 5px 0;
}

.b-sonae .points .e-point.point6 .content .blk1 .box2 .lst dd {
  padding: 15px 0;
}

.b-sonae .points .e-point.point6 .content .blk2 {
  margin-bottom: 70px;
}

.b-sonae .points .e-point.point6 .content .blk2 .m-sikumi {
  margin-bottom: 0;
}

.b-sonae .points .e-point.point6 .content .blk2 .text1 {
  border-top: 1px solid #666666;
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

.b-sonae .points .e-point.point6 .content .blk3 {
  border-top: 1px solid #666666;
  padding-top: 30px;
}

.b-sonae .points .e-point.point6 .content .blk3 .m-text-bold {
  margin-bottom: 20px;
}

.b-sonae .points .e-point.point6 .content .blk3 .m-cta1 {
  width: 460px;
  margin: 0 auto;
}

.b-sonae .points .e-point.point7 .content .m-t1 {
  margin-bottom: 30px;
}

.b-sonae .points .e-point.point7 .content .t1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.b-sonae .points .e-point.point7 .content .t1 a {
  color: #EA650D;
  font-weight: bold;
}

.b-sonae .points .e-point.point7 .content .t2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.b-sonae .points .e-point.point7 .content .t5 {
  font-size: 1.3rem;
}

.b-sonae .points .e-point.point7 .content .blk1 {
  margin-bottom: 50px;
}

.b-sonae .points .e-point.point7 .content .blk1 .t1 {
  font-weight: bold;
}

.b-sonae .points .e-point.point7 .content .blk1 .a, .b-sonae .points .e-point.point7 .content .blk1 .b {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.b-sonae .points .e-point.point7 .content .blk1 .a {
  background-color: #EAC98E;
}

.b-sonae .points .e-point.point7 .content .blk1 .b {
  background-color: #C8CD2E;
}

.b-sonae .points .e-point.point7 .content .blk1 .siki {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #CAC7C7;
  padding: 10px 0;
}

.b-sonae .points .e-point.point7 .content .blk1 .desc-b {
  padding-top: 15px;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
}

.b-sonae .points .e-point.point7 .content .blk1 .desc-a {
  border-bottom: 1px solid #CAC7C7;
  padding-top: 15px;
  padding-bottom: 10px;
}

.b-sonae .points .e-point.point7 .content .blk2, .b-sonae .points .e-point.point7 .content .blk3, .b-sonae .points .e-point.point7 .content .blk4 {
  margin-bottom: 40px;
}

.b-sonae .points .e-point.point7 .content .blk2 .m-title1, .b-sonae .points .e-point.point7 .content .blk3 .m-title1, .b-sonae .points .e-point.point7 .content .blk4 .m-title1 {
  margin-bottom: 20px;
}

.b-sonae .points .e-point.point7 .content .blk4 {
  border-bottom: 1px solid #CAC7C7;
  margin-bottom: 16px;
}

.b-sonae .points .e-point.point7 .content .blk4 .mb {
  margin-bottom: 40px;
}

.b-cta.cta2 {
  margin-bottom: 80px;
}

.b-aboutnn .content {
  padding: 40px 0 80px;
}

.b-aboutnn .content .blk1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.b-aboutnn .content .blk1 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  width: 40%;
}

.b-aboutnn .content .blk1 .img img {
  width: 240px;
}

.b-aboutnn .content .blk1 .desc {
  width: calc(60% - 40px);
}

.b-aboutnn .content .blk1 .desc h3 {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  color: #EA650D;
  margin-bottom: 30px;
}

.b-aboutnn .content .blk1 .desc h3:after {
  position: absolute;
  content: '';
  width: 40px;
  border-top: 2px solid #222222;
  left: 0;
  bottom: -10px;
}

.b-aboutnn .content .blk2 .ttl {
  position: relative;
  text-align: center;
}

.b-aboutnn .content .blk2 .ttl:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #C9C7C7;
  top: 14px;
  left: 0;
}

.b-aboutnn .content .blk2 .ttl p {
  position: relative;
  display: inline-block;
  z-index: 2;
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

.b-reason {
  margin-bottom: 60px;
}

.b-reason .m-h1 {
  margin-bottom: 40px;
}

.b-reason .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.b-reason .content ul li {
  width: calc((100% - 2px) / 3);
  margin-bottom: 40px;
}

.b-reason .content ul li:nth-child(1), .b-reason .content ul li:nth-child(2), .b-reason .content ul li:nth-child(4) {
  border-right: 1px solid #CAC7C7;
}

.b-reason .content ul li:nth-child(1), .b-reason .content ul li:nth-child(4) {
  padding-right: 30px;
}

.b-reason .content ul li:nth-child(2), .b-reason .content ul li:nth-child(5) {
  padding-right: 30px;
  padding-left: 30px;
}

.b-reason .content ul li:nth-child(3) {
  padding-left: 30px;
}

.b-reason .content ul li:nth-child(4), .b-reason .content ul li:nth-child(5) {
  margin-bottom: 0;
}

.b-reason .content ul li .img {
  border-radius: 10px;
  overflow: hidden;
  height: 170px;
  margin-bottom: 20px;
}

.b-reason .content ul li .img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-reason .content ul li .desc h3 {
  font-size: 2.4rem;
  color: #EA650D;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

.b-cta.cta3 {
  margin-bottom: 80px;
}

.b-paper {
  margin-bottom: 40px;
}

.b-paper .m-h1 {
  margin-bottom: 20px;
}

.b-paper .t2 {
  color: #EA650D;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.b-paper .e-point .content {
  display: none;
}

.b-paper .e-point .content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-paper .e-point .content .img {
  width: 200px;
  margin-right: 50px;
}

.b-paper .e-point .content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-paper .e-point .content .desc dl {
  width: 420px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.b-paper .e-point .content .desc dl dt {
  border-bottom: 1px solid #CAC7C7;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.b-paper .e-point .content .desc dl dd {
  padding: 20px 0;
}

.b-paper .e-point .content .desc dl dd ul li {
  line-height: 1.5;
}

footer {
  background-color: #F2EDEB;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .b-mv .desc {
    top: -40px;
  }
  .b-mv .desc .e-copy {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .b-mv .desc .e-copy h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 20px 20px;
  }
  .b-mv2 {
    padding: 18px 0 0;
    margin-bottom: 110px;
  }
  .b-mv2 .cw .img {
    right: 0;
    bottom: 0;
  }
  .b-mv2 .cw .img .inner .img2 {
    left: 30px;
    right: auto;
    bottom: auto;
    top: 30px;
    width: 147px;
  }
  .b-mv2 .cw .img .inner .img1 {
    right: 40px;
    bottom: auto;
    top: 30px;
    width: 146px;
  }
  .b-mv2 .cw .desc {
    position: absolute;
    bottom: -64px;
    width: 310px;
    margin: 0 auto;
    left: calc((50vw - 155px));
  }
  .b-mv2 .cw .desc .e-copy {
    font-size: 2.4rem;
  }
  .b-mv2 .cw .desc .e-copy h1 {
    padding: 0;
    margin-bottom: 10px;
  }
  .b-mv2 .cw .desc .e-copy h2 {
    line-height: 64px;
  }
  .b-about .box {
    padding: 30px 20px;
  }
  .b-about .box h2 {
    top: -9px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .b-cta.cta1 {
    margin-bottom: 60px;
  }
  .b-sonae {
    margin-bottom: 30px;
  }
  .b-sonae .ttl {
    margin-bottom: 20px;
  }
  .b-sonae .ttl h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .b-sonae .points .e-point .content {
    display: none;
    padding: 20px 16px 40px;
  }
  .b-sonae .points .e-point .content .blk .box_half {
    display: block;
  }
  .b-sonae .points .e-point .content .blk .box_half > div {
    width: 100%;
  }
  .b-sonae .points .e-point .content .blk .box_half .box1 {
    margin-right: 0;
  }
  .b-sonae .points .e-point.point1 .content .blk {
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point1 .content .blk .box_half .box1 {
    margin-bottom: 10px;
  }
  .b-sonae .points .e-point.point1 .content .blk .box_half .box2 img {
    max-width: 100%;
  }
  .b-sonae .points .e-point.point1 .content .blk2 .t1 {
    margin-bottom: 20px;
  }
  .b-sonae .points .e-point.point1 .content .blk3 {
    margin-bottom: 0;
  }
  .b-sonae .points .e-point.point1 .content .blk3 .m-t1 {
    font-size: 1.6rem;
  }
  .b-sonae .points .e-point.point1 .content .blk3 .img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .b-sonae .points .e-point.point2 .content .blk1 .m-t2 {
    font-size: 1.9rem;
  }
  .b-sonae .points .e-point.point2 .content .blk2 {
    padding-top: 30px;
  }
  .b-sonae .points .e-point.point2 .content .blk2 .box1 {
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point2 .content .blk2 .box2 p {
    margin-bottom: 20px;
  }
  .b-sonae .points .e-point.point3 .content .blk1 dl {
    display: block;
    padding: 10px 0 30px;
  }
  .b-sonae .points .e-point.point3 .content .blk1 dl + dl {
    padding-top: 30px;
  }
  .b-sonae .points .e-point.point3 .content .blk1 dl dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .b-sonae .points .e-point.point3 .content .blk1 dl dd {
    width: 100%;
  }
  .b-sonae .points .e-point.point3 .content .blk1 dl dd h4 {
    margin-bottom: 8px;
  }
  .b-sonae .points .e-point.point4 .content .blk1 ul {
    display: block;
  }
  .b-sonae .points .e-point.point4 .content .blk1 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point4 .content .blk1 ul li:nth-child(4) {
    margin-top: 0;
  }
  .b-sonae .points .e-point.point4 .content .blk1 ul li .img {
    margin-bottom: 4px;
  }
  .b-sonae .points .e-point.point4 .content .blk1 ul li:last-child {
    margin-bottom: 0;
  }
  .b-sonae .points .e-point.point5 .blk2 {
    margin-bottom: 50px;
  }
  .b-sonae .points .e-point.point5 .blk2 .m-title1 small {
    font-size: 1.2rem;
  }
  .b-sonae .points .e-point.point5 .blk2 .box_half {
    margin-bottom: 50px;
  }
  .b-sonae .points .e-point.point5 .blk2 .box_half .box1 .img {
    margin-bottom: 15px;
  }
  .b-sonae .points .e-point.point5 .blk2 .box_half .box1 .text1 {
    margin-bottom: 20px;
  }
  .b-sonae .points .e-point.point5 .blk2 .text1 {
    font-size: 1.2rem;
  }
  .b-sonae .points .e-point.point5 .blk3 .m-title1 .inner small {
    font-size: 1.2rem;
  }
  .b-sonae .points .e-point.point5 .blk3 .box1 .img {
    margin-bottom: 18px;
  }
  .b-sonae .points .e-point.point5 .blk3 .box1 .text1 {
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point5 .blk3 .text1 {
    font-size: 1.2rem;
  }
  .b-sonae .points .e-point.point6 .content .blk1 {
    margin-bottom: 40px;
  }
  .b-sonae .points .e-point.point6 .content .blk1 .box1 {
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point6 .content .blk1 .box2 .lst {
    width: 100%;
    margin-top: 30px;
  }
  .b-sonae .points .e-point.point6 .content .blk1 .box2 .lst dt {
    font-size: 1.8rem;
    padding: 8px 0;
  }
  .b-sonae .points .e-point.point6 .content .blk1 .box2 .lst dd {
    font-size: 1.6rem;
  }
  .b-sonae .points .e-point.point6 .content .blk1 .box2 .lst dd span {
    font-size: 1.5rem;
  }
  .b-sonae .points .e-point.point6 .content .blk2 {
    margin-bottom: 40px;
  }
  .b-sonae .points .e-point.point6 .content .blk2 .m-sikumi {
    margin-bottom: 0;
    width: 120px;
  }
  .b-sonae .points .e-point.point6 .content .blk2 .text1 span {
    font-size: 1.6rem;
  }
  .b-sonae .points .e-point.point6 .content .blk2 .box1 {
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point6 .content .blk3 .m-cta1 {
    width: 100%;
  }
  .b-sonae .points .e-point.point6 .content .blk3 .m-text-bold {
    text-align: left;
  }
  .b-sonae .points .e-point.point7 .content .t1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .b-sonae .points .e-point.point7 .content .t1 a {
    color: #EA650D;
    font-weight: bold;
  }
  .b-sonae .points .e-point.point7 .content .t1 strong {
    font-size: 1.6rem;
  }
  .b-sonae .points .e-point.point7 .content .t2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .b-sonae .points .e-point.point7 .content .t5 {
    font-size: 1.3rem;
  }
  .b-sonae .points .e-point.point7 .content .blk1 {
    margin-bottom: 50px;
  }
  .b-sonae .points .e-point.point7 .content .blk1 .box1 {
    margin-bottom: 30px;
  }
  .b-sonae .points .e-point.point7 .content .blk1 .siki {
    padding: 15px 0;
  }
  .b-sonae .points .e-point.point7 .content .blk1 .desc-b {
    padding-bottom: 0;
  }
  .b-sonae .points .e-point.point7 .content .blk1 .desc-a {
    padding-bottom: 0;
  }
  .b-sonae .points .e-point.point7 .content .blk4 .mb {
    margin-bottom: 30px;
  }
  .b-cta.cta2 {
    margin-bottom: 60px;
  }
  .b-aboutnn .content {
    padding: 40px 0 50px;
  }
  .b-aboutnn .content .blk1 {
    display: block;
    margin-bottom: 30px;
  }
  .b-aboutnn .content .blk1 .img {
    width: 100%;
    margin-bottom: 40px;
  }
  .b-aboutnn .content .blk1 .img img {
    height: 120px;
    width: auto;
  }
  .b-aboutnn .content .blk1 .desc {
    width: 100%;
  }
  .b-aboutnn .content .blk1 .desc h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .b-aboutnn .content .blk2 .ttl {
    margin-bottom: 16px;
  }
  .b-aboutnn .content .blk2 .ttl::after {
    top: 10px;
  }
  .b-aboutnn .content .blk2 .ttl p {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .b-reason {
    margin-bottom: 0px;
  }
  .b-reason .m-h1 {
    margin-bottom: 30px;
  }
  .b-reason .content ul {
    display: block;
  }
  .b-reason .content ul li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #F2EDEB;
    padding-bottom: 25px;
  }
  .b-reason .content ul li + li {
    margin-top: 0;
    padding-top: 30px;
  }
  .b-reason .content ul li:nth-child(1), .b-reason .content ul li:nth-child(2), .b-reason .content ul li:nth-child(4) {
    border-right: none;
  }
  .b-reason .content ul li:nth-child(1), .b-reason .content ul li:nth-child(4) {
    padding-right: 0;
  }
  .b-reason .content ul li:nth-child(2), .b-reason .content ul li:nth-child(5) {
    padding-right: 0;
    padding-left: 0;
  }
  .b-reason .content ul li:nth-child(3) {
    padding-left: 0;
  }
  .b-reason .content ul li:nth-child(5) {
    border-bottom: none;
  }
  .b-reason .content ul li .img {
    height: 208px;
    margin-bottom: 10px;
  }
  .b-reason .content ul li .desc h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .b-cta.cta3 {
    margin-bottom: 60px;
  }
  .b-paper {
    margin-bottom: 30px;
  }
  .b-paper .e-point .content {
    padding: 30px 16px 50px;
  }
  .b-paper .e-point .content .inner {
    display: block;
  }
  .b-paper .e-point .content .img {
    text-align: center;
    margin: 0 auto 30px auto;
  }
}

.e-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.e-cta > div {
  width: calc((100% - 40px) / 2);
}

.e-cta > div + div {
  margin-left: 40px;
}

.e-point {
  border-radius: 10px;
  overflow: hidden;
}

.e-point + .e-point {
  margin-top: 10px;
}

.e-point.show .head {
  color: #fff;
}

.e-point.show .head h3 {
  background-color: #EA650D;
}

.e-point.show .head h3:before {
  display: none;
}

.e-point.show .head h3::after {
  border-top: 4px solid #fff;
}

.e-point .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: bold;
  height: 60px;
  cursor: pointer;
}

.e-point .head .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  color: #fff;
  background-color: #666666;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
}

.e-point .head h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
  background-color: #F2EDEB;
  font-size: 2rem;
  padding: 0 24px;
}

.e-point .head h3:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
  content: '';
  width: 20px;
  height: 0;
  border-top: 4px solid #222222;
}

.e-point .head h3:before {
  position: absolute;
  top: calc(50% - 10px);
  right: 32px;
  content: '';
  width: 4px;
  height: 20px;
  border-right: 4px solid #222222;
}

.e-point .content {
  background-color: #F2EDEB;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .e-cta {
    display: block;
  }
  .e-cta > div {
    width: 100%;
  }
  .e-cta > div + div {
    margin-top: 15px;
    margin-left: 0;
  }
  .e-point .head .no {
    width: 44px;
    font-size: 2rem;
  }
  .e-point .head h3 {
    width: calc(100% - 44px);
    font-size: 1.6rem;
    padding: 0 14px;
  }
  .e-point .head h3:after {
    top: calc(50% - 2px);
    right: 16px;
    width: 18px;
    border-top: 2px solid #222222;
  }
  .e-point .head h3:before {
    top: calc(50% - 10px);
    right: 24px;
    width: 2px;
    border-right: 2px solid #222222;
    height: 18px;
  }
  .e-point .content {
    background-color: #F2EDEB;
    padding: 40px;
  }
}

.m-cta1, .m-cta2 {
  position: relative;
  background-color: #96B439;
  border-radius: 40px;
  color: #fff;
  padding: 10px 40px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 0 #C8CD2E;
          box-shadow: 0 3px 0 #C8CD2E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-cta1:hover, .m-cta2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.m-cta1 a, .m-cta2 a {
  display: block;
}

.m-cta1 .inner, .m-cta2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-cta1 .inner img, .m-cta2 .inner img {
  margin-right: 10px;
}

.m-cta1 .inner p, .m-cta2 .inner p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.m-cta1 .inner p small, .m-cta2 .inner p small {
  font-size: 1.8rem;
}

.m-h1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  border-top: 4px solid #EAC98E;
  border-bottom: 4px solid #EAC98E;
  text-align: center;
}

.m-title1 {
  width: 100%;
  background-color: #EAC98E;
  border-left: 10px solid #666666;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 8px 30px;
  margin-bottom: 30px;
}

.m-title1 small {
  font-size: 2rem;
}

.m-t1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.m-t2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #EA650D;
  margin-bottom: 5px;
}

.m-l1 {
  border-top: 1px solid #CAC7C7;
}

.m-l1 li {
  border-bottom: 1px solid #CAC7C7;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 6px 0;
}

.m-tbl1 {
  width: 100%;
  margin-bottom: 14px;
}

.m-tbl1 th {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 0;
  background-color: #5B9853;
}

.m-tbl1 th + th {
  border-left: 1px solid #CAC7C7;
}

.m-tbl1 td {
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.3;
}

.m-tbl1 td small {
  font-size: 1.4rem;
}

.m-tbl1 td + td {
  border-left: 1px solid #CAC7C7;
}

.m-tbl1 tr + tr {
  border-top: 1px solid #CAC7C7;
}

.m-alerts li {
  font-size: 1.3rem;
  margin-bottom: 7px;
}

.m-text-orange {
  color: #EA650D;
}

.m-text-bold {
  font-weight: bold;
}

.m-l2 + .m-l2 {
  margin-top: 25px;
}

.m-l2 .m-l2-ttl {
  background-color: #666666;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 40px;
}

.m-l2 ul li {
  border-bottom: 1px solid #CAC7C7;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 0;
}

.m-l2 ul li small {
  font-weight: normal;
}

.m-sikumi {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 208px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.m-sikumi small {
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
}

.m-btn1 a {
  display: block;
  width: 260px;
  border-radius: 25px;
  text-align: center;
  color: #EA650D;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #EA650D;
  line-height: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .m-cta1, .m-cta2 {
    border-radius: 30px;
    padding: 5px 30px;
    width: 100%;
  }
  .m-cta1 .inner img, .m-cta2 .inner img {
    width: 40px;
  }
  .m-cta1 .inner p, .m-cta2 .inner p {
    font-size: 1.8rem;
  }
  .m-cta1 .inner p small, .m-cta2 .inner p small {
    font-size: 1.6rem;
  }
  .m-h1 {
    font-size: 2rem;
    padding: 18px 0;
  }
  .m-t1 {
    font-size: 1.6rem;
  }
  .m-title1 {
    font-size: 2rem;
    padding: 8px 16px;
    margin-bottom: 20px;
  }
  .m-title1 small {
    font-size: 1.6rem;
  }
  .m-title1 .inner span {
    line-height: 1.5;
    display: block;
  }
  .m-title1 .inner br {
    line-height: 1px;
  }
  .m-title1 .inner small {
    line-height: 1;
    display: block;
  }
  .m-t2 {
    font-size: 2rem;
  }
  .m-l1 {
    margin-bottom: 24px;
  }
  .m-l1 li {
    font-size: 1.6rem;
    padding: 6px 0;
  }
  .m-tbl1 {
    margin-bottom: 14px;
  }
  .m-tbl1 th {
    font-size: 1.6rem;
  }
  .m-tbl1 td {
    font-size: 1.6rem;
    padding: 10px 4px;
  }
  .m-tbl1 td small {
    font-size: 1.3rem;
  }
  .m-alerts li {
    font-size: 1.2rem;
  }
  .m-l2 + .m-l2 {
    margin-top: 30px;
  }
  .m-l2 .m-l2-ttl {
    font-size: 1.8rem;
  }
  .m-l2 ul li {
    font-size: 1.6rem;
  }
  .m-l2 ul li small {
    font-size: 1.5rem;
  }
  .m-btn1 a {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=styles.css.map */