/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #035AA6;
  position: fixed;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .load-logos {
  position: relative;
  width: 30vw;
  max-width: 160px;
  aspect-ratio: 1/1;
  top: -5vh;
}
#loading .load-logo-1,
#loading .load-logo-2,
#loading .load-logo-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  aspect-ratio: 1/1;
  max-width: 160px;
  opacity: 0;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

span.nowrap {
  white-space: nowrap;
}

h1 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
h1 span {
  font-size: clamp(14px, 3vw, 16px);
}

.h2-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #41C0F2;
  margin-bottom: clamp(20px, 5vw, 50px);
  width: -moz-fit-content;
  width: fit-content;
}
.h2-wrap .sub {
  font-size: clamp(12px, 3vw, 20px);
  letter-spacing: 0.06em;
  line-height: 24px;
  font-family: "Platypi", serif;
}
.h2-wrap h2 {
  font-size: clamp(20px, 5vw, 40px);
  line-height: 160%;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #023373;
}
@media screen and (max-width: 767px) {
  .h2-wrap {
    gap: 0;
  }
}

h3 {
  font-size: clamp(16px, 3vw, 24px);
}

.button div {
  font-size: clamp(12px, 3vw, 14px);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  border-radius: 32px;
  border: 2px solid #326da1;
  transition: all 0.3s;
  background: linear-gradient(90deg, #035aa6 0%, #5686af 50%, #03457f 100%);
  background-size: 200% 100%;
}
.button div:hover {
  background-position: 100% 0;
}

input[type=submit] {
  font-size: clamp(12px, 3vw, 14px);
  color: white;
  background: linear-gradient(195.03deg, #035aa6, #03457f);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  border-radius: 32px;
  border: 2px solid #326da1;
}

header {
  height: 100px;
}
header .header-sp {
  display: none;
  position: fixed;
  z-index: 100;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  mix-blend-mode: difference;
  transition: 0.1s;
  cursor: pointer;
}
header .header-sp span {
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #FDCC8C;
  border-radius: 6px 0 0 0;
}
header .header-sp span:nth-of-type(2) {
  border-radius: 0 0 6px 0;
}
header .header-sp.active {
  transform: rotate(-90deg);
}
header .header-sp-menu {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #F1F1F0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
}
header .header-sp-menu.active {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}
header .header-sp-menu ul li {
  margin-bottom: 20px;
}
header .logo {
  position: fixed;
  top: 24px;
  left: 40px;
  height: 60px;
  width: auto;
  z-index: 100;
}
header .header-texts {
  position: fixed;
  width: calc(100% - 100px);
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  z-index: 100;
  mix-blend-mode: difference;
  color: #FDCC8C;
}
header .header-texts nav ul {
  display: flex;
  padding: 20px;
  gap: 40px;
}
header .header-texts nav ul li {
  position: relative;
  transition: color 0.3s;
}
header .header-texts nav ul li:hover {
  color: black;
}
header .header-texts nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #FDCC8C;
}
header .header-texts nav ul li::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 100%;
  margin: auto;
  background: #FDCC8C;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  pointer-events: none;
}
header .header-texts nav ul li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  color: white;
}
@media screen and (max-width: 767px) {
  header .logo {
    top: 20px;
    left: 20px;
    width: 48px;
    height: auto;
  }
  header .header-texts {
    top: 5px;
    left: 60px;
  }
  header .header-texts nav {
    display: none;
  }
  header .header-sp {
    display: flex;
  }
}

