@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.5rem;
  }
}
@media (max-width: 743px) {
  .header-contact-link .header-contact-link-item p {
    font-size: 1.0rem;
  }
}
.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%;
}
.bgc-white{
	background-color:#FFFFFF;
}
.pdb-30{
	padding-bottom: 30px;
}


@media (min-width: 744px) {
.image80{
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
  }
}
@media (max-width: 743px) {
.image80{
	width: 100%;
	margin: 15px auto;
	padding: 10px 0;
  }
}

@media (min-width: 744px) {
  .mt-80-pc {
    margin-top: 80px;
  }
}
@media (max-width: 743px) {
  .mt-40-sp {
    margin-top: 40px;
  }
}
.show_pc {
  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: 20px 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: #FF7201;
}

@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: 18px 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-content-wrap{
  background-color: #fff0f5;	
}

.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: 47%;
  }
}
.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.8rem;
    padding: 11.5px 10px 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: #1C75CD;
  }
  .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: #2C5681;
  }
  .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:0px;
    padding: 0;
	height: 120px;
  }
}
@media (max-width: 743px) {
  .sec02-title-wrap {
  padding: 20px;
	height: 100px;
  margin-top: 20px;
  }
}
.sec02-title-wrap .content {
  position: relative;
  text-align: center;
}

@media (min-width: 744px) {
  .sec02-title-wrap .content {
    top: 0px;
	padding: 10px 0;
  }
}
@media (max-width: 743px) {
  .sec02-title-wrap .content {
    top: 0px;
  }
}
.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;
  }
  .sec02-title-txt2 {
    font-size: 3.2rem;
	color: #FFFD00
	}		
}
@media (max-width: 743px) {
  .sec02-title-txt {
    font-size: 2.3rem;
  }
  .sec02-title-txt2 {
    font-size: 1.8rem;
	color: #FFFD00
	}
}
	
.sec02-title-txt::before {
  content: "";
  position: absolute;
  content: "";
  background-color: #fff;
}

.sec02-content-wrap {

}

