@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #333;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

select,
button,
textarea,
input[type=submit],
input[type=text],
input[type=radio],
input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
}

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

header {
  background: #ff8500;
  height: 33px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: relative;
  margin-bottom: 6px;
}
header:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f6d476;
}
header .inner {
  padding: 0;
}
header .logo {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  padding-left: 22px;
}
header .logo:after {
  content: "";
  position: absolute;
  display: block;
  top: -3px;
  left: 0;
  width: 20px;
  height: 19px;
  background: url(../img/logo_icon.png) no-repeat left top;
  background-size: cover;
}

.cta {
  background: #ffedbc;
  padding: 12px;
}
.cta .btn {
  display: block;
  width: 100%;
  max-width: 346px;
  margin: auto;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

.submit {
  padding: 12px 0 40px;
}
.submit input[type=submit] {
  width: 325px;
  height: 85px;
  background: url(../img/submit_btn.png) no-repeat left top;
  background-size: cover;
  display: block;
  margin: auto;
  opacity: 0.5;
}
.submit.readysSubmit input[type=submit] {
  opacity: 1;
}

.main {
  width: 100%;
  position: relative;
}

.main .loop__wrap {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100vw;
  overflow: hidden;
}

.swiper-slide img {
  width: 100px;
}

.section.form-wrap {
  background: #edece8;
}

.inner,
.form-style {
  width: 100%;
  padding: 40px 25px;
}

.form-style {
  padding-bottom: 10px;
}
.form-style .hiddn-form {
  display: none;
  padding-top: 24px;
}
.form-style .form-list .label label {
  font-size: 15px;
}
.form-style .form-list .input-wrap {
  margin-top: 10px;
}
.form-style .form-list .input-wrap select,
.form-style .form-list .input-wrap input {
  width: 100%;
  height: 40px;
  border: 1px solid #CCC;
  padding: 0 10px;
  background: #FFF;
}
.form-style .form-list .input-wrap.type-select {
  position: relative;
}
.form-style .form-list .input-wrap.type-select:after {
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ff8500 transparent transparent transparent;
}
.form-style .form-list + .form-list {
  margin-top: 24px;
}
.form-style ::placeholder {
  color: #edece8;
}

.section.bg1 {
  background: #edece8;
}
.section.bg2 {
  background: url(../img/bg.png) repeat left top;
  background-size: contain;
}
.section.bg3 {
  background: #d1efef;
}
.section .common-read {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
.section .common-read + * {
  margin-top: 20px;
}
.section .common-text {
  font-size: 15px;
  line-height: 1.6;
}
.section .common-text span {
  color: #ff8500;
  font-weight: 700;
}
.section .common-text + .common-text {
  margin-top: 15px;
}
.section .section-title-wrap {
  border-top: 5px solid #f7d577;
  border-bottom: 5px solid #f7d577;
  padding: 14px 0;
}
.section .section-title-wrap .icon-text {
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  width: fit-content;
  margin: auto;
}
.section .section-title-wrap .icon-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../img/icon.png) no-repeat;
  background-size: cover;
}
.section .section-title-wrap .section-in-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.section .section-title-wrap .section-in-title.ts {
  font-size: 24px;
}
.section .section-title-wrap .section-in-title.ts span {
  font-size: 24px;
}
.section .section-title-wrap .section-in-title span {
  font-size: 30px;
  font-weight: 700;
  color: #ff4f00;
}
.section .section-title-wrap .title-b {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.section .section-title-wrap + * {
  margin-top: 30px;
}
.section .list-wrap1 .list1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section .list-wrap1 .list1:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 35px;
  background: url(../img/icon_b.png) no-repeat left top;
  background-size: cover;
}
.section .list-wrap1 .list1 .list {
  border: 1px solid #999;
  border-radius: 15px;
  width: 100%;
  padding: 16px;
  margin-top: 8px;
}
.section .list-wrap1 .list1 .list.list-top {
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
  margin-top: 0;
}
.section .list-wrap1 .list1 .list.list-top:nth-of-type(2) {
  margin-right: 0;
}
.section .list-wrap1 .list1 .list p {
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  margin-top: 13px;
}
.section .list-wrap1 .list1 .list .img-wrap {
  display: flex;
  gap: 0 13px;
}
.section .list-wrap1 .list1 + * {
  margin-top: 80px;
}
.section .step li {
  background: #FFF;
  position: relative;
  padding: 50px 30px 15px;
  margin-top: 25px;
}
.section .step li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ff8500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: -10px;
}
.section .step li .icon span {
  font-size: 12px;
  color: #FFF;
  display: block;
  margin-bottom: 4px;
}
.section .step li .list-title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.section .step li .list-title + * {
  margin-top: 8px;
}
.section .check-list li {
  position: relative;
  padding: 12px 0;
  padding-left: 25px;
  border-top: 1px dotted #CCC;
}
.section .check-list li.common-text {
  margin-top: 0;
}
.section .check-list li:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/icon01.png) no-repeat left top;
  background-size: cover;
}
.section .check-list li:last-of-type {
  border-bottom: 1px dotted #CCC;
}
.section .worries li {
  padding: 16px;
  padding-left: 49px;
  border-radius: 20px;
  background: #edece8;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  position: relative;
}
.section .worries li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 26px;
  background: url(../img/icon02.png) no-repeat left top;
  background-size: cover;
}
.section .worries li:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: 40px;
  transform: rotate(-25deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 16px 32px;
  border-color: transparent transparent #edece8 transparent;
}
.section .worries li + li {
  margin-top: 18px;
}
.section .experience-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  background: #ff4f00;
  padding: 4px 10px;
  text-align: center;
  margin-top: 45px;
}
.section .experience-wrap {
  position: relative;
  margin-top: 20px;
}
.section .experience-wrap .text-wrap {
  background: #FFF;
  width: fit-content;
  padding: 18px 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section .experience-wrap .text-wrap.t1 {
  right: 0;
}
.section .experience-wrap .text-wrap.t2 {
  left: 0;
}
.section .experience-wrap .text-wrap .experience-text {
  font-size: 18px;
  font-weight: 700;
}
.section .experience-wrap .text-wrap .experience-text span {
  color: #ff4f00;
  font-size: 18px;
  font-weight: 700;
}
.section .experience-wrap .text-wrap .info {
  font-size: 12px;
  text-align: right;
}
.section .experience-wrap + .experience-wrap {
  margin-top: 10px;
}
.section .element-type3 .element .element-title {
  background: #ff8500;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.section .element-type3 .element .element-title:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ff8500;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.section .element-type3 .element .element-box {
  background: #FFF;
  padding: 26px;
}
.section .element-type3 .element .element-box .common-text {
  margin-top: 15px;
}
.section .element-type3 .element .element-box .common-text span {
  color: #ff4f00;
}
.section .element-type3 .element .element-box .element-list {
  display: flex;
  gap: 0 20px;
}
.section .element-type3 .element .element-box .element-list .img {
  width: 110px;
}
.section .element-type3 .element .element-box .element-list .text-wrap {
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
}
.section .element-type3 .element .element-box .element-list .text-wrap .common-text {
  margin-top: 0;
}
.section .element-type3 .element .element-box .element-list .text-wrap .common-text span {
  display: block;
}
.section .element-type3 .element .element-box .element-list + .element-list {
  margin-top: 20px;
}
.section .element-type3 .element .element-box .specialty li {
  position: relative;
  padding: 12px 0;
  padding-left: 60px;
  border-top: 1px dotted #CCC;
  font-size: 15px;
  font-weight: 700;
}
.section .element-type3 .element .element-box .specialty li span {
  color: #ff8500;
  font-size: 15px;
  font-weight: 700;
}
.section .element-type3 .element .element-box .specialty li em {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.section .element-type3 .element .element-box .specialty li:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../img/icon03.png) no-repeat left top;
  background-size: cover;
}
.section .element-type3 .element .element-box .specialty li:last-of-type {
  border-bottom: 1px dotted #CCC;
}
.section .element-type3 .element:nth-of-type(1) .element-title:after {
  content: "1";
}
.section .element-type3 .element:nth-of-type(2) .element-title:after {
  content: "2";
}
.section .element-type3 .element:nth-of-type(3) .element-title {
  padding-left: 30px;
}
.section .element-type3 .element:nth-of-type(3) .element-title:after {
  content: "3";
}
.section .element-type3 .element + .element {
  margin-top: 20px;
}
.section .point {
  background: #FFF;
  padding: 33px 20px;
  position: relative;
  margin-top: 80px;
}
.section .point .point-num {
  font-size: 18px;
  font-weight: 700;
  width: 80px;
  height: 40px;
  border-radius: 40px 40px 0 0;
  background: #ff8500;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: -38px;
  margin: auto;
}
.section .point .point-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.section .point .point-box {
  border: 1px solid #999;
  margin-top: 30px;
  padding-bottom: 20px;
}
.section .point .point-box .box-title {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  color: #FFF;
  background: #ff8500;
}
.section .point .point-box .box-title.mono {
  background: #aeaeae;
}
.section .point .point-box .box-title.has-icon {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.section .point .point-box .box-title.has-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 20px;
  width: 22px;
  height: 22px;
  background: url(../img/logo_icon.png) no-repeat;
  background-size: cover;
}
.section .point .point-box .img.item-img {
  padding: 20px 0;
  transform: translateX(10px);
}
.section .point .point-list {
  display: flex;
  gap: 0 20px;
  align-items: center;
  margin-top: 25px;
}
.section .point .point-list .img {
  width: 52px;
}
.section .point .point-list .img.a-icon img {
  width: 44px;
  margin: auto;
}
.section .point .point-list .img.b-icon img {
  width: 35px;
  margin: auto;
}
.section .point .point-list .list-text {
  width: calc(100% - 52px - 20px);
  font-size: 15px;
  background: #edece8;
  padding: 20px 14px;
  border-radius: 20px;
  position: relative;
}
.section .point .point-list .list-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 30%;
  left: -20px;
  width: calc(163px / 5);
  height: calc(136px / 5);
  background: url(../img/icon07.png) no-repeat left top;
  z-index: 0;
}
.section .point .point-list .list-text span {
  font-weight: 700;
}
.section .point .point-list + .point-list {
  margin-top: 13px;
}
.section .point .table-img + .common-text,
.section .point .point-list + .img + .img + .common-text,
.section .point .point-list + .img + .img,
.section .point .point-list + .img {
  margin-top: 20px;
}
.section .point .table-img {
  margin-top: 20px;
}
.section .point .judging-criteria {
  border-top: 4px solid #CCC;
  padding: 16px 0;
}
.section .point .judging-criteria .judging-title {
  font-size: 24px;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
}
.section .point .judging-criteria .judging-title:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../img/icon08.png) no-repeat left top;
  background-size: cover;
}
.section .point .judging-criteria:first-of-type .judging-title {
  color: #ffaa00;
}
.section .point .judging-criteria:nth-of-type(2) .judging-title {
  color: #ff8500;
}
.section .point .judging-criteria:nth-of-type(2) .judging-title:after {
  background: url(../img/icon09.png) no-repeat left top;
  background-size: cover;
}
.section .point .judging-criteria:last-of-type {
  border-bottom: 4px solid #CCC;
  margin-bottom: 20px;
}
.section .point .judging-criteria:last-of-type .judging-title {
  color: #ff4f00;
}
.section .point .judging-criteria:last-of-type .judging-title:after {
  background: url(../img/icon10.png) no-repeat left top;
  background-size: cover;
}
.section .vouce {
  background: #FFF;
  position: relative;
  padding: 26px;
  border-radius: 15px;
}
.section .vouce .vouce-num {
  font-size: 24px;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: -27px;
  right: 0;
}
.section .vouce .vouce-box {
  position: relative;
}
.section .vouce .vouce-box .act {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4px;
  text-align: center;
}
.section .vouce .vouce-box + .vouce-box {
  margin-top: 40px;
  position: relative;
}
.section .vouce .vouce-box + .vouce-box .act {
  background: rgba(255, 133, 0, 0.55);
}
.section .vouce .vouce-box + .vouce-box:after {
  content: "";
  position: absolute;
  display: block;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 27.5px 0 27.5px;
  border-color: #ff8500 transparent transparent transparent;
}
.section .vouce .vouce-voice {
  display: flex;
  gap: 0 20px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.section .vouce .vouce-voice .img {
  width: 137px;
}
.section .vouce .vouce-voice .common-text {
  width: calc(100% - 137px - 20px);
}
.section .vouce .customer {
  font-size: 15px;
  font-weight: 700;
  color: #999;
  text-align: right;
  margin-top: 15px;
}
.section .vouce + .vouce {
  margin-top: 46px;
}
.section .flow {
  position: relative;
  padding-left: 57px;
  position: relative;
}
.section .flow:after {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 0;
  width: 8px;
  height: calc(100% - 200px);
  background: #CCC;
}
.section .flow .flow-box {
  border-radius: 20px 20px 0 20px;
  border: 4px solid #CCC;
  background: #FFF;
  position: relative;
}
.section .flow .flow-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 24px 12px 0;
  border-color: transparent #CCC transparent transparent;
}
.section .flow .flow-box .img {
  overflow: hidden;
}
.section .flow .flow-box .img img {
  width: calc(100% + 8px);
  transform: translateX(-4px);
}
.section .flow .flow-box .flow-text {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.section .flow .flow-box .flow-count {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #ff8500;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: -79px;
  z-index: 1;
}
.section .flow .flow-box .bottom-icon {
  position: absolute;
  bottom: -4px;
  right: -4px;
  background: #ffaa00;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
  color: #FFF;
  border-radius: 15px 0 0 0;
  width: 138px;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .flow .flow-box .bottom-icon .in-text {
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 25px;
}
.section .flow .flow-box .bottom-icon .in-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 21px;
  background: url(../img/icon11.png) no-repeat left top;
  background-size: cover;
}
.section .flow .flow-box:nth-of-type(3) .flow-text {
  position: static;
  top: 0;
  padding-top: 20px;
}
.section .flow .flow-box:nth-of-type(3) .img {
  overflow: hidden;
  padding: 20px 10px 40px;
}
.section .flow .flow-box:nth-of-type(3) .img img {
  width: 100%;
  transform: translateX(0);
}
.section .flow .flow-box + .flow-box {
  margin-top: 20px;
}
.section .title-text + * {
  margin-top: 18px;
}
.section .b-text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.section .b-text span {
  color: #ff4f00;
  font-size: 18px;
  font-weight: 700;
}
.section.thanks {
  background: #ffedbc;
  padding: 100px 25px 50px;
  min-height: 100vh;
}
.section.thanks .inner {
  background: #FFF url(../img/thanks_bg.png) no-repeat center bottom;
  background-size: 100%;
  position: relative;
  padding-bottom: 170px;
  border-radius: 20px;
}
.section.thanks .inner .thanks-deco {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  width: 230px;
}
.section.thanks .inner .thanks-title {
  font-size: 30px;
  text-align: center;
  border-bottom: 3px solid #ffca28;
  padding-bottom: 8px;
}
.section.thanks .inner .thanks-text {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}
.section.thanks .inner .thanks-text em {
  font-size: 21px;
  font-weight: 700;
}
.section.thanks .inner .common-text {
  text-align: center;
  margin-top: 20px;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .inner {
    max-width: 1150px;
    margin: auto;
    padding: 65px 25px;
  }

  .cta {
    padding: 40px;
  }
  .cta .btn {
    max-width: 638px;
  }

  .submit {
    padding: 12px 0 40px;
  }
  .submit input[type=submit] {
    width: 325px;
    height: 85px;
    background: url(../img/submit_btn.png) no-repeat left top;
    background-size: cover;
    display: block;
    margin: auto;
    opacity: 0.5;
  }
  .submit.readysSubmit input[type=submit] {
    opacity: 1;
  }

  header {
    height: 54px;
  }
  header .logo {
    font-size: 20px;
    padding-left: 40px;
  }
  header .logo:after {
    width: 34px;
    height: 32px;
  }

  .main {
    background: #f5efe7;
  }
  .main .img {
    max-width: 1026px;
    margin: auto;
  }

  .title-text.title-01 {
    width: 100vw;
  }

  .form-style {
    max-width: 680px;
    padding: 40px 25px;
    margin: auto;
    margin-top: -70px;
  }
  .form-style .form-list {
    display: flex;
    gap: 0 30px;
    align-items: center;
  }
  .form-style .form-list .label {
    width: calc(100% - 500px - 30px);
  }
  .form-style .form-list .input-wrap {
    margin-top: 0px;
    width: 500px;
  }

  .section .list-wrap1 .list1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .section .list-wrap1 .list1 .list {
    width: 100%;
    width: calc(((100% - 32px) / 4) * 2);
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section .list-wrap1 .list1 .list.list-top {
    width: calc((100% - 32px) / 4);
    margin-right: 0;
  }
  .section .list-wrap1 .list1 .list.list-top .img {
    width: 100%;
    max-width: 196px;
    margin: auto;
    margin-bottom: 12px;
  }
  .section .list-wrap1 .list1 .list p {
    margin-top: auto;
  }
  .section .list-wrap1 .list1 .list:nth-of-type(3) .img-wrap {
    margin-top: auto;
  }
  .section .list-wrap1 .list1:after {
    bottom: -104px;
    width: 318px;
    height: 74px;
  }

  .section .list-wrap1 .list1 + * {
    margin-top: 124px;
  }

  .title-text.title-02 {
    max-width: 538px;
    margin: auto;
  }

  .section .step {
    display: flex;
    gap: 10px;
    margin-top: 64px !important;
  }
  .section .step li {
    padding: 40px 25px 25px;
    margin-top: 0;
  }
  .section .step li .icon {
    width: 73px;
    height: 73px;
    font-size: 22px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .section .step li .icon span {
    font-size: 14px;
  }
  .section .step li .list-title {
    font-size: 22px;
  }

  .title-text.title-03 {
    width: 100%;
    max-width: 920px;
    margin: auto;
  }
  .title-text.title-03 + .common-text {
    text-align: center;
  }

  .section .check-list {
    width: 100%;
    max-width: 920px;
    margin: auto;
    margin-top: 30px;
  }
  .section .check-list li {
    padding: 20px 0;
    padding-left: 40px;
    border-top: 2px dotted #CCC;
  }
  .section .check-list li.common-text {
    font-size: 30px;
  }
  .section .check-list li.common-text span {
    font-size: 30px;
  }
  .section .check-list li:after {
    width: 30px;
    height: 30px;
  }

  .section .worries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .section .worries li {
    width: calc((100% - 60px)/3);
    font-size: 15px;
    line-height: 1.4;
    border-radius: 39px;
    display: flex;
    align-items: center;
  }
  .section .worries li:nth-of-type(1), .section .worries li:nth-of-type(2) {
    width: calc((100% - 30px)/3);
  }
  .section .worries li + li {
    margin-top: 0px;
  }

  .img35 {
    width: 100%;
    max-width: 959px;
    margin: auto;
    margin-top: 40px;
  }

  .img12 {
    max-width: 960px;
    margin: auto;
  }

  .img13 {
    max-width: 652px;
    margin: auto;
  }

  .section .experience-title {
    padding: 0px 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }

  .section .experience-wrap .text-wrap {
    width: 409px;
  }

  .section .experience-wrap .text-wrap .experience-text {
    font-size: 36px;
    line-height: 1.3;
  }
  .section .experience-wrap .text-wrap .experience-text span {
    font-size: 36px;
  }

  .section .experience-wrap .text-wrap .info {
    font-size: 24px;
    text-align: right;
  }

  .title-text.title-04 {
    width: 100%;
    max-width: 920px;
    margin: auto;
  }

  .section .element-type3 .element .element-box {
    background: #FFF;
    padding: 26px;
    display: flex;
    gap: 40px;
  }

  .section .element-type3 .element .element-box .element-list-wrap {
    display: flex;
    gap: 0 20px;
    width: 670px;
  }

  .section .element-type3 .element .element-box .element-list-wrap + .e-text {
    width: calc(100% - 670px - 20px);
  }

  .section .element-type3 .element .element-box .element-list-wrap .element-list {
    width: calc((100% - 40px) / 3);
    flex-direction: column;
    gap: 20px 0;
  }
  .section .element-type3 .element .element-box .element-list-wrap .element-list .text-wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section .element-type3 .element .element-box .element-list-wrap .element-list .img {
    width: 100%;
  }

  .section .element-type3 .element .element-box .element-list + .element-list {
    margin-top: 0;
  }

  .section .element-type3 .element .element-box .specialty li {
    padding: 16px 0;
    padding-left: 60px;
    font-size: 18px;
  }
  .section .element-type3 .element .element-box .specialty li span {
    font-size: 18px;
  }

  .section .point {
    display: flex;
    flex-wrap: wrap;
    gap: 0 56px;
    padding: 34px 100px 64px;
  }
  .section .point .point-title {
    width: 100%;
  }
  .section .point .point-box {
    width: calc((100% - 56px) / 2);
    margin-top: 25px;
  }
  .section .point .point-box .b-text {
    font-size: 21px;
  }
  .section .point .point-box .b-text span {
    font-size: 21px;
  }

  .section .point .point-list-wrap {
    display: flex;
    gap: 0 24px;
  }
  .section .point .point-list-wrap .point-list {
    width: calc((100% - 48px) / 3);
  }
  .section .point .point-list-wrap .point-list .list-text {
    width: calc(100% - 52px - 20px);
    font-size: 18px;
    padding: 20px 14px;
  }
  .section .point .point-img-wrap {
    display: flex;
    gap: 0 24px;
    align-self: flex-end;
    margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 874px;
  }
  .section .point .point-img-wrap .img {
    width: calc((100% - 24px) / 2);
    display: flex;
  }
  .section .point .point-img-wrap .img img {
    margin-top: auto;
  }
  .section .point .point-img-wrap + .common-text {
    width: 100%;
    max-width: 874px;
    text-align: center;
    margin: auto;
    margin-top: 32px;
  }
  .section .point .point-img-wrap + .common-text + .common-text {
    text-align: center;
    margin: auto;
    margin-top: 12px;
    width: 100%;
    max-width: 874px;
  }

  .section .point .judging-criteria {
    border-top: 4px solid #CCC;
    padding: 16px 0;
    width: 100%;
  }

  .title-text.title-05 {
    width: 100%;
    max-width: 336px;
    margin: auto;
  }

  .section .vouce .vouce-num {
    font-size: 48px;
    top: -54px;
  }
  .section .vouce .vouce-text-wrap {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  .section .vouce .vouce-text-wrap .v-text,
  .section .vouce .vouce-text-wrap .vouce-voice {
    width: calc((100% - 40px) / 2);
  }
  .section .vouce .vouce-text-wrap .vouce-voice {
    border-right: 2px solid #CCC;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0 40px;
  }
  .section .vouce .vouce-text-wrap .vouce-voice .img {
    width: 188px;
  }
  .section .vouce .vouce-text-wrap .vouce-voice .common-text {
    font-size: 24px;
  }
  .section .vouce .vouce-text-wrap .vouce-voice .common-text span {
    font-size: 24px;
  }
  .section .vouce .vouce-img-wrap {
    display: flex;
    gap: 40px;
  }
  .section .vouce .vouce-img-wrap .vouce-box .act {
    font-size: 27px;
  }
  .section .vouce .vouce-img-wrap .vouce-box + .vouce-box {
    margin-top: 0;
  }
  .section .vouce .vouce-img-wrap .vouce-box + .vouce-box:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: initial;
    left: -30px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 25px;
    border-color: transparent transparent transparent #ff8500;
  }
  .section .vouce + .vouce {
    margin-top: 96px;
  }

  .section .flow {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .section .flow:after {
    display: none;
  }
  .section .flow .flow-box {
    border-radius: 20px 20px 0 20px;
    border: 4px solid #CCC;
    background: #FFF;
    position: relative;
    width: calc((100% - 100px) / 3);
  }
  .section .flow .flow-box:after {
    display: none;
  }
  .section .flow .flow-box .flow-count {
    width: 58px;
    height: 58px;
    font-size: 23px;
    top: -20px;
    left: -20px;
  }
  .section .flow .flow-box + .flow-box {
    margin-top: 0;
  }

  .section .section-title-wrap {
    padding: 25px 100px;
    width: fit-content;
    margin: auto;
  }

  .section .section-title-wrap .section-in-title {
    font-size: 36px;
  }
  .section .section-title-wrap .section-in-title.ts {
    font-size: 36px;
  }
  .section .section-title-wrap .section-in-title.ts span {
    font-size: 36px;
  }
  .section .section-title-wrap .section-in-title span {
    font-size: 36px;
  }

  .section .section-title-wrap .icon-text {
    font-size: 28px;
    padding-left: 50px;
  }
  .section .section-title-wrap .icon-text:after {
    width: 40px;
    height: 40px;
  }

  .section .common-read {
    font-size: 30px;
    margin-top: 40px;
  }

  .section .common-text {
    font-size: 18px;
  }

  .section .b-text {
    font-size: 30px;
  }
  .section .b-text span {
    font-size: 30px;
  }

  .section .title-text + * {
    margin-top: 40px;
  }

  .section.thanks {
    padding: 100px 25px 50px;
    min-height: auto;
  }
  .section.thanks .inner {
    background: none;
    background: #FFF;
    background-size: 100%;
    position: relative;
    padding-bottom: 170px;
    border-radius: 30px;
    width: 100%;
    max-width: 900px;
    position: relative;
  }
  .section.thanks .inner:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/thanks_bg_pc.png) no-repeat center bottom;
    background-size: calc(100% - 60px);
  }
  .section.thanks .inner .thanks-deco {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    width: 230px;
  }
  .section.thanks .inner .thanks-title {
    font-size: 48px;
    padding-bottom: 8px;
  }
  .section.thanks .inner .thanks-title br {
    display: none;
  }
  .section.thanks .inner .thanks-text {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 24px;
    width: 600px;
  }
  .section.thanks .inner .thanks-text em {
    font-size: 36px;
  }
  .section.thanks .inner .common-text {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    width: 600px;
  }
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

/*# sourceMappingURL=style.css.map */