footer {
  width: 100%;
  padding: 150px 10%;
  background-color: #035AA6;
  color: white;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 2;
}
footer .footer-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title span {
  font-size: 24px;
}
footer .footer-inner .footer-inner-left .footer-left-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: #ccc;
  line-height: 1.6;
}
footer .footer-inner .footer-inner-right {
  display: flex;
  gap: 20px;
}
footer .footer-inner .footer-inner-right .footer-page-title {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
  white-space: nowrap;
  font-weight: 700;
}
footer .footer-inner .footer-inner-right .footer-page-title:hover {
  color: #41C0F2;
}
footer .footer-inner .footer-inner-right ul li + li {
  border-top: 1px solid #ccc;
}
footer .footer-inner .footer-inner-right li {
  padding: 6px 0;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
footer .footer-inner .footer-inner-right li:hover {
  color: #035AA6;
}
footer .footer-inner .footer-inner-right li::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 100%;
  margin: auto;
  background: white;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  pointer-events: none;
}
footer .footer-inner .footer-inner-right li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column-reverse;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    gap: 70px;
  }
  footer .footer-inner .footer-inner-left {
    margin: auto;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap img {
    width: 50px;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title {
    font-size: 20px;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title span {
    font-size: 16px;
  }
  footer .footer-inner .footer-inner-left .footer-left-info {
    margin-top: 10px;
  }
  footer .footer-inner .footer-inner-right {
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-inner-right .footer-inner-right-page {
    width: calc(50% - 10px);
  }
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #023373;
  line-height: 1.65;
  font-size: clamp(14px, 3vw, 16px);
  background-color: white;
  scroll-behavior: none;
  overflow-x: hidden;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #ccc;
  padding: 8px 10px;
  max-width: initial;
  cursor: pointer;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 200px;
  resize: none;
}

input[type=file] {
  border: none;
  padding: 0;
}

input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
  padding: none;
}

.form-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.form-inner {
  width: 600px;
  margin: 50px auto 0 auto;
  font-size: clamp(12px, 3vw, 14px);
  text-align: left;
}
.form-inner .privacy {
  height: 200px;
  overflow: scroll;
  border-radius: 3px;
  border: 1px solid #035AA6;
  background-color: #f4f4f4;
  border: 2px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .form-inner {
    width: 90%;
    margin-top: 20px;
  }
  .form-inner .privacy {
    font-size: clamp(12px, 3vw, 14px);
  }
}

.wpcf7-list-item {
  margin: 0;
}

.subtext {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
}

section + section {
  padding-top: clamp(100px, 15vw, 300px);
  margin-top: -1px;
}

.section-top {
  width: 100%;
  margin: auto;
  margin-top: -100px;
  text-align: center;
}
.section-top .top-catchcopy {
  width: 60%;
  padding: 60px 0 50px;
  background-color: #F0EB51;
  border-radius: 0 0 20px 20px;
  margin: auto;
  margin-top: 100px;
}
.section-top .top-text {
  padding: 50px 0;
}
.section-top img {
  width: 80%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .section-top .top-text {
    padding: 50px 0;
    width: 90%;
    margin: auto;
  }
  .section-top img {
    width: 90%;
  }
}

.section-jobinformation {
  width: 100%;
  margin: auto;
}
.section-jobinformation .h2-wrap {
  margin: auto;
  text-align: center;
}
.section-jobinformation .jobinfo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-jobinformation .jobinfo-wrap ul {
  display: flex;
  margin-top: 50px;
}
.section-jobinformation .jobinfo-wrap ul li {
  border-radius: 0px 20px 0px 0px;
  border-top: 1px solid #41C0F2;
  border-right: 1px solid #41C0F2;
  padding-top: 20px;
  padding-right: 20px;
}
.section-jobinformation .jobinfo-wrap ul li + li {
  margin-left: 50px;
}
.section-jobinformation .jobinfo-wrap .jobinfo-wrap-list {
  width: 100%;
  max-width: 800px;
}
.section-jobinformation .jobinfo-wrap .jobinfo-wrap-list h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.section-jobinformation .jobinfo-wrap .jobinfo-wrap-list .jobinfo-wrap-list-tags .jobinfo-tag {
  font-size: clamp(12px, 3vw, 14px);
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #41C0F2;
  border-radius: 20px;
}
.section-jobinformation .jobinfo-wrap .jobinfo-wrap-list table {
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0.4rem;
}
.section-jobinformation .jobinfo-wrap .jobinfo-wrap-list table th {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .section-jobinformation .jobinfo-wrap {
    width: 90%;
    margin: auto;
  }
  .section-jobinformation .jobinfo-wrap ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .section-jobinformation .jobinfo-wrap ul li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  .section-jobinformation .jobinfo-wrap .jobinfo-wrap-list h3 {
    margin-bottom: 10px;
    font-size: clamp(20px, 5vw, 40px);
  }
  .section-jobinformation .jobinfo-wrap .jobinfo-wrap-list table {
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
  }
  .section-jobinformation .jobinfo-wrap .jobinfo-wrap-list table th {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    white-space: nowrap;
  }
}

.section-company .company-inner {
  margin: auto;
  display: flex;
  justify-content: space-around;
  width: -moz-fit-content;
  width: fit-content;
  gap: 50px;
}
.section-company .company-inner .company-inner-img {
  max-width: 50%;
}
.section-company .company-inner .company-inner-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section-company {
    width: 90%;
    margin: auto;
  }
  .section-company .company-inner {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .section-company .company-inner .company-inner-texts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-company .company-inner .company-inner-img {
    width: 100%;
    max-width: initial;
  }
  .section-company .company-inner .company-inner-img img {
    width: 100%;
  }
}

.section-worklife {
  width: 100%;
}
.section-worklife .worklife-inner {
  margin: auto;
  width: 80%;
}
.section-worklife .worklife-inner .worklife-inner-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.section-worklife .worklife-inner .worklife-inner-flex .worklife-inner-flex-wrap {
  width: calc((100% - 40px) / 3);
  border-radius: 0px 20px 0px 0px;
  border-top: 1px solid #41C0F2;
  border-right: 1px solid #41C0F2;
  padding-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .section-worklife .worklife-inner {
    width: 90%;
  }
  .section-worklife .worklife-inner .worklife-inner-flex {
    flex-direction: column;
    margin-top: 20px;
  }
  .section-worklife .worklife-inner .worklife-inner-flex .worklife-inner-flex-wrap {
    width: 100%;
  }
}

.section-voice .voice-titleflex {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section-voice .voice-titleflex .h2-wrap {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.section-voice .voice-titleflex .voice-titleflex-span {
  width: 100%;
}
.section-voice .voice-titleflex .voice-titleflex-span span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #41C0F2;
}
.section-voice .voice-titleflex .voice-titleflex-subtext {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #41C0F2;
}
.section-voice .voice-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  gap: 50px;
}
.section-voice .voice-flex .voice-flex-container {
  display: grid;
  grid-template-columns: auto 300px 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-left {
  background: linear-gradient(180deg, #f0eb51, #dae772);
  width: 15vw;
  height: 100%;
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-img img {
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 20px;
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-texts {
  position: relative;
  width: 50vw;
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-texts .voice-flex-container-texts-name {
  position: absolute;
  width: 80%;
  height: 80%;
  background: linear-gradient(180deg, #f0eb51, #dae772);
  border-radius: 0 20px 0 0;
  padding-left: 50px;
  padding-top: 20px;
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-texts .voice-flex-container-texts-name .name-1 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-texts .voice-flex-container-texts-name .name-2 {
  font-size: clamp(12px, 3vw, 20px);
}
.section-voice .voice-flex .voice-flex-container .voice-flex-container-texts .voice-flex-container-texts-message {
  position: absolute;
  top: 30%;
  left: 50px;
  width: calc(100% - 50px);
  height: 70%;
  background-color: white;
  padding: 20px 40px;
  border-radius: 20px 0px 0px 0px;
  text-align: justify;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2) .voice-flex-container-left,
.section-voice .voice-flex .voice-flex-container:nth-of-type(2) .voice-flex-container-texts-name {
  background: linear-gradient(180deg, #d1e57e, #bbe09e);
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(3) .voice-flex-container-left,
.section-voice .voice-flex .voice-flex-container:nth-of-type(3) .voice-flex-container-texts-name {
  background: linear-gradient(180deg, #b3dfaa, #9bdacb);
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(4) .voice-flex-container-left,
.section-voice .voice-flex .voice-flex-container:nth-of-type(4) .voice-flex-container-texts-name {
  background: linear-gradient(180deg, #94d8d6, #7dd4f6);
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) {
  margin-left: auto;
  grid-template-columns: 1fr 300px auto;
  grid-template-rows: 1fr;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-left {
  grid-column-start: 3;
  grid-row-start: 1;
  right: 0;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-img {
  grid-column-start: 2;
  grid-row-start: 1;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 20px 0;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-texts {
  grid-column-start: 1;
  grid-row-start: 1;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-texts .voice-flex-container-texts-name {
  padding: 20px 50px 0 0;
  right: 0;
  text-align: right;
  border-radius: 20px 0px 0px 0px;
}
.section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-texts .voice-flex-container-texts-message {
  top: 30%;
  right: 50px;
  left: 0;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 1100px) {
  .section-voice .voice-flex .voice-flex-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-left {
    display: none;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-texts {
    width: calc(100vw - 300px - 10px);
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) {
    margin-right: 0;
    margin-left: auto;
    grid-template-columns: 1fr 300px;
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .section-voice .voice-titleflex {
    width: 90%;
  }
  .section-voice .voice-titleflex .voice-titleflex-span {
    display: none;
  }
  .section-voice .voice-flex {
    width: 90%;
    gap: 20px;
  }
  .section-voice .voice-flex .voice-flex-container {
    width: 100%;
    grid-template-columns: 100px auto;
    grid-template-rows: 1fr;
    gap: 5px;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-img {
    width: 100px;
    height: 200px;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-img img {
    width: 100%;
    height: 100%;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-texts {
    position: relative;
    width: 100%;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-texts .voice-flex-container-texts-name {
    z-index: -1;
    width: 100%;
    height: 80%;
    padding-left: 30px;
    padding-top: 14px;
  }
  .section-voice .voice-flex .voice-flex-container .voice-flex-container-texts .voice-flex-container-texts-message {
    position: static;
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
    padding: 20px 0 20px 10px;
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) {
    width: 100%;
    grid-template-columns: auto 100px;
    grid-template-rows: 1fr;
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-img {
    width: 100px;
    height: 200px;
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-img img {
    width: 100%;
    height: 100%;
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-texts {
    position: relative;
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-texts .voice-flex-container-texts-name {
    z-index: -1;
    width: 100%;
    height: 80%;
    padding-right: 30px;
    padding-top: 14px;
  }
  .section-voice .voice-flex .voice-flex-container:nth-of-type(2n) .voice-flex-container-texts .voice-flex-container-texts-message {
    position: static;
    margin-top: 80px;
    margin-left: 0;
    width: 100%;
    padding: 20px 10px 20px 0;
  }
}

.section-carrier {
  width: 100%;
  text-align: center;
}
.section-carrier .h2-wrap {
  margin: auto;
  margin-bottom: 50px;
}
.section-carrier img {
  width: 80%;
  max-width: 700px;
}

.section-form {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
}
.section-form .h2-wrap {
  margin: 0 auto 20px auto;
}
.section-form .button {
  display: inline-block;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 767px) {
  .section-form {
    width: 90%;
    margin: auto;
  }
  .section-form .button {
    margin-bottom: 20px;
  }
}