@media (min-width: 744px) {
  .sec02-content-wrap {
  background-color: #fff0f5;
    padding-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec02-content-wrap {
    padding-top: 0px;
  background-color: #fff;

  }
}
@media (min-width: 744px) {
  .sec02-sub-title {
    width: 950px;
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  .sec02-sub-title {
    width: 98%;
    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;
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.sec02-point-item {
  background-color: #fff;
  position: relative;
}

@media (min-width: 744px) {
  .sec02-point-item {
    width: 460px;
    border: 3px solid #dfcfc3;
    margin: 0 auto;
	background-color: #fffaf6;
	}
}
@media (max-width: 743px) {
  .sec02-point-item {
    border: 2px solid #dfcfc3;
    width: 425px;
    height: 166px;
    margin: 0 auto;
    max-height: 100%;
	background-color: #fffaf6;
  }
}



.sec02-point-item .item-number {
  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: #FF7201;
  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;
	color:#DD3D3D;
	}
}
@media (max-width: 743px) {
  .sec02-point-item .item-grid ._txt h3 {
    font-size: 3.2rem;
    padding-bottom: 6px;
    line-height: 1.2;
	color:#DD3D3D;
  }
}
.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 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(1) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(1) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec02-point-item:nth-child(1) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec02-point-item:nth-child(1) .item-grid ._img {
    margin-top: 20px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(1) .item-grid ._img img {
    margin-top: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec02-point-item:nth-child(1) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}
@media (min-width: 744px) {
  .sec02-point-item:nth-child(2) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(2) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(2) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec02-point-item:nth-child(2) .item-grid ._img {
  width: 40%;
}

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

@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: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec02-point-item:nth-child(3) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}

@media (min-width: 744px) {
  .sec02-point-item:nth-child(4) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(4) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(4) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec02-point-item:nth-child(4) .item-grid ._img {
  width: 40%;
}

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

@media (min-width: 744px) {
  .sec02-point-item:nth-child(5) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(5) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec02-point-item:nth-child(5) .item-grid ._img {
  width: 40%;
}

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

@media (min-width: 744px) {
  .sec02-point-item:nth-child(6) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec02-point-item:nth-child(6) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec02-point-item:nth-child(6) .item-grid ._img {
  width: 40%;
}

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


@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 {

  }
}
@media (max-width: 743px) {
  .sec03-wrap {


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

.sec03-title-wrap .content {

  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: 100%;
    height: 364px;
    background-color: #fffaf6;
    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: #FF7201;
  color: #fff;
}

@media (min-width: 744px) {
  .sec03-txt .sec03-txt-key {
    font-size: 4.2rem;
    padding: 0px 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 #1C75CD;
  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: #1C75CD;
  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-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .sec04-content-wrap .content {
    margin-top: 40px;
    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: 483px;
  margin: 0 auto;
}

/**************************
* sec05
**************************/
@media (min-width: 744px) {
  .sec05-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 743px) {
  .sec05-wrap {
    margin-top: 40px;
  }
}
.sec05-title-wrap {
  background-color: #FF7201;
}

@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: 100px;
  }
}
@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 #FF7201;
}

@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: #FF7201;
  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: #E8F4FF;
}

@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: #fff0f5;
  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: #DD3D3D;
}

@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(../images/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(../images/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(../images/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: #DD3D3D;
}

@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: 0px 0 0px;
  background-color: #fff0f5;
  }
}
@media (max-width: 743px) {
  .sec08-content-wrap {
    padding: 0px 0 0px;
	background-color: #fff0f5;

  }
}
.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;
	background-color:#FFFFFF;
	}
}
@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: 2.0rem;
  }
}
@media (max-width: 743px) {
  .tel-link span {
    margin-top: 5px;
    font-size: 2.0rem;
  }
}
@media (max-width: 600px) {
  .tel-link span {
    font-size: 1.4rem;
  }
}
.tel-link-tel {
  display: flex;
  align-items: center;
  color:#DD3D3D;
  font-weight: 800;
  line-height: 1;
  font-size: 5.0rem;
}

@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; */
  }
}
/* -- 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:#DD3D3D; 
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
  max-width: 100%;
}

@media (min-width: 744px) {
  form#mail_form input[type=button] {
    border-radius: 20px;
    width: 484px;
    padding: 24px 10px;
    font-size: 2.2rem;
  }
}
@media (max-width: 743px) {
  form#mail_form input[type=button] {
    border-radius: 20px;
    width: 256px;
    padding: 15px 10px;
    font-size: 1.8rem;
  }
}
form#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #E35959;
}

@media (min-width: 744px) {
.footer-wrap {
  background-color: #DD3D3D;
  text-align: center;
  padding: 8px 20px;
  }
.footer-wrap .copylight {
  font-size: 1.3rem;
  color: #fff;
}	
}

@media (max-width: 743px) {
.footer-wrap {
  background-color: #DD3D3D;
  text-align: center;
  padding: 8px 20px;
	margin-bottom:80px;
  }
.footer-wrap .copylight {
  font-size: 1.3rem;
  color: #fff;
}	
}



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

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

@media (min-width: 744px) {
  .sec09-title-wrap {
    margin-top:0px;
	height: 150px;
  }
}
@media (max-width: 743px) {
  .sec09-title-wrap {
    margin-top: 10px;
	height: 100px;
  }
}
.sec09-title-wrap .content {
  position: relative;
  text-align: center;
}

@media (min-width: 744px) {
  .sec09-title-wrap .content {
    top: -53px;
  }
}
@media (max-width: 743px) {
  .sec09-title-wrap .content {
    top: -26px;
  }
}
.sec09-title-wrap .content img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec09-title-wrap .content img {
    width: 100px;
  }
}
@media (max-width: 743px) {
  .sec09-title-wrap .content img {
    width: 50px;
  }
}
.sec09-title-txt {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline;
}

@media (min-width: 744px) {
  .sec09-title-txt {
    font-size: 5.2rem;
  }
}
@media (max-width: 743px) {
  .sec09-title-txt {
    font-size: 2.5rem;
  }
}
.sec09-title-txt::before {
  content: "";
  position: absolute;
  background-color: #fff;
}

@media (min-width: 744px) {
  .sec09-title-txt::before {
    width: 156px;
    height: 4px;
    left: 0;
    bottom: -10px;
  }
}
@media (max-width: 743px) {
  .sec09-title-txt::before {
    width: 85px;
    height: 3px;
    left: 0;
    bottom: -5px;
  }
}
.sec09-content-wrap {

}

@media (min-width: 744px) {
  .sec09-content-wrap {
    padding-top: 0px;
  background-color: #fff0f5;
  }
}
@media (max-width: 743px) {
  .sec09-content-wrap {
    padding-top: 0px;
  display:flex;
  flex-flow: column;  
  background-color: #fff;
  }
}
@media (min-width: 744px) {
  .sec09-sub-title {
    width: 889px;
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  .sec09-sub-title {
    width: 98%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec09-sub-title-arrow {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec09-sub-title-arrow {
    margin-top: 26px;
    width: 30px;
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .sec09-sub-title-arrow {
    position: relative;
    margin-top: 15px;
    width: 301px;
    max-width: 100%;
    margin-top: 30px;
  }
  .sec09-sub-title-arrow img {
    position: absolute;
    top: -107px;
    left: 12%;
  }
}
.sec09-pointlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 744px) {
  .sec09-pointlist {
    gap: 30px 20px;
    margin-top: 26px;
  }
}
@media (max-width: 743px) {
  .sec09-pointlist {
    gap: 30px;
    margin-top: 25px;
    padding-bottom: 25px;

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

}

@media (min-width: 744px) {
  .sec09-point-item {
    width: 950px;
    border: 3px solid #dfcfc3;
    margin: 10px auto;
	background-color: #fffaf6;

	}
}
@media (max-width: 743px) {
  .sec09-point-item {
    border: 2px solid #dfcfc3;
    width: 95%;
    margin: 10px auto;
    max-height: 100%;
	background-color: #fffaf6;
	padding-bottom: 25px;

  }
}


.sec09-point-item .item-number {
  position: absolute;
  display: inline-block;
}


@media (min-width: 744px) {
  .sec09-point-item .item-number {
    top: -8px;
    left: -8px;
    padding: 8px 14px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item .item-number {
    top: -4px;
    left: -4px;
    padding: 6px 13px;
  }
}
@media (min-width: 744px) {
  .sec09-point-item .item-number img {
    width: 128px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item .item-number img {
    width: 93px;
  }
}
.sec09-point-item .item-grid {
  display: flex;
  align-items: center;
}

@media (min-width: 744px) {
  .sec09-point-item .item-grid {
    gap: 13px;
  }
}
.sec09-point-item .item-grid ._txt {
  display: block;
}

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

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

@media (min-width: 744px) {
  .sec09-point-item .item-grid ._txt .sub_size {
    font-size: 3.2rem;
    margin-top: 5px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item .item-grid ._txt .sub_size {
    font-size: 2.4rem;
    margin-top: 5px;
  }
}
@media (min-width: 744px) {
.sec09-point-item .item-grid ._txt .sub_size02 {
  color: #333;
  font-weight: 700;
  display: block;
	}
}
@media (max-width: 743px) {
.sec09-point-item .item-grid ._txt .sub_size02 {
  color: #333;
  font-weight: 500;
  display: block;
	}
}
@media (min-width: 744px) {
  .sec09-point-item .item-grid ._txt .sub_size02 {
    font-size: 2.4rem;
    margin-top: 5px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item .item-grid ._txt .sub_size02 {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
.sec09-point-item .item-grid ._txt h3 {
  color: #DD3D3D;
  position: relative;
  font-weight: 700;
}

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

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

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

@media (min-width: 744px) {
  .sec09-point-item .item-grid ._txt ._tag {
    margin-top: 18px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item .item-grid ._txt ._tag {
    margin-top: 11px;
    justify-content: left;
    gap: 5px;
  }
}
.sec09-point-item .item-grid ._txt ._tag ._tag-item {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
}

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

@media (min-width: 744px) {
  .sec09-point-item:nth-child(1) .item-grid {
    padding: 35px 10px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item:nth-child(1) .item-grid {
	padding: 5px 5px 10px 10px;
	display: flex;
	flex-direction: column;
  }
}
.sec09-point-item:nth-child(1) .item-grid ._img {
  width: 80%;
}

@media (min-width: 744px) {
  .sec09-point-item:nth-child(1) .item-grid ._img img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 743px) {
  .sec09-point-item:nth-child(1) .item-grid ._img img {
    width: 100%;
    margin: 0 auto;
  }
}


@media (min-width: 744px) {
  .sec09-point-item:nth-child(2) .item-grid {
    padding: 35px 10px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item:nth-child(2) .item-grid {
	padding: 5px 5px 10px 10px;
  display: flex;
  flex-direction: column;
  }
}
.sec09-point-item:nth-child(2) .item-grid ._img {
  width: 80%;
}

@media (min-width: 744px) {
  .sec09-point-item:nth-child(2) .item-grid ._img img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 743px) {
  .sec09-point-item:nth-child(2) .item-grid ._img img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 744px) {
  .sec09-point-item:nth-child(3) .item-grid {
    padding: 35px 10px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec09-point-item:nth-child(3) .item-grid {
	padding: 5px 5px 10px 10px;
  display: flex;
  flex-direction: column;
  }
}
.sec09-point-item:nth-child(3) .item-grid ._img {
  width: 80%;
}

@media (min-width: 744px) {
  .sec09-point-item:nth-child(3) .item-grid ._img img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 743px) {
  .sec09-point-item:nth-child(3) .item-grid ._img img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 744px) {
  .sec09-voice {
    margin-top: 45px;
  }
}
@media (max-width: 743px) {
  .sec09-voice {
    margin-top: 20px;
  }
  .sec09-voice img {
    width: 345px;
  }
}
.sec09-voice img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec09-voice img {
    width: 514px;
  }
}
/**************************
* sec10
**************************/
.sec10-wrap {
	position: relative;
}

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

