@charset "UTF-8";
.c-wrapper.other {
  font-feature-settings: "palt";
}

.c-wrapper.other button, .c-wrapper.other input, .c-wrapper.other select, .c-wrapper.other textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
----------------------------------- */
.other .inner {
  margin: 0 auto;
  width: calc((692/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .inner {
    width: calc((1400/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .inner {
    width: 1400px;
  }
}

.other .inner-1050 {
  margin: 0 auto;
  width: calc((692/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .inner-1050 {
    width: calc((1050/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .inner-1050 {
    width: 1050px;
  }
}

.other .d-block {
  display: block;
}

.other .d-none {
  display: none;
}

@media screen and (min-width: 768px), print {
  .other .md\:d-block {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .other .md\:d-none {
    display: none;
  }
}

.other .LR-0, .other .LR-wrap {
  display: block;
}

.other .c-vertical {
  top: calc((60/750)*100vw);
  left: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .c-vertical {
    top: calc((60/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .c-vertical {
    top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .other .c-vertical {
    left: calc((45/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .c-vertical {
    left: 45px;
  }
}

.other .c-vertical-line-01, .other .c-vertical-line-02 {
  background: #4A4A4A;
}

.other .vertical_02 {
  position: relative;
}

.other .vertical_02 .c-vertical {
  transform: translate(0, calc((-130/750)*100vw));
}

@media screen and (min-width: 768px), print {
  .other .vertical_02 .c-vertical {
    transform: translate(0, calc((-166/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .other .vertical_02 .c-vertical {
    transform: translate(0, -166px);
  }
}

.other .vertical_02 .c-vertical-line-01, .other .vertical_02 .c-vertical-line-02 {
  background-color: #4A4A4A;
}

.other .footNav {
  margin-bottom: calc((240/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav {
    margin-bottom: calc((160/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav {
    margin-bottom: 160px;
  }
}

.other .footNav .c-btn {
  margin: 0 auto;
  width: calc((586/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav .c-btn {
    width: calc((370/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav .c-btn {
    width: 370px;
  }
}

.other .footNav .c-btn a {
  padding: calc((35/750)*100vw) 0 calc((38/750)*100vw) calc((205/750)*100vw);
}

@media screen and (min-width: 768px), print {
  .other .footNav .c-btn a {
    padding: 26px 0 27px 109px;
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav .c-btn a {
    padding: 26px 0 27px 109px;
  }
}

.other .footNav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto calc((94/750)*100vw);
  gap: calc((90/750)*100vw);
  gap: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav-list {
    gap: calc((40/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-list {
    gap: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .other .footNav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: calc((50/1400)*100vw) calc((40/1400)*100vw);
    margin: 0 auto calc((70/1400)*100vw);
    width: calc((1200/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-list {
    gap: 50px 40px;
    margin: 0 auto 70px;
    width: 1200px;
  }
}

.other .footNav-link {
  position: relative;
  display: block;
  width: calc((570/750)*100vw);
  background: center bottom / cover no-repeat;
  transition: opacity .6s ease;
  height: calc((295/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav-link {
    height: calc((300/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link {
    height: 300px;
  }
}

@media screen and (min-width: 768px), print {
  .other .footNav-link {
    width: calc(50% - calc((20/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 768px), print {
  .other .footNav-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #7a7a76;
    mix-blend-mode: multiply;
    transition: opacity .6s ease;
  }
}

.other .footNav-link_flow {
  background-image: url(../img/other/bnr_other_foot_01.png);
}

.other .footNav-link_flow .footNav-link-in::after {
  width: calc((131/750)*100vw);
  background-image: url(../img/other/txt_other_foot_01.png);
}

@media screen and (min-width: 768px) {
  .other .footNav-link_flow .footNav-link-in::after {
    width: calc((135/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link_flow .footNav-link-in::after {
    width: 135px;
  }
}

.other .footNav-link_data {
  background-image: url(../img/other/bnr_other_foot_02.png);
}

.other .footNav-link_data .footNav-link-in::after {
  width: calc((119/750)*100vw);
  background-image: url(../img/other/txt_other_foot_02.png);
}

@media screen and (min-width: 768px) {
  .other .footNav-link_data .footNav-link-in::after {
    width: calc((121/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link_data .footNav-link-in::after {
    width: 121px;
  }
}

.other .footNav-link_faq {
  background-image: url(../img/other/bnr_other_foot_03.png);
}

.other .footNav-link_faq .footNav-link-in::after {
  width: calc((111/750)*100vw);
  background-image: url(../img/other/txt_other_foot_03.png);
}

@media screen and (min-width: 768px) {
  .other .footNav-link_faq .footNav-link-in::after {
    width: calc((114/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link_faq .footNav-link-in::after {
    width: 114px;
  }
}

.other .footNav-link_climate {
  background-image: url(../img/other/bnr_other_foot_04.png);
}

.other .footNav-link_climate .footNav-link-in::after {
  width: calc((200/750)*100vw);
  background-image: url(../img/other/txt_other_foot_04.png);
}

@media screen and (min-width: 768px) {
  .other .footNav-link_climate .footNav-link-in::after {
    width: calc((206/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link_climate .footNav-link-in::after {
    width: 206px;
  }
}

.other .footNav-link_benefit {
  background-image: url(../img/other/bnr_other_foot_05.png);
}

.other .footNav-link_benefit .footNav-link-in::after {
  width: calc((200/750)*100vw);
  background-image: url(../img/other/txt_other_foot_05.png);
}

@media screen and (min-width: 768px) {
  .other .footNav-link_benefit .footNav-link-in::after {
    width: calc((206/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link_benefit .footNav-link-in::after {
    width: 206px;
  }
}

.other .footNav-link:hover {
  opacity: 1;
}

.other .footNav-link:hover::before {
  opacity: 0;
}

.other .footNav-link:hover .footNav-link-in::before {
  background-position: 0% 0%;
  transition: background .6s ease;
}

.other .footNav-link-in {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.other .footNav-link-in::before {
  content: '';
  position: absolute;
  z-index: 10;
  display: block;
  background: url(../img/philosophy/arrow_hover.png) 100% 0%/cover no-repeat;
  right: calc((24/750)*100vw);
  bottom: calc((50/750)*100vw);
  width: calc((85/750)*100vw);
  height: calc((7/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav-link-in::before {
    right: calc((25/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link-in::before {
    right: 25px;
  }
}

@media screen and (min-width: 768px) {
  .other .footNav-link-in::before {
    bottom: calc((52/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link-in::before {
    bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .other .footNav-link-in::before {
    width: calc((84/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link-in::before {
    width: 84px;
  }
}

@media screen and (min-width: 768px) {
  .other .footNav-link-in::before {
    height: calc((6/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link-in::before {
    height: 6px;
  }
}

.other .footNav-link-in::after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 0;
  display: block;
  background: center / contain no-repeat;
  right: calc((24/750)*100vw);
  height: calc((36/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav-link-in::after {
    right: calc((25/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link-in::after {
    right: 25px;
  }
}

@media screen and (min-width: 768px) {
  .other .footNav-link-in::after {
    height: calc((36/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-link-in::after {
    height: 36px;
  }
}

.other .footNav-label {
  position: absolute;
  left: 0;
  display: block;
  padding: calc((10/750)*100vw) calc((20/750)*100vw);
  line-height: 1;
  background: #fff;
  letter-spacing: .1em;
  font-weight: bold;
  color: #2E2E2E;
  top: calc((30/750)*100vw);
  font-size: calc((28/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .footNav-label {
    top: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-label {
    top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .other .footNav-label {
    font-size: calc((26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-label {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .other .footNav-label {
    padding: calc((8/1400)*100vw) calc((14/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .footNav-label {
    padding: 8px 14px;
  }
}

.other .mvArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: calc((392/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .mvArea {
    height: calc((332/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea {
    height: 332px;
  }
}

.other .mvArea-ttl {
  padding-top: calc((108/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .mvArea-ttl {
    padding-top: calc((104/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl {
    padding-top: 104px;
  }
}

.other .mvArea-ttl .en {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 auto calc((40/750)*100vw);
}

.other .mvArea-ttl .en::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(135deg, #fff 43%, #b2261a 43%, #b2261a 50%, #fff 50%, #fff 93%, #b2261a 93%, #b2261a 100%);
  background-size: 8.00px 8.00px;
  height: calc((40/750)*100vw);
  bottom: calc((-12/750)*100vw);
  left: calc((-26/750)*100vw);
  right: calc((-26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .mvArea-ttl .en::after {
    height: calc((37/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl .en::after {
    height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .other .mvArea-ttl .en::after {
    bottom: calc((-10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl .en::after {
    bottom: -10px;
  }
}

@media screen and (min-width: 768px) {
  .other .mvArea-ttl .en::after {
    left: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl .en::after {
    left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .other .mvArea-ttl .en::after {
    right: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl .en::after {
    right: -20px;
  }
}

@media screen and (min-width: 768px), print {
  .other .mvArea-ttl .en {
    margin: 0 auto calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl .en {
    margin: 0 auto 32px;
  }
}

.other .mvArea-ttl .ja {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: .18em;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other .mvArea-ttl .ja {
    font-size: calc((21/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mvArea-ttl .ja {
    font-size: 21px;
  }
}

.other .mainArea {
  position: relative;
  margin-bottom: calc((215/750)*100vw);
}

@media screen and (min-width: 768px), print {
  .other .mainArea {
    margin-bottom: calc((160/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other .mainArea {
    margin-bottom: 160px;
  }
}

.other-block {
  margin-bottom: calc((180/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other-block {
    margin-bottom: calc((150/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-block {
    margin-bottom: 150px;
  }
}

.other-nav {
  padding: calc((40/750)*100vw) calc((60/750)*100vw);
  background-image: linear-gradient(135deg, #fff 43%, #a5a5a5 43%, #a5a5a5 50%, #fff 50%, #fff 93%, #a5a5a5 93%, #a5a5a5 100%);
  background-size: 8.00px 8.00px;
  margin-bottom: calc((93/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other-nav {
    margin-bottom: calc((98/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 768px), print {
  .other-nav {
    padding: calc((44/1400)*100vw) 0;
  }
}

@media screen and (min-width: 1400px) {
  .other-nav {
    padding: 44px 0;
  }
}

.other-nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1050px;
  gap: calc((30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other-nav-list {
    gap: calc((14/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-list {
    gap: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .other-nav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc((1050/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-list {
    width: 1050px;
  }
}

.other-nav-btn {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 calc((20/750)*100vw) 0 calc((32/750)*100vw);
  width: calc(50% - calc((15/750)*100vw));
  line-height: 1.46154;
  background: #fff;
  border: 2px currentColor solid;
  color: #2E2E2E;
  transition: opacity .6s ease;
  height: calc((114/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other-nav-btn {
    height: calc((61/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn {
    height: 61px;
  }
}

@media screen and (min-width: 768px) {
  .other-nav-btn {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn {
    font-size: 15px;
  }
}

.other-nav-btn:hover {
  opacity: 0.6;
}

.other-nav-btn::after {
  content: '';
  display: block;
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin-top: calc((-4/750)*100vw);
  margin-left: calc((10/750)*100vw);
  width: calc((12/750)*100vw);
  height: calc((12/750)*100vw);
}

@media screen and (min-width: 768px) {
  .other-nav-btn::after {
    margin-top: calc((-2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn::after {
    margin-top: -2px;
  }
}

@media screen and (min-width: 768px) {
  .other-nav-btn::after {
    margin-left: calc((10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn::after {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .other-nav-btn::after {
    width: calc((7/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn::after {
    width: 7px;
  }
}

@media screen and (min-width: 768px) {
  .other-nav-btn::after {
    height: calc((7/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn::after {
    height: 7px;
  }
}

@media screen and (min-width: 768px), print {
  .other-nav-btn {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 calc((10/1400)*100vw);
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 100%;
    border: 4px currentColor solid;
  }
}

@media screen and (min-width: 1400px) {
  .other-nav-btn {
    padding: 0 10px;
  }
}

/* 社内制度
----------------------------------- */
.benefit {
  position: relative;
}

.benefit .inner-1050 {
  width: calc((630/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit .inner-1050 {
    width: calc((1050/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit .inner-1050 {
    width: 1050px;
  }
}

.benefit .mvArea-ttl .en {
  width: calc((395/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit .mvArea-ttl .en {
    width: calc((350/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit .mvArea-ttl .en {
    width: 350px;
  }
}

.benefit .mvArea-ttl .ja .sub {
  margin-left: calc((24/750)*100vw);
  font-size: calc((30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit .mvArea-ttl .ja .sub {
    margin-left: calc((18/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit .mvArea-ttl .ja .sub {
    margin-left: 18px;
  }
}

@media screen and (min-width: 768px) {
  .benefit .mvArea-ttl .ja .sub {
    font-size: calc((27/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit .mvArea-ttl .ja .sub {
    font-size: 27px;
  }
}

.benefit .vertical_01 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .benefit .vertical_01 {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .benefit .vertical_01 .c-vertical {
    transform: translate(calc((3/1400)*100vw), calc((-99/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .benefit .vertical_01 .c-vertical {
    transform: translate(3px, -99px);
  }
}

.benefit .vertical_01 .c-vertical-line-01, .benefit .vertical_01 .c-vertical-line-02 {
  background-color: #4A4A4A;
}

.benefit .vertical_02 {
  position: relative;
}

.benefit .vertical_02 .c-vertical {
  transform: translate(0, calc((-142/750)*100vw));
}

@media screen and (min-width: 768px), print {
  .benefit .vertical_02 .c-vertical {
    transform: translate(0, calc((-212/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .benefit .vertical_02 .c-vertical {
    transform: translate(0, -212px);
  }
}

.benefit .vertical_02 .c-vertical-line-01, .benefit .vertical_02 .c-vertical-line-02 {
  background-color: #4A4A4A;
}

@media screen and (min-width: 768px), print {
  .benefit .mainArea {
    margin-bottom: calc((197/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit .mainArea {
    margin-bottom: 197px;
  }
}

.benefit-block {
  position: relative;
}

.benefit-block + .benefit-block {
  margin-top: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit-block + .benefit-block {
    margin-top: calc((50/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block + .benefit-block {
    margin-top: 50px;
  }
}

.benefit-block.active .benefit-block-body {
  position: static;
  z-index: 0;
  opacity: 1;
  pointer-events: initial;
}

.benefit-block.active .benefit-block-toggle::after {
  background-image: url(../img/icon_close.png);
}

.benefit-block-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  line-height: 1;
  letter-spacing: .14em;
  font-weight: 700;
  border-bottom: calc((5/750)*100vw) solid #B2261A;
  transition: opacity .6s ease;
  color: #2E2E2E;
  padding-bottom: calc((22/750)*100vw);
  font-size: calc((42/750)*100vw) !important;
}

@media screen and (min-width: 768px) {
  .benefit-block-toggle {
    padding-bottom: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-toggle {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .benefit-block-toggle {
    font-size: calc((30/1400)*100vw) !important;
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-toggle {
    font-size: 30px !important;
  }
}

.benefit-block-toggle::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc((0/750)*100vw);
  width: calc((44/750)*100vw);
  height: calc((44/750)*100vw);
  background: url(../img/other/icon_open.png) center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .benefit-block-toggle::after {
    top: calc((4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-toggle::after {
    top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .benefit-block-toggle::after {
    width: calc((26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-toggle::after {
    width: 26px;
  }
}

@media screen and (min-width: 768px) {
  .benefit-block-toggle::after {
    height: calc((26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-toggle::after {
    height: 26px;
  }
}

.benefit-block-toggle:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px), print {
  .benefit-block-toggle {
    letter-spacing: .1em;
    border-bottom-width: calc((5/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-toggle {
    border-bottom-width: 5px;
  }
}

.benefit-block-body {
  padding-bottom: calc((100/750)*100vw);
  position: absolute;
  z-index: -100;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .benefit-block-body {
    padding-bottom: calc((100/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-body {
    padding-bottom: 100px;
  }
}

.benefit-block-item {
  padding: calc((52/750)*100vw) 0;
  border-bottom: 1px #e3e3e1 solid;
  margin-bottom: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit-block-item {
    margin-bottom: calc((4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-item {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .benefit-block-item {
    padding: calc((31/1400)*100vw) calc((28/1400)*100vw) calc((35/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-item {
    padding: 31px 28px 35px;
  }
}

.benefit-block-item:last-child {
  border-bottom-width: calc((5/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit-block-item:last-child {
    border-bottom-width: calc((5/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-item:last-child {
    border-bottom-width: 5px;
  }
}

.benefit-block-label {
  line-height: 1.5;
  letter-spacing: .14em;
  font-weight: 700;
  font-size: calc((30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit-block-label {
    font-size: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-label {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .benefit-block-label {
    line-height: 1.7;
  }
}

.benefit-block-txt {
  line-height: 1.73077;
  letter-spacing: .14em;
  margin-top: calc((10/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .benefit-block-txt {
    margin-top: calc((7/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-txt {
    margin-top: 7px;
  }
}

@media screen and (min-width: 768px) {
  .benefit-block-txt {
    font-size: calc((16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .benefit-block-txt {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .benefit-block-txt {
    line-height: 1.75;
  }
}

/* よくあるご質問
----------------------------------- */
.faq {
  position: relative;
}

.faq .mvArea {
  height: calc((392/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .mvArea {
    height: calc((328/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mvArea {
    height: 328px;
  }
}

.faq .mvArea-ttl .en {
  margin: calc((-2/750)*100vw) auto calc((48/750)*100vw);
  width: calc((238/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .mvArea-ttl .en {
    width: calc((210/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mvArea-ttl .en {
    width: 210px;
  }
}

@media screen and (min-width: 768px), print {
  .faq .mvArea-ttl .en {
    margin: 0 auto calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mvArea-ttl .en {
    margin: 0 auto 32px;
  }
}

.faq .mvArea-ttl .ja {
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .mvArea-ttl .ja {
    font-size: calc((27/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mvArea-ttl .ja {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .faq .mainArea {
    margin-bottom: calc((247/750)*100vw);
  }
}

.faq .mainArea .c-vertical_01 {
  display: none;
  margin-top: calc((0/750)*100vw);
  left: calc((0/750)*100vw);
  top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .mainArea .c-vertical_01 {
    margin-top: calc((-30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mainArea .c-vertical_01 {
    margin-top: -30px;
  }
}

@media screen and (min-width: 768px) {
  .faq .mainArea .c-vertical_01 {
    left: calc((48/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mainArea .c-vertical_01 {
    left: 48px;
  }
}

@media screen and (min-width: 768px) {
  .faq .mainArea .c-vertical_01 {
    top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mainArea .c-vertical_01 {
    top: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .faq .mainArea .c-vertical_01 {
    display: block;
  }
}

.faq .mainArea .c-vertical_01 .c-vertical-line {
  left: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .mainArea .c-vertical_01 .c-vertical-line {
    left: calc((6/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mainArea .c-vertical_01 .c-vertical-line {
    left: 6px;
  }
}

.faq .mainArea .c-vertical_02 {
  top: calc((0/750)*100vw);
  margin-top: calc((180/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .mainArea .c-vertical_02 {
    top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mainArea .c-vertical_02 {
    top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .faq .mainArea .c-vertical_02 {
    margin-top: calc((48/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .mainArea .c-vertical_02 {
    margin-top: 48px;
  }
}

.faq .mainArea .vertical_02 {
  position: relative;
}

.faq .other-nav {
  margin-bottom: calc((93/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq .other-nav {
    margin-bottom: calc((91/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq .other-nav {
    margin-bottom: 91px;
  }
}

.faq-block + .faq-block {
  margin-top: calc((140/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq-block + .faq-block {
    margin-top: calc((80/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block + .faq-block {
    margin-top: 80px;
  }
}

.faq-block-item + .faq-block-item {
  margin-top: calc((60/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq-block-item + .faq-block-item {
    margin-top: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-item + .faq-block-item {
    margin-top: 30px;
  }
}

.faq-block-item.active .faq-block-txt {
  opacity: 1;
  position: static;
  z-index: 0;
  pointer-events: initial;
}

.faq-block-item.active .faq-block-toggle::after {
  background-image: url(../img/icon_close.png);
}

.faq-block-ttl {
  text-align: center;
  line-height: 1.61905;
  letter-spacing: .14em;
  font-weight: 700;
  margin-top: calc((-20/750)*100vw);
  margin-bottom: calc((48/750)*100vw);
  font-size: calc((42/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq-block-ttl {
    margin-top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-ttl {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-ttl {
    margin-bottom: calc((36/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-ttl {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-ttl {
    font-size: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-ttl {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .faq-block-ttl {
    line-height: 1.4;
    letter-spacing: .1em;
  }
}

.faq-block-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: calc((52/750)*100vw) calc((32/750)*100vw) calc((47/750)*100vw) calc((34/750)*100vw);
  width: 100%;
  line-height: 1.73077;
  text-align: left;
  background: #eeeeec;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: .14em;
  color: #2E2E2E;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq-block-toggle {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle {
    font-size: 17px;
  }
}

.faq-block-toggle::before {
  content: '';
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: block;
  background: url(../img/icon_q.png) center/contain no-repeat;
  margin-right: calc((34/750)*100vw);
  width: calc((45/750)*100vw);
  height: calc((45/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq-block-toggle::before {
    margin-right: calc((38/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle::before {
    margin-right: 38px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-toggle::before {
    width: calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle::before {
    width: 32px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-toggle::before {
    height: calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle::before {
    height: 32px;
  }
}

.faq-block-toggle::after {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  content: '';
  display: block;
  background: #4A4A4A;
  margin-left: auto;
  width: calc((44/750)*100vw);
  height: calc((44/750)*100vw);
  background: url(../img/icon_open.png) center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .faq-block-toggle::after {
    width: calc((26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle::after {
    width: 26px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-toggle::after {
    height: calc((26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle::after {
    height: 26px;
  }
}

.faq-block-toggle:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px), print {
  .faq-block-toggle {
    padding: calc((34/1400)*100vw) calc((46/1400)*100vw) calc((35/1400)*100vw) calc((40/1400)*100vw);
    line-height: 2.17647;
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-toggle {
    padding: 34px 46px 35px 40px;
  }
}

.faq-block-toggle-in {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.faq-block-toggle-in > * {
  display: block;
}

.faq-block-toggle-in > *::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.73077) * .5em);
}

.faq-block-toggle-in > *::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.73077) * .5em);
}

@media screen and (min-width: 768px), print {
  .faq-block-toggle-in > *::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.17647) * .5em);
  }
  .faq-block-toggle-in > *::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.17647) * .5em);
  }
}

.faq-block-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: calc((58/750)*100vw) calc((34/750)*100vw) calc((48/750)*100vw) calc((32/750)*100vw);
  border: 1px solid #eeeeec;
  border-top: 0;
  opacity: 0;
  position: absolute;
  z-index: -100;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .faq-block-txt {
    padding: calc((32/1400)*100vw) calc((40/1400)*100vw) calc((32/1400)*100vw) calc((41/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-txt {
    padding: 32px 40px 32px 41px;
  }
}

.faq-block-txt::before {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  content: '';
  display: block;
  margin-right: calc((37/750)*100vw);
  width: calc((41/750)*100vw);
  height: calc((45/750)*100vw);
  background: url(../img/icon_a.png) center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .faq-block-txt::before {
    margin-right: calc((37/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-txt::before {
    margin-right: 37px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-txt::before {
    width: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-txt::before {
    width: 30px;
  }
}

@media screen and (min-width: 768px) {
  .faq-block-txt::before {
    height: calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-txt::before {
    height: 32px;
  }
}

.faq-block-txt-in {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.73077;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .faq-block-txt-in {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .faq-block-txt-in {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .faq-block-txt-in {
    line-height: 2;
  }
}

.faq-block-txt-in > *::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.73077) * .5em);
}

.faq-block-txt-in > *::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.73077) * .5em);
}

@media screen and (min-width: 768px), print {
  .faq-block-txt-in > *::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
  }
  .faq-block-txt-in > *::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
  }
}

/* MOTEXの風土
----------------------------------- */
.climate {
  position: relative;
}

.climate .mvArea {
  height: calc((371/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate .mvArea {
    height: calc((316/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mvArea {
    height: 316px;
  }
}

.climate .mvArea-ttl .en {
  margin: calc((-2/750)*100vw) auto calc((48/750)*100vw);
  width: calc((428/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate .mvArea-ttl .en {
    width: calc((380/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mvArea-ttl .en {
    width: 380px;
  }
}

@media screen and (min-width: 768px), print {
  .climate .mvArea-ttl .en {
    margin: 0 auto calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mvArea-ttl .en {
    margin: 0 auto 32px;
  }
}

.climate .mvArea-ttl .ja {
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate .mvArea-ttl .ja {
    font-size: calc((27/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mvArea-ttl .ja {
    font-size: 27px;
  }
}

.climate .mainArea {
  margin-bottom: calc((188/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate .mainArea {
    margin-bottom: calc((324/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mainArea {
    margin-bottom: 324px;
  }
}

.climate .mainArea .c-vertical_01 {
  display: none;
  left: calc((0/750)*100vw);
  top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate .mainArea .c-vertical_01 {
    left: calc((48/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mainArea .c-vertical_01 {
    left: 48px;
  }
}

@media screen and (min-width: 768px) {
  .climate .mainArea .c-vertical_01 {
    top: calc((18/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mainArea .c-vertical_01 {
    top: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .climate .mainArea .c-vertical_01 {
    display: block;
  }
}

.climate .mainArea .c-vertical_01 .c-vertical-line {
  left: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate .mainArea .c-vertical_01 .c-vertical-line {
    left: calc((6/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate .mainArea .c-vertical_01 .c-vertical-line {
    left: 6px;
  }
}

.climate .vertical_02 {
  position: relative;
}

.climate .vertical_02 .c-vertical {
  transform: translate(0, calc((-130/750)*100vw));
}

@media screen and (min-width: 768px), print {
  .climate .vertical_02 .c-vertical {
    transform: translate(0, calc((-228/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .climate .vertical_02 .c-vertical {
    transform: translate(0, -228px);
  }
}

.climate .vertical_02 .c-vertical-line-01, .climate .vertical_02 .c-vertical-line-02 {
  background-color: #4A4A4A;
}

.climate-inner {
  margin: 0 auto;
  width: calc((630/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-inner {
    width: calc((1050/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-inner {
    width: 1050px;
  }
}

.climate-lead {
  line-height: 2.38462;
  letter-spacing: .14em;
  margin-bottom: calc((156/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-lead {
    margin-bottom: calc((150/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-lead {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .climate-lead {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-lead {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-lead {
    line-height: 2.47059;
    text-align: center;
  }
}

.climate-block {
  position: relative;
  z-index: 0;
  margin-bottom: calc((180/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block {
    margin-bottom: calc((150/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block {
    margin-bottom: 150px;
  }
}

.climate-block::before {
  content: '';
  position: absolute;
  top: calc((35/750)*100vw);
  right: calc((-60/750)*100vw);
  z-index: -1;
  display: block;
  width: calc((160/750)*100vw);
  height: calc((294/750)*100vw);
  background-image: linear-gradient(135deg, #ffffff 37.5%, #db958b 37.5%, #db958b 50%, #ffffff 50%, #ffffff 87.5%, #db958b 87.5%, #db958b 100%);
  background-size: 4.00px 4.00px;
}

@media screen and (min-width: 768px), print {
  .climate-block::before {
    display: none;
  }
}

.climate-block_01 {
  margin-bottom: calc((217/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_01 {
    margin-bottom: calc((163/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_01 {
    margin-bottom: 163px;
  }
}

.climate-block_01 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_01 .climate-ttl {
    top: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_01 .climate-ttl {
    top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_01 .climate-ttl {
    margin-bottom: calc((58/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_01 .climate-ttl {
    margin-bottom: 58px;
  }
}

.climate-block_01 .climate-ttl img {
  width: calc((246/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_01 .climate-ttl img {
    width: calc((235/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_01 .climate-ttl img {
    width: 235px;
  }
}

.climate-block_02 {
  margin-bottom: calc((159/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_02 {
    margin-bottom: calc((159/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_02 {
    margin-bottom: 159px;
  }
}

.climate-block_02 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_02 .climate-ttl {
    top: calc((-15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_02 .climate-ttl {
    top: -15px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_02 .climate-ttl {
    margin-bottom: calc((18/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_02 .climate-ttl {
    margin-bottom: 18px;
  }
}

.climate-block_02 .climate-ttl img {
  width: calc((436/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_02 .climate-ttl img {
    width: calc((415/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_02 .climate-ttl img {
    width: 415px;
  }
}

.climate-block_03 {
  margin-bottom: calc((154/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_03 {
    margin-bottom: calc((159/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_03 {
    margin-bottom: 159px;
  }
}

.climate-block_03 .climate-ttl {
  top: calc((0/750)*100vw);
  padding-bottom: calc((48/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_03 .climate-ttl {
    top: calc((-3/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_03 .climate-ttl {
    top: -3px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_03 .climate-ttl {
    padding-bottom: calc((31/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_03 .climate-ttl {
    padding-bottom: 31px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_03 .climate-ttl {
    margin-bottom: calc((42/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_03 .climate-ttl {
    margin-bottom: 42px;
  }
}

.climate-block_03 .climate-ttl img {
  width: calc((291/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_03 .climate-ttl img {
    width: calc((277/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_03 .climate-ttl img {
    width: 277px;
  }
}

.climate-block_04 {
  margin-bottom: calc((149/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_04 {
    margin-bottom: calc((152/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_04 {
    margin-bottom: 152px;
  }
}

.climate-block_04 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_04 .climate-ttl {
    top: calc((-15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_04 .climate-ttl {
    top: -15px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_04 .climate-ttl {
    margin-bottom: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_04 .climate-ttl {
    margin-bottom: 20px;
  }
}

.climate-block_04 .climate-ttl img {
  width: calc((165/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_04 .climate-ttl img {
    width: calc((157/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_04 .climate-ttl img {
    width: 157px;
  }
}

.climate-block_05 {
  margin-bottom: calc((160/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_05 {
    margin-bottom: calc((159/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_05 {
    margin-bottom: 159px;
  }
}

.climate-block_05 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_05 .climate-ttl {
    top: calc((12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_05 .climate-ttl {
    top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_05 .climate-ttl {
    margin-bottom: calc((58/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_05 .climate-ttl {
    margin-bottom: 58px;
  }
}

.climate-block_05 .climate-ttl img {
  width: calc((179/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_05 .climate-ttl img {
    width: calc((170/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_05 .climate-ttl img {
    width: 170px;
  }
}

.climate-block_06 {
  margin-bottom: calc((154/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_06 {
    margin-bottom: calc((159/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_06 {
    margin-bottom: 159px;
  }
}

.climate-block_06 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_06 .climate-ttl {
    top: calc((-8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_06 .climate-ttl {
    top: -8px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_06 .climate-ttl {
    margin-bottom: calc((25/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_06 .climate-ttl {
    margin-bottom: 25px;
  }
}

.climate-block_06 .climate-ttl img {
  width: calc((178/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_06 .climate-ttl img {
    width: calc((168/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_06 .climate-ttl img {
    width: 168px;
  }
}

.climate-block_06 .climate-img {
  margin-bottom: calc((53/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_06 .climate-img {
    margin-bottom: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_06 .climate-img {
    margin-bottom: 0px;
  }
}

.climate-block_07 {
  margin-bottom: calc((154/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_07 {
    margin-bottom: calc((159/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_07 {
    margin-bottom: 159px;
  }
}

.climate-block_07 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_07 .climate-ttl {
    top: calc((-7/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_07 .climate-ttl {
    top: -7px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_07 .climate-ttl {
    margin-bottom: calc((38/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_07 .climate-ttl {
    margin-bottom: 38px;
  }
}

.climate-block_07 .climate-ttl img {
  width: calc((311/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_07 .climate-ttl img {
    width: calc((269/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_07 .climate-ttl img {
    width: 269px;
  }
}

.climate-block_08 .climate-img {
  margin-bottom: calc((53/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_08 .climate-img {
    margin-bottom: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_08 .climate-img {
    margin-bottom: 0px;
  }
}

.climate-block_08 .climate-ttl {
  top: calc((0/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_08 .climate-ttl {
    top: calc((-14/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_08 .climate-ttl {
    top: -14px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block_08 .climate-ttl {
    margin-bottom: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_08 .climate-ttl {
    margin-bottom: 20px;
  }
}

.climate-block_08 .climate-ttl img {
  width: calc((435/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_08 .climate-ttl img {
    width: calc((435/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_08 .climate-ttl img {
    width: 435px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-block_08 .climate-txt {
    margin-left: 0;
    width: calc((445/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_08 .climate-txt {
    width: 445px;
  }
}

.climate-block_09 .climate-ttl img {
  width: calc((440/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_09 .climate-ttl img {
    width: calc((418/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_09 .climate-ttl img {
    width: 418px;
  }
}

.climate-block_10 .climate-ttl img {
  width: calc((300/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_10 .climate-ttl img {
    width: calc((286/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_10 .climate-ttl img {
    width: 286px;
  }
}

.climate-block_11 .climate-ttl img {
  width: calc((320/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block_11 .climate-ttl img {
    width: calc((305/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block_11 .climate-ttl img {
    width: 305px;
  }
}

.climate-block:nth-of-type(2n+1) .climate-ttl::after {
  right: calc((-60/750)*100vw);
  width: calc((270/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n+1) .climate-ttl::after {
    right: calc((-103/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-ttl::after {
    right: -103px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n+1) .climate-ttl::after {
    width: calc((270/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-ttl::after {
    width: 270px;
  }
}

.climate-block:nth-of-type(2n+1) .climate-img {
  margin-right: calc((-60/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n+1) .climate-img {
    margin-right: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-img {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-block:nth-of-type(2n+1) .climate-img {
    right: calc((-175/1400)*100vw);
    z-index: -1;
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-img {
    right: -175px;
  }
}

.climate-block:nth-of-type(2n+1) .climate-img::after {
  right: 0;
  width: calc((0/750)*100vw);
  height: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n+1) .climate-img::after {
    width: calc((100/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-img::after {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n+1) .climate-img::after {
    height: calc((182/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-img::after {
    height: 182px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-block:nth-of-type(2n+1) .climate-body {
    width: calc((494/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n+1) .climate-body {
    width: 494px;
  }
}

.climate-block:nth-of-type(2n) .climate-ttl::after {
  left: calc((-60/750)*100vw);
  width: calc((270/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n) .climate-ttl::after {
    left: calc((-100/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-ttl::after {
    left: -100px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n) .climate-ttl::after {
    width: calc((260/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-ttl::after {
    width: 260px;
  }
}

.climate-block:nth-of-type(2n) .climate-img {
  margin-left: calc((-60/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n) .climate-img {
    margin-left: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-img {
    margin-left: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-block:nth-of-type(2n) .climate-img {
    left: calc((-175/1400)*100vw);
    z-index: 10;
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-img {
    left: -175px;
  }
}

.climate-block:nth-of-type(2n) .climate-img::after {
  left: 0;
  margin-top: calc((0/750)*100vw);
  width: calc((0/750)*100vw);
  height: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n) .climate-img::after {
    margin-top: calc((-55/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-img::after {
    margin-top: -55px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n) .climate-img::after {
    width: calc((172/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-img::after {
    width: 172px;
  }
}

@media screen and (min-width: 768px) {
  .climate-block:nth-of-type(2n) .climate-img::after {
    height: calc((190/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-img::after {
    height: 190px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-block:nth-of-type(2n) .climate-flex {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px), print {
  .climate-block:nth-of-type(2n) .climate-body {
    width: calc((455/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-block:nth-of-type(2n) .climate-body {
    width: 455px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .climate-flex::after {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    content: '';
    display: block;
    width: 100px;
    height: calc((434/1400)*100vw);
    pointer-events: none;
  }
}

@media screen and (min-width: 1400px) {
  .climate-flex::after {
    width: 670px;
    height: 434px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-body {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc((530/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-body {
    width: 530px;
  }
}

.climate-ttl {
  position: relative;
  padding-bottom: calc((48/750)*100vw);
  margin-bottom: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-ttl {
    padding-bottom: calc((37/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-ttl {
    padding-bottom: 37px;
  }
}

@media screen and (min-width: 768px) {
  .climate-ttl {
    margin-bottom: calc((50/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-ttl {
    margin-bottom: 50px;
  }
}

.climate-ttl::before, .climate-ttl::after {
  content: '';
  display: block;
  position: absolute;
  background: #545454;
}

.climate-ttl::before {
  left: 0;
  width: 100%;
  bottom: calc((10/750)*100vw);
  height: calc((5/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-ttl::before {
    bottom: calc((9/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-ttl::before {
    bottom: 9px;
  }
}

@media screen and (min-width: 768px) {
  .climate-ttl::before {
    height: calc((5/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-ttl::before {
    height: 5px;
  }
}

.climate-ttl::after {
  bottom: 0;
  right: 0;
  height: calc((2/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-ttl::after {
    height: calc((2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-ttl::after {
    height: 2px;
  }
}

.climate-ttl .LR-0 {
  display: block;
}

.climate-img {
  margin-bottom: calc((44/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-img {
    margin-bottom: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-img {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-img {
    position: absolute;
    top: 0;
    width: calc((670/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-img {
    width: 670px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-img::after {
    content: '';
    position: absolute;
    top: 100%;
    display: block;
    background-image: linear-gradient(45deg, transparent 37.5%, #db958b 37.5%, #db958b 50%, transparent 50%, transparent 87.5%, #db958b 87.5%, #db958b 100%);
    background-size: 8.00px 8.00px;
  }
}

.climate-txt {
  margin: 0 auto;
  line-height: 2.38462;
  letter-spacing: .14em;
  width: calc((570/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .climate-txt {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .climate-txt {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .climate-txt {
    width: auto;
    line-height: 2.47059;
  }
}

/* 数字で知るMOTEX
----------------------------------- */
.number {
  position: relative;
}

.number .mvArea {
  height: calc((371/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mvArea {
    height: calc((314/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mvArea {
    height: 314px;
  }
}

.number .mvArea-ttl {
  padding-top: calc((108/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mvArea-ttl {
    padding-top: calc((98/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mvArea-ttl {
    padding-top: 98px;
  }
}

.number .mvArea-ttl .en {
  margin: calc((-2/750)*100vw) auto calc((48/750)*100vw);
  width: calc((253/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mvArea-ttl .en {
    width: calc((225/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mvArea-ttl .en {
    width: 225px;
  }
}

@media screen and (min-width: 768px), print {
  .number .mvArea-ttl .en {
    margin: 0 auto calc((37/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mvArea-ttl .en {
    margin: 0 auto 37px;
  }
}

.number .mvArea-ttl .ja {
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mvArea-ttl .ja {
    font-size: calc((27/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mvArea-ttl .ja {
    font-size: 27px;
  }
}

.number .mainArea {
  margin-bottom: calc((188/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mainArea {
    margin-bottom: calc((197/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mainArea {
    margin-bottom: 197px;
  }
}

.number .mainArea .c-vertical_01 {
  display: none;
  margin-top: calc((0/750)*100vw);
  left: calc((0/750)*100vw);
  top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mainArea .c-vertical_01 {
    margin-top: calc((19/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mainArea .c-vertical_01 {
    margin-top: 19px;
  }
}

@media screen and (min-width: 768px) {
  .number .mainArea .c-vertical_01 {
    left: calc((48/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mainArea .c-vertical_01 {
    left: 48px;
  }
}

@media screen and (min-width: 768px) {
  .number .mainArea .c-vertical_01 {
    top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mainArea .c-vertical_01 {
    top: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .number .mainArea .c-vertical_01 {
    display: block;
  }
}

.number .mainArea .c-vertical_01 .c-vertical-line {
  left: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number .mainArea .c-vertical_01 .c-vertical-line {
    left: calc((6/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number .mainArea .c-vertical_01 .c-vertical-line {
    left: 6px;
  }
}

.number .vertical_02 {
  position: relative;
}

.number .vertical_02 .c-vertical {
  transform: translate(0, calc((-130/750)*100vw));
}

@media screen and (min-width: 768px), print {
  .number .vertical_02 .c-vertical {
    transform: translate(0, calc((-163/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .number .vertical_02 .c-vertical {
    transform: translate(0, -163px);
  }
}

.number .vertical_02 .c-vertical-line-01, .number .vertical_02 .c-vertical-line-02 {
  background-color: #4a4a4a;
}

.number-lead {
  margin: 0 auto;
  width: calc((628/750)*100vw);
  line-height: 2.38462;
  letter-spacing: .14em;
  margin-bottom: calc((180/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-lead {
    margin-bottom: calc((135/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-lead {
    margin-bottom: 135px;
  }
}

@media screen and (min-width: 768px) {
  .number-lead {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-lead {
    font-size: 17px;
  }
}

.number-lead .small {
  font-size: calc((24/750)*100vw);
  color: #777;
}

@media screen and (min-width: 768px) {
  .number-lead .small {
    font-size: calc((16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-lead .small {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .number-lead {
    width: auto;
    text-align: center;
    line-height: 2.47059;
  }
}

.number-ttl {
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 1.14286;
  color: #B2261A;
  letter-spacing: .08em;
  margin-bottom: calc((84/750)*100vw);
  padding-bottom: calc((42/750)*100vw);
  font-size: calc((42/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-ttl {
    margin-bottom: calc((139/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl {
    margin-bottom: 139px;
  }
}

@media screen and (min-width: 768px) {
  .number-ttl {
    padding-bottom: calc((36/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .number-ttl {
    font-size: calc((42/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl {
    font-size: 42px;
  }
}

@media screen and (min-width: 768px), print {
  .number-ttl {
    line-height: 1;
    letter-spacing: .1em;
    width: calc((710/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl {
    width: 710px;
  }
}

.number-ttl::before, .number-ttl::after {
  content: '';
  position: absolute;
  display: block;
  background: #B2261A;
}

.number-ttl::before {
  left: 0;
  bottom: calc((10/750)*100vw);
  width: calc((586/750)*100vw);
  height: calc((5/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-ttl::before {
    bottom: calc((10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl::before {
    bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .number-ttl::before {
    width: calc((557/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl::before {
    width: 557px;
  }
}

@media screen and (min-width: 768px) {
  .number-ttl::before {
    height: calc((4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl::before {
    height: 4px;
  }
}

.number-ttl::after {
  right: 0;
  bottom: 0;
  width: calc((270/750)*100vw);
  height: calc((2/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-ttl::after {
    width: calc((383/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl::after {
    width: 383px;
  }
}

@media screen and (min-width: 768px) {
  .number-ttl::after {
    height: calc((2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-ttl::after {
    height: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .number-flex {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: calc((1050/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-flex {
    width: 1050px;
  }
}

@media screen and (min-width: 768px), print {
  .number-flex-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
}

.number-item {
  position: relative;
  margin-bottom: calc((190/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item {
    margin-bottom: calc((138/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item {
    margin-bottom: 138px;
  }
}

.number-item_01 {
  left: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_01 {
    left: calc((-10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_01 {
    left: -10px;
  }
}

.number-item_01 .number-item-img {
  margin-top: calc((58/750)*100vw);
  width: calc((585/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_01 .number-item-img {
    margin-top: calc((44/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_01 .number-item-img {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_01 .number-item-img {
    width: calc((406/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_01 .number-item-img {
    width: 406px;
  }
}

.number-item_01 .number-item-note,
.number-item_03 .number-item-note {
  text-align: center;
  line-height: 1.54167;
  letter-spacing: .1em;
  color: #777;
  margin-top: calc((28/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_01 .number-item-note,
  .number-item_03 .number-item-note {
    margin-top: calc((27/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_01 .number-item-note,
  .number-item_03 .number-item-note {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_01 .number-item-note,
  .number-item_03 .number-item-note {
    font-size: calc((16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_01 .number-item-note,
  .number-item_03 .number-item-note {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_01 .number-item-note,
  .number-item_03 .number-item-note {
    line-height: 1.625;
  }
}

.number-item_02 {
  left: calc((0/750)*100vw);
  margin-bottom: calc((212/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_02 {
    left: calc((10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_02 {
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_02 {
    margin-bottom: calc((138/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_02 {
    margin-bottom: 138px;
  }
}

.number-item_02 .number-item-img {
  margin-top: calc((60/750)*100vw);
  width: calc((585/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_02 .number-item-img {
    margin-top: calc((52/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_02 .number-item-img {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_02 .number-item-img {
    width: calc((406/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_02 .number-item-img {
    width: 406px;
  }
}

.number-item_02 .number-item-note {
  text-align: center;
  line-height: 2.4;
  letter-spacing: .14em;
  margin-top: calc((23/750)*100vw);
  font-size: calc((25/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_02 .number-item-note {
    margin-top: calc((24/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_02 .number-item-note {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_02 .number-item-note {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_02 .number-item-note {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_02 .number-item-note {
    line-height: 2.47059;
  }
}

.number-item_03 {
  left: calc((0/750)*100vw);
  margin-bottom: calc((198/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_03 {
    left: calc((-10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_03 {
    left: -10px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_03 {
    margin-bottom: calc((164/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_03 {
    margin-bottom: 164px;
  }
}

.number-item_03 .number-item-img {
  margin-top: calc((54/750)*100vw);
  width: calc((532/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_03 .number-item-img {
    margin-top: calc((42/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_03 .number-item-img {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_03 .number-item-img {
    width: calc((368/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_03 .number-item-img {
    width: 368px;
  }
}

.number-item_04 {
  left: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_04 {
    left: calc((10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_04 {
    left: 10px;
  }
}

.number-item_04 .number-item-img {
  position: relative;
  left: calc((-8/750)*100vw);
  margin-top: calc((60/750)*100vw);
  width: calc((498/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_04 .number-item-img {
    left: calc((-4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_04 .number-item-img {
    left: -4px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_04 .number-item-img {
    margin-top: calc((52/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_04 .number-item-img {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_04 .number-item-img {
    width: calc((345/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_04 .number-item-img {
    width: 345px;
  }
}

.number-item_05 {
  margin-bottom: calc((190/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_05 {
    margin-bottom: calc((147/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_05 {
    margin-bottom: 147px;
  }
}

.number-item_05 .number-item-txt {
  margin-top: calc((51/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_05 .number-item-txt {
    margin-top: calc((28/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_05 .number-item-txt {
    margin-top: 28px;
  }
}

.number-item_05 .number-item-img {
  margin-top: calc((55/750)*100vw);
  width: calc((544/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_05 .number-item-img {
    margin-top: calc((42/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_05 .number-item-img {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_05 .number-item-img {
    width: calc((378/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_05 .number-item-img {
    width: 378px;
  }
}

.number-item_06 {
  margin-bottom: calc((198/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_06 {
    margin-bottom: calc((146/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_06 {
    margin-bottom: 146px;
  }
}

.number-item_06 .number-item-txt {
  margin-top: calc((54/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_06 .number-item-txt {
    margin-top: calc((28/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_06 .number-item-txt {
    margin-top: 28px;
  }
}

.number-item_06 .number-item-img {
  position: relative;
  left: calc((0/750)*100vw);
  margin-top: calc((58/750)*100vw);
  width: calc((480/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_06 .number-item-img {
    left: calc((10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_06 .number-item-img {
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_06 .number-item-img {
    margin-top: calc((31/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_06 .number-item-img {
    margin-top: 31px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_06 .number-item-img {
    width: calc((326/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_06 .number-item-img {
    width: 326px;
  }
}

.number-item_07 {
  margin-bottom: calc((206/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_07 {
    margin-bottom: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_07-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: calc((45/1400)*100vw) auto 0;
    width: calc((929/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07-flex {
    margin-top: 45px;
    width: 929px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_07 .number-item-ttl-in {
    padding-bottom: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-ttl-in {
    padding-bottom: 17px;
  }
}

.number-item_07 .number-item-txt {
  margin-top: calc((54/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-txt {
    margin-top: calc((26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-txt {
    margin-top: 26px;
  }
}

.number-item_07 .number-item-img_01 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  top: calc((0/750)*100vw);
  left: calc((0/750)*100vw);
  margin-top: calc((46/750)*100vw);
  width: calc((597/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-img_01 {
    top: calc((12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-img_01 {
    top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-img_01 {
    left: calc((-2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-img_01 {
    left: -2px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-img_01 {
    margin-top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-img_01 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-img_01 {
    width: calc((415/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-img_01 {
    width: 415px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_07 .number-item-img_01 {
    position: relative;
    margin: 0;
  }
}

.number-item_07 .number-item-img_02 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-top: calc((92/750)*100vw);
  width: calc((649/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-img_02 {
    margin-top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-img_02 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-img_02 {
    width: calc((450/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-img_02 {
    width: 450px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_07 .number-item-img_02 {
    margin: 0;
  }
}

.number-item_07 .number-item-note {
  line-height: 1.54167;
  letter-spacing: .1em;
  color: #777;
  margin-top: calc((51/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-note {
    margin-top: calc((35/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-note {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .number-item_07 .number-item-note {
    font-size: calc((16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item_07 .number-item-note {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item_07 .number-item-note {
    line-height: 1.625;
  }
}

.number-item-ttl {
  margin: 0;
  text-align: center;
}

.number-item-ttl-in {
  position: relative;
  display: inline-block;
  line-height: 1.38889;
  letter-spacing: .1em;
  padding-bottom: calc((11/750)*100vw);
  font-size: calc((36/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item-ttl-in {
    padding-bottom: calc((12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-ttl-in {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .number-item-ttl-in {
    font-size: calc((38/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-ttl-in {
    font-size: 38px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item-ttl-in {
    line-height: 1.10526;
  }
}

.number-item-ttl-in::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: currentColor;
  height: calc((4/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item-ttl-in::before {
    height: calc((4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-ttl-in::before {
    height: 4px;
  }
}

.number-item-ttl-in .small {
  font-size: calc((32/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item-ttl-in .small {
    font-size: calc((28/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-ttl-in .small {
    font-size: 28px;
  }
}

.number-item-ttl sup {
  color: #777;
  margin-left: calc((-10/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item-ttl sup {
    margin-left: calc((-10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-ttl sup {
    margin-left: -10px;
  }
}

@media screen and (min-width: 768px) {
  .number-item-ttl sup {
    font-size: calc((16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-ttl sup {
    font-size: 16px;
  }
}

.number-item-img {
  display: block;
  margin: 0 auto;
}

.number-item-txt {
  text-align: center;
  line-height: 1.73077;
  letter-spacing: .14em;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .number-item-txt {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .number-item-txt {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .number-item-txt {
    line-height: 1.76471;
  }
}

/* 選考の流れ&入社後の流れ
----------------------------------- */
.flow {
  position: relative;
}

.flow .mvArea {
  height: calc((350/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .mvArea {
    height: calc((316/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mvArea {
    height: 316px;
  }
}

@media screen and (min-width: 768px), print {
  .flow .mvArea-ttl {
    padding-top: calc((100/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mvArea-ttl {
    padding-top: 100px;
  }
}

.flow .mvArea-ttl .en {
  margin: calc((-2/750)*100vw) auto calc((48/750)*100vw);
  width: calc((280/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .mvArea-ttl .en {
    width: calc((248/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mvArea-ttl .en {
    width: 248px;
  }
}

@media screen and (min-width: 768px), print {
  .flow .mvArea-ttl .en {
    margin: 0 auto calc((32/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mvArea-ttl .en {
    margin: 0 auto 32px;
  }
}

.flow .mvArea-ttl .ja {
  letter-spacing: .18em;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .mvArea-ttl .ja {
    font-size: calc((27/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mvArea-ttl .ja {
    font-size: 27px;
  }
}

.flow .mainArea {
  margin-bottom: calc((188/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .mainArea {
    margin-bottom: calc((247/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mainArea {
    margin-bottom: 247px;
  }
}

.flow .mainArea .c-vertical_01 {
  display: none;
  margin-top: calc((0/750)*100vw);
  left: calc((0/750)*100vw);
  top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .mainArea .c-vertical_01 {
    margin-top: calc((-30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mainArea .c-vertical_01 {
    margin-top: -30px;
  }
}

@media screen and (min-width: 768px) {
  .flow .mainArea .c-vertical_01 {
    left: calc((48/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mainArea .c-vertical_01 {
    left: 48px;
  }
}

@media screen and (min-width: 768px) {
  .flow .mainArea .c-vertical_01 {
    top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mainArea .c-vertical_01 {
    top: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .flow .mainArea .c-vertical_01 {
    display: block;
  }
}

.flow .mainArea .c-vertical_01 .c-vertical-line {
  left: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .mainArea .c-vertical_01 .c-vertical-line {
    left: calc((6/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .mainArea .c-vertical_01 .c-vertical-line {
    left: 6px;
  }
}

.flow .vertical_02 {
  position: relative;
}

.flow .vertical_02 .c-vertical {
  transform: translate(0, calc((-130/750)*100vw));
}

@media screen and (min-width: 768px), print {
  .flow .vertical_02 .c-vertical {
    transform: translate(0, calc((-150/1400)*100vw));
  }
}

@media screen and (min-width: 1400px) {
  .flow .vertical_02 .c-vertical {
    transform: translate(0, -150px);
  }
}

.flow .vertical_02 .c-vertical-line-01, .flow .vertical_02 .c-vertical-line-02 {
  background-color: #4A4A4A;
}

.flow-lead {
  margin: 0 auto;
  width: calc((630/750)*100vw);
  line-height: 2.38462;
  letter-spacing: .14em;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-lead {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-lead {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-lead {
    width: 100%;
    line-height: 2.47059;
    text-align: center;
  }
}

.flow-preparation {
  margin-top: calc((186/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation {
    margin-top: calc((90/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation {
    margin-top: 90px;
  }
}

.flow-preparation-inner {
  box-sizing: border-box;
  position: relative;
  padding: calc((52/750)*100vw) calc((32/750)*100vw) calc((60/750)*100vw);
  margin: 0 auto;
  background: #f4f4f2;
  width: calc((630/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-inner {
    width: calc((876/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-inner {
    width: 876px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-preparation-inner {
    padding: calc((32/1400)*100vw) 0 calc((34/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-inner {
    padding: 30px 0 34px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-preparation-inner::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin-left: calc((-68/1400)*100vw);
    width: calc((224/1400)*100vw);
    height: calc((270/1400)*100vw);
    background: url(../img/other/flow/img_preparation.png) center/contain no-repeat;
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-inner::before {
    margin-left: -68px;
    width: 224px;
    height: 270px;
  }
}

.flow-preparation-ttl {
  text-align: center;
  line-height: 1.88889;
  font-weight: 700;
  letter-spacing: .14em;
  font-size: calc((36/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-ttl {
    font-size: calc((22/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-ttl {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-preparation-ttl {
    padding-left: 0;
    line-height: 1.90909;
  }
}

.flow-preparation-ttl-in {
  position: relative;
  display: inline-block;
  padding-left: calc((132/750)*100vw);
}

@media screen and (min-width: 768px), print {
  .flow-preparation-ttl-in {
    padding-left: 0;
  }
}

.flow-preparation-ttl-in::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: calc((-92/750)*100vw) 0 0 calc((-24/750)*100vw);
  width: calc((150/750)*100vw);
  height: calc((180/750)*100vw);
  background: url(../img/other/flow/img_preparation.png) center/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .flow-preparation-ttl-in::before {
    display: none;
  }
}

.flow-preparation-txt {
  line-height: 1.73077;
  letter-spacing: .14em;
  margin-top: calc((69/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-txt {
    margin-top: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-txt {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-preparation-txt {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-txt {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-preparation-txt {
    text-align: center;
    line-height: 1.86667;
    letter-spacing: normal;
    font-feature-settings: initial;
  }
}

.flow-preparation-link {
  text-align: center;
  margin-top: calc((40/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-link {
    margin-top: calc((25/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link {
    margin-top: 25px;
  }
}

.flow-preparation-link-txt {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.61538;
  letter-spacing: .16em;
  color: #2E2E2E;
  padding: 0 0 calc((14/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-link-txt {
    font-size: calc((19/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link-txt {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-preparation-link-txt {
    padding: 0 calc((10/1400)*100vw) calc((12/1400)*100vw) calc((6/1400)*100vw);
    line-height: 1.36842;
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link-txt {
    padding: 0 10px 12px 6px;
  }
}

.flow-preparation-link-txt:before, .flow-preparation-link-txt:after {
  content: '';
  display: block;
}

.flow-preparation-link-txt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: currentColor;
  height: calc((4/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-link-txt::before {
    height: calc((4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link-txt::before {
    height: 4px;
  }
}

.flow-preparation-link-txt::after {
  transform: rotate(-45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin-left: calc((24/750)*100vw);
  width: calc((12/750)*100vw);
  height: calc((12/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-preparation-link-txt::after {
    margin-left: calc((8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link-txt::after {
    margin-left: 8px;
  }
}

@media screen and (min-width: 768px) {
  .flow-preparation-link-txt::after {
    width: calc((8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link-txt::after {
    width: 8px;
  }
}

@media screen and (min-width: 768px) {
  .flow-preparation-link-txt::after {
    height: calc((8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-preparation-link-txt::after {
    height: 8px;
  }
}

.flow-nav {
  margin-top: calc((80/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-nav {
    margin-top: calc((94/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-nav {
    margin-top: 94px;
  }
}

.flow-nav-start {
  color: #2c8b8b;
}

.flow-nav-join {
  color: #ab221f;
}

.flow-ttl {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .flow-ttl {
    position: absolute;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.flow-ttl .en {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: block;
  margin: 0 calc((35/750)*100vw) 0 0;
}

@media screen and (min-width: 768px), print {
  .flow-ttl .en {
    margin: 0;
  }
}

.flow-ttl .ja {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 700;
  transform: translate(calc((4/750)*100vw), calc((-8/750)*100vw));
  font-size: calc((30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-ttl .ja {
    font-size: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-ttl .ja {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-ttl .ja {
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
    transform: translate(0, 0);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.flow-ttl .note {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  color: #777;
  margin-top: calc((40/750)*100vw);
  font-size: calc((22/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-ttl .note {
    margin-top: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-ttl .note {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-ttl .note {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-ttl .note {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-ttl .note {
    width: auto;
    letter-spacing: .14em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.flow-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .flow-inner {
    width: calc((1200/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-inner {
    width: 1200px;
  }
}

.flow-item-sub {
  position: absolute;
}

.flow-item-ttl {
  position: absolute;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  font-size: calc((48/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-item-ttl {
    font-size: calc((34/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-item-ttl {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-item-ttl {
    letter-spacing: .1em;
  }
}

.flow-item-ttl .small {
  display: block;
  letter-spacing: .1em;
  margin-top: calc((12/750)*100vw);
  font-size: calc((28/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-item-ttl .small {
    margin-top: calc((12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-item-ttl .small {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .flow-item-ttl .small {
    font-size: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-item-ttl .small {
    font-size: 20px;
  }
}

.flow-item-txt {
  position: absolute;
  line-height: 1.73077;
  letter-spacing: .14em;
  width: calc((570/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-item-txt {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-item-txt {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-item-txt {
    width: auto;
    line-height: 2;
  }
}

.flow-item-txt .small {
  font-size: calc((22/750)*100vw);
  color: #777;
}

@media screen and (min-width: 768px) {
  .flow-item-txt .small {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-item-txt .small {
    font-size: 15px;
  }
}

.flow-item-img {
  position: absolute;
}

.flow-item-voice {
  position: absolute;
  line-height: 1.61538;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-item-voice {
    font-size: calc((17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-item-voice {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-item-voice {
    line-height: 1.76471;
  }
}

.flow-item-voice::before, .flow-item-voice::after {
  content: '';
  display: block;
  position: absolute;
}

.flow-item-voice::before {
  height: 2px;
  background: linear-gradient(to right, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
}

@media screen and (min-width: 768px), print {
  .flow-item-voice::before {
    height: 3px;
    background: linear-gradient(to right, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

.flow-item-voice::after {
  width: 2px;
  background: linear-gradient(to bottom, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-y top left/2px 4px;
}

@media screen and (min-width: 768px), print {
  .flow-item-voice::after {
    width: 3px;
    background: linear-gradient(to bottom, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-y top left/3px 8px;
  }
}

.flow .flow-item.deactive .flow-item-img {
  opacity: 0;
}

.flow .flow-item.deactive .flow-item-voice {
  opacity: 0;
}

.flow .flow-item .flow-item-img {
  opacity: 1;
  transition: opacity .6s ease .3s;
}

.flow .flow-item .flow-item-voice {
  opacity: 1;
  transition: opacity .6s ease .3s;
}

@media screen and (min-width: 768px), print {
  .flow .flow-joinItem_03 .flow-item-img, .flow .flow-joinItem_04 .flow-item-img, .flow .flow-joinItem_06 .flow-item-img, .flow .flow-joinItem_07 .flow-item-img {
    transition: opacity .6s ease;
  }
  .flow .flow-joinItem_03 .flow-item-voice, .flow .flow-joinItem_04 .flow-item-voice, .flow .flow-joinItem_06 .flow-item-voice, .flow .flow-joinItem_07 .flow-item-voice {
    transition: opacity .6s ease;
  }
}

.flow .flow-LR-0 {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.flow .flow-LR-0 .flow-LR-wrap {
  will-change: transform,animation,position;
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.flow .flow-LR-1, .flow .flow-LR-1 .flow-LR-wrap {
  transform: translate(0, 0);
  transition: .6s ease 0s;
}

.flow .js-trigger {
  position: absolute;
  width: 600px;
  height: 1px;
}

.flow .flow-startItem_01 .js-trigger {
  top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_01 .js-trigger {
    top: calc((2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_01 .js-trigger {
    top: 2px;
  }
}

.flow .flow-startItem_02 .js-trigger {
  top: calc((997/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_02 .js-trigger {
    top: calc((279/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_02 .js-trigger {
    top: 279px;
  }
}

.flow .flow-startItem_entrysheet .js-trigger {
  top: calc((2020/750)*100vw);
}
@media screen and (min-width: 768px) {
  .flow .flow-startItem_entrysheet .js-trigger {
    top: calc((650/1400)*100vw);
  }
}
@media screen and (min-width: 1400px) {
  .flow .flow-startItem_entrysheet .js-trigger {
    top: 650px;
  }
}

.flow .flow-startItem_03 .js-trigger {
  top: calc((2100/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_03 .js-trigger {
    top: calc((648/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_03 .js-trigger {
    top: 648px;
  }
}

.flow .flow-startItem_04 .js-trigger {
  top: calc((3810/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_04 .js-trigger {
    top: calc((1229/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_04 .js-trigger {
    top: 1229px;
  }
}

.flow .flow-startItem_05 .js-trigger {
  top: calc((4652/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_05 .js-trigger {
    top: calc((1542/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_05 .js-trigger {
    top: 1542px;
  }
}

.flow .flow-startItem_06 .js-trigger {
  top: calc((5634/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_06 .js-trigger {
    top: calc((1707/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_06 .js-trigger {
    top: 1707px;
  }
}

.flow .flow-startItem_07 .js-trigger {
  top: calc((6808/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_07 .js-trigger {
    top: calc((2363/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_07 .js-trigger {
    top: 2363px;
  }
}

.flow .flow-startItem_08 .js-trigger {
  top: calc((7648/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-startItem_08 .js-trigger {
    top: calc((2604/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-startItem_08 .js-trigger {
    top: 2604px;
  }
}

.flow .flow-joinItem_01 .js-trigger {
  top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_01 .js-trigger {
    top: calc((-12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_01 .js-trigger {
    top: -12px;
  }
}

.flow .flow-joinItem_02 .js-trigger {
  top: calc((860/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_02 .js-trigger {
    top: calc((75/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_02 .js-trigger {
    top: 75px;
  }
}

.flow .flow-joinItem_03 .js-trigger {
  top: calc((1927/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_03 .js-trigger {
    top: calc((530/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_03 .js-trigger {
    top: 530px;
  }
}

.flow .flow-joinItem_04 .js-trigger {
  top: calc((1912/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_04 .js-trigger {
    top: calc((512/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_04 .js-trigger {
    top: 512px;
  }
}

.flow .flow-joinItem_05 .js-trigger {
  top: calc((2970/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_05 .js-trigger {
    top: calc((944/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_05 .js-trigger {
    top: 944px;
  }
}

.flow .flow-joinItem_06 .js-trigger {
  top: calc((3954/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_06 .js-trigger {
    top: calc((1064/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_06 .js-trigger {
    top: 1064px;
  }
}

.flow .flow-joinItem_07 .js-trigger {
  top: calc((5014/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow .flow-joinItem_07 .js-trigger {
    top: calc((1482/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow .flow-joinItem_07 .js-trigger {
    top: 1482px;
  }
}

.flow-start {
  position: relative;
  margin-top: calc((204/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start {
    margin-top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start {
    margin-top: 0px;
  }
}

.flow-start .flow-inner {
  position: relative;
  z-index: 0;
  height: calc((8664/750)*100vw);
  margin-top: calc((149/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-inner {
    height: calc((3070/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-inner {
    height: 3070px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-inner {
    margin-top: calc((196/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-inner {
    margin-top: 196px;
  }
}

.flow-start .flow-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../img/other/flow/bg_start_sp.png) left top/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-inner::before {
    width: calc((1249/1400)*100vw);
    background-image: url(../img/other/flow/bg_start_pc.png);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-inner::before {
    width: 1249px;
  }
}

.flow-start .flow-ttl {
  padding-left: calc((60/750)*100vw);
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-ttl {
    left: 0;
    top: calc((-4/1400)*100vw);
    padding: 0;
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-ttl {
    top: -4px;
  }
}

.flow-start .flow-ttl .en {
  width: calc((383/750)*100vw);
  height: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-ttl .en {
    width: calc((114/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-ttl .en {
    width: 114px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-ttl .en {
    height: calc((466/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-ttl .en {
    height: 466px;
  }
}

.flow-start .flow-ttl .ja {
  color: #2c8b8b;
  margin-top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-ttl .ja {
    margin-top: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-ttl .ja {
    margin-top: 30px;
  }
}

.flow-start .flow-startItem_01 .flow-item-ttl {
  color: #2c8b8b;
  top: calc((0/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-ttl {
    top: calc((2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-ttl {
    top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-ttl {
    left: calc((336/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-ttl {
    left: 336px;
  }
}

.flow-start .flow-startItem_01 .flow-item-txt {
  top: calc((73/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-txt {
    top: calc((58/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-txt {
    top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-txt {
    left: calc((332/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-txt {
    left: 332px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_01 .flow-item-txt {
    width: calc((506/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-txt {
    width: 506px;
  }
}

.flow-start .flow-startItem_01 .flow-item-img {
  top: calc((343/750)*100vw);
  left: calc((133/750)*100vw);
  width: calc((315/750)*100vw);
  height: calc((396/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    top: calc((193/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    top: 193px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    left: calc((207/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    left: 207px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    width: calc((210/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    width: 210px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    height: calc((264/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_01 .flow-item-img {
    height: 264px;
  }
}

.flow-start .flow-startItem_02 .flow-item-ttl {
  top: calc((997/750)*100vw);
  left: calc((89/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-ttl {
    top: calc((279/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-ttl {
    top: 279px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-ttl {
    left: calc((759/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-ttl {
    left: 759px;
  }
}

.flow-start .flow-startItem_02 .flow-item-txt {
  top: calc((1118/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-txt {
    top: calc((368/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-txt {
    top: 368px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-txt {
    left: calc((759/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-txt {
    left: 759px;
  }
}

.flow-start .flow-startItem_02 .flow-item-img {
  top: calc((1372/750)*100vw);
  left: calc((246/750)*100vw);
  width: calc((132/750)*100vw);
  height: calc((495/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    top: calc((519/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    top: 519px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    left: calc((883/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    left: 883px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    width: calc((88/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    width: 88px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    height: calc((330/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-img {
    height: 330px;
  }
}

.flow-start .flow-startItem_02 .flow-item-voice {
  top: calc((1392/750)*100vw);
  left: calc((432/750)*100vw);
  color: #2c8b8b;
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice {
    top: calc((576/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice {
    top: 576px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice {
    left: calc((1020/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice {
    left: 1020px;
  }
}

.flow-start .flow-startItem_02 .flow-item-voice::before {
  left: calc((4/750)*100vw);
  bottom: calc((-28/750)*100vw);
  width: calc((260/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice::before {
    left: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice::before {
    left: 0px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice::before {
    bottom: calc((-17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice::before {
    bottom: -17px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice::before {
    width: calc((181/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice::before {
    width: 181px;
  }
}

.flow-start .flow-startItem_02 .flow-item-voice::after {
  left: calc((-30/750)*100vw);
  top: calc((-20/750)*100vw);
  height: calc((120/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice::after {
    left: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice::after {
    left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice::after {
    top: calc((-15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice::after {
    top: -15px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_02 .flow-item-voice::after {
    height: calc((83/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_02 .flow-item-voice::after {
    height: 83px;
  }
}

.flow-start .flow-startItem_03 .flow-item-ttl {
  top: calc((2971/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-ttl {
    top: calc((810/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-ttl {
    top: 810px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-ttl {
    left: calc((46/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-ttl {
    left: 46px;
  }
}

.flow-start .flow-startItem_03 .flow-item-txt {
  top: calc((3088/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-txt {
    top: calc((896/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-txt {
    top: 896px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-txt {
    left: calc((46/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-txt {
    left: 46px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_03 .flow-item-txt {
    width: calc((272/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-txt {
    width: 272px;
  }
}

.flow-start .flow-startItem_03 .flow-item-img {
  top: calc((3264/750)*100vw);
  left: calc((160/750)*100vw);
  width: calc((390/750)*100vw);
  height: calc((262/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    top: calc((1080/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    top: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    left: calc((65/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    left: 65px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    width: calc((264/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    width: 264px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    height: calc((178/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_03 .flow-item-img {
    height: 178px;
  }
}

.flow-start .flow-startItem_entrysheet .flow-item-ttl {
  top: calc((2054/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-ttl {
    top: calc((1043/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-ttl {
    top: 1043px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-ttl {
    left: calc((771/1400)*100vw);
    width: calc((446/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-ttl {
    left: 771px;
    width: 446px;
  }
}

.flow-start .flow-startItem_entrysheet .flow-item-txt {
  top: calc((2122/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-txt {
    top: calc((1097/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-txt {
    top: 1097px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-txt {
    left: calc((771/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-txt {
    left: 771px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_entrysheet .flow-item-txt {
    width: calc((360/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-txt {
    width: 360px;
  }
}

.flow-start .flow-startItem_entrysheet .flow-item-img {
  top: calc((2291/750)*100vw);
  left: calc((220/750)*100vw);
  width: calc((210/750)*100vw);
  height: calc((466/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    top: calc((682/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    top: 682px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    left: calc((542/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    left: 542px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    width: calc((144/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    width: 144px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    height: calc((320/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_entrysheet .flow-item-img {
    height: 320px;
  }
}

.flow-start .flow-startItem-sub_01 {
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #fff;
  top: calc((3560/750)*100vw);
  left: calc((58/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_01 {
    top: calc((1297/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_01 {
    top: 1297px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_01 {
    left: calc((428/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_01 {
    left: 428px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_01 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_01 {
    font-size: 15px;
  }
}

.flow-start .flow-startItem-sub_02 {
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #fff;
  top: calc((2642 / 750)* 100vw);
  left: calc((504 / 750)* 100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_02 {
    top: calc((997/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_02 {
    top: 997px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_02 {
    left: calc((348/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_02 {
    left: 348px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_02 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_02 {
    font-size: 15px;
  }
}

.flow-start .flow-startItem_04 {
  display: block;
}

.flow-start .flow-startItem_04 .flow-item-ttl {
  top: calc((3858/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-ttl {
    top: calc((1283/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-ttl {
    top: 1283px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-ttl {
    left: calc((744/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-ttl {
    left: 744px;
  }
}

.flow-start .flow-startItem_04 .flow-item-img {
  top: calc((3994/750)*100vw);
  left: calc((244/750)*100vw);
  width: calc((177/750)*100vw);
  height: calc((465/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    top: calc((1276/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    top: 1276px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    left: calc((572/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    left: 572px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    width: calc((118/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    width: 118px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    height: calc((310/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-img {
    height: 310px;
  }
}

.flow-start .flow-startItem_04 .flow-item-voice {
  color: #2c8b8b;
  top: calc((4000/750)*100vw);
  left: calc((440/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice {
    top: calc((1405/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice {
    top: 1405px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice {
    left: calc((762/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice {
    left: 762px;
  }
}

.flow-start .flow-startItem_04 .flow-item-voice::before {
  top: calc((152/750)*100vw);
  left: calc((8/750)*100vw);
  width: calc((260/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    top: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    top: -20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    left: calc((-16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    left: -16px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    width: calc((203/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    width: 203px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_04 .flow-item-voice::before {
    transform: rotate(-7deg);
  }
}

.flow-start .flow-startItem_04 .flow-item-voice::after {
  height: calc((120/750)*100vw);
  top: calc((-20/750)*100vw);
  left: calc((-30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice::after {
    top: calc((50/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice::after {
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_04 .flow-item-voice::after {
    left: calc((-16/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice::after {
    left: -16px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_04 .flow-item-voice::after {
    transform: rotate(5deg);
    width: calc((203/1400)*100vw);
    height: 3px;
    background: linear-gradient(to right, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_04 .flow-item-voice::after {
    width: 203px;
  }
}

.flow-start .flow-startItem-sub_04 {
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #fff;
  top: calc((4330/750)*100vw);
  left: calc((500/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_04 {
    top: calc((1572/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_04 {
    top: 1572px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_04 {
    left: calc((856/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_04 {
    left: 856px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_04 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_04 {
    font-size: 15px;
  }
}

.flow-start .flow-startItem-sub_05 {
  line-height: 1.27273;
  letter-spacing: .1em;
  font-weight: 700;
  top: calc((4990/750)*100vw);
  left: calc((306/750)*100vw);
  font-size: calc((33/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_05 {
    top: calc((1765/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_05 {
    top: 1765px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_05 {
    left: calc((1001/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_05 {
    left: 1001px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_05 {
    font-size: calc((22/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_05 {
    font-size: 22px;
  }
}

.flow-start .flow-startItem-sub_06 {
  box-sizing: border-box;
  padding: calc((92/750)*100vw) calc((45/750)*100vw) 0;
  background: url(../img/other/flow/bg_start_txt_02_sp.png) center/contain no-repeat;
  line-height: 1.73077;
  letter-spacing: .14em;
  top: calc((5094/750)*100vw);
  left: calc((80/750)*100vw);
  width: calc((590/750)*100vw);
  height: calc((315/750)*100vw);
  font-size: calc((26/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_06 {
    top: calc((1533/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_06 {
    top: 1533px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_06 {
    left: calc((1017/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_06 {
    left: 1017px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_06 {
    width: calc((183/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_06 {
    width: 183px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_06 {
    height: calc((222/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_06 {
    height: 222px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_06 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_06 {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem-sub_06 {
    padding: calc((24/1400)*100vw) calc((20/1400)*100vw) 0;
    line-height: 1.66667;
    background: url(../img/other/flow/bg_start_txt_02_pc.png) center/contain no-repeat;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_06 {
    padding: 24px 20px 0;
  }
}

.flow-start .flow-startItem_05 .flow-item-ttl {
  top: calc((4686/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-ttl {
    top: calc((2084/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-ttl {
    top: 2084px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-ttl {
    left: calc((920/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-ttl {
    left: 920px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_05 .flow-item-ttl {
    text-align: right;
  }
}

.flow-start .flow-startItem_05 .flow-item-txt {
  top: calc((5636/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-txt {
    top: calc((1820/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-txt {
    top: 1820px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-txt {
    left: calc((449/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-txt {
    left: 449px;
  }
}

.flow-start .flow-startItem_05 .flow-item-img {
  top: calc((4824/750)*100vw);
  left: calc((273/750)*100vw);
  width: calc((183/750)*100vw);
  height: calc((408/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    top: calc((1579/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    top: 1579px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    left: calc((995/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    left: 995px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    width: calc((122/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    width: 122px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    height: calc((272/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-img {
    height: 272px;
  }
}

.flow-start .flow-startItem_05 .flow-item-voice {
  color: #2c8b8b;
  top: calc((4845/750)*100vw);
  left: calc((457/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice {
    top: calc((1615/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice {
    top: 1615px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice {
    left: calc((1104/1400)*100vw);
    width: calc((185/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice {
    left: 1104px;
    width: 185px;
  }
}

.flow-start .flow-startItem_05 .flow-item-voice::before {
  top: calc((152/750)*100vw);
  left: calc((8/750)*100vw);
  width: calc((240/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    top: calc((-24/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    top: -24px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    left: calc((-18/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    left: -18px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    width: calc((142/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    width: 142px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_05 .flow-item-voice::before {
    transform: rotate(-13deg);
  }
}

.flow-start .flow-startItem_05 .flow-item-voice::after {
  height: calc((120/750)*100vw);
  top: calc((-20/750)*100vw);
  left: calc((-30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice::after {
    top: calc((80/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice::after {
    top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_05 .flow-item-voice::after {
    left: calc((-18/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice::after {
    left: -18px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_05 .flow-item-voice::after {
    transform: rotate(10deg);
    width: calc((142/1400)*100vw);
    height: 3px;
    background: linear-gradient(to right, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_05 .flow-item-voice::after {
    width: 142px;
  }
}

.flow-start .flow-startItem_06 .flow-item-ttl {
  color: #2c8b8b;
  top: calc((5665/750)*100vw);
  left: calc((89/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-ttl {
    top: calc((1724/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-ttl {
    top: 1724px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-ttl {
    left: calc((49/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-ttl {
    left: 49px;
  }
}

.flow-start .flow-startItem_06 .flow-item-txt {
  top: calc((5744/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-txt {
    top: calc((1773/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-txt {
    top: 1773px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-txt {
    left: calc((47/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-txt {
    left: 47px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_06 .flow-item-txt {
    width: calc((290/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-txt {
    width: 290px;
  }
}

.flow-start .flow-startItem_06 .flow-item-img {
  top: calc((6058/750)*100vw);
  left: calc((262/750)*100vw);
  width: calc((195/750)*100vw);
  height: calc((540/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    top: calc((1933/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    top: 1933px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    left: calc((187/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    left: 187px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    width: calc((130/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    height: calc((360/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-img {
    height: 360px;
  }
}

.flow-start .flow-startItem_06 .flow-item-voice {
  text-align: center;
  color: #2c8b8b;
  top: calc((5880/750)*100vw);
  left: calc((380/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-voice {
    top: calc((1907/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice {
    top: 1907px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-voice {
    left: calc((48/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice {
    left: 48px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_06 .flow-item-voice {
    text-align: left;
  }
}

.flow-start .flow-startItem_06 .flow-item-voice::before {
  width: 2px;
  height: calc((176/750)*100vw);
  transform: rotate(-20deg);
  background: linear-gradient(to bottom, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-y top left/2px 4px;
  top: calc((12/750)*100vw);
  left: calc((-30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-voice::before {
    top: calc((146/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice::before {
    top: 146px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-voice::before {
    left: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice::before {
    left: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_06 .flow-item-voice::before {
    transform: rotate(0deg);
    width: calc((110/1400)*100vw);
    height: 3px;
    background: linear-gradient(to right, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice::before {
    width: 110px;
  }
}

.flow-start .flow-startItem_06 .flow-item-voice::after {
  width: 2px;
  height: calc((176/750)*100vw);
  transform: rotate(20deg);
  top: calc((12/750)*100vw);
  right: calc((-24/750)*100vw);
  background: linear-gradient(to bottom, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-y top left/2px 4px;
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-voice::after {
    top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice::after {
    top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_06 .flow-item-voice::after {
    right: calc((-24/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice::after {
    right: -24px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_06 .flow-item-voice::after {
    transform: rotate(0deg);
    width: 3px;
    height: calc((55/1400)*100vw);
    background: linear-gradient(to bottom, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-y top left/3px 8px;
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_06 .flow-item-voice::after {
    height: 55px;
  }
}

.flow-start .flow-startItem-sub_07 {
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #fff;
  top: calc((6105/750)*100vw);
  left: calc((70/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_07 {
    top: calc((1901/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_07 {
    top: 1901px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_07 {
    left: calc((624/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_07 {
    left: 624px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_07 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_07 {
    font-size: 15px;
  }
}

.flow-start .flow-startItem_07 .flow-item-ttl {
  top: calc((6830/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-ttl {
    top: calc((2291/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-ttl {
    top: 2291px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-ttl {
    left: calc((905/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-ttl {
    left: 905px;
  }
}

.flow-start .flow-startItem_07 .flow-item-txt {
  top: calc((6908/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-txt {
    top: calc((2341/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-txt {
    top: 2341px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-txt {
    left: calc((905/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-txt {
    left: 905px;
  }
}

.flow-start .flow-startItem_07 .flow-item-img {
  top: calc((6998/750)*100vw);
  left: calc((122/750)*100vw);
  width: calc((312/750)*100vw);
  height: calc((465/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    top: calc((2413/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    top: 2413px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    left: calc((860/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    left: 860px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    width: calc((208/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    width: 208px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    height: calc((310/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-img {
    height: 310px;
  }
}

.flow-start .flow-startItem_07 .flow-item-voice {
  color: #2c8b8b;
  white-space: nowrap;
  top: calc((7338/750)*100vw);
  left: calc((477/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice {
    top: calc((2425/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice {
    top: 2425px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice {
    left: calc((1088/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice {
    left: 1088px;
  }
}

.flow-start .flow-startItem_07 .flow-item-voice::before {
  transform: rotate(-20deg);
  height: 2px;
  background: linear-gradient(to right, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
  width: calc((140/750)*100vw);
  top: calc((-40/750)*100vw);
  left: calc((-22/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    width: calc((92/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    width: 92px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    top: calc((-22/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    top: -22px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    left: calc((-17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    left: -17px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_07 .flow-item-voice::before {
    height: 3px;
    background: linear-gradient(to right, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

.flow-start .flow-startItem_07 .flow-item-voice::after {
  transform: rotate(8deg);
  height: 2px;
  background: linear-gradient(to right, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
  width: calc((204/750)*100vw);
  bottom: calc((-38/750)*100vw);
  left: calc((-22/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    width: calc((138/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    bottom: calc((-22/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    bottom: -22px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    left: calc((-17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    left: -17px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_07 .flow-item-voice::after {
    height: 3px;
    background: linear-gradient(to right, #2c8b8b, #2c8b8b 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

.flow-start .flow-startItem-sub_08 {
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #fff;
  top: calc((7005/750)*100vw);
  left: calc((520/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_08 {
    top: calc((2401/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_08 {
    top: 2401px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_08 {
    left: calc((724/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_08 {
    left: 724px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_08 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_08 {
    font-size: 15px;
  }
}

.flow-start .flow-startItem-sub_09 {
  line-height: 1.33333;
  letter-spacing: .05em;
  color: #fff;
  top: calc((6378/750)*100vw);
  left: calc((533/750)*100vw);
  font-size: calc((24/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_09 {
    top: calc((2303/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_09 {
    top: 2303px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_09 {
    left: calc((560/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_09 {
    left: 560px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem-sub_09 {
    font-size: calc((15/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem-sub_09 {
    font-size: 15px;
  }
}

.flow-start .flow-startItem_08 .flow-item-ttl {
  top: calc((7682/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-ttl {
    top: calc((2610/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-ttl {
    top: 2610px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-ttl {
    left: calc((264/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-ttl {
    left: 264px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-start .flow-startItem_08 .flow-item-ttl {
    text-align: right;
  }
}

.flow-start .flow-startItem_08 .flow-item-ttl .logo {
  display: inline-block;
  margin-right: calc((14/750)*100vw);
  width: calc((190/750)*100vw);
  height: calc((50/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .logo {
    margin-right: calc((8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .logo {
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .logo {
    width: calc((130/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .logo {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .logo {
    height: calc((34/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .logo {
    height: 34px;
  }
}

.flow-start .flow-startItem_08 .flow-item-ttl .small {
  margin-top: calc((22/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .small {
    margin-top: calc((18/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-ttl .small {
    margin-top: 18px;
  }
}

.flow-start .flow-startItem_08 .flow-item-txt {
  top: calc((8470/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-txt {
    top: calc((2752/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-txt {
    top: 2752px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-txt {
    left: calc((190/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-txt {
    left: 190px;
  }
}

.flow-start .flow-startItem_08 .flow-item-img {
  top: calc((7895/750)*100vw);
  left: calc((256/750)*100vw);
  width: calc((207/750)*100vw);
  height: calc((489/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    top: calc((2604/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    top: 2604px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    left: calc((564/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    left: 564px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    width: calc((138/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    height: calc((326/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-img {
    height: 326px;
  }
}

.flow-start .flow-startItem_08 .flow-item-voice {
  top: calc((7996/750)*100vw);
  left: calc((476/750)*100vw);
  color: #2c8b8b;
}

.flow-start .flow-startItem_08 .flow-item-voice::before {
  left: calc((-22/750)*100vw);
  top: calc((-40/750)*100vw);
  transform: rotate(-20deg);
  width: calc((140/750)*100vw);
  height: 2px;
  background: linear-gradient(to right, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-voice::before {
    width: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-voice::before {
    width: 0px;
  }
}

.flow-start .flow-startItem_08 .flow-item-voice::after {
  left: calc((-22/750)*100vw);
  bottom: calc((-38/750)*100vw);
  transform: rotate(8deg);
  width: calc((204/750)*100vw);
  height: 2px;
  background: linear-gradient(to right, #2c8b8b, #2c8b8b 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
}

@media screen and (min-width: 768px) {
  .flow-start .flow-startItem_08 .flow-item-voice::after {
    width: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-start .flow-startItem_08 .flow-item-voice::after {
    width: 0px;
  }
}

.flow-join {
  position: relative;
  margin-top: calc((159/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join {
    margin-top: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join {
    margin-top: 0px;
  }
}

.flow-join .flow-inner {
  position: relative;
  z-index: 0;
  height: calc((6050/750)*100vw);
  margin-top: calc((149/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-inner {
    height: calc((2102/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-inner {
    height: 2102px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-inner {
    margin-top: calc((201/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-inner {
    margin-top: 201px;
  }
}

.flow-join .flow-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(../img/other/flow/bg_join_sp.png) left top/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-inner::before {
    width: calc((1200/1400)*100vw);
    background-image: url(../img/other/flow/bg_join_pc.png);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-inner::before {
    width: 1200px;
  }
}

.flow-join .flow-ttl {
  padding-left: calc((56/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-ttl {
    padding-left: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl {
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-ttl {
    right: calc((-4/1400)*100vw);
    top: calc((-4/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl {
    right: -4px;
    top: -4px;
  }
}

.flow-join .flow-ttl .en {
  margin-right: calc((30/750)*100vw);
  width: calc((294/750)*100vw);
  height: calc((98/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-ttl .en {
    margin-right: calc((0/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl .en {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-ttl .en {
    width: calc((119/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl .en {
    width: 119px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-ttl .en {
    height: calc((358/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl .en {
    height: 358px;
  }
}

.flow-join .flow-ttl .ja {
  color: #ab221f;
  margin-top: calc((0/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-ttl .ja {
    margin-top: calc((42/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl .ja {
    margin-top: 42px;
  }
}

.flow-join .flow-ttl .note {
  margin-top: calc((32/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-ttl .note {
    margin-top: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-ttl .note {
    margin-top: 20px;
  }
}

.flow-join .flow-item-ttl .small {
  margin-top: calc((20/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-item-ttl .small {
    margin-top: calc((12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-item-ttl .small {
    margin-top: 12px;
  }
}

.flow-join .flow-item-voice::before {
  background: linear-gradient(to right, #ab221f, #ab221f 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-item-voice::before {
    background: linear-gradient(to right, #ab221f, #ab221f 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

.flow-join .flow-item-voice::after {
  background: linear-gradient(to bottom, #ab221f, #ab221f 2px, transparent 2px, transparent 4px) repeat-y top left/2px 4px;
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-item-voice::after {
    background: linear-gradient(to bottom, #ab221f, #ab221f 4px, transparent 4px, transparent 8px) repeat-y top left/3px 8px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-ttl {
  color: #ab221f;
  top: calc((0/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl {
    top: calc((-12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl {
    top: -12px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl {
    left: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl {
    left: 30px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-ttl .small {
  margin-top: calc((8/750)*100vw);
  margin-bottom: calc((8/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl .small {
    margin-top: calc((8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl .small {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl .small {
    margin-bottom: calc((12/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-ttl .small {
    margin-bottom: 12px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-txt {
  top: calc((116/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-txt {
    top: calc((76/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-txt {
    top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-txt {
    left: calc((30/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-txt {
    left: 30px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-img {
  top: calc((208/750)*100vw);
  left: calc((129/750)*100vw);
  width: calc((315/750)*100vw);
  height: calc((396/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    top: calc((130/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    left: calc((134/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    left: 134px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    width: calc((210/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    width: 210px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    height: calc((264/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-img {
    height: 264px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-voice {
  top: calc((265/750)*100vw);
  left: calc((425/750)*100vw);
  color: #ab221f;
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice {
    top: calc((130/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice {
    top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice {
    left: calc((322/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice {
    left: 322px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-voice::before {
  left: calc((9/750)*100vw);
  bottom: calc((-28/750)*100vw);
  width: calc((282/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::before {
    left: calc((2/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::before {
    left: 2px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::before {
    bottom: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::before {
    bottom: -20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::before {
    width: calc((202/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::before {
    width: 202px;
  }
}

.flow-join .flow-joinItem_01 .flow-item-voice::after {
  transform: rotate(-20deg);
  height: 2px;
  background: linear-gradient(to right, #ab221f, #ab221f 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
  width: calc((124/750)*100vw);
  top: calc((-42/750)*100vw);
  left: calc((-16/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    width: calc((88/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    width: 88px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    top: calc((-26/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    top: -26px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    left: calc((-10/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    left: -10px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-joinItem_01 .flow-item-voice::after {
    height: 3px;
    background: linear-gradient(to right, #ab221f, #ab221f 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

.flow-join .flow-joinItem_02 .flow-item-ttl {
  top: calc((860/750)*100vw);
  left: calc((92/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-ttl {
    top: calc((75/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-ttl {
    top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-ttl {
    left: calc((626/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-ttl {
    left: 626px;
  }
}

.flow-join .flow-joinItem_02 .flow-item-txt {
  width: calc((580/750)*100vw);
  top: calc((1000/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-txt {
    width: calc((428/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-txt {
    width: 428px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-txt {
    top: calc((164/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-txt {
    top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-txt {
    left: calc((622/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-txt {
    left: 622px;
  }
}

.flow-join .flow-joinItem_02 .flow-item-img {
  top: calc((1214/750)*100vw);
  left: calc((163/750)*100vw);
  width: calc((312/750)*100vw);
  height: calc((465/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    top: calc((323/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    top: 323px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    left: calc((548/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    left: 548px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    width: calc((208/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    width: 208px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    height: calc((310/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-img {
    height: 310px;
  }
}

.flow-join .flow-joinItem_02 .flow-item-voice {
  color: #ab221f;
  top: calc((1292/750)*100vw);
  left: calc((500/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice {
    top: calc((391/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice {
    top: 391px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice {
    left: calc((793/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice {
    left: 793px;
  }
}

.flow-join .flow-joinItem_02 .flow-item-voice::before {
  transform: rotate(9deg);
  left: calc((-28/750)*100vw);
  bottom: calc((-28/750)*100vw);
  width: calc((230/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::before {
    left: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::before {
    left: -20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::before {
    bottom: calc((-22/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::before {
    bottom: -22px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::before {
    width: calc((156/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::before {
    width: 156px;
  }
}

.flow-join .flow-joinItem_02 .flow-item-voice::after {
  transform: rotate(-11deg);
  height: 2px;
  background: linear-gradient(to right, #ab221f, #ab221f 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
  width: calc((230/750)*100vw);
  top: calc((-32/750)*100vw);
  left: calc((-32/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    width: calc((158/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    width: 158px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    top: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    top: -20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    left: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    left: -20px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-joinItem_02 .flow-item-voice::after {
    height: 3px;
    background: linear-gradient(to right, #ab221f, #ab221f 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

.flow-join .flow-joinItem_03 .flow-item-ttl {
  top: calc((1927/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-ttl {
    top: calc((952/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-ttl {
    top: 952px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-ttl {
    left: calc((942/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-ttl {
    left: 942px;
  }
}

.flow-join .flow-joinItem_03 .flow-item-txt {
  top: calc((2066/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-txt {
    top: calc((1040/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-txt {
    top: 1040px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-txt {
    left: calc((938/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-txt {
    left: 938px;
  }
}

.flow-join .flow-joinItem_03 .flow-item-img {
  top: calc((2219/750)*100vw);
  left: calc((266/750)*100vw);
  width: calc((177/750)*100vw);
  height: calc((465/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    top: calc((530/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    top: 530px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    left: calc((944/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    left: 944px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    width: calc((118/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    width: 118px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    height: calc((310/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_03 .flow-item-img {
    height: 310px;
  }
}

.flow-join .flow-joinItem_04 .flow-item-ttl {
  top: calc((1930/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-ttl {
    top: calc((951/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-ttl {
    top: 951px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-ttl {
    left: calc((941/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-ttl {
    left: 941px;
  }
}

.flow-join .flow-joinItem_04 .flow-item-txt {
  top: calc((2010/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-txt {
    top: calc((1003/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-txt {
    top: 1003px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-txt {
    left: calc((939/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-txt {
    left: 939px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-joinItem_04 .flow-item-txt {
    width: calc((260/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-txt {
    width: 260px;
  }
}

.flow-join .flow-joinItem_04 .flow-item-img {
  top: calc((2284/750)*100vw);
  left: calc((268/750)*100vw);
  width: calc((153/750)*100vw);
  height: calc((459/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    top: calc((518/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    top: 518px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    left: calc((958/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    left: 958px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    width: calc((102/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    width: 102px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    height: calc((306/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_04 .flow-item-img {
    height: 306px;
  }
}

.flow-join .flow-joinItem_05 .flow-item-ttl {
  top: calc((2996/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-ttl {
    top: calc((1165/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-ttl {
    top: 1165px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-ttl {
    left: calc((691/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-ttl {
    left: 691px;
  }
}

.flow-join .flow-joinItem_05 .flow-item-txt {
  top: calc((3073/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-txt {
    top: calc((1212/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-txt {
    top: 1212px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-txt {
    left: calc((691/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-txt {
    left: 691px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-joinItem_05 .flow-item-txt {
    width: calc((190/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-txt {
    width: 190px;
  }
}

.flow-join .flow-joinItem_05 .flow-item-img {
  top: calc((3213/750)*100vw);
  left: calc((256/750)*100vw);
  width: calc((180/750)*100vw);
  height: calc((477/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    top: calc((800/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    top: 800px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    left: calc((528/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    left: 528px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    width: calc((120/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    width: 120px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    height: calc((318/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_05 .flow-item-img {
    height: 318px;
  }
}

.flow-join .flow-joinItem_06 .flow-item-ttl {
  top: calc((3979/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-ttl {
    top: calc((804/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-ttl {
    top: 804px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-ttl {
    left: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-ttl {
    left: 20px;
  }
}

.flow-join .flow-joinItem_06 .flow-item-txt {
  top: calc((4118/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-txt {
    top: calc((892/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-txt {
    top: 892px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-txt {
    left: calc((20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-txt {
    left: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-joinItem_06 .flow-item-txt {
    width: calc((274/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-txt {
    width: 274px;
  }
}

.flow-join .flow-joinItem_06 .flow-item-img {
  top: calc((4300/750)*100vw);
  left: calc((182/750)*100vw);
  width: calc((261/750)*100vw);
  height: calc((456/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    top: calc((1048/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    top: 1048px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    left: calc((82/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    left: 82px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    width: calc((174/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    width: 174px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    height: calc((304/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_06 .flow-item-img {
    height: 304px;
  }
}

.flow-join .flow-joinItem_07 .flow-item-ttl {
  color: #ab221f;
  top: calc((5046/750)*100vw);
  left: calc((94/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-ttl {
    top: calc((1847/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-ttl {
    top: 1847px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-ttl {
    left: calc((575/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-ttl {
    left: 575px;
  }
}

.flow-join .flow-joinItem_07 .flow-item-txt {
  top: calc((5128/750)*100vw);
  left: calc((90/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-txt {
    top: calc((1891/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-txt {
    top: 1891px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-txt {
    left: calc((575/1400)*100vw);
    width: calc((440/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-txt {
    left: 575px;
    width: 440px;
  }
}

.flow-join .flow-joinItem_07 .flow-item-img {
  top: calc((5281/750)*100vw);
  left: calc((289/750)*100vw);
  width: calc((195/750)*100vw);
  height: calc((540/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    top: calc((1424/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    top: 1424px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    left: calc((730/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    left: 730px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    width: calc((130/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    height: calc((360/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-img {
    height: 360px;
  }
}

.flow-join .flow-joinItem_07 .flow-item-voice {
  top: calc((5420/750)*100vw);
  left: calc((482/750)*100vw);
  color: #ab221f;
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice {
    top: calc((1516/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice {
    top: 1516px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice {
    left: calc((861/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice {
    left: 861px;
  }
}

.flow-join .flow-joinItem_07 .flow-item-voice::before {
  left: calc((-8/750)*100vw);
  bottom: calc((-30/750)*100vw);
  width: calc((234/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::before {
    left: calc((-8/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::before {
    left: -8px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::before {
    bottom: calc((-17/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::before {
    bottom: -17px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::before {
    width: calc((158/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::before {
    width: 158px;
  }
}

.flow-join .flow-joinItem_07 .flow-item-voice::after {
  transform: rotate(-23deg);
  height: 2px;
  background: linear-gradient(to right, #ab221f, #ab221f 2px, transparent 2px, transparent 4px) repeat-x top left/4px 2px;
  width: calc((152/750)*100vw);
  top: calc((-30/750)*100vw);
  left: calc((-30/750)*100vw);
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    width: calc((104/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    width: 104px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    top: calc((-20/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    top: -20px;
  }
}

@media screen and (min-width: 768px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    left: calc((-22/1400)*100vw);
  }
}

@media screen and (min-width: 1400px) {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    left: -22px;
  }
}

@media screen and (min-width: 768px), print {
  .flow-join .flow-joinItem_07 .flow-item-voice::after {
    height: 3px;
    background: linear-gradient(to right, #ab221f, #ab221f 4px, transparent 4px, transparent 8px) repeat-x top left/8px 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  body.chrome .flow .flow-startItem-sub_03 {
    padding-top: calc((50/1400)*100vw);
    height: calc((306/1400)*100vw);
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  body.chrome .flow .flow-startItem-sub_06 {
    top: calc((1480/1400)*100vw);
    height: calc((270/1400)*100vw);
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  body.chrome .flow .flow-startItem-sub_01 {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  body.chrome .flow .flow-startItem-sub_04 {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  body.chrome .flow .flow-startItem-sub_07 {
    top: calc((2015/1400)*100vw);
    left: calc((372/1400)*100vw);
    transform: scale(0.8);
  }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  body.chrome .flow .flow-startItem-sub_08 {
    top: calc((2390/1400)*100vw);
    left: calc((590/1400)*100vw);
  }
}
