@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 {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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-tap-highlight-color: transparent;
  /* 3 */
  text-size-adjust: 100%;
  /* 2 */
}

/* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 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;
  color: inherit;
  text-decoration: none;
}

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

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

/* 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 {
  appearance: none;
  /* 1 */
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

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

[type=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;
  min-width: 0;
  padding: 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 {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  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-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* wordpress */
/**
 * colors
 */
/**
 * media query
 */
.header-wrap {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 99;
}

.header-contact {
  position: absolute;
  right: 0;
  display: flex;
}

.header-contact-link {
  display: inline-block;
  text-align: center;
  position: relative;
}

@media (min-width: 744px) {
  .header-contact-link {
    width: 102px;
    height: 102px;
    padding: 9px;
  }
}

@media (max-width: 743px) {
  .header-contact-link {
    width: 61px;
    height: 61px;
    padding: 9px;
  }
}

.header-contact-link .header-contact-link-item {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
}

.header-contact-link .header-contact-link-item p {
  color: #fff;
  width: 100%;
  font-weight: 700;
}

@media (min-width: 744px) {
  .header-contact-link .header-contact-link-item p {
    font-size: 1.8rem;
  }
}

@media (max-width: 743px) {
  .header-contact-link .header-contact-link-item p {
    font-size: 1.2rem;
  }
}

.header-contact-link .header-contact-link-item img {
  margin: 0 auto;
}

@media (max-width: 743px) {
  .header-contact-link .header-contact-link-item img {
    width: 28px;
  }
}

@media (min-width: 744px) {
  .header-contact-link .header-contact-link-item:hover {
    opacity: 0.8;
  }
}

.header-contact-link.line {
  background-color: #22C000;
}

@media (min-width: 744px) {
  .header-contact-link.line p {
    margin-top: 10px;
  }
}

@media (max-width: 743px) {
  .header-contact-link.line p {
    margin-top: 3px;
  }
}

.header-contact-link.mail {
  background-color: #FF7201;
}

@media (min-width: 744px) {
  .header-contact-link.mail p {
    margin-top: 20px;
  }
}

@media (max-width: 743px) {
  .header-contact-link.mail p {
    margin-top: 8px;
  }
}

.header-contact-link.mail img {
  margin: 0 auto;
}

@media (max-width: 743px) {
  .header-contact-link.mail img {
    width: 20px;
  }
}

/**************************
 * 共通
 **************************/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica", "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

@media (min-width: 744px) {
  .mt-80-pc {
    margin-top: 80px;
  }
}

@media (max-width: 743px) {
  .mt-40-sp {
    margin-top: 40px;
  }
}

.show_pc {
  width: 100%;
  display: block;
}

@media (max-width: 743px) {
  .show_pc {
    display: none;
  }
}

.show_sp {
  display: none;
}

@media (max-width: 743px) {
  .show_sp {
    display: block;
  }
}

.content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 744px) {
  .content {
    width: 1040px;
    padding: 0 40px;
  }
}

@media (max-width: 743px) {
  .content {
    width: 100%;
    padding: 0 4%;
  }
}

@media (min-width: 744px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/**************************
* CTA
**************************/
@media (min-width: 744px) {
  .cta-wrap {
    margin-top: min(110px, 8.05vw);
  }
}

@media (max-width: 743px) {
  .cta-wrap {
    margin-top: 14.67vw;
  }
}

.cta-top-img {
  width: 100%;
  aspect-ratio: 750/709;
  position: relative;
}

.cta-top-img .bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-top-img .bg-image img {
  width: 100%;
}

.cta-top-img .content-image {
  width: 98.67vw;
  position: absolute;
  top: -5.07vw;
  left: 1.33vw;
  z-index: 1;
}

.cta-top-img .content-image img {
  width: 100%;
}

@media (min-width: 744px) {
  .cta-top-img {
    aspect-ratio: 1366/572;
  }

  .cta-top-img .content-image {
    width: 51.83vw;
    top: -2.63vw;
    left: 22.99vw;
  }
}

.cta-btn-wrap {
  background-color: #FF2700;
}

@media (min-width: 744px) {
  .cta-btn-wrap {
    padding: 40px 0;
  }
}

@media (max-width: 743px) {
  .cta-btn-wrap {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  .cta-btn-wrap {
    padding: 30px 0;
  }
}

.cta-txt {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 744px) {
  .cta-txt {
    font-size: 2.6rem;
  }
}

@media (max-width: 743px) {
  .cta-txt {
    font-size: 3.6rem;
    padding-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .cta-txt {
    font-size: 1.8rem;
  }
}

.cta-txt .yellow {
  color: #FCF70A;
}

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

.line-link {
  margin: 0 auto;
  display: inline-block;
}

@media (min-width: 744px) {
  .line-link {
    margin-top: 10px;
  }

  .line-link:hover {
    opacity: 0.8;
  }
}

@media (max-width: 743px) {
  .line-link {
    margin-top: 5px;
  }
}

@media (min-width: 744px) {
  .line-link img {
    width: 680px;
  }
}

.contact-link-wrap {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .contact-link-wrap {
    margin-top: 15px;
  }
}

.contact-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}

@media (min-width: 744px) {
  .contact-link {
    padding-bottom: 5px;
    font-size: 2rem;
    margin: 0 10px;
  }
}

@media (max-width: 743px) {
  .contact-link {
    font-size: 2.6rem;
    margin: 0 10px;
    padding-bottom: 3px;
  }
}

@media (max-width: 600px) {
  .contact-link {
    font-size: 1.4rem;
    margin: 0 10px;
    padding-bottom: 3px;
  }
}

/**************************
* sec01
**************************/
.sec01-wrap {
  position: relative;
}

.sec01-title-wrap {
  background-color: #2C5681;
}

@media (min-width: 744px) {
  .sec01-title-wrap {
    margin-top: 133px;
  }
}

@media (max-width: 743px) {
  .sec01-title-wrap {
    margin-top: 85px;
  }
}

.sec01-content {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec01-content {
    max-width: 900px;
    padding: 0 40px;
  }
}

@media (max-width: 743px) {
  .sec01-content {
    padding: 0 6.6666666667%;
  }
}

.sec01-title-circle {
  position: relative;
  display: flex;
  justify-content: center;
}

@media (min-width: 744px) {
  .sec01-title-circle {
    gap: 40px;
    top: -90px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle {
    gap: 10px;
    top: -40px;
  }
}

.sec01-title-circle-item {
  background-color: #E8F4FF;
  display: block;
  border-radius: 50%;
  text-align: center;
}

@media (min-width: 744px) {
  .sec01-title-circle-item {
    width: 166px;
    height: 166px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item {
    width: 91px;
    height: 91px;
  }
}

.sec01-title-circle-item img {
  margin: 0 auto;
}

.sec01-title-circle-item p {
  font-weight: 700;
  color: #1C75CD;
}

@media (min-width: 744px) {
  .sec01-title-circle-item p {
    font-size: 3.6rem;
  }
}

@media (min-width: 744px) {
  .sec01-title-circle-item:nth-child(1) {
    padding: 30px 15px 20px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(1) {
    padding: 20px 7px 10px;
  }
}

@media (min-width: 744px) {
  .sec01-title-circle-item:nth-child(1) p {
    margin-top: 12px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(1) p {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(1) img {
    width: 20px;
  }
}

@media (min-width: 744px) {
  .sec01-title-circle-item:nth-child(2) {
    padding: 23px 15px 20px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(2) {
    padding: 20px 7px 10px;
  }
}

@media (min-width: 744px) {
  .sec01-title-circle-item:nth-child(2) p {
    margin-top: 14px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(2) p {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(2) img {
    width: 20px;
  }
}

@media (min-width: 744px) {
  .sec01-title-circle-item:nth-child(3) {
    padding: 24px 15px 20px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(3) {
    padding: 20px 7px 10px;
  }
}

@media (min-width: 744px) {
  .sec01-title-circle-item:nth-child(3) p {
    margin-top: 17px;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(3) p {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

@media (max-width: 743px) {
  .sec01-title-circle-item:nth-child(3) img {
    width: 20px;
  }
}

.sec01-title-txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 0.7;
}

@media (min-width: 744px) {
  .sec01-title-txt {
    font-size: 5.2rem;
    bottom: 42px;
  }
}

@media (max-width: 743px) {
  .sec01-title-txt {
    font-size: 2.9rem;
    bottom: 21px;
  }
}

.sec01-contents-wrap {
  background: url(../img/sec01-bg_pc.webp);
  background-size: contain;
}

.sec01-contents-itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 744px) {
  .sec01-contents-itemlist {
    gap: 60px 2.5735294118%;
    padding: 60px 0;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist {
    gap: 20px 15px;
    padding: 30px 0;
  }
}

@media (min-width: 744px) {
  .sec01-contents-itemlist ._item {
    width: 30%;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item {
    width: 30%;
  }
}

.sec01-contents-itemlist ._item ._item-txt {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #1C75CD;
  padding: 21px 10px 24px;
  border-radius: 10px;
  font-weight: 700;
}

@media (min-width: 744px) {
  .sec01-contents-itemlist ._item ._item-txt {
    font-size: 2rem;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item ._item-txt {
    font-size: 1.4rem;
    padding: 11.5px 6px 11.5px;
    line-height: 1.5;
  }
}

.sec01-contents-itemlist ._item ._item-txt::before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 21px solid #1C75CD;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item ._item-txt::before {
    border-top: 16px solid #1C75CD;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    bottom: -15px;
  }
}

.sec01-contents-itemlist ._item:nth-child(odd) ._item-txt {
  background-color: #2C5681;
}

.sec01-contents-itemlist ._item:nth-child(odd) ._item-txt::before {
  border-top: 21px solid #2C5681;
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(odd) ._item-txt::before {
    border-top: 16px solid #2C5681;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(3) ._item-txt {
    background-color: #2C5681;
  }

  .sec01-contents-itemlist ._item:nth-child(3) ._item-txt::before {
    border-top: 21px solid #1C75CD;
  }
}

@media (max-width: 743px) and (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(3) ._item-txt::before {
    border-top: 16px solid #1C75CD;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(4) ._item-txt {
    background-color: #1C75CD;
  }

  .sec01-contents-itemlist ._item:nth-child(4) ._item-txt::before {
    border-top: 21px solid #2C5681;
  }
}

@media (max-width: 743px) and (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(4) ._item-txt::before {
    border-top: 16px solid #2C5681;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(5) ._item-txt {
    background-color: #2C5681;
  }

  .sec01-contents-itemlist ._item:nth-child(5) ._item-txt::before {
    border-top: 21px solid #2C5681;
  }
}

@media (max-width: 743px) and (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(5) ._item-txt::before {
    border-top: 16px solid #2C5681;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(6) ._item-txt {
    background-color: #1C75CD;
  }

  .sec01-contents-itemlist ._item:nth-child(6) ._item-txt::before {
    border-top: 21px solid #1C75CD;
  }
}

@media (max-width: 743px) and (max-width: 743px) {
  .sec01-contents-itemlist ._item:nth-child(6) ._item-txt::before {
    border-top: 16px solid #1C75CD;
  }
}

@media (min-width: 744px) {
  .sec01-contents-itemlist ._item img {
    width: 102px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media (max-width: 743px) {
  .sec01-contents-itemlist ._item img {
    width: 86px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

/**************************
* sec02
**************************/
.sec02-wrap {
  position: relative;
}

.sec02-title-wrap {
  position: relative;
  background-color: #DD3D3D;
}

@media (min-width: 744px) {
  .sec02-title-wrap {
    margin-top: 93px;
  }
}

@media (max-width: 743px) {
  .sec02-title-wrap {
    margin-top: 55px;
    padding: 5px 0;
  }
}

.sec02-title-wrap .content {
  position: relative;
  text-align: center;
}

@media (min-width: 744px) {
  .sec02-title-wrap .content {
    top: -53px;
  }
}

@media (max-width: 743px) {
  .sec02-title-wrap .content {
    top: -26px;
  }
}

.sec02-title-wrap .content img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec02-title-wrap .content img {
    width: 100px;
  }
}

@media (max-width: 743px) {
  .sec02-title-wrap .content img {
    width: 50px;
  }
}

.sec02-title-txt {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline;
}

@media (min-width: 744px) {
  .sec02-title-txt {
    font-size: 5.2rem;
  }
}

@media (max-width: 743px) {
  .sec02-title-txt {
    font-size: 2.9rem;
  }
}

.sec02-title-txt::before {
  content: "";
  position: absolute;
  content: "";
  background-color: #fff;
}

@media (min-width: 744px) {
  .sec02-title-txt::before {
    width: 156px;
    height: 4px;
    left: 0;
    bottom: -10px;
  }
}

@media (max-width: 743px) {
  .sec02-title-txt::before {
    width: 85px;
    height: 3px;
    left: 0;
    bottom: -5px;
  }
}

.sec02-content-wrap {
  background-color: #FFFCF0;
}

@media (min-width: 744px) {
  .sec02-content-wrap {
    padding-top: 48px;
    padding-bottom: 113px;
  }
}

@media (max-width: 743px) {
  .sec02-content-wrap {
    padding-top: 12px;
    padding-bottom: 60px;
  }
}

@media (min-width: 744px) {
  .sec02-sub-title {
    width: 889px;
    max-width: 100%;
    margin-left: auto;
  }
}

@media (max-width: 743px) {
  .sec02-sub-title {
    width: 304px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.sec02-sub-title-arrow {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec02-sub-title-arrow {
    margin-top: 26px;
    width: 30px;
    max-width: 100%;
  }
}

@media (max-width: 743px) {
  .sec02-sub-title-arrow {
    position: relative;
    margin-top: 15px;
    width: 301px;
    max-width: 100%;
    margin-top: 30px;
  }

  .sec02-sub-title-arrow img {
    position: absolute;
    top: -107px;
    left: 12%;
  }
}

.sec02-pointlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 744px) {
  .sec02-pointlist {
    gap: 30px 20px;
    margin-top: 26px;
  }
}

@media (max-width: 743px) {
  .sec02-pointlist {
    gap: 30px;
  }
}

.sec02-point-item {
  background-color: #fff;
  position: relative;
}

@media (min-width: 744px) {
  .sec02-point-item {
    width: 460px;
    border: 8px solid #FFCE00;
    margin: 0 auto;
  }
}

@media (max-width: 743px) {
  .sec02-point-item {
    border: 4px solid #FFCE00;
    width: 425px;
    height: 166px;
    margin: 0 auto;
    max-height: 100%;
  }
}

.sec02-point-item .item-number {
  background-color: #FF2700;
  position: absolute;
  display: inline-block;
}

@media (min-width: 744px) {
  .sec02-point-item .item-number {
    top: -8px;
    left: -8px;
    padding: 8px 14px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-number {
    top: -4px;
    left: -4px;
    padding: 6px 13px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item .item-number img {
    width: 128px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-number img {
    width: 93px;
  }
}

.sec02-point-item .item-grid {
  display: flex;
  align-items: center;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid {
    gap: 13px;
  }
}

.sec02-point-item .item-grid ._txt {
  display: block;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid ._txt {
    width: 80%;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt {
    width: 60%;
  }
}

.sec02-point-item .item-grid ._txt .sub_size {
  color: #333;
  font-weight: 700;
  display: block;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid ._txt .sub_size {
    font-size: 3.2rem;
    margin-top: 5px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt .sub_size {
    font-size: 2.4rem;
    margin-top: 5px;
  }
}

.sec02-point-item .item-grid ._txt .sub_size02 {
  color: #333;
  font-weight: 700;
  display: block;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid ._txt .sub_size02 {
    font-size: 2.4rem;
    margin-top: 5px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt .sub_size02 {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}

.sec02-point-item .item-grid ._txt h3 {
  color: #FF2700;
  position: relative;
  font-weight: 700;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid ._txt h3 {
    font-size: 4.0rem;
    padding-bottom: 11px;
    line-height: 1.2;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt h3 {
    font-size: 3.2rem;
    padding-bottom: 6px;
    line-height: 1.2;
  }
}

.sec02-point-item .item-grid ._txt h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: url(../img/sec02-boarder.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  bottom: 0;
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt h3::before {
    height: 2px;
    background: url(../img/sec02-boarder_sp.svg);
    background-size: 120% 100%;
    background-repeat: repeat-x;
    background-position: bottom;
  }
}

.sec02-point-item .item-grid ._txt ._tag {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid ._txt ._tag {
    margin-top: 18px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt ._tag {
    margin-top: 11px;
    justify-content: left;
    gap: 5px;
  }
}

.sec02-point-item .item-grid ._txt ._tag ._tag-item {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
}

@media (min-width: 744px) {
  .sec02-point-item .item-grid ._txt ._tag ._tag-item {
    font-size: 2rem;
    padding: 5px 14px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt ._tag ._tag-item {
    font-size: 1.6rem;
    padding: 5px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(1) .item-grid {
    padding: 35px 10px 30px;
    padding-right: 30px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(1) .item-grid {
    padding: 25px 13px 20px;
  }
}

.sec02-point-item:nth-child(1) .item-grid ._img {
  width: 40%;
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(1) .item-grid ._img img {
    width: 158px;
    margin: 0 auto;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(1) .item-grid ._img img {
    width: 120px;
    margin: 0 auto;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(3) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(3) .item-grid {
    padding: 6px 13px 10px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(3) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}

.sec02-point-item:nth-child(3) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(3) .item-grid ._img {
    margin-top: 20px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(3) .item-grid ._img img {
    margin-top: 13px;
    width: 107px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(3) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}

.sec02-point-item:nth-child(4) .item-grid {
  padding: 35px 0 16px;
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(4) .item-grid {
    padding-right: 30px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(4) .item-grid {
    padding: 28px 13px 24px;
    padding-left: 0px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(4) .item-grid ._img {
    width: 40%;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(4) .item-grid img {
    width: 174px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(4) .item-grid img {
    width: 114px;
    margin: 0 auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid {
    padding: 35px 27px 24px 15px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid {
    padding: 25px 13px 20px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid ._img {
    width: 170px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid ._img {
    width: 40%;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid img {
    width: 144px;
    margin: 0 auto;
    margin-top: 13px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid img {
    width: 105px;
    margin: 0 auto;
    margin-top: 13px;
    margin-right: 10px;
    margin-left: 0;
  }
}

.sec02-point-item:nth-child(5) .item-grid ._txt h3 {
  width: 100%;
  letter-spacing: -3px;
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt .f-01 {
    font-size: 6rem;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt .f-01 {
    font-size: 4.5rem;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt .f-02 {
    font-size: 3.2rem;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt .f-02 {
    font-size: 2.4rem;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt .f-03 {
    font-size: 4.0rem;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt .f-03 {
    font-size: 2.4rem;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(6) .item-grid {
    padding: 23px 27px 15px 10px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid {
    padding: 16px 8px 10px;
  }
}

.sec02-point-item:nth-child(6) .item-grid ._txt {
  width: 70%;
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid ._txt {
    padding-left: 10px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(6) .item-grid ._img {
    width: 170px;
    margin-top: 18px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid ._img {
    width: 40%;
    margin-top: 18px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(6) .item-grid ._img img {
    width: 111px;
    margin: 0 auto;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid ._img img {
    width: 82px;
    margin: 0 auto;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(2) .item-grid {
    padding: 38px 27px 15px 18px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(2) .item-grid {
    padding: 10px 13px 15px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(2) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(2) .item-grid ._img {
    width: 184px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(2) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(2) .item-grid ._img {
    width: 40%;
  }
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(2) .item-grid ._img img {
    width: 108px;
    margin: 0 auto;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 0;
  }
}

@media (min-width: 744px) {
  .sec02-voice {
    margin-top: 45px;
  }
}

@media (max-width: 743px) {
  .sec02-voice {
    margin-top: 20px;
  }

  .sec02-voice img {
    width: 345px;
  }
}

.sec02-voice img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec02-voice img {
    width: 514px;
  }
}

/**************************
* sec03
**************************/
@media (min-width: 744px) {
  .sec03-wrap {
    margin-top: min(100px, 7.32vw);
  }
}

@media (max-width: 743px) {
  .sec03-wrap {
    margin-top: 17.33vw;
  }
}

.sec03-title-wrap {
  background-color: #333333;
}

.sec03-title-wrap .content {
  padding-top: 9.33vw;
  padding-bottom: 6.67vw;
  position: relative;
}

.sec03-title-wrap .content img:nth-of-type(1) {
  width: 17.07vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec03-title-wrap .content img:nth-of-type(3) {
  width: 86.93vw;
  margin-left: 8vw;
}

@media (min-width: 744px) {
  .sec03-title-wrap .content {
    padding-top: min(56px, 4.1vw);
    padding-bottom: min(38px, 2.78vw);
  }

  .sec03-title-wrap .content img:nth-of-type(1) {
    width: min(110px, 8.05vw);
  }

  .sec03-title-wrap .content img:nth-of-type(2) {
    width: min(561px, 41.07vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec03-content-inner {
  position: relative;
}

@media (min-width: 744px) {
  .sec03-content-inner::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 364px;
    background-color: #F8F8F8;
    z-index: -1;
  }

  .sec03-content-inner:nth-child(even)::before {
    right: 0;
  }
}

@media (min-width: 744px) {
  .sec03-content-inner:nth-child(1) {
    margin-top: 20px;
  }
}

.sec03-content-inner:nth-child(1) .sec03-img {
  max-width: 100%;
  width: 450px;
}

@media (max-width: 743px) {
  .sec03-content-inner:nth-child(1) .sec03-img {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 744px) {
  .sec03-content-inner:nth-child(1) .sec03-grid {
    padding-top: 50px;
  }

  .sec03-content-inner:nth-child(1) .sec03-grid .sec03-txt {
    margin-right: 20px;
  }
}

@media (max-width: 743px) {
  .sec03-content-inner:nth-child(1) .sec03-grid {
    padding-top: 25px;
  }
}

@media (min-width: 744px) {
  .sec03-content-inner:nth-child(2) {
    margin-top: 40px;
  }

  .sec03-content-inner:nth-child(2) .sec03-txt {
    margin-left: 20px;
  }
}

.sec03-content-inner:nth-child(2) .sec03-img {
  max-width: 100%;
  width: 450px;
}

@media (max-width: 743px) {
  .sec03-content-inner:nth-child(2) .sec03-img {
    order: 2;
    width: 100%;
  }
}

.sec03-content-inner:nth-child(2) .sec03-grid {
  padding-top: 50px;
}

@media (max-width: 743px) {
  .sec03-content-inner:nth-child(2) .sec03-grid {
    padding-top: 30px;
  }
}

.sec03-grid {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 743px) {
  .sec03-grid {
    flex-direction: column;
  }
}

.sec03-txt {
  color: #333;
  font-weight: 700;
}

@media (min-width: 744px) {
  .sec03-txt {
    font-size: 3.2rem;
    line-height: 2;
  }
}

@media (max-width: 743px) {
  .sec03-txt {
    font-size: 4rem;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .sec03-txt {
    font-size: 2rem;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .sec03-txt {
    font-size: 2rem;
    line-height: 2;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 744px) {
  .sec03-txt h3 {
    margin-top: 70px;
  }
}

.sec03-txt .sec03-txt-key {
  background: #FF2700;
  color: #fff;
}

@media (min-width: 744px) {
  .sec03-txt .sec03-txt-key {
    font-size: 4.2rem;
    padding: 5px 14px;
    margin-right: 5px;
  }
}

@media (max-width: 743px) {
  .sec03-txt .sec03-txt-key {
    font-size: 5.8rem;
    padding: 0px 14px;
    margin-right: 5px;
  }
}

@media (max-width: 600px) {
  .sec03-txt .sec03-txt-key {
    font-size: 2.9rem;
    padding: 0px 14px;
    margin-right: 5px;
  }
}

@media (max-width: 743px) {
  .sec03-txt .uu {
    font-size: 5.2rem;
  }
}

@media (max-width: 600px) {
  .sec03-txt .uu {
    font-size: 2.6rem;
  }
}

/**************************
* sec04
**************************/
@media (min-width: 744px) {
  .sec04-wrap {
    margin-top: 120px;
  }
}

@media (max-width: 743px) {
  .sec04-wrap {
    margin-top: 60px;
  }
}

.sec04-title-wrap {
  position: relative;
  background: url(../img/sec04-title-bg_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 744px) {
  .sec04-title-wrap {
    padding: 52px 0 62px;
  }
}

@media (max-width: 743px) {
  .sec04-title-wrap {
    padding: 50px 0 50px;
  }
}

@media (max-width: 375px) {
  .sec04-title-wrap {
    padding: 23px 0 45px;
  }
}

.sec04-title-wrap .sec04-sub-title {
  position: absolute;
  z-index: 1;
}

@media (min-width: 744px) {
  .sec04-title-wrap .sec04-sub-title {
    bottom: -15%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

@media (max-width: 743px) {
  .sec04-title-wrap .sec04-sub-title {
    bottom: -6%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    padding: 0 6.6666666667%;
    text-align: center;
  }
}

.sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt {
  background-color: #fff;
  border: 4px solid #FF7201;
  border-radius: 37px;
}

@media (min-width: 744px) {
  .sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt {
    padding: 8px 0%;
    width: 485px;
    text-align: center;
  }
}

@media (max-width: 743px) {
  .sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt {
    padding: 8px 10px;
    width: 591px;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt {
    padding: 8px 10px;
  }
}

.sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt p {
  color: #FF7201;
  font-weight: 500;
}

@media (min-width: 744px) {
  .sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt p {
    font-size: 2.6rem;
  }
}

@media (max-width: 743px) {
  .sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt p {
    font-size: 3.6rem;
  }
}

@media (max-width: 600px) {
  .sec04-title-wrap .sec04-sub-title .sec04-sub-title-txt p {
    font-size: 1.8rem;
  }
}

@media (min-width: 744px) {
  .sec04-title-wrap .sec04-sub-title .sec04-title-arrow {
    margin-top: 20px;
  }
}

@media (max-width: 743px) {
  .sec04-title-wrap .sec04-sub-title .sec04-title-arrow {
    margin-top: 10px;
  }
}

.sec04-title-wrap .sec04-sub-title .sec04-title-arrow img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec04-title-wrap .sec04-sub-title .sec04-title-arrow img {
    width: 35px;
  }
}

@media (max-width: 743px) {
  .sec04-title-wrap .sec04-sub-title .sec04-title-arrow img {
    width: 18px;
  }
}

.sec04-title {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 744px) {
  .sec04-title {
    width: 555px;
  }
}

@media (max-width: 743px) {
  .sec04-title {
    width: 583px;
  }
}

@media (max-width: 600px) {
  .sec04-title {
    width: 293px;
  }
}

.sec04-content-wrap {
  background: url(../img/sec04-bg_pc.webp);
  background-size: contain;
  position: relative;
}

@media (min-width: 744px) {
  .sec04-content-wrap .content {
    margin-top: 90px;
    /* padding-bottom: 80px; */
  }
}

@media (max-width: 743px) {
  .sec04-content-wrap .content {
    margin-top: 40px;
    padding: 0;
    /* padding-bottom: 60px; */
  }
}

@media (max-width: 600px) {
  .sec04-content-wrap .content {
    margin-top: 40px;
    padding: 0;
    /* padding-bottom: 40px; */
  }
}

.sec04-image-grid {
  display: flex;
  justify-content: center;
  gap: 20px 2.0833333333%;
}

@media (min-width: 744px) {
  .sec04-image-grid {
    padding-top: 98px;
  }
}

@media (max-width: 743px) {
  .sec04-image-grid {
    padding-top: 45px;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.sec04-image-item {
  position: relative;
}

@media (min-width: 744px) {
  .sec04-image-item {
    width: 224px;
  }
}

@media (max-width: 743px) {
  .sec04-image-item {
    width: calc(50% - 8px);
  }
}

.sec04-image-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 700;
}

@media (min-width: 744px) {
  .sec04-image-txt {
    font-size: 2.4rem;
    bottom: 5%;
  }
}

@media (max-width: 743px) {
  .sec04-image-txt {
    font-size: 2.2rem;
    bottom: 7.5%;
  }
}

@media (max-width: 600px) {
  .sec04-image-txt {
    font-size: 1.8rem;
    bottom: 7.5%;
  }
}

@media (min-width: 744px) {
  .sec04-title-under {
    margin-top: 35px;
  }
}

@media (max-width: 743px) {
  .sec04-title-under {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .sec04-title-under {
    margin-top: 30px;
  }
}

.sec04-title-under img {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sec04-title-under img {
    width: 80%;
    margin: 0 auto;
  }
}

.swiper p {
  font-size: 20px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .swiper p {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 16px;
    margin-top: 15px;
  }
}

/* .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  margin-top: 10%;
  transform-style: preserve-3d;
}

.swiper-3d {
  width: 80%;
  perspective: 1200px;
}
@media (max-width: 768px) {
  .swiper-3d {
      width: 100%;
      perspective: 1200px;
  }
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-slide {
  pointer-events: none;
  transition-property: transform, opacity;
}

.swiper-slide {
  min-height: 1px;
  min-width: 1px;
  position: relative;
  transition-property: transform;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  width: calc(var(--swiper-navigation-size, 44px) / 44 * 27);
  height: var(--swiper-navigation-size, 44px);
  margin-top: calc(-1 * var(--swiper-navigation-size, 44px) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next
.swiper-button-hidden,
.swiper-button-prev
.swiper-button-hidden {
  opacity:0;
  cursor:auto;
  pointer-events:none;
}
.swiper-pagination-clickable
.swiper-pagination-bullet {
  cursor:pointer;
}
.swiper-scrollbar-cursor-drag {
  cursor:move;
}
.swiper-slide-zoomed {
  cursor:move;
  touch-action:none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size, 44px);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  width: 4.5rem;
  left: 15%;
  right: auto;
}

.swiper-button-next {
  width: 4.5rem;
  right: 15%;
  left: auto;
}
@media (max-width: 1285px) {
  .swiper-button-prev {
      width: 4.5rem;
      left: 10%;
      right: auto;
  }
  
  .swiper-button-next {
      width: 4.5rem;
      right: 10%;
      left: auto;
  }
}
@media (max-width: 1115px) {
  .swiper-button-prev {
      width: 4.5rem;
      left: 7%;
      right: auto;
  }
  
  .swiper-button-next {
      width: 4.5rem;
      right: 7%;
      left: auto;
  }
}
@media (max-width: 768px) {
  .swiper-button-prev {
      width: 3.5rem;
      left: 7%;
      right: auto;
  }
  
  .swiper-button-next {
      width: 3.5rem;
      right: 7%;
      left: auto;
  }
}
@media (max-width: 670px) {
  .swiper-button-prev {
      width: 2.5rem;
      left: 3%;
      right: auto;
  }
  
  .swiper-button-next {
      width: 2.5rem;
      right: 3%;
      left: auto;
  }
} */
/**************************
* sec05
**************************/
@media (min-width: 744px) {
  .sec05-wrap {
    margin-top: 80px;
  }
}

@media (max-width: 743px) {
  .sec05-wrap {
    margin-top: 40px;
  }
}

.sec05-img img {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sec05-img img {
    width: 60%;
    margin: 0 auto;
  }
}

.sec05-title-wrap {
  background-color: #FF2700;
}

@media (min-width: 744px) {
  .sec05-title-wrap {
    padding-top: 41px;
    padding-bottom: 36px;
  }
}

@media (max-width: 743px) {
  .sec05-title-wrap {
    padding-top: 37px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .sec05-title-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.sec05-title-wrap .sec05-title img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec05-title-wrap .sec05-title img {
    width: 599px;
  }
}

@media (max-width: 743px) {
  .sec05-title-wrap .sec05-title img {
    width: 616px;
  }
}

@media (max-width: 600px) {
  .sec05-title-wrap .sec05-title img {
    width: 308px;
  }
}

.sec05-video-content {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec05-video-content {
    max-width: 900px;
    padding: 50px 40px 0;
  }
}

@media (max-width: 743px) {
  .sec05-video-content {
    max-width: 100%;
    padding: 40px 15px 0;
  }
}

.sec05-video-content video {
  width: 100%;
  position: relative;
}

.sec05-video-content video::before {
  content: "";
  position: absolute;
}

/**************************
* sec06
**************************/
.sec06-title-wrap {
  background: url(../img/sec06-title_bg.webp);
  background-size: contain;
  position: relative;
}

@media (min-width: 744px) {
  .sec06-title-wrap {
    padding: 60px 0 40px;
    margin-top: 176px;
  }
}

@media (max-width: 743px) {
  .sec06-title-wrap {
    padding: 55px 0 38px;
    margin-top: 123px;
  }
}

@media (max-width: 600px) {
  .sec06-title-wrap {
    padding: 28px 0 28px;
    margin-top: 60px;
  }
}

.sec06-title-item {
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translateX(-50%);
  width: 82px;
}

@media (max-width: 600px) {
  .sec06-title-item img {
    width: 41px;
  }
}

.sec06-title {
  margin: 0 auto;
  width: 583px;
  max-width: 100%;
}

@media (max-width: 600px) {
  .sec06-title {
    width: 290px;
  }
}

@media (min-width: 744px) {
  .sec06-voice-wrap {
    margin-top: 80px;
  }
}

.sec06-voice-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 744px) {
  .sec06-voice-grid {
    gap: 60px 0;
  }
}

@media (max-width: 743px) {
  .sec06-voice-grid {
    flex-direction: column;
    gap: 39px 0;
  }
}

.voice-item {
  width: 47.9166666667%;
}

@media (max-width: 743px) {
  .voice-item {
    width: 100%;
  }
}

.voice-item-member {
  position: relative;
  z-index: 1;
}

@media (min-width: 744px) {
  .voice-item-member {
    margin-bottom: -30px;
  }
}

@media (max-width: 743px) {
  .voice-item-member {
    margin-bottom: -20px;
  }
}

.voice-item-member img {
  border-radius: 50%;
  border: 4px solid #FF2700;
}

@media (min-width: 744px) {
  .voice-item-member img {
    margin: 0 auto;
    width: 128px;
  }
}

@media (max-width: 743px) {
  .voice-item-member img {
    width: 88px;
    margin-right: auto;
    margin-left: 10px;
  }
}

.voice-item-label-box {
  border-radius: 10px;
  background-color: #FF2700;
  position: relative;
}

@media (min-width: 744px) {
  .voice-item-label-box {
    padding: 35px 13px 8px;
  }
}

@media (max-width: 743px) {
  .voice-item-label-box {
    padding: 31px 17.5px 3px;
  }
}

.voice-item-label-box ._txt {
  color: #fff;
  line-height: 1.6;
}

@media (min-width: 744px) {
  .voice-item-label-box ._txt {
    border-bottom: 2px solid #fff;
    font-size: 2.6rem;
    padding: 7px;
    font-weight: 700;
  }
}

@media (max-width: 743px) {
  .voice-item-label-box ._txt {
    border-bottom: 1px solid #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 4px;
  }
}

.voice-item-label-box ._name {
  color: #fff;
  text-align: right;
}

@media (min-width: 744px) {
  .voice-item-label-box ._name {
    font-size: 2rem;
    padding: 3px 7px;
  }
}

@media (max-width: 743px) {
  .voice-item-label-box ._name {
    font-size: 1.6rem;
    margin-top: 4px;
    padding-bottom: 3px;
  }
}

@media (min-width: 744px) {
  .voice-item-txt {
    padding: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}

@media (max-width: 743px) {
  .voice-item-txt {
    padding-top: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.voice-accent {
  position: absolute;
  top: -20px;
  right: 10px;
}

@media (max-width: 743px) {
  .voice-accent {
    top: -12px;
  }
}

@media (min-width: 744px) {
  .voice-accent img {
    width: 52px;
  }
}

@media (max-width: 743px) {
  .voice-accent img {
    width: 36px;
  }
}

/**************************
* sec07
**************************/
.sec07-wrap {
  background-color: #FFFCF0;
}

@media (min-width: 744px) {
  .sec07-wrap {
    padding: 80px 0 100px 0;
    margin-top: 80px;
  }
}

@media (max-width: 743px) {
  .sec07-wrap {
    padding: 40px 0 50px 0;
    margin-top: 59px;
  }
}

.sec07-title img {
  margin: 0 auto;
  width: 546px;
  max-width: 100%;
}

@media (max-width: 600px) {
  .sec07-title img {
    width: 273px;
  }
}

@media (min-width: 744px) {
  .qa-list {
    margin-top: 60px;
  }
}

@media (max-width: 743px) {
  .qa-list {
    margin-top: 30px;
  }
}

.qa-item {
  background-color: #fff;
  border-radius: 20px;
}

@media (min-width: 744px) {
  .qa-item {
    padding: 40px 30px;
  }
}

@media (max-width: 743px) {
  .qa-item {
    padding: 20px 15px;
  }
}

@media (min-width: 744px) {
  .qa-item:not(:first-child) {
    margin-top: 40px;
  }
}

@media (max-width: 743px) {
  .qa-item:not(:first-child) {
    margin-top: 20px;
  }
}

.q-item {
  position: relative;
}

.q-item::before,
.q-item::after {
  content: "";
  position: absolute;
  background-color: #1C75CD;
}

@media (min-width: 744px) {

  .q-item::before,
  .q-item::after {
    width: 30px;
    height: 4px;
  }
}

@media (max-width: 743px) {

  .q-item::before,
  .q-item::after {
    width: 20px;
    height: 2px;
  }
}

.q-item::before {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.q-item::after {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
  right: 0;
}

.q-item.open::after {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 0;
}

.q-item-label {
  position: relative;
}

@media (min-width: 744px) {
  .q-item-label {
    font-size: 2rem;
    padding-left: 76px;
    padding-right: 30px;
  }
}

@media (max-width: 743px) {
  .q-item-label {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 30px;
    line-height: 1.5;
  }
}

.q-item-label::before {
  content: "";
  position: absolute;
  background: url(../img/sec07-q-icon.webp);
  background-size: cover;
  left: 0;
}

@media (min-width: 744px) {
  .q-item-label::before {
    top: -65%;
    padding: 2.8rem;
  }
}

@media (max-width: 743px) {
  .q-item-label::before {
    top: 50%;
    transform: translateY(-50%);
    padding: 1.7rem;
  }
}

.a-item-label {
  position: relative;
}

@media (min-width: 744px) {
  .a-item-label {
    font-size: 2rem;
    padding-left: 76px;
    padding-right: 30px;
  }
}

@media (max-width: 743px) {
  .a-item-label {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 30px;
  }
}

.a-item-label::before {
  content: "";
  position: absolute;
  background: url(../img/sec07-a-icon.webp);
  background-size: cover;
  top: 15%;
  left: 0;
}

@media (min-width: 744px) {
  .a-item-label::before {
    padding: 2.8rem;
  }
}

@media (max-width: 743px) {
  .a-item-label::before {
    top: 0;
    padding: 1.7rem;
  }
}

.a-item {
  display: none;
  position: relative;
  line-height: 2;
}

@media (min-width: 744px) {
  .a-item {
    padding-top: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 743px) {
  .a-item {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.a-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: url(../img/sec02-boarder.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  top: 0;
}

.sec-sns {
  padding-top: 10%;
}

.sec-sns .sec-sns-title {
  width: 90%;
  margin: 0 auto;
}

.sec-sns .sec-sns-title img {
  margin: 0 auto;
}

.sec-sns ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-top: 5%;
}

.sec-sns ul li {
  width: 18%;
  max-width: 70px;
  margin: 0 2%;
}

.sec-sns-wrap {
  max-width: 700px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

.sec-sns-img {
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec08-titlewrap {
    margin-top: 0;
  }

  .sec-sns {
    padding-top: 40px;
  }
}



/**************************
* sec08
**************************/
.sec08-titlewrap {
  background-color: #FF2700;
}

@media (min-width: 744px) {
  .sec08-titlewrap {
    padding: 53px;
    /* margin-top: 80px; */
  }
}

@media (max-width: 743px) {
  .sec08-titlewrap {
    padding: 40px 10px;
  }
}

@media (max-width: 600px) {
  .sec08-titlewrap {
    padding: 20px 10px;
  }
}

.sec08-title {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec08-title {
    width: 350px;
  }
}

@media (max-width: 743px) {
  .sec08-title {
    width: 406px;
  }
}

@media (max-width: 600px) {
  .sec08-title {
    width: 203px;
  }
}

@media (min-width: 744px) {
  .sec08-content-wrap {
    padding: 60px 0 0px;
  }
}

@media (max-width: 743px) {
  .sec08-content-wrap {
    padding: 30px 0 0px;
  }
}

.sec08-form-label {
  text-align: center;
}

.contact-val {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .contact-val {
    width: 310px;
  }
}

@media (max-width: 743px) {
  .contact-val {
    width: 384px;
  }
}

@media (max-width: 600px) {
  .contact-val {
    width: 192px;
  }
}

.sec08-form-label-txt {
  color: #333;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: url(../img/sec02-boarder.svg);
  background-repeat: repeat-x;
  background-position: bottom;
}

@media (min-width: 744px) {
  .sec08-form-label-txt {
    font-size: 3.2rem;
    padding-bottom: 5px;
    margin-top: 10px;
  }
}

@media (max-width: 743px) {
  .sec08-form-label-txt {
    font-size: 4rem;
    padding-bottom: 9px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .sec08-form-label-txt {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-top: 10px;
  }
}

.sec08-line-contact {
  text-align: center;
}

@media (min-width: 744px) {
  .sec08-line-contact {
    margin-top: 60px;
  }
}

@media (max-width: 743px) {
  .sec08-line-contact {
    margin-top: 30px;
  }
}

.sec08-line-contact-txt {
  position: relative;
  display: inline-block;
  text-align: center;
}

@media (min-width: 744px) {
  .sec08-line-contact-txt {
    font-size: 1.9rem;
    padding: 0 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 743px) {
  .sec08-line-contact-txt {
    font-size: 2.7rem;
    padding: 0 30px;
    margin-bottom: 10px;
    font-weight: 700;
  }
}

@media (max-width: 600px) {
  .sec08-line-contact-txt {
    font-size: 1.3rem;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

.sec08-line-contact-txt::before,
.sec08-line-contact-txt::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #333;
  top: 50%;
}

@media (max-width: 743px) {

  .sec08-line-contact-txt::before,
  .sec08-line-contact-txt::after {
    width: 35px;
    height: 2px;
  }
}

@media (max-width: 600px) {

  .sec08-line-contact-txt::before,
  .sec08-line-contact-txt::after {
    width: 20px;
    height: 2px;
  }
}

.sec08-line-contact-txt::before {
  left: 0;
  transform: translateY(-50%) rotate(60deg);
}

.sec08-line-contact-txt::after {
  right: 0;
  transform: translateY(-50%) rotate(-60deg);
}

@media (min-width: 744px) {
  .sec08-line-contact-btn:hover {
    opacity: 0.8;
  }
}

.sec08-line-contact-btn img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec08-line-contact-btn {
    display: block;
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.sec08-tel-contact {
  display: flex;
  justify-content: center;
}

@media (min-width: 744px) {
  .sec08-tel-contact {
    gap: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 743px) {
  .sec08-tel-contact {
    gap: 10px;
    margin-top: 40px;
  }
}

.tel-txt {
  text-align: center;
  background-color: #F6F7F7;
  border-radius: 10px;
}

@media (min-width: 744px) {
  .tel-txt {
    padding: 8px 31px;
  }
}

@media (max-width: 743px) {
  .tel-txt {
    padding: 17px 17px;
  }
}

@media (max-width: 600px) {
  .tel-txt {
    padding: 10px;
  }
}

@media (min-width: 744px) {
  .tel-txt p {
    font-weight: 700;
    font-size: 1.8rem;
  }
}

@media (max-width: 743px) {
  .tel-txt p {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

@media (max-width: 600px) {
  .tel-txt p {
    font-size: 1.4rem;
  }
}

.tel-link span {
  display: block;
  text-align: center;
}

@media (min-width: 744px) {
  .tel-link span {
    font-size: 1.8rem;
  }
}

@media (max-width: 743px) {
  .tel-link span {
    margin-top: 5px;
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  .tel-link span {
    font-size: 1.4rem;
  }
}

.tel-link-tel {
  display: flex;
  align-items: center;
  color: #FF2700;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 744px) {
  .tel-link-tel {
    font-size: 3.6rem;
  }
}

@media (max-width: 743px) {
  .tel-link-tel {
    font-size: 5.2rem;
  }
}

@media (max-width: 600px) {
  .tel-link-tel {
    font-size: 2.6rem;
  }
}

.tel-link-tel img {
  display: inline-block;
}

@media (max-width: 743px) {
  .tel-link-tel img {
    width: 28px;
    /* margin-top: 10px; */
  }
}

/**************************
* sec09
**************************/
.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

@media (max-width: 743px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

section.sec09 {
  background: url(../img/sec09.webp);
  background-size: contain;
  position: relative;
  margin-top: 129em;
  padding-top: 73em;
  padding-bottom: 113em;
}

.sec09_ttl {
  width: 564em;
  height: auto;
  margin: 0 auto;
}

.sec09_ttl img {
  width: 100%;
  margin: 0 auto;
}

.sec09_list {
  margin-top: 64em;
  display: flex;
  justify-content: center;
}

.sec09_box {
  background-color: #fff;
  border: solid 4px #FF2700;
  padding: 40em 20em 60em;
  width: 30%;
}


.sec09_box-ttl {
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  /* 太さだけ先に定義 */
  background-image: repeating-linear-gradient(to right,
      #707070 0,
      #707070 10px,
      transparent 4px,
      transparent 14px);
  background-position: bottom;
  background-size: 100% 3px;
  background-repeat: repeat-x;
  padding-bottom: 36em;
}

.sec09_box-ttl.sec09_box-second {
  padding-bottom: 33em;
}

.sec09_box-ttl img {
  width: 70em;
}

.sec09_box-ttl h2 {
  font-size: 32em;
  color: #FF2700;
  font-weight: bolder;
  margin-left: 0.4166666666666667em;
}

.sec09_box-txt {
  padding-top: 20em;
}

.sec09_box-txt p {
  font-size: 20em;
  font-weight: 500;
  line-height: 1.8;
}

.sec09_arrow {
  width: 34em;
  display: flex;
  align-items: center;
  margin-inline: 10em;
}

.pc {
  display: block;
}

@media (max-width: 750px) {
  section.sec09 {
    margin-top: min(86px, 5.375rem, 11.4666666666667vw);
    padding-top: min(43px, 2.6875rem, 5.73333333333333vw);
    padding-bottom: min(118px, 7.375rem, 15.7333333333333vw);
  }

  .sec09_ttl {
    width: min(564px, 35.25rem, 75.2vw);
    height: auto;
    margin: 0 auto;
  }

  .sec09_ttl img {
    width: 100%;
    margin: 0 auto;
  }

  .sec09_list {
    margin-top: min(56px, 3.5rem, 7.46666666666667vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sec09_box {
    background-color: #fff;
    border: solid 4px #FF2700;
    padding: min(27px, 1.6875rem, 3.6vw) min(44px, 2.75rem, 5.86666666666667vw) min(30px, 1.875rem, 4vw);
    width: min(690px, 43.125rem, 92vw);
  }


  .sec09_box-ttl {
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    /* 太さだけ先に定義 */
    background-image: repeating-linear-gradient(to right,
        #707070 0,
        #707070 10px,
        transparent 4px,
        transparent 14px);
    background-position: bottom;
    background-size: 100% 3px;
    background-repeat: repeat-x;
    padding-bottom: min(25px, 1.5625rem, 3.33333333333333vw);
  }

  .sec09_box-ttl.sec09_box-second {
    padding-bottom: min(25px, 1.5625rem, 3.33333333333333vw);
  }

  .sec09_box-ttl img {
    width: min(117px, 7.3125rem, 15.6vw);
  }

  .sec09_box-ttl h2 {
    font-size: min(54px, 3.375rem, 7.2vw);
    color: #FF2700;
    font-weight: bolder;
    margin-left: min(30px, 1.875rem, 4vw);
  }

  .sec09_box-txt {
    padding-top: min(24px, 1.5rem, 3.2vw);
  }

  .sec09_box-txt p {
    font-size: min(36px, 2.25rem, 4.8vw);
    font-weight: 500;
    line-height: 1.8;
  }

  .sec09_arrow {
    width: min(87px, 5.4375rem, 11.6vw);
    height: min(35px, 2.1875rem, 4.66666666666667vw);
    display: flex;
    margin-inline: 0;
    transform: rotate(90deg);
    margin-block: 30px;
    justify-content: center;
  }

  .pc {
    display: none;
  }
}

/* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  box-sizing: content-box;
}

.form-content {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .form-content {
    width: 900px;
    padding: 0 40px;
    max-width: 100%;
  }
}

.form-contact-title {
  text-align: center;
  font-weight: 700;
  color: #333;
}

@media (min-width: 744px) {
  .form-contact-title {
    font-size: 2.7rem;
  }
}

@media (max-width: 743px) {
  .form-contact-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 600px) {
  .form-contact-title {
    font-size: 1.6rem;
  }
}

form#mail_form {
  margin: 50px auto;
  background: #F6F7F7;
  border-radius: 19px;
  border-radius: 7px;
  line-height: 1.8;
}

@media (min-width: 744px) {
  form#mail_form {
    padding: 40px 60px;
  }
}

@media (max-width: 743px) {
  form#mail_form {
    margin: 40px auto;
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  form#mail_form {
    margin: 40px 0px auto;
    padding: 20px 10px;
  }
}

@media (min-width: 744px) {
  .form-item {
    margin-top: 30px;
  }
}

@media (max-width: 743px) {
  .form-item {
    margin-top: 20px;
  }
}

@media (min-width: 744px) {
  .form-item.first {
    margin-top: 40px;
  }
}

@media (max-width: 743px) {
  .form-item.first {
    margin-top: 20px;
  }
}

.form-item-txt {
  font-weight: 700;
  color: #333;
}

@media (min-width: 744px) {
  .form-item-txt {
    font-size: 2rem;
    margin-bottom: 9px;
  }
}

@media (max-width: 743px) {
  .form-item-txt {
    font-size: 3.2rem;
    margin-bottom: 9px;
  }
}

@media (max-width: 600px) {
  .form-item-txt {
    font-size: 1.6rem;
    margin-bottom: 9px;
  }
}

.form-item {
  font-size: 1.4rem;
}

.any,
.ni {
  color: #fff;
}

@media (min-width: 744px) {

  .any,
  .ni {
    font-size: 1.7rem;
    padding: 2px 15px;
    margin-right: 12px;
  }
}

@media (max-width: 743px) {

  .any,
  .ni {
    font-size: 2rem;
    padding: 3px 9px;
    margin-right: 14px;
    font-weight: 500;
  }
}

@media (max-width: 600px) {

  .any,
  .ni {
    font-size: 1rem;
    padding: 3px 9px;
    margin-right: 3px;

  }
}

.any {
  background-color: #DD3D3D;
}

.ni {
  background-color: #AAAAAA;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 70%;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 3px;
  margin-bottom: 2%;
  margin-right: 5px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

@media (min-width: 744px) {

  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    font-size: 1.6rem;
  }
}

@media (max-width: 743px) {

  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    font-size: 1.3rem;
  }
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 20px 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=old] {
  width: calc(10% - 2px);
  padding: 20px 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

@media (max-width: 743px) {

  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=old],
  form#mail_form input[type=tel] {
    padding: 10px 8px;
  }
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form input[type=old]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 20px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

.policy label {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
}

@media (min-width: 744px) {
  .policy label {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media (max-width: 743px) {
  .policy label {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.policy label a {
  color: #FF7201;
}

@media (min-width: 744px) {
  .policy label a:hover {
    opacity: 0.8;
  }
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

/* -- input design -------------------------------------------------------------------------------- */
::placeholder {
  color: #969696;
}

form#mail_form input[name=company] {
  width: 70%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=schedule] {
  width: 50%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 80%;
}

form#mail_form input[name=postal]+a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal]+a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 744px) {
  form#mail_form p#form_submit {
    padding: 30px 0;
  }
}

@media (max-width: 743px) {
  form#mail_form p#form_submit {
    padding-top: 20px;
  }
}

form#mail_form input[type=button] {
  padding: 7px 20px;
  background: #FF7201;
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
  max-width: 100%;
}

@media (min-width: 744px) {
  form#mail_form input[type=button] {
    border-radius: 58px;
    width: 484px;
    padding: 24px 10px;
    font-size: 2.2rem;
  }
}

@media (max-width: 743px) {
  form#mail_form input[type=button] {
    border-radius: 58px;
    width: 256px;
    padding: 15px 10px;
    font-size: 1.8rem;
  }
}

form#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #1C75CD;
}

.footer-wrap {
  background-color: #FF2700;
  text-align: center;
  padding: 8px 20px;
  margin-bottom: 85px;
}

.footer-wrap .copylight {
  font-size: 1.3rem;
  color: #fff;
}


.banner {
  background-color: #fff;
  width: 100vw;
  /* 画面幅いっぱいに広げる */
  height: auto;
  margin: 0;
  /* 余白をリセット */
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* 他の要素の上に表示するため */
}

@media screen and (max-width: 743px) {
  .banner .inner {
    width: 92%;
    margin: 30px auto 70px;
    display: block;
  }

  .banner .inner .box {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px;
    background: #fafafa;
    border: solid 1px #ccc;
    height: 80px;
  }

  .banner .inner .box:nth-child(4) {
    margin: 0 0% 0 0;
  }

  .banner .inner a {
    display: flex;
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
    justify-content: center;
    background: #fff;
  }

  .banner .inner a.heiwa {
    font-size: 20px;
    background: #fff;
  }

  .banner .inner a.tiyoda {
    font-size: 19px;
    background: #fff;
  }

  .banner .inner a img {
    height: 70px;
    width: auto;
  }
}

.floatContacts {
  background: #fff;
  display: flex;
}

.floatContacts .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  justify-content: center;
}

.floatContacts .btn.line img {
  max-height: 45%;
  margin-right: 5px;
}

.floatContacts .btn.mail img {
  max-height: 30%;
  margin-right: 5px;
}

@media (min-width: 744px) {

  .floatContacts .btn.line img {
    max-height: 60%;
    margin-right: 20px;
  }

  .floatContacts .btn.mail img {
    max-height: 40%
  }
}

.floatContacts .btn.tel {
  background: #fff;
  color: #008ed8;
  padding: .5em 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.floatContacts .btn.tel div p {
  line-height: 1;
  text-align: center
}

.floatContacts .btn.tel div p:nth-of-type(1) {
  font-size: min(3.5vw, 18px);
  font-weight: 500;
}

.floatContacts .btn.tel div p:nth-of-type(2) {
  font-family: "Roboto";
  font-weight: 500;
  font-size: min(3.5vmax, 35px);
  padding-block: 5px;
}

.floatContacts .btn.tel div p:nth-of-type(3) {
  font-size: min(3vw, 16px);
  color: #000;
  font-weight: 500;
}

@media (min-width: 744px) {
  .floatContacts .btn.tel div p:nth-of-type(2) {
    font-weight: 400;
    font-size: min(3vmax, 35px);
  }
}

.floatContacts .btn.line {
  background: #00b900;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: min(4vw, 32px);
  width: 50%;
  height: 70px;
}

.floatContacts .btn.mail {
  background: #FF7201;
  color: #fff;
  font-weight: 700;
  font-size: min(4vw, 32px);
  width: 50%;
  height: 70px;
}

span.yellow-txt {
  color: #FCF70A;
  font-size: min(3vw, 16px);
}

@media (min-width: 744px) {
  .floatContacts .btn.tel {
    padding: .5em 2vw .5em 1vw;
    pointer-events: none;
  }

  .floatContacts .btn.line {
    background: #00b900;
    color: #fff;
    font-weight: 700;
    font-size: min(3vw, 32px);
    max-width: 65px;
    height: 85px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%
  }

  .floatContacts .btn.mail {
    background: #FF7201;
    color: #fff;
    font-weight: 700;
    font-size: min(3vw, 32px);
    max-width: 65px;
    height: 85px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%
  }

  .floatContacts .btn.line p {
    display: block;
    padding-bottom: 10px;
  }

  .floatContacts .btn.mail p {
    display: block
  }
}