@media (min-width: 744px) {
  .sec10-title-wrap {
    margin-top:0px;
    padding: 0;
	height: 120px;
  }
}
@media (max-width: 743px) {
  .sec10-title-wrap {
    padding: 0;
	height: 100px;
  }
}
.sec10-title-wrap .content {
  position: relative;
  text-align: center;
}

@media (min-width: 744px) {
  .sec10-title-wrap .content {
    top: 0px;
	padding: 10px 0;
  }
}
@media (max-width: 743px) {
  .sec10-title-wrap .content {
    top: 0px;
  }
}
.sec10-title-wrap .content img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec10-title-wrap .content img {
    width: 100px;
  }
}
@media (max-width: 743px) {
  .sec10-title-wrap .content img {
    width: 50px;
  }
}
.sec10-title-txt {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline;
}

@media (min-width: 744px) {
  .sec10-title-txt {
    font-size: 5.2rem;
  }
  .sec10-title-txt2 {
    font-size: 3.2rem;
	color: #FFFD00
	}		
}
@media (max-width: 743px) {
  .sec10-title-txt {
    font-size: 2.3rem;
  }
  .sec10-title-txt2 {
    font-size: 1.8rem;
	color: #FFFD00
	}
}
	
.sec10-title-txt::before {
  content: "";
  position: absolute;
  content: "";
  background-color: #fff;
}

