@charset "UTF-8";

/* ======================================================
 * style
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * SP Media Queries
 * Print
====================================================== */

html {
  -webkit-text-size-adjust: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%;
}
body {
  word-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #333;
  word-break: break-word;
}
body * {
  box-sizing: border-box;
  font-family: Noto Sans jp,Yu Gothic,Hiragino Kaku Gothic Pro,Hiragino Sans,Meiryo,Osaka,Arial,MS PGothic,sans-serif;
}
main {
  overflow: hidden;
  box-sizing: border-box;
}
.Main__content {
  margin: 0 auto;
}
.office-iten-sup,
.office-iten-sub {
  position: relative;
  font-size: 60%;
  line-height: 1;
}
.office-iten-sup {
  top: -.6em;
}
.office-iten-sub {
  bottom: -.1em;
}
.office-font {
  font-family:"Arial", Noto Sans jp;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .Main__content {
    position: relative;
    padding-bottom: 110px;
  }
  .pc-hidden {
    display: none;
  }
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- office-iten-main-visual ----- */
  .office-iten-main-visual {
    background-image: url("../img/index_bg01.webp");
    background-position: 50% 0;
    background-repeat: no-repeat;
    max-width: 1920px;
    height: 820px;
  }
  .office-iten-main-visual__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 6em;
  }
  .office-iten-main-visual-column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .office-iten-logo {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 30px;
    display: block;
  }
  .office-iten-main-visual-button {
    width: 200px;
    height: 40px;
    display: flex;
  }
  .office-iten-main-visual-button__type {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: #d6ea31;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 9px 20px 8px 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 4px #c6c7c3;
  }
  .office-iten-main-visual-button__type::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    top: calc(50% - 10px);
    background-image: url("../img/index_ic01.webp");
    width: 19px;
    height: 19px;
    right: 9px;
  }
  .office-iten-main-visual-button__type:hover {
    top: 2px;
    background-color: #c9d846;
    box-shadow: 0px 2px #c6c7c3;
  }
  .office-iten-main-visual-button__label {
    display: inline-block;
  }
  .office-iten-heading1 {
    position: absolute;
    left: calc(50% - 210px);
    top: 60px;
    color: #006a9d;
    text-align: center;
    text-shadow: 0 3px 0 #fff;
  }
  .office-iten-heading1__subtitle {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .office-iten-heading1__title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    margin: 0;
  }
  .office-iten-heading1-accent {
    font-size: 7.2rem;
    font-weight: bold;
    line-height: 1.3;
  }
  
  /* ----- office-iten-content-wrap ----- */
  .office-iten-content-wrap {
    width: 1260px;
    margin: -500px auto 0;
    padding: 0 30px;
  }
  .office-iten-content-wrap > *:first-child {
    margin-top: 0!important;
  }
  /* ----- office-iten-box ----- */
  .office-iten-box-wrap {
    margin-top: 60px;
  }
  .office-iten-box {
    background-color: #e8f6fc;
    border-radius: 20px;
    width: 100%;
  }
  .office-iten-box__head {
    background-color: #009edf;
    padding: 26px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .office-iten-box__title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  .office-iten-box-sup {
    font-size: 28.5%;
    top: -29px;
  }
  .office-iten-box__title ruby {
    font-size: 4.2rem;
  }
  .office-iten-box__title ruby rt {
    font-size: 1.2rem;
  }
  .office-iten-box-inner {
    width: 1060px;
    margin: 0 auto;
  }
  .office-iten-box__body {
    margin: 0 10px;
    background-color: #fff;
    padding: 25px 0 40px;
  }
  .office-iten-text {
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
  }
  /* ----- office-iten-box-v2 ----- */
  .office-iten-box-v2-wrap {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 40px;
    margin: 20px 0 25px;
  }
  .office-iten-box-v2 {
    width: calc((100% - 40px)/2);
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }
  .office-iten-box-v2 + .office-iten-box-v2 {
    position: relative;
  }
  .office-iten-box-v2 + .office-iten-box-v2::before {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 100% / contain;
    content: "";
    top: calc(50% - 52.5px);
    background-image: url("../img/index_ic03.webp");
    width: 95px;
    height: 105px;
    left: -65px;
  }
  .office-iten-box-v2__head {
    position: relative;
    flex-grow: 1;
    background-color: #0079b3;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 14px 12px;
  }
  .office-iten-box-v2__head::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -35px;
    z-index: 0;
    margin-left: -18px;
    border: 20px solid transparent;
    border-top: 20px solid #0079b3;
  }
  .office-iten-box-v2-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #0079b3;
    text-align:center;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 70px;
    border: solid 4px #0079b3;
  }
  .office-iten-box-v2-title {
    text-align: center;
  }
  .office-iten-box-v2-accent {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .office-iten-box-v2__body {
    width: 100%;
    border-right: 4px #0079b3 solid;
    border-bottom: 4px #0079b3 solid;
    border-left: 4px #0079b3 solid;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 25px 10px 33px 10px;
  }
  .office-iten-box-v2-image {
    padding: 0 15px;
  }
  .office-iten-box-v2-text-wrap {
    text-align: center;
    margin-top: 10px;
  }
  .office-iten-box-v2-text {
    display: inline;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    background: linear-gradient(transparent 60%, #f4feba 60%);
  }
  .office-iten-box__foot {
    position: relative;
    margin-top: 50px;
    padding-bottom: 55px;
  }
  .office-iten-heading3 {
    text-align: center;
  }
  .office-iten-heading3__subtitle {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0079b3;
  }
  .office-iten-heading3__title {
    font-size:  3.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #0079b3;
    margin: 0;
  }
  .office-iten-badge-wrap {
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-top: 18px;
  }
  .office-iten-badge {
    width: 320px;
    border: 4px solid #68c6f2;
    border-radius: 20px;
    background-color: #fff;
    padding: 6px 10px;
    text-align: center;
  }
  .office-iten-badge-text {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .office-iten-box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 25px 0 0;
  }
  .office-iten-box-text::before {
    content: "";
    width: 380px;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-right: 20px;
  }
  .office-iten-box-text::after {
    content: "";
    width: 380px;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-left: 20px;
  }
  /* ----- office-iten-box-card-wrap ----- */
  .office-iten-box-card-wrap {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 20px;
  }
  .office-iten-box-card {
    width: calc((100% - 20px)/4);
    margin-top: 13px;
  }
  .office-iten-box-card__body {
    margin-top: 14px;
  }
  .office-iten-box-card__description {
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .office-iten-box-card__title {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
  }
  /* ----- office-iten-figure-wrap ----- */
  .office-iten-figure-wrap {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .office-iten-figure__caption {
    text-align: center;
    font-size: 3.0rem;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 15px;
  }
  /* ----- office-iten-box-inner-v4 ----- */
  .office-iten-box-inner-v4 {
    width: 1070px;
    margin: 0 auto;
  }
  /* ----- office-iten-box-inner-v2 ----- */
  .office-iten-box-inner-v2 {
    width: 630px;
    margin: 0 auto;
  }
  .office-iten-box-inner-v2::before {
    position: absolute;
    left: calc(50% - 579px);
    bottom: 0;
    content: "";
    display: block;
    width: 1145px;
    height: 359px;
    background: url("../img/index_bg02.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* ----- office-iten-note-list-wrap ----- */
  .office-iten-note-list-wrap {
    margin-top: 5px;
  }
  .office-iten-note-list {
    display: grid;
    row-gap: 1.1rem;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
  }
  .office-iten-note-list > li {
    font-size: 1.4rem;
    padding-left: 30px;
    position: relative;
    color: #333;
    list-style: none;
  }
  .office-iten-note-list li .note-list__mark {
    position: absolute;
    top: 0;
    left: 15px;
  }
  /* ----- office-iten-list-wrap-v2 ----- */
  .office-iten-list-wrap-v2 {
    display: flex;
    justify-content: center;
    border: 4px solid #68c6f2;
    border-radius: 20px;
    width: 600px;
    margin: 24px auto 0;
    padding: 20px 20px 25px;
    background: #fff;
  }
  .office-iten-unorder-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    row-gap: 15px;
  }
  .office-iten-unorder-list > li {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 20px;
  }
  .office-iten-unorder-list > li::before {
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #59c5f2;
    content: "";
    top: .45em;
    width: 12px;
    height: 12px;
  }
  /* ----- office-iten-form ----- */
  .office-iten-form {
    position: relative;
    width: 100%;
    margin-top: 105px;
    background: url(../img/index_bg04.webp) no-repeat 50% 0 #22afe9;
    padding-top: 92px;
  }
  .office-iten-form__inner {
    position: relative;
    padding: 0 30px;
    width: 1260px;
    margin: 0 auto;
  }
  .office-iten-form__area {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    margin-top: 38px;
    padding: 60px 240px 50px;
  }
  .office-iten-form__area > .form-component:first-child {
    margin-top: 0!important;
  }
  /* ----- office-iten-form-heading2 ----- */
  .office-iten-form-heading2 {
    text-align: center;
    font-size: 4.2rem;
    color: #fff;
    margin: 0;
  }
  /* ----- form-component__title ----- */
  .form-component__title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
  }
  /* ----- form-component__description ----- */
  .form-component__description {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 0 0 13px;
  }
  /* ----- form-content__body ----- */
  .form-content__body {
    margin-top: 10px;
  }
  /* ----- form-item-checkbox-wrap ----- */
  .form-item-checkbox-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 15px 33px;
  }
  /* ----- input ----- */
  .office-iten-form input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
  }
  .form-item-checkbox {
    display: flex;
  }
  .form-item-checkbox__label {
    font-size: 1.6rem;
  }
  .form-item-checkbox__label:hover {
    cursor: pointer;
  }
  /* ----- .form-component__field ----- */
  .form-component__field {
    margin-top: 12px;
  }
  /* ----- form-component ----- */
  .form-component {
    margin-top: 26px;
  }
  /* ----- form-item-text ----- */
  .form-item-text {
  }
  .form-item-text__textarea {
    display: block;
    resize: none;
    width: 100%;
    padding: 15px;
    min-height: 120px;
    border-radius: 5px;
    background-color: #f3f7f8;
    border: 1px solid #d3dddf;
  }
  /* ----- form-component-wrap ----- */
  .form-component-wrap {
    display: flex;
    flex-flow: row wrap;
    gap : 5px 20px;
  }
  .form-component-wrap .form-component {
    width: calc((100% - 20px)/2);
  }
  /* ----- form-component-label__text__input ----- */
  .form-component-label__text__input {
    width: 100%;
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #f3f7f8;
    border: 1px solid #d3dddf;
  }
  /* ----- form-item-select ----- */
  .form-item-select {
    position: relative;
    width: 100%;
    background-color: #f3f7f8;
    border: 1px solid #d3dddf;
  }
  .form-item-select::after {
    position: absolute;
    right: 17px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }
  .form-item-select__inner {
    min-height: 48px;
    padding: 12px 66px 10px 16px;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-radius: 20px;
    outline: none;
    background: transparent;
    color: #333;
    line-height: 1.4;
    cursor: pointer;
  }
  /* ----- form-component__text ----- */
  .form-component__text {
    font-size: 1.4rem;
    margin: 5px 0 0 0;
  }
  /* ----- form-required ----- */
  .form-required .form-component__title {
    position: relative;
  }
  .form-required .form-component__title::after {
    position: relative;
    bottom: 0;
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 45px;
    height: 25px;
    background: url(../img/index_tx04.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* ----- form-policy-aria__title ----- */
  .form-policy-aria__title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  /* ----- form-policy-aria ----- */
  .form-policy-aria {
    margin-top: 5px;
  }
  .form-policy-aria__inner {
    margin-top: 0.8em;
    padding: 10px 16px;
    width: 100%;
    height: 180px;
    border: 1px solid #dde1e4;
    overflow-y: auto;
  }
  .form-policy-aria-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  /* ----- form-policy-aria-agree ----- */
  .form-policy-aria-agree {
    text-align: center;
    margin-top: 13px;
  }
  .form-policy-aria-agree::after {
    position: relative;
    bottom: -6px;
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 45px;
    height: 25px;
    background: url(../img/index_tx04.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .form-policy-aria-agree label {
    cursor: pointer;
  }
  /* ----- submit-button-wrap ----- */
  .submit-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .submit-button {
    width: 360px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 35px;
    background-color: #d6ea31;
    text-align: center;
    padding: 7px 50px 10px 10px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    box-shadow: 0px 4px #c6c7c3;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .submit-button::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    top: calc(50% - 8px);
    background-image: url(../img/index_ic07.webp);
    margin-top: -7px;
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .submit-button:hover {
    top: 2px;
    background-color: #c9d846;
    box-shadow: 0px 2px #c6c7c3;
  }
  .submit-button__label {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-left: 45px;
  }
  /* ----- form-foot ----- */
  .form-foot-tel-sp {
    display: none;
  }
  .form-foot {
    background-color: #e8f6fc;
    border-radius: 0 0 20px 20px;
  }
  .form-foot-text {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 15px 0 0 20px;
  }
  .form-foot__inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 28px 305px 42px 280px;
  }
  .form-foot-tel {
    position: relative;
  }
  .form-foot-tel::before {
    position: absolute;
    top: calc(50% - 30px);
    left: -10px;
    width: 39px;
    height: 40px;
    content: "";
    background: url("../img/index_ic09.webp") no-repeat 0 0 / 100%;
  }
  .form-foot-tel__label {
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0079b3;
    padding-left: 35px;
  }
  .form-foot-tel__text {
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 0 30px;
  }
  /* ----- content-foot ----- */
  .content-foot {
    position: relative;
    background-color: #22afe9;
  }
  .content-foot__inner {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 40px 30px 58px;
    width: 1260px;
    margin: 0 auto;
  }
  .content-foot-link a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
  }
  .content-foot-link a:hover {
    text-decoration: none;
  }
  .content-foot-link a::after {
    position: relative;
    top: -2px;
    margin: 0 .5em;
    width: 14px;
    height: 14px;
    background-image: url("../img/index_ic06.webp");
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
  }
  .footer-copyright__label {
    font-size: 1.4rem;
    color: #fff;
    margin: 5px 0 0;
  }
  /* ----- office-iten-follow ----- */
  .office-iten-follow {
    width: 100%;
    position: fixed;
    bottom: -110px;
    height: 110px;
    padding: 20px 0 20px;
    background: #e8f6fc;
    z-index: 3;
  }
  .office-iten-follow.js-office-iten-follow.is-active {
    bottom: 0;
    transition: bottom .3s cubic-bezier(.4,0,.2,1) 0s;
  }
  .office-iten-follow-button-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .office-iten-follow-button {
    width: 480px;
    height: 70px;
    display: flex;
  }
  .office-iten-follow-button__type {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    height: 100%;
    border-radius: 35px;
    background-color: #d6ea31;
    padding: 7px 50px 10px;
    border: none;
    box-shadow: 0px 4px #c6c7c3;
  }
  .office-iten-follow-button__type:hover {
    top: 2px;
    background-color: #c9d846;
    box-shadow: 0px 2px #c6c7c3;
  }
  .office-iten-follow-button__type::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    top: calc(50% - 8px);
    background-image: url(../img/index_ic07.webp);
    transform: rotate(90deg);
    margin-top: -7px;
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .office-iten-follow-button__label {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
  }
  /* ----- office-iten-box-lead ----- */
  .office-iten-box-lead {
    text-align: center;
    color: #0079b3;
    display: inline;
    margin-top: 12px;
    font-size: 3.6rem;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f4feba 70%);
  }
  /* ----- office-iten-card-v2-wrap ----- */
  .office-iten-card-v2-wrap {
    display: flex;
    flex-flow: row nowrap;
    border: 4px solid #0079b3;
    border-radius: 20px;
    margin-top: 25px;
    padding: 18px 26px 14px;
    column-gap: 48px;
  }
  .office-iten-card-v2 {
    width: calc((100% - 48px)/2);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 22px;
  }
  .office-iten-card-v2__head .office-iten-card-v2__image {
    width: 240px;
  }
  .office-iten-box-inner-v3__inner .office-iten-card-v2-wrap {
    position: relative;
    text-align: left;
  }
  .office-iten-box-inner-v3__inner .office-iten-card-v2-wrap::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 100% / contain;
    content: "";
    bottom: -69px;
    left: calc(50% - 67.5px);
    background-image: url(../img/index_ic02.webp);
    width: 135px;
    height: 67px;
  }
  .office-iten-card-v2__title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .office-iten-card-v2__title-v2 {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-card-v2-wrap {
    display: flex;
    flex-flow: row nowrap;
    border: 4px solid #0079b3;
    border-radius: 20px;
    margin-top: 25px;
    padding: 16px 25px;
    column-gap: 22px;
    text-align: left;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-card-v2 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 22px;
  }
  /* ----- office-iten-box-inner-v3 ----- */
  .office-iten-box-inner-v3 {
    width: 1060px;
    margin: 13px auto 0;
  }
  /* ----- office-iten-box-inner-v3__inner ----- */
  .office-iten-box-inner-v3__inner {
    text-align: center;
  }
  /* ----- office-iten-box-inner-v3__inner-v2 ----- */
  .office-iten-box-inner-v3__inner-v2 {
    margin-top: 66px;
    text-align: center;
  }
  /* ----- office-iten-list-wrap ----- */
  .office-iten-box-inner-v3__inner-v2 .office-iten-list-wrap {
    margin-top: 15px;
    text-align: left;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-note-list {
    display: grid;
    row-gap: 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-note-list > li {
    font-size: 1.4rem;
    padding-left: 15px;
    position: relative;
    color: #333;
    list-style: none;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-note-list li .note-list__mark {
    position: absolute;
    top: 0;
    left: 2px;
  }
  
  /* ----- office-iten-heading3 ----- */
  .office-iten-heading3-v2__title {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  
  /* ----- office-iten-column ----- */
  .office-iten-column-list {
    margin: 0;
    padding: 0;
  }
  .office-iten-column-list-wrap {
    padding-top: 0;
  }
  .office-iten-column-list>li {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    list-style: none;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    text-align: center;
  }
  .office-iten-column-list>li+li {
    margin-top: 50px;
  }
  .office-iten-column-list>li+li::before {
    background-image: url(../img/index_ic04.webp);
    position: absolute;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    width: 31px;
    height: 27px;
    top: -40px;
    right: calc(50% - 16px);
  }
  
  .office-iten-column-figure {
  }
  .office-iten-column-figure__caption {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 12px;
  }
  
  /* ----- office-iten-heading2 ----- */
  .office-iten-heading2--center {
    text-align: center;
  }
  .office-iten-heading2__title {
    margin:0;
    font-size: 3.2rem;
  }
  
  /* ----- office-iten-blue-wrap ----- */
  .office-iten-blue-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #e8f6fc;
    padding-bottom: 47px;

  }
  .office-iten-blue-wrap__inner {
    width: 100%;
    max-width: calc(1200px + 30px* 2);
    margin: 0 auto;
    padding: 86px 30px 70px;
    box-sizing: border-box;
  }
  
  /* ----- office-iten-box-v3 ----- */
  .office-iten-box-v3 {
    background-color: #fff;
    padding: 48px 78px 48px 70px;
    margin-top: 35px;
    border-radius: 20px;
  }
  .office-iten-box__body-v3 {
    margin-top: 40px;
  }
  
  /* ----- office-iten-column ----- */
  .office-iten-column {
    display: flex;
    margin-top: 25px;
    column-gap: 42px;
  }
  .office-iten-column__item {
    width: calc((100% - 42px) / 2);
  }
  
  .office-iten-column-v2 {
    display: flex;
    column-gap: 40px;
  }
  .office-iten-column-v2__item {
    width: calc((100% - 40px) / 2);
  }
  
  .office-iten-flex {
    display: flex;
    align-items: center;
  }
  .office-iten-icon-figure__frame {
    margin-right: 29px;
    width: 181px;
  }
  
  /* ----- office-iten-text-v2 ----- */
  .office-iten-text-v2 {
    font-size: 16px;
    margin: 0;
  }
  a.office-iten-util-link--blank {
    color: #336699;
    text-decoration: underline;
  }
  a.office-iten-util-link--blank:hover {
    color: #0079b3;
    text-decoration: none;
  }
  .office-iten-util-link--blank::after {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    background-image: url(../img/index_ic05.webp);
    top: 0;
    width: 15px;
    height: 15px;
    right: -6px;
    margin-right: 6px;
  }
  
  /* ----- office-iten-lead ----- */
  .office-iten-lead {
    font-size: 24px;
    font-weight: bold;
    color: #0079b3;
    margin: 9px 0 0 0;
    line-height: 1.5;
  }
  .office-iten-lead-v2 {
    font-size: 18px;
    font-weight: bold;
    color: #0079b3;
    margin: 28px 0 0;
  }
  .office-iten-lead-v2--center {
    margin: 0;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.4;
  }
  .office-iten-lead--center-wrap {
    text-align: center;
    margin: 19px 0 0;
  }
  .office-iten-lead--center {
    display: inline;
    font-size: 36px;
    font-weight: bold;
    color: #0079b3;
    background: linear-gradient(transparent 70%, #f4feba 70%);
  }
  
  /* ----- office-iten-unorder-list-v2 ----- */
  .office-iten-unorder-list-v2 {
    padding: 0;
    margin: 10px 0 0;
  }
  .office-iten-unorder-list-v2>li {
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    list-style: none;
    position: relative;
    color: #333;
    padding-left: calc(10px + 10px);
  }
  .office-iten-unorder-list-v2>li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #59c5f2;
    top: .45em;
    width: 10px;
    height: 10px;
    content: "";
  }
  
  .office-iten-figure-wrap-v3 {
    margin-top: -5px;
  }
  /* ----- office-iten-figure ----- */
  .office-iten-figure__frame-v2>img {
    border-radius: 20px;
    }
  .office-iten-figure-balloon {
    margin-top: -14px;
  }
  .office-iten-figure-balloon__caption {
    font-size: 14px;
    margin-top: 12px;
  }
  .office-iten-figure-balloon__caption--highlight {
    font-size: 1.6rem;
  }
  .office-iten-figure-wrap--center {
    justify-content: center;
    display: flex;
    margin-top: 22px;
  }
  /* ----- ffice-iten-util-sub ----- */
  .office-iten-util-sub {
    bottom: -.1em;
    position: relative;
    font-size: 60%;
    line-height: 1;
  }
  
  /* ----- office-iten-balloon ----- */
  .office-iten-balloon-column {
    display: flex;
  }
  .office-iten-balloon-column__balloon {
    flex-grow: 1;
  }
  .office-iten-balloon-column__item {
    width: 180px;
    flex-shrink: 0;
  }
  .office-iten-balloon {
    background-repeat:no-repeat;
    background-image: url("../img/index_bg03.webp");
    width: 884px;
  }
  .office-iten-balloon__inner {
    padding: 15px 76px 40px 30px;
  }
  .office-iten-balloon__inner>.office-iten-text-v2 {
    font-size: 16px;
    margin: 9px 0 0;
  }
  .office-iten-balloon-lead-v2 {
    font-size: 18px;
    font-weight: bold;
    color: #0079b3;
    margin: 10px 0 0;
  }
  .office-iten-figure-balloon__frame {
    margin-left: 1px;
  }
  
  /* ----- office-iten-Achievements-box ----- */
  .office-iten-Achievements-box {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 60px;
  }
  .office-iten-Achievements-box__head {
    background-color: #009edf;
    border-radius: 20px 20px 0 0;
    padding: 10px 5px;
  }
  .office-iten-Achievements-box__body {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 34px 60px 74px;
  }
  
  /* ----- ffice-iten-heading3 ----- */
  .office-iten-heading3--center {
    text-align: center;
  }
  .office-iten-heading3__Achievements-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  
  /* ----- office-iten--faq ----- */
  .office-iten--faq-heading2__title {
    padding-top: 52px;
    font-size: 42px;
  }
  .office-iten-faq {
    margin: 22px 0 0;
    overflow: hidden;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
  }
  .office-iten-faq__head {
    padding: 1.1em;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    background-color: #fff;
    line-height: 1.4;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
    align-items: center;
  }
    .office-iten-faq__head:hover {
    background: #e8f6fc;
  }
  .office-iten-faq__mark--question {
    margin-right: 25px;
    font-size: 2.8rem;
    font-weight: 700;
    padding-left: 10px;
    flex-shrink: 0;
  }
  .office-iten-faq__title {
    padding-right: 3em;
    position: relative;
    flex: 1 1;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-left: -4px;
  }
  .office-iten-faq__head.is-active .office-iten-faq__title::before {
    transform: rotate(0deg);
  }
  .office-iten-faq__title::before {
    width: 25px;
    transform: rotate(90deg);
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
    position: absolute;
    top: 50%;
    right: 9px;
    height: 5px;
    margin: -1px 0 0;
    background: #52c3f1;
    border-radius: 20px;
    content: "";
  }
  .office-iten-faq__title::after {
    width: 25px;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    right: 9px;
    height: 5px;
    margin: -1px 0 0;
    background: #52c3f1;
    border-radius: 20px;
    content: "";
  }
  .office-iten-faq__body {
    padding: 1.2em 1.6em;
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    background-color: #f9fedc;
    align-items: center;
  }
  .office-iten-faq__mark--answer {
    padding-left: 5px;
    margin-right: 25px;
    flex-shrink: 0;
  }
  .office-iten-faq__detail {
    margin-top: 0!important;
    margin-left: -4px;
  }
  .office-iten-pagetop {
    bottom: -70px;
    right: 3rem;
    width: 70px;
    height: 70px;
    z-index: 998;
    position: fixed;
  }
  .office-iten-pagetop.js-office-iten-pagetop.is-active {
    bottom: 13rem;
    transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
  }
  .office-iten-pagetop a {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #eee;
    font-size: 0;
    text-indent: -9999em;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
  }
  .office-iten-pagetop a:hover {
    background-color: #d2d2d2;
  }
  .office-iten-pagetop a::before {
    position: absolute;
    right: calc(50% - 10px);
    top: 50%;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    color: #333;
    line-height: 1;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(-45deg);
  }
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .office-iten-form {
    width: auto;
    min-width: 1180px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .content-foot {
    width: auto;
    min-width: 1180px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  body {
    line-height: 1.5;
  }
  .Main__content {
    position: relative;
    width: 100%;
    padding-bottom: 55px;
  }
  .sp-hidden {
    display: none;
  }
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
/* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- office-iten-main-visual ----- */
  .office-iten-main-visual {
    background-image: url("../img/index_bg01_sp.webp");
    background-size: 100% auto;
    max-width: 100%;
    height: 546px;
    background-repeat: no-repeat;
  }
  .office-iten-main-visual__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 0;
  }
  .office-iten-main-visual-column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .office-iten-logo {
    background-color: #fff;
    width: 75px;
    height: 55px;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
    display: block;
  }
  .office-iten-main-visual-button {
    width: 120px;
    height: 23px;
    display: flex;
    margin-top: 7px;
  }
  .office-iten-main-visual-button__type {
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: #d6ea31;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 5px 15px 5px 10px;
    font-size: 1.0rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0px 2px #c6c7c3;
  }
  .office-iten-main-visual-button__type::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    top: calc(50% - 5px);
    background-image: url("../img/index_ic01.webp");
    width: 10px;
    height: 10px;
    right: 5px;
  }
  .office-iten-main-visual-button__label {
    display: inline-block;
  }
  .office-iten-heading1 {
    position: absolute;
    left: calc(50% - 135px);
    top: 60px;
    color: #006a9d;
    text-align: center;
    text-shadow: 0 3px 0 #fff;
  }
  .office-iten-heading1__subtitle {
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .office-iten-heading1__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    margin: 0;
  }
  .office-iten-heading1-accent {
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.3;
  }
    /* ----- office-iten-content-wrap ----- */
  .office-iten-content-wrap {
    margin: -360px auto 0;
    padding: 2.5em 15px 0;
  }
  .office-iten-content-wrap > *:first-child {
    margin-top: 0!important;
  }
  /* ----- office-iten-box ----- */
  .office-iten-box-wrap {
    margin-top: 40px;
  }
  .office-iten-box {
    background-color: #e8f6fc;
    border-radius: 10px;
    width: 100%;
  }
  .office-iten-box__head {
    background-color: #009edf;
    padding: 8px 25px;
    border-radius: 10px 10px 0 0;
  }
  .office-iten-box__title {
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  .office-iten-box__title ruby rt {
    font-size: .9rem;
  }
  .office-iten-box-inner {
    padding: 0 20px;
    margin: 0 auto;
  }
  .office-iten-box__body {
    margin: 0 5px;
    background-color: #fff;
    padding: 12px 0 30px;
  }
  .office-iten-text {
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  /* ----- office-iten-box-v2 ----- */
  .office-iten-box-v2-wrap {
    display: flex;
    flex-flow: column wrap;
    row-gap: 21px;
    margin: 26px 0 0;
  }
  .office-iten-box-v2 {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }
  .office-iten-box-v2 + .office-iten-box-v2 {
    position: relative;
  }
  .office-iten-box-v2 + .office-iten-box-v2::before {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 100% / contain;
    content: "";
    top: -30px;
    left: calc(50% - 36px);
    background-image: url("../img/index_ic08.webp");
    width: 72px;
    height: 38px;
    z-index: 1;
  }
  .office-iten-box-v2__head {
    position: relative;
    flex-grow: 1;
    background-color: #0079b3;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 7px 6px;
  }
  .office-iten-box-v2__head::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 0;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #0079b3;
  }
  .office-iten-box-v2-badge {
    position: absolute;
    top: -17px;
    left: -10px;
    background-color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #0079b3;
    text-align:center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 41px;
    border: solid 2px #0079b3;
  }
  .office-iten-box-v2-title {
    text-align: center;
  }
  .office-iten-box-v2-accent {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .office-iten-box-v2__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    border-right: 2px #0079b3 solid;
    border-bottom: 2px #0079b3 solid;
    border-left: 2px #0079b3 solid;
    border-radius: 0 0 10px 10px;
    padding: 10px 0 15px;
  }
  .office-iten-box-v2-image {
    padding: 0 8px;
  }
  .office-iten-box-v2-text-wrap {
    text-align: center;
  }
  .office-iten-box-v2-text {
    display: inline;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(transparent 60%, #f4feba 60%);
  }
  .office-iten-box__foot {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .office-iten-heading3 {
    text-align: center;
  }
  .office-iten-heading3__subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0079b3;
  }
  .office-iten-heading3__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.3;
    color: #0079b3;
    margin: 0;
  }
  .office-iten-badge-wrap {
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin-top: 18px;
  }
  .office-iten-badge {
    border: 2px solid #68c6f2;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 3px 12px;
    width: calc((100% - 8px)/2);
  }
  .office-iten-badge-text {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .office-iten-box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 15px 0 0;
  }
  .office-iten-box-text::before {
    content: "";
    width: 42px;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-right: 5px;
  }
  .office-iten-box-text::after {
    content: "";
    width: 42px;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-left: 5px;
  }
  /* ----- office-iten-box-card-wrap ----- */
  .office-iten-box-card-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 12px 8px;
    margin-top: 10px;
  }
  .office-iten-box-card {
    width: calc((100% - 8px)/2);
  }
  .office-iten-box-card__body {
    margin-top: 5px;
  }
  .office-iten-box-card__description {
    margin: 0;
    font-size: 1.0rem;
    text-align: center;
  }
  .office-iten-box-card__title {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
  }
  /* ----- office-iten-figure-wrap ----- */
  .office-iten-figure-wrap {
    display: flex;
  }
  .office-iten-figure__caption {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 17px;
    padding-left: 5px;
  }
  /* ----- office-iten-box-inner-v4 ----- */
  .office-iten-box-inner-v4 {
    padding: 0 20px;
    margin: 0 auto;
  }
  /* ----- office-iten-box-inner-v2 ----- */
  .office-iten-box-inner-v2 {
    width: 306px;
    margin: 0 auto;
  }
  .office-iten-box-inner-v2 .office-iten-heading3__title {
    font-size: 1.8rem;
  }
  /* ----- office-iten-note-list-wrap ----- */
  .office-iten-note-list-wrap {
    margin-top: 2px;
  }
  .office-iten-note-list {
    display: grid;
    row-gap: 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .office-iten-note-list > li {
    font-size: 1.0rem;
    padding-left: 15px;
    position: relative;
    color: #333;
    list-style: none;
  }
  .office-iten-note-list li .note-list__mark {
    position: absolute;
    top: 0;
    left: 2px;
  }
  /* ----- office-iten-list-wrap-v2 ----- */
  .office-iten-list-wrap-v2 {
    display: flex;
    justify-content: center;
    border: 2px solid #68c6f2;
    border-radius: 10px;
    width: 100%;
    margin: 12px auto 0;
    padding: 10px;
    background: #fff;
  }
  .office-iten-unorder-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    row-gap: 5px;
  }
  .office-iten-unorder-list > li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
    padding-left: 5px;
  }
  .office-iten-unorder-list > li::before {
    display: inline-block;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    background-color: #59c5f2;
    content: "";
    top: .45em;
    width: 6px;
    height: 6px;
  }
  /* ----- office-iten-form ----- */
  .office-iten-form {
    position: relative;
    margin: 40px -15px 0;
    background: url(../img/index_bg04_sp.webp) no-repeat 50% 0 #22afe9;
    background-size: contain;
    padding: 34px 15px 0;
  }
  .office-iten-form__inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .office-iten-form__area {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: 28px;
    padding: 5px 15px 20px;
  }
  .office-iten-form__area > .form-component:first-child {
    margin-top: 0!important;
  }
  /* ----- office-iten-form-heading2 ----- */
  .office-iten-form-heading2 {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    margin: 0;
  }
  /* ----- form-component__title ----- */
  .form-component__title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    column-gap: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 5px 0 0;
  }
  /* ----- form-component__description ----- */
  .form-component__description {
    font-size: 1.0rem;
    font-weight: normal;
    margin: 3px 0 0;
  }
  /* ----- form-content__body ----- */
  .form-content__body {
    margin-top: 10px;
  }
  /* ----- form-item-checkbox-wrap ----- */
  .form-item-checkbox-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 9px 5px;
  }
  /* ----- input ----- */
  input[type="checkbox"] {
    margin-right: 4px;
    margin-top: 5px;
  }
  .form-item-checkbox {
    display: flex;
    width: calc((100% - 5px)/2);
    align-items: flex-start;
  }
  .form-item-checkbox__label {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  /* ----- .form-component__field ----- */
  .form-component__field {
    margin-top: 6px;
  }
  /* ----- form-component ----- */
  .form-component {
    margin-top: 15px;
  }
  /* ----- form-item-text ----- */
  .form-item-text__textarea {
    resize: none;
    display: block;
    width: 100%;
    padding: 2px 8px;
    min-height: 60px;
    border-radius: 5px;
    background-color: #f3f7f8;
    border: 1px solid #d3dddf;
    font-size: 1.4rem;
  }
  /* ----- form-component-wrap ----- */
  .form-component-wrap {
    display: flex;
    flex-flow: column wrap;
    gap : 5px 20px;
  }
  .form-component-wrap .form-component {
    width: 100%;
    margin-top: 10px;
  }
  /* ----- form-component-label__text__input ----- */
  .form-component-label__text__input {
    width: 100%;
    padding: 3px 8px;
    border-radius: 2.5px;
    background-color: #f3f7f8;
    border: 1px solid #d3dddf;
    font-size: 1.4rem;
  }
  /* ----- form-item-select ----- */
  .form-item-select {
    position: relative;
    width: 100%;
    background-color: #f3f7f8;
    border: 1px solid #d3dddf;
    border-radius: 5px;
  }
  .form-item-select::after {
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
    width: 5px;
    height: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }
  .form-item-select__inner {
    min-height: 30px;
    padding: 6px 30px 6px 8px;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
    background: transparent;
    color: #333;
    line-height: 1.4;
    cursor: pointer;
    font-size: 1.4rem;
  }
  /* ----- form-component__text ----- */
  .form-component__text {
    font-size: 1.0rem;
    margin: 5px 0 0 0;
  }
  /* ----- form-required ----- */
  .form-required .form-component__title {
    position: relative;
  }
  .form-required .form-component__title::after {
    position: relative;
    bottom: 0;
    margin-left: 5px;
    content: "";
    display: inline-block;
    width: 33px;
    height: 15px;
    background: url(../img/index_tx04_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* ----- form-policy-aria__title ----- */
  .form-policy-aria__title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  /* ----- form-policy-aria ----- */
  .form-policy-aria {
    margin-top: 10px;
  }
  .form-policy-aria__inner {
    margin-top: 6px;
    padding: 4px 8px;
    width: 100%;
    height: 90px;
    border: 1px solid #dde1e4;
    overflow-y: auto;
  }
  .form-policy-aria-text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
    a.form-policy-aria-tel {
    color: #007ab4;
    text-decoration: underline;
  }

  /* ----- form-policy-aria-agree ----- */
  .form-policy-aria-agree {
    margin-top: 13px;
  }
  .form-policy-aria-agree::after {
    position: relative;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 34px;
    height: 15px;
    background: url("../img/index_tx04_sp.webp");
    background-size: 34px auto;
    background-repeat: no-repeat;
  }
  .form-policy-aria-agree label {
    cursor: pointer;
  }
  /* ----- submit-button-wrap ----- */
  .submit-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .submit-button {
    width: 275px;
    height: 42.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 35px;
    background-color: #d6ea31;
    text-align: center;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    box-shadow: 0px 4px #c6c7c3;
    cursor: pointer;
  }
  .submit-button::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    top: calc(50% - 7px);
    background-image: url(../img/index_ic07.webp);
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .submit-button__label {
    display: inline-block;
    font-size: 1.7rem;
  }
  /* ----- form-foot ----- */
  .form-foot-tel-pc {
    display: none;
  }
  .form-foot-tel-sp {
    margin-top: 10px;
  }
  .form-foot {
    background-color: #e8f6fc;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    padding: 10px 10px 15px;
  }
  .form-foot-text {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .form-foot__inner {
    width: 275px;
    margin: 0 auto;
  }
  .form-foot-tel-button-wrap {
    display: flex;
    justify-content: center;
    vertical-align: middle;
  }
  .form-foot-tel-button {
    text-align: center;
    width: 375px;
  }
  .form-foot-tel-button__type {
    display: inline-block;
    width: 100%;
    padding-block: 10px;
    background: #0079b3;
    border-radius: 35px;
    box-shadow: 0px 2px #c6c7c3;
  }
  .form-foot-tel-button__label {
    position: relative;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 1;
    padding-left: 25px;
  }
  .form-foot-tel-button__label::before {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 19px;
    height: 20px;
    background: url(../img/index_ic09_sp.webp) no-repeat 0 0 / 100%;
    content: "";
  }
  .form-foot-tel__text {
    text-align: center;
    font-size: 1.2rem;
    margin: 5px 0 0;
  }
  /* ----- content-foot ----- */
  .content-foot {
    position: relative;
    margin: 0 -15px;
    background-color: #22afe9;
  }
  .content-foot__inner {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 12px 20px 25px;
    width: 100%;
    margin: 0 auto;
  }
  .content-foot-link a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: underline;
  }
  .content-foot-link a::after {
    position: relative;
    top: -2px;
    margin: 0 .5em;
    width: 9px;
    height: 9px;
    background-image: url("../img/index_ic06.webp");
    background-size: contain;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
  }
  .footer-copyright__label {
    font-size: 1.0rem;
    color: #fff;
    margin: 5px 0 0;
  }
  /* ----- office-iten-follow ----- */
  .office-iten-follow {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: -55px;
    padding: 9px 0;
    background: #e8f6fc;
    z-index: 3;
  }
  .office-iten-follow.js-office-iten-follow.is-active {
    bottom: 0;
    transition: bottom .3s cubic-bezier(.4,0,.2,1) 0s;
  }
  .office-iten-follow-button-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .office-iten-follow-button {
    width: 275px;
    height: 35px;
    display: flex;
  }
  .office-iten-follow-button__type {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background-color: #d6ea31;
    padding: 7px 25px 10px 10px;
    border: none;
    box-shadow: 0px 4px #c6c7c3;
  }
  .office-iten-follow-button__type::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    top: calc(50% - 8px);
    background-image: url(../img/index_ic07.webp);
    transform: rotate(90deg);
    width: 15px;
    height: 15px;
    right: 12px;
  }
  .office-iten-follow-button__label {
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
  }
  /* ----- office-iten-box-lead ----- */
  .office-iten-box-lead {
    text-align: center;
    color: #0079b3;
    display: inline;
    margin-top: 12px;
    font-size: 2.0rem;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #f4feba 70%);
  }
  /* ----- office-iten-card-v2-wrap ----- */
  .office-iten-card-v2-wrap {
    border: 2px solid #0079b3;
    border-radius: 10px;
    margin-top: 13px;
    padding: 10px 10px;
  }
  .office-iten-card-v2-wrap > *:first-child {
    margin-top: 0 !important;
  }
  .office-iten-card-v2 {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .office-iten-card-v2__head .office-iten-card-v2__image {
    width: 116px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .office-iten-box-inner-v3__inner .office-iten-card-v2-wrap {
    position: relative;
    text-align: left;
  }
  .office-iten-box-inner-v3__inner .office-iten-card-v2-wrap::after {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 100% / contain;
    content: "";
    bottom: -35px;
    left: calc(50% - 37px);
    background-image: url(../img/index_ic02.webp);
    width: 68px;
    height: 34px;
  }
  .office-iten-card-v2__title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .office-iten-card-v2__title-v2 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-card-v2-wrap {
    margin-top: 16px;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-card-v2 {
    text-align: left;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-card-v2 .office-iten-card-v2__image {
    width: 93px;
  }
  /* ----- office-iten-box-inner-v3 ----- */
  .office-iten-box-inner-v3 {
    padding: 0 15px;
  }
  /* ----- office-iten-box-inner-v3__inner ----- */
  .office-iten-box-inner-v3__inner {
    text-align: center;
  }
  /* ----- office-iten-box-inner-v3__inner-v2 ----- */
  .office-iten-box-inner-v3__inner-v2 {
    margin-top: 43px;
    text-align: center;
  }
  /* ----- office-iten-list-wrap ----- */
  .office-iten-box-inner-v3__inner-v2 .office-iten-list-wrap {
    margin-top: 5px;
    text-align: left;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-note-list {
    display: grid;
    row-gap: 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-note-list > li {
    font-size: 1.0rem;
    padding-left: 15px;
    position: relative;
    color: #333;
    list-style: none;
  }
  .office-iten-box-inner-v3__inner-v2 .office-iten-note-list li .note-list__mark {
    position: absolute;
    top: 0;
    left: 2px;
  }
  
  .office-iten-sub {
    bottom: -.1em;
    position: relative;
    font-size: 60%;
    line-height: 1;
  }
  
  /* ----- office-iten-heading3 ----- */
  .office-iten-heading3-v2__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  
  /* ----- office-iten-column ----- */
  .office-iten-column-list {
    margin: 18px 0 0;
    padding: 0;
    position: relative;
    
  }
  .office-iten-column-list-wrap {
    padding-top: 0;
  }
  .office-iten-column-list>li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    list-style: none;
    background-color: #fff;
    padding: 6px 12px ;
    border-radius: 10px;
    text-align: center;
  }
  .office-iten-column-list>li+li {
    margin-top: 27px;
  }
  .office-iten-column-list>li+li::before {
    background-image: url(../img/index_ic04.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    width: 15px;
    height: 13px;
    top: 67px;
    left: calc(50% - 8px);
  }
  .office-iten-column-figure__caption {
    font-size: 10px;
    text-align: center;
    margin-top: 8px;
  }
  .office-iten-column-figure {
    margin-top: 20px;
  }
  
  /* ----- office-iten-heading2 ----- */
  .office-iten-heading2--center {
    text-align: center;
  }
  .office-iten-heading2__title {
    font-size: 22px;
    margin: 0 51px;
  }
  
  /* ----- office-iten-blue-wrap ----- */
  .office-iten-blue-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #e8f6fc;
  }
  .office-iten-blue-wrap__inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px 47px;
    box-sizing: border-box;
    line-height: 1.8;
  }
  
  /* ----- office-iten-box-v3 ----- */
  .office-iten-box-v3 {
    background-color: #fff;
    padding: 15px 15px 31px;
    margin-top: 20px;
    border-radius: 20px;
  }
  .office-iten-box__body-v3 {
    margin-top: 25px;
  }
  
  /* ----- office-iten-text-v2 ----- */
  .office-iten-text-v2{
    font-size: 12px;
    margin-top: 4px;
  }
  a.office-iten-util-link--blank {
    color: #336699;
    text-decoration: underline;
  }
  .office-iten-util-link--blank::after {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: no-repeat 50% / contain;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    content: "";
    will-change: background;
    background-image: url(../img/index_ic05.webp);
    top: 0;
    width: 10px;
    height: 10px;
    right: -6px;
    margin-right: 6px;
  }
  
  /* ----- office-iten-lead ----- */
  .office-iten-lead {
    font-size: 17px;
    font-weight: bold;
    color: #0079b3;
    margin: 13px 0 0;
    line-height: 1.4;
  }
  .office-iten-lead-v2 {
    font-size: 13px;
    font-weight: bold;
    color: #0079b3;
    margin: 12px 0 0;
  }
  .office-iten-lead-v2--center {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin:0;
  }
  .office-iten-lead--center-wrap {
    text-align: center;
    margin: 5px 0 0;
  }
  .office-iten-lead--center {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    color: #0079b3;
    background: linear-gradient(transparent 70%, #f4feba 70%);
  }
  
  /* ----- office-iten-unorder-list-v2 ----- */
  .office-iten-unorder-list-v2 {
    padding: 0;
    margin: 0;
  }
  .office-iten-unorder-list-v2>li {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    list-style: none;
    position: relative;
    color: #333;
    padding-left: 13px;
    line-height: 1.6;
  }
  .office-iten-unorder-list-v2>li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #59c5f2;
    top: .45em;
    width: 6px;
    height: 6px;
    content: "";
  }
  .office-iten-figure-wrap-v3 {
    margin-top: 20px;
  }
  
  /* ----- office-iten-figure ----- */
  .office-iten-figure__frame-v2>img {
    border-radius: 20px;
  }
  .office-iten-figure-wrap--center {
    justify-content: center;
    display: flex;
  }
    .office-iten-icon-figure__frame {
    width: 107px;
  }
  .office-iten-balloon-flex {
    display: flex;
    align-items: center;
  }
  .office-iten-figure-balloon__caption {
    margin-left: 20px;
    font-size: 10px;
  }
  .office-iten-figure-balloon__caption--highlight {
    font-size: 1.2rem;
  }
  /* ----- ffice-iten-util-sub ----- */
  .office-iten-util-sub {
    bottom: -.1em;
    position: relative;
    font-size: 60%;
    line-height: 1;
  }
  
  /* ----- office-iten-balloon ----- */
  .office-iten-balloon {
    background-repeat:round;
    background-image: url("../img/index_bg03_sp.webp");
    width: 100%;
  }
  .office-iten-balloon__inner {
    padding:2px 15px 25px 15px;
  }
  .office-iten-balloon__inner>.office-iten-text-v2 {
    font-size: 14px;
    margin: 3px 0 0;
    line-height: 1.4;
  }
  .office-iten-balloon-lead-v2 {
    font-size: 15px;
    font-weight: bold;
    color: #0079b3;
    margin: 5px 0 0;
  }
  .office-iten-figure-balloon {
    margin-top: 8px;
  }
  .office-iten-figure-balloon__frame {
    width: 90px;
  }
  /* ----- office-iten-Achievements-box ----- */
  .office-iten-Achievements-box {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
  }
  .office-iten-Achievements-box__head {
    background-color: #009edf;
    border-radius: 10px 10px 0 0;
    padding: 2px 5px;
  }
  .office-iten-Achievements-box__body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px 30px;
  }
  .office-iten-Achievements-figure__frame {
    margin-top: 10px;
    padding: 0 15px;
  }
  /* ----- ffice-iten-heading3 ----- */
  .office-iten-heading3--center {
    text-align: center;
  }
  .office-iten-heading3__Achievements-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
  }
  
  /* ----- office-iten--faq ----- */
  .office-iten--faq-heading2__title {
    margin: 0;
    font-size: 21px;
  }
  .office-iten-faq {
    margin: 20px 0 0;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
  }
  .office-iten-faq__head {
    padding: 10px;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    background-color: #fff;
    line-height: 1.4;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .office-iten-faq__mark--question {
    width: 19px;
    height: 22px;
    margin-right: 7px;
  }
  .office-iten-faq__title {
    padding-right: 20px;
    position: relative;
    flex: 1 1;
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .office-iten-faq__head.is-active .office-iten-faq__title::before {
    transform: rotate(0deg);
  }
  .office-iten-faq__title::before {
    width: 12px;
    transform: rotate(90deg);
    transition: transform .25s cubic-bezier(.4,0,.2,1) 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1) 0s;
    position: absolute;
    top: 10px;
    right: 5px;
    height: 2px;
    margin: -1px 0 0;
    background: #52c3f1;
    border-radius: 20px;
    content: "";
  }
  .office-iten-faq__title::after {
    width: 12px;
    transform: rotate(0deg);
    position: absolute;
    top: 10px;
    right: 5px;
    height: 2px;
    margin: -1px 0 0;
    background: #52c3f1;
    border-radius: 20px;
    content: "";
  }
  .office-iten-faq__body {
    padding: 0.5em 0.6em;
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    background-color: #f9fedc;
    padding-right: 2.0em;
  }
  .office-iten-faq__mark--answer {
    width: 19px;
    height: 22px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .office-iten-faq__detail {
    margin-top: 0!important;
  }
  .office-iten-faq__detail>.office-iten-text-v2 {
    margin: 0;
    font-size: 1.4rem;
  }
  .office-iten-pagetop {
    bottom: -35px;
    right: 1rem;
    width: 35px;
    height: 35px;
    z-index: 998;
    position: fixed;
  }
  .office-iten-pagetop.js-office-iten-pagetop.is-active {
    bottom: 6.5rem;
    transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
  }
  .office-iten-pagetop a {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #eee;
    font-size: 0;
    text-indent: -9999em;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
  }
  .office-iten-pagetop a::before {
    position: absolute;
    right: calc(50% - 5px);
    top: 50%;
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    color: #333;
    line-height: 1;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(-45deg);
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}


/* ======================================================
 * wpcf7-form
====================================================== */
.wpcf7-form {
  background: #FFF;
  position: relative;
}
fieldset.form-component {
  padding: 0;
}
/* ----- submit-button-wrap ----- */
.submit-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.wpcf7-submit[value="確認"] {
  width: 360px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 35px;
  background-color: #d6ea31;
  text-align: center;
  padding: 7px 10px 10px 10px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  box-shadow: 0px 4px #c6c7c3;
  cursor: pointer;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;

  font-size: 2.4rem;
  line-height: 1.4;
}
.wpcf7-submit {
  width: 360px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 35px;
  background-color: #d6ea31;
  text-align: center;
  padding: 7px 50px 10px 10px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  box-shadow: 0px 4px #c6c7c3;
  cursor: pointer;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;

  font-size: 2.4rem;
  line-height: 1.4;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #b2b2b2;
}
.wpcf7-submit:not([value="確認"])::after {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  background: no-repeat 50% / contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  will-change: background;
  top: calc(50% - 8px);
  background-image: url(/office-iten/img/index_ic07.webp);
  margin-top: -7px;
  width: 30px;
  height: 30px;
  right: 20px;
}
.wpcf7-submit:hover {
  top: 2px;
  background-color: #c9d846;
  box-shadow: 0px 2px #c6c7c3;
}
#wpcf7cpcnf table {
  width: 100%;
}
#wpcf7cpcnf table th {
  border: 1px solid #eaeaea;
  padding: 20px 10px 10px;
  max-width: 120px;
}
#wpcf7cpcnf table td {
  border: 1px solid #eaeaea;
  padding: 10px 10px 0;
}
button.wpcf7cp-cfm-edit-btn {
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 35px;
  background-color: #424242;
  color: #FFF;
  text-align: center;
  padding: 7px 10px 10px 10px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  box-shadow: 0px 4px #c6c7c3;
  cursor: pointer;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  font-size: 2.4rem;
  line-height: 1.4;
}
div.wpcf7cp-btns {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.wpcf7-not-valid-tip[aria-hidden=true] {
  display: block;
}
.office-iten-form__area {
  position: relative;
  z-index: 0;
  min-height: 14rem;
}
.office-iten-thanks {
  margin-bottom: 38px;
}
.wpcf7 .screen-reader-response {
  text-align: center;
  width: 100%;
  height: fit-content;
  clip: unset;
  clip-path: unset;
  font-size: 2rem;
  line-height: 1.4;
}
.wpcf7-form.sent {
  display: none;
}