.sec10-content-wrap {
  background-color: #fff0f5;
}

@media (min-width: 744px) {
  .sec10-content-wrap {
  background-color: #fff0f5;
    padding-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec10-content-wrap {
    padding-top: 0px;
  }
}
@media (min-width: 744px) {
  .sec10-sub-title {
    width: 950px;
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  .sec10-sub-title {
    width: 98%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec10-sub-title-arrow {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec10-sub-title-arrow {
    margin-top: 26px;
    width: 30px;
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .sec10-sub-title-arrow {
    position: relative;
    margin-top: 15px;
    width: 301px;
    max-width: 100%;
    margin-top: 30px;
  }
  .sec10-sub-title-arrow img {
    position: absolute;
    top: -107px;
    left: 12%;
  }
}
.sec10-pointlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 744px) {
  .sec10-pointlist {
    gap: 30px 20px;
    margin-top: 26px;
  }
}
@media (max-width: 743px) {
  .sec10-pointlist {
    gap: 30px;
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.sec10-point-item {
  background-color: #fff;
  position: relative;
}

@media (min-width: 744px) {
  .sec10-point-item {
    width: 460px;
    border: 3px solid #dfcfc3;
    margin: 0 auto;
	background-color: #fffaf6;
	}
}
@media (max-width: 743px) {
  .sec10-point-item {
    border: 2px solid #dfcfc3;
    width: 425px;
    height: 166px;
    margin: 0 auto;
    max-height: 100%;
	background-color: #fffaf6;
  }
}



.sec10-point-item .item-number {
  position: absolute;
  display: inline-block;
}

@media (min-width: 744px) {
  .sec10-point-item .item-number {
    top: -8px;
    left: -8px;
    padding: 8px 14px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item .item-number {
    top: -4px;
    left: -4px;
    padding: 6px 13px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item .item-number img {
    width: 128px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item .item-number img {
    width: 93px;
  }
}
.sec10-point-item .item-grid {
  display: flex;
  align-items: center;
}

@media (min-width: 744px) {
  .sec10-point-item .item-grid {
    gap: 13px;
  }
}
.sec10-point-item .item-grid ._txt {
  display: block;
}

@media (min-width: 744px) {
  .sec10-point-item .item-grid ._txt {
    width: 80%;
  }
}
@media (max-width: 743px) {
  .sec10-point-item .item-grid ._txt {
    width: 60%;
  }
}
.sec10-point-item .item-grid ._txt .sub_size {
  color: #333;
  font-weight: 500;
  display: block;
}

@media (min-width: 744px) {
  .sec10-point-item .item-grid ._txt .sub_size {
    font-size: 3.0rem;
    margin-top: 5px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item .item-grid ._txt .sub_size {
    font-size: 2.4rem;
    margin-top: 5px;
  }
}
.sec10-point-item .item-grid ._txt .sub_size02 {
  color: #333;
  font-weight: 500;
  display: block;
}

@media (min-width: 744px) {
  .sec10-point-item .item-grid ._txt .sub_size02 {
    font-size: 2.0rem;
    margin-top: 5px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item .item-grid ._txt .sub_size02 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.sec10-point-item .item-grid ._txt h3 {
  color: #FF7201;
  position: relative;
  font-weight: 700;
}

@media (min-width: 744px) {
  .sec10-point-item .item-grid ._txt h3 {
    font-size: 4.0rem;
    padding-bottom: 11px;
    line-height: 1.2;
	color:#DD3D3D;
	}
}
@media (max-width: 743px) {
  .sec10-point-item .item-grid ._txt h3 {
    font-size: 3.2rem;
    padding-bottom: 6px;
    line-height: 1.2;
	color:#DD3D3D;
  }
}
.sec10-point-item .item-grid ._txt h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: url(../img/sec10-boarder.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  bottom: 0;
}

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

@media (min-width: 744px) {
  .sec10-point-item .item-grid ._txt ._tag {
    margin-top: 18px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item .item-grid ._txt ._tag {
    margin-top: 11px;
    justify-content: left;
    gap: 5px;
  }
}
.sec10-point-item .item-grid ._txt ._tag ._tag-item {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
}

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

@media (min-width: 744px) {
  .sec10-point-item:nth-child(1) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(1) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(1) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec10-point-item:nth-child(1) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec10-point-item:nth-child(1) .item-grid ._img {
    margin-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(1) .item-grid ._img img {
    margin-top: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item:nth-child(1) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item:nth-child(2) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(2) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(2) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec10-point-item:nth-child(2) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec10-point-item:nth-child(2) .item-grid ._img {
    margin-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(2) .item-grid ._img img {
    margin-top: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item:nth-child(2) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}

@media (min-width: 744px) {
  .sec10-point-item:nth-child(3) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(3) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(3) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec10-point-item:nth-child(3) .item-grid ._img {
  width: 40%;
}

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

@media (min-width: 744px) {
  .sec10-point-item:nth-child(4) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(4) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(4) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec10-point-item:nth-child(4) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec10-point-item:nth-child(4) .item-grid ._img {
    margin-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(4) .item-grid ._img img {
    margin-top: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item:nth-child(4) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}

@media (min-width: 744px) {
  .sec10-point-item:nth-child(5) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(5) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(5) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec10-point-item:nth-child(5) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec10-point-item:nth-child(5) .item-grid ._img {
    margin-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(5) .item-grid ._img img {
    margin-top: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item:nth-child(5) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}

@media (min-width: 744px) {
  .sec10-point-item:nth-child(6) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(6) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(6) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
.sec10-point-item:nth-child(6) .item-grid ._img {
  width: 40%;
}

@media (max-width: 743px) {
  .sec10-point-item:nth-child(6) .item-grid ._img {
    margin-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec10-point-item:nth-child(6) .item-grid ._img img {
    margin-top: 5px;
    width: 107px;
  }
}
@media (min-width: 744px) {
  .sec10-point-item:nth-child(6) .item-grid ._img img {
    width: 144px;
    margin: 0 auto;
    margin-top: 11px;
  }
}


@media (min-width: 744px) {
  .sec10-voice {
    margin-top: 45px;
  }
}
@media (max-width: 743px) {
  .sec10-voice {
    margin-top: 20px;
  }
  .sec10-voice img {
    width: 345px;
  }
}
.sec10-voice img {
  margin: 0 auto;
}

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



/**************************
* スライダー
**************************/
.slide>span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #fff;
  color: #3498db;
  font-size: 36px;
  font-weight: bold;
  
}

.slick-slide{
  margin: 0 10px;
}

/* arrow */
.slick-arrow{
  z-index: 2;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #DD3D3D;
  border-right: 3px solid #DD3D3D;
  opacity: .8;
}
.slick-arrow::before{
  content: '';
}
.slick-prev{
  left: 30px;
  transform: rotate(-135deg);
}
.slick-next{
  right: 30px;
  transform: rotate(45deg);
}
/* dots */
.slick-dots{
  bottom: -25px;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before{
  width: 12px;
  height: 12px;
}
.slick-dots li{
  margin: 0 7px;
}
.slick-dots li button{
  background-color: #fff;
  opacity: .8;
  border-radius: 100%;
}
.slick-dots li.slick-active button{
  opacity: .4;
}
.slick-dots li button::before{
  content: '';
}
/**************************
* 仕事紹介
**************************/
.card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card {
　width: 33%;
  display: flex;
  flex-direction: column;
}

.card-text {
  flex-grow: 1;
  
}

.card-content {
  flex: 1 1 auto;
  background: #e6e6e6;
  display: flex;
  flex-direction: column;
}

@media (max-width: 743px) {
  .mgt_25 {
    margin-top: 25px;
  }
}

/**************************
* 寮紹介　応募流れ
**************************/
@media (min-width: 744px) {
	.dormitory_txt{
	font-size: 3.5rem;
	font-weight: 600;
	padding: 15px 0 0 15px;
	color: #DFCFC3;
	}
}
@media (max-width: 743px) {
	.dormitory_txt{
	font-size: 2.5rem;
	font-weight: 600;
	padding: 15px 0 0 15px;
	color: #DFCFC3;
	}
}
@media (min-width: 744px) {
	.step_txt{
	font-size: 3.5rem;
	font-weight: 600;
	padding: 10px 0 0 15px;
	color: #DFCFC3;
	}
}
@media (max-width: 743px) {
	.step_txt{
	font-size: 2.5rem;
	font-weight: 600;
	padding: 10px 0 0 15px;
	color: #DFCFC3;
	}
}


/**************************
* 求人一例
**************************/

.jobtxt{
	
	font-size: 1.5rem;
	padding-bottom: 15px;

}




/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/

.ta1 caption {
	padding: 5px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	margin-bottom: 5px;	/*下に空けるスペース*/
	font-size: 2.0rem;
	font-weight: 500;
	color:#000000;		
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/

}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
	font-size: 1.5rem;
	font-weight: 400;
	padding: 10px 0 10px 5px;
	color:#000000;
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}
/**************************
* sec_review
**************************/
.sec_review-wrap {
	position: relative;
}

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

@media (min-width: 744px) {
  .sec_review-title-wrap {
    margin-top:0px;
    padding: 0;
	height: 120px;
  }
}
@media (max-width: 743px) {
  .sec_review-title-wrap {
    padding: 0;
	height: 100px;
  }
}
.name{
	text-align: right;
	font-weight: bold;
    font-size: 1.5rem;
}
.sec_review-title-wrap .content {
  position: relative;
  text-align: center;
}

@media (min-width: 744px) {
  .sec_review-title-wrap .content {
    top: 0px;
	padding: 10px 0;
  }
}
@media (max-width: 743px) {
  .sec_review-title-wrap .content {
    top: 0px;
  }
}
.sec_review-title-wrap .content img {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec_review-title-wrap .content img {
    width: 100px;
  }
}
@media (max-width: 743px) {
  .sec_review-title-wrap .content img {
    width: 50px;
  }
}
.sec_review-title-txt {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: inline;
}

@media (min-width: 744px) {
  .sec_review-title-txt {
    font-size: 5.2rem;
  }
  .sec_review-title-txt2 {
    font-size: 3.2rem;
	color: #FFFD00
	}		
}
@media (max-width: 743px) {
  .sec_review-title-txt {
    font-size: 2.9rem;
  }
  .sec_review-title-txt2 {
    font-size: 2.0rem;
	color: #FFFD00
	}
}
	
.sec_review-title-txt::before {
  content: "";
  position: absolute;
  content: "";
  background-color: #fff;
}

.sec_review-content-wrap {
  background-color: #fff0f5;
}

@media (min-width: 744px) {
  .sec_review-content-wrap {
  background-color: #fff0f5;
    padding-top: 0px;
  }
}
@media (max-width: 743px) {
  .sec_review-content-wrap {
    padding-top: 0px;
  }
}
@media (min-width: 744px) {
  .sec_review-sub-title {
    width: 950px;
    max-width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  .sec_review-sub-title {
    width: 98%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec_review-sub-title-arrow {
  margin: 0 auto;
}

@media (min-width: 744px) {
  .sec_review-sub-title-arrow {
    margin-top: 26px;
    width: 30px;
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .sec_review-sub-title-arrow {
    position: relative;
    margin-top: 15px;
    width: 301px;
    max-width: 100%;
    margin-top: 30px;
  }
  .sec_review-sub-title-arrow img {
    position: absolute;
    top: -107px;
    left: 12%;
  }
}
.sec_review-pointlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 744px) {
  .sec_review-pointlist {
    gap: 30px 20px;
    margin-top: 26px;
  }
}
@media (max-width: 743px) {
  .sec_review-pointlist {
    gap: 30px;
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.sec_review-point-item {
  background-color: #fff;
  position: relative;
}

@media (min-width: 744px) {
  .sec_review-point-item {
    width: 460px;
    border: 3px solid #dfcfc3;
    margin: 0 auto;
	background-color: #fffaf6;
	}
}
@media (max-width: 743px) {
  .sec_review-point-item {
    border: 2px solid #dfcfc3;
    width: 425px;

    margin: 0 auto;
    max-height: 100%;
	background-color: #fffaf6;
  }
}



.sec_review-point-item .item-number {
  position: absolute;
  display: inline-block;
}

@media (min-width: 744px) {
  .sec_review-point-item .item-number {
    top: -8px;
    left: -8px;
    padding: 8px 14px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item .item-number {
    top: -4px;
    left: -4px;
    padding: 6px 13px;
  }
}
@media (min-width: 744px) {
  .sec_review-point-item .item-number img {
    width: 128px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item .item-number img {
    width: 93px;
  }
}
.sec_review-point-item .item-grid {
  display: flex;
  align-items: center;
}

@media (min-width: 744px) {
  .sec_review-point-item .item-grid {
    gap: 13px;
  }
}
.sec_review-point-item .item-grid ._txt {
  display: block;
}

@media (min-width: 744px) {
  .sec_review-point-item .item-grid ._txt {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item .item-grid ._txt {
    width: 100%;
  }
}
.sec_review-point-item .item-grid ._txt .sub_size {
  color: #333;
  font-weight: 400;
  display: block;
}

@media (min-width: 744px) {
  .sec_review-point-item .item-grid ._txt .sub_size {
    font-size: 2.5rem;	
	padding-left: 15px;
	line-height: 1.5;

  }
}
@media (max-width: 743px) {
  .sec_review-point-item .item-grid ._txt .sub_size {
    font-size: 1.8rem;
	padding-left: 5px;
	line-height: 1.5;

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

@media (min-width: 744px) {
  .sec_review-point-item .item-grid ._txt .sub_size02 {
    font-size: 1.8rem;
    margin-top: 5px;
	line-height: 1.8;
	padding-left: 15px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item .item-grid ._txt .sub_size02 {
    font-size: 1.5rem;
    margin-top: 5px;
	line-height: 1.5;
	padding-left: 5px;
  }
}
.sec_review-point-item .item-grid ._txt h3 {
  color: #FF7201;
  position: relative;
  font-weight: 700;
}

@media (min-width: 744px) {
  .sec_review-point-item .item-grid ._txt h3 {
    font-size: 4.0rem;
    padding-bottom: 11px;
    line-height: 1.2;
	color:#DD3D3D;
	}
}
@media (max-width: 743px) {
  .sec_review-point-item .item-grid ._txt h3 {
    font-size: 3.2rem;
    padding-bottom: 6px;
    line-height: 1.2;
	color:#DD3D3D;
  }
}
.sec_review-point-item .item-grid ._txt h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: url(../img/sec_review-boarder.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  bottom: 0;
}

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

@media (min-width: 744px) {
  .sec_review-point-item .item-grid ._txt ._tag {
    margin-top: 18px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item .item-grid ._txt ._tag {
    margin-top: 11px;
    justify-content: left;
    gap: 5px;
  }
}
.sec_review-point-item .item-grid ._txt ._tag ._tag-item {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
}

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

@media (min-width: 744px) {
  .sec_review-point-item:nth-child(1) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(1) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(1) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
@media (min-width: 744px) {
  .sec_review-point-item:nth-child(2) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(2) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(2) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}
@media (min-width: 744px) {
  .sec_review-point-item:nth-child(3) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(3) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(3) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}

@media (min-width: 744px) {
  .sec_review-point-item:nth-child(4) .item-grid {
    padding: 35px 5px 30px;
    padding-right: 30px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(4) .item-grid {
    padding: 6px 13px 10px;
  }
}
@media (max-width: 743px) {
  .sec_review-point-item:nth-child(4) .item-grid ._txt h3 {
    font-size: 2.9rem;
  }
}


@media (min-width: 744px) {
  .sec_review-voice {
    margin-top: 45px;
  }
}
@media (max-width: 743px) {
  .sec_review-voice {
    margin-top: 20px;
  }
  .sec_review-voice img {
    width: 345px;
  }
}
.sec_review-voice img {
  margin: 0 auto;
}

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

@media (min-width: 744px) {
	.star{
	font-size: 3.5rem;
	font-weight: 600;
	padding: 10px 0 0 15px;
	color: #EFD910;
 　 display: inline-block;
	}
}
@media (max-width: 743px) {
	.star{
	font-size: 2.5rem;
	font-weight: 600;
	padding: 10px 0 0 15px;
	color: #EFD910;
　  display: inline-block;
	}
}

@media (min-width: 744px) {
	.score{
	font-size: 4.5rem;
	font-weight: 600;
	padding: 10px 0 0 15px;
	color: #DD3D3D;

	}
}
@media (max-width: 743px) {
	.score{
	font-size: 3.5rem;
	font-weight: 600;
	padding: 10px 0 0 15px;
	color: #DD3D3D;

	}
}



/*スマホfooter固定*/

/*PCの場合にはメニューを表示させない*/
@media (min-width: 743px) {
   .for-sp{
      display:none;
    }
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0px;
   margin:0;

   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 33.3%;
   padding:4px;
   margin:0px;
   height: 81px;
   font-size: 14px;
   border-right: 0px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:nth-child(1){
   background: #38b435;
}

/*真ん中メニューをオレンジ色に*/
#sp-fixed-menu li:nth-child(2){
   background: #f3a324;
}
/*右側メニューをグレーに*/
#sp-fixed-menu li:nth-child(3){
   background:  #909090;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:0px;

}
/*ロゴサイズ調整*/
#sp-fixed-menu img{
  text-align: center;
  display:block;
  width:30%;
  padding:0px;
  margin: 0 auto;
}