@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  background: #fff;
  font-size: 16px;
  line-height: 1;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  width: 100%;
  display: block;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

a:link {
  color: initial;
}

a:visited {
  color: initial;
}

section h2 span {
  color: initial;
  font-size: initial;
  font-weight: initial;
  display: initial;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

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

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
figure {
  padding: 0;
  margin: 0;
  display: block;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 14px !important;
  }

  .pc {
    display: none !important;
  }
}
/* =================
base
================= */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8665511265vw;
  }
}
@media (min-width: 1154px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #2a2a2a;
}

.inner {
  max-width: 1154px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* =============================================================================
    under 共通
   ========================================================================== */
/*#under {padding-bottom: 60px;}*/
#under .keyimages {
  background: url(.././images/global/bgUnder.png);
  background-size: cover;
  height: 556px;
  position: relative;
}

#under .keyimages h2 {
  text-align: center;
  /* letter-spacing: 0.1em; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 88px;
  color: #fff;
  line-height: normal;
}

#under .keyimages h2 span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #under {
    padding-bottom: 20px;
    /* margin-top: 67px; */
  }

  #under .keyimages {
    height: 200px;
  }

  #under .keyimages h2 {
    font-size: 36px;
    top: 65%;
  }

  #under .keyimages h2 span {
    font-size: 14px;
  }

  #under h3 {
    font-size: 18px;
  }
}
.ib {
  display: inline-block;
}

.br-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

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

.pc-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

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

/* =============================
link-btn
============================= */
#service .link-btn {
  padding: 8.4rem 0 8.5rem;
}
@media only screen and (max-width: 767px) {
  #service .link-btn {
    padding: 0 0 40px;
  }
}
#service .link-btn__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 6.4rem);
  gap: 2.1rem 2.1rem;
}
@media (min-width: 600px) and (max-width: 767px) {
  #service .link-btn__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 76px);
    gap: 15px 15px;
  }
}
@media (max-width: 599px) {
  #service .link-btn__grid {
    display: block;
    max-width: 320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#service .link-btn__item {
  background-color: #2442a2;
  border: 1px solid #2442a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#service .link-btn__item a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2941;
  letter-spacing: 0.12rem;
  font-weight: 700;
  color: #fff;
}
#service .link-btn__item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent #fff;
}
#service .link-btn__item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #service .link-btn__item {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px;
  }
  #service .link-btn__item::before {
    right: 15px;
  }
  #service .link-btn__item::after {
    right: 10px;
  }
}
#service .link-btn__item:hover {
  cursor: pointer;
  background-color: #fff;
}
#service .link-btn__item:hover a {
  color: #2442a2;
}
#service .link-btn__item:hover::before {
  border-color: transparent transparent transparent #2442a2;
}
#service .link-btn__item:hover::after {
  border: 1px solid #2442a2;
}
#service .link-btn__item.is-active {
  background-color: #fff;
}
#service .link-btn__item.is-active a {
  color: #2442a2;
}
#service .link-btn__item.is-active::before {
  border-color: transparent transparent transparent #2442a2;
}
#service .link-btn__item.is-active::after {
  border: 1px solid #2442a2;
}

/* =============================
section
============================= */
#service .section {
  background-color: #f0f0f0;
  padding: 79px 0 143px;
}
@media only screen and (max-width: 767px) {
  #service .section {
    padding: 50px 0 70px;
  }
}
#service .section_container {
  background-color: #fff;
  padding: 85px 20px 96px;
}
@media only screen and (max-width: 767px) {
  #service .section_container {
    padding: 30px 10px;
  }
}
#service .section__contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#service .section__head {
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.1em;
  color: #2442a2;
  padding: 1.2rem 0;
  border-bottom: 1px solid #2442a2;
  position: relative;
  padding-left: 84px;
  text-align: left;
}
#service .section__head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 65px;
  height: 65px;
  background-color: #2442a2;
}
@media only screen and (max-width: 767px) {
  #service .section__head {
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 5px;
    line-height: 1.2;
  }
  #service .section__head::before {
    width: 50px;
    height: 50px;
  }
}
#service .section__head span {
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #2442a2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #service .section__head span {
    font-size: 18px;
    line-height: 1.2;
  }
}
#service .section__head--service01::before {
  background-image: url(.././images/service/title-icon01.png);
}
#service .section__head--service02::before {
  background-image: url(.././images/service/title-icon02.png);
}
#service .section__head--service03::before {
  background-image: url(.././images/service/title-icon03.png);
}
#service .section__head--service04::before {
  background-image: url(.././images/service/title-icon04.png);
}
#service .section__head--service05::before {
  background-image: url(.././images/service/title-icon05.png);
}
#service .section__head--service06::before {
  background-image: url(.././images/service/title-icon06.png);
}
#service .section__head--service07::before {
  background-image: url(.././images/service/title-icon07.png);
}
@media only screen and (max-width: 767px) {
  #service .section__head--service08 span {
    font-size: 18px;
  }
}
#service .section__head--service08::before {
  background-image: url(.././images/service/title-icon08.png);
}
@media only screen and (max-width: 767px) {
  #service .section__head--service09 span {
    font-size: 18px;
  }
}
#service .section__head--service09::before {
  background-image: url(.././images/service/title-icon09.png);
}

#service .section__head--service010::before {
  background-image: url(.././images/service/title-icon010.png);
}

/* =============================
blue-box
============================= */
#service .blue-box {
  width: 100%;
  border: 3px solid #37c0ff;
  padding: 3.2rem 4.2rem;
}
@media only screen and (max-width: 767px) {
  #service .blue-box {
    padding: 20px 15px;
  }
}
#service .blue-box__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
#service .blue-box__text span {
  color: #f60000;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
#service .blue-box__title {
  display: inline-block;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans" "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #37c0ff;
  padding: 9px 15px;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__title {
    font-size: 17px;
    padding: 5px 10px;
    line-height: 1.4;
  }
}
#service .blue-box__title--second {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__title--second {
    margin-top: 30px;
  }
}
#service .blue-box__note {
  margin-top: 1.1rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
#service .blue-box__lists {
  margin-top: 12px;
}
#service .blue-box__lists--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__lists--row {
    display: block;
  }
}
#service .blue-box__lists--left {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__lists--left {
    width: 100%;
  }
}
#service .blue-box__lists--right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__lists--right {
    width: 100%;
  }
}
#service .blue-box__list {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 15px;
}
#service .blue-box__list::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  background-color: #37c0ff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__list {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 16px;
  }
  #service .blue-box__list::before {
    top: 5px;
  }
}
#service .blue-box__list--service02 {
  font-size: 1.6rem;
  padding-left: 1.5rem;
}
#service .blue-box__list--service02::before {
  top: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
}
#service .blue-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__row {
    display: block;
    margin-top: 20px;
  }
}
#service .blue-box__row .blue-box__lists:first-child {
  margin-right: 15.8rem;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__row .blue-box__lists:first-child {
    margin-right: 0;
  }
}
#service .blue-box__lists--service06 {
  margin-top: 20px;
}
#service .blue-box__note--service06 {
  font-size: 16px;
  font-weight: 700;
}
#service .blue-box__note--service06 span {
  color: #eb0000;
}
@media only screen and (max-width: 767px) {
  #service .blue-box__note--service06 {
    margin-top: 8px;
    font-size: 14px;
  }
}

/* =============================
flow
============================= */
#service {
  /* =============================
  flow__steps--service09
  ============================= */
}
#service .flow-block__title {
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #2442a2;
}
@media only screen and (max-width: 767px) {
  #service .flow-block__title {
    font-size: 18px;
  }
}
#service .flow__steps {
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
@media only screen and (max-width: 767px) {
  #service .flow__steps {
    display: block;
    margin-top: 15px;
  }
}
#service .flow__step {
  border: 1px solid #2442a2;
  padding: 1.1rem 1.1rem 2.8rem;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#service .flow__step::before {
  position: absolute;
  content: "";
  top: 41%;
  right: -2rem;
  border-style: solid;
  border-width: 2rem 0 2rem 2rem;
  border-color: transparent transparent transparent #2442a2;
}
#service .flow__step:last-child::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  #service .flow__step {
    margin-top: 30px;
    width: 100%;
  }
  #service .flow__step::before {
    top: initial;
    right: initial;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  #service .flow__step:first-child {
    margin-top: 0;
  }
}
#service .flow__img {
  background-color: #2442a2;
  width: 100%;
  height: 8.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .flow__img--01 img {
  width: 6.5rem;
}
#service .flow__img--02 img {
  width: 7.4rem;
}
#service .flow__img--03 img {
  width: 5.4rem;
}
#service .flow__img--04 img {
  width: 9.1rem;
}
#service .flow__img--05 img {
  width: 7rem;
}
#service .flow__img--06 img {
  width: 7.5rem;
}
#service .flow__img--07 img {
  width: 6.5rem;
}
#service .flow__img--08 img {
  width: 9.1rem;
}
#service .flow__img--09 img {
  width: 13.5rem;
}
#service .flow__img--10 img {
  width: 6.1rem;
}
#service .flow__img--11 img {
  width: 7.7rem;
}
#service .flow__img--12 img {
  width: 6.3rem;
}
#service .flow__img--13 img {
  width: 7.1rem;
}
#service .flow__img--14 img {
  width: 5.4rem;
}
#service .flow__img--15 img {
  width: 7.9rem;
}
#service .flow__img--16 img {
  width: 7rem;
}
#service .flow__img--17 img {
  width: 6.8rem;
}
#service .flow__title {
  display: block;
  padding: 1.3rem 0;
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  letter-spacing: 0.05em;
  color: #2442a2;
}
#service .flow__title--01 {
  font-size: 2rem;
  line-height: 1;
}
#service .flow__title--02 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.4rem 0 0.9rem;
  height: 7rem;
}
@media only screen and (max-width: 767px) {
  #service .flow__title--02 {
    height: auto;
  }
}
#service .flow__text {
  border-top: 3px solid #2442a2;
  padding-top: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.4285;
  letter-spacing: 0.06em;
  width: 100%;
}
#service .flow__steps--service09 {
  gap: 2rem;
}
#service .flow__step--service09 {
  width: 20%;
}
#service .flow__step--service09::before {
  top: 44%;
  right: -1.6rem;
  border-style: solid;
  border-width: 1.85rem 0 1.85rem 1.5rem;
  border-color: transparent transparent transparent #2442a2;
}
@media only screen and (max-width: 767px) {
  #service .flow__step--service09 {
    width: 100%;
  }
  #service .flow__step--service09::before {
    top: initial;
    bottom: -30px;
    right: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #2442a2;
  }
}
#service .flow__steps--service09 .flow__step--service09:nth-of-type(2) .flow__title--02 {
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  #service .flow__steps--service09 .flow__step--service09:nth-of-type(2) .flow__title--02 {
    letter-spacing: 0.05em;
  }
}

/* =============================
movie
============================= */
.movie__content {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.movie__box {
  padding-top: 53.5714%;
  position: relative;
  overflow: hidden;
}
.movie__box iframe {
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================
price
============================= */
#service {
  /* =============================
  price-service03
  ============================= */
  /* =============================
  hidden
  ============================= */
}
#service .price__title {
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #2442a2;
}
@media only screen and (max-width: 767px) {
  #service .price__title {
    font-size: 17px;
    line-height: 1.3;
  }
}
#service .price__table {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
#service .price__table th,
#service .price__table td {
  border: solid 1px #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#service .price__table th {
  background-color: #2442a2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #service .price__table th {
    width: 34.6666666667vw;
  }
}
#service .price__table td {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  #service .price__table td {
    width: calc(100vw - 60px - 34.6666666667vw);
  }
}
#service .price__note {
  margin-top: 2rem;
}
#service .price__note span {
  display: block;
  margin-top: 1.1rem;
  font-size: 14px;
  line-height: 1.2;
}
#service .price__table--sp tr {
  width: 100%;
}
#service .price-service03 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
#service .price-service03__table {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
#service .price-service03__table th,
#service .price-service03__table td {
  border: solid 1px #fff;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#service .price-service03__table th:first-child,
#service .price-service03__table td:first-child {
  width: 27.2rem;
}
@media only screen and (max-width: 767px) {
  #service .price-service03__table th:first-child,
#service .price-service03__table td:first-child {
    width: 50%;
  }
}
#service .price-service03__table th {
  background-color: #2442a2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #service .price-service03__table th {
    text-align: center;
    width: 150px;
  }
}
#service .price-service03__table td {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  #service .price-service03__table td {
    width: 170px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #service .price-service03__table {
    margin-top: 15px;
  }
}
#service .pc-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  #service .pc-hidden {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #service .sp-hidden {
    display: none;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* =============================
service01
============================= */
#service .service01 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service01 .sec-block02 {
  margin-top: 43px;
}
#service .service01 .sec-block02 span{
	color: #2442a2;
	font-weight: bold;
}
#service .service01 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block02 {
    margin-top: 30px;
  }
  #service .service01 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service01 .sec-block02__img {
  margin-top: 44px;
}
#service .service01 .sec-block02__img figure {
  max-width: 410px;
  width: 100%;
  margin: 43px auto;
}
#service .service01 .sec-block02__img figure img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block02__img {
    margin-top: 30px;
  }
  #service .service01 .sec-block02__img figure {
    margin: 26px auto;
  }
}
#service .service01 .sec-block02__caption {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
#service .service01 .sec-block02__caption span {
  display: table;
  font-size: 13px;
  line-height: 1.5384;
  letter-spacing: 0.06em;
  position: relative;
}
#service .service01 .sec-block02__caption span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -14px;
  background-color: #37c0ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#service .service01 .sec-block02__title {
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans" "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #2442a2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block02__title {
    font-size: 18px;
    line-height: 1.3;
  }
}
#service .service01 .sec-block03 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service01 .sec-block03__list {
  margin-top: 18px;
}
#service .service01 .sec-block03__list dt {
  font-weight: 700;
}
#service .service01 .sec-block03__list dt span {
  position: relative;
  padding-left: 2.2rem;
}
#service .service01 .sec-block03__list dt span::before {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #37c0ff;
}
#service .service01 .sec-block03__list dd {
  margin-top: 12px;
  line-height: 1.6;
}
#service .service01 .sec-block03__list .pre {
	/*color: #E50003;*/
	font-weight: bold;
	padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block03__list dd {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
}
#service .service01 .sec-block04 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block04 {
    margin-top: 50px;
  }
}
#service .service01 .sec-block05 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  #service .service01 .sec-block05 {
    margin-top: 50px;
  }
}

/* =============================
service02
============================= */
#service .service02 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service02 .sec-block02 {
  margin-top: 43px;
}
#service .service02 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block02 {
    margin-top: 30px;
  }
  #service .service02 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service02 .sec-block02__img {
  margin-top: 44px;
}
#service .service02 .sec-block02__img figure {
  max-width: 442px;
  width: 100%;
  margin: 43px auto;
}
#service .service02 .sec-block02__img figure img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block02__img {
    margin-top: 30px;
  }
  #service .service02 .sec-block02__img figure {
    margin: 26px auto;
  }
}
#service .service02 .sec-block02__caption {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
#service .service02 .sec-block02__caption span {
  display: table;
  font-size: 13px;
  line-height: 1.5384;
  letter-spacing: 0.06em;
  position: relative;
}
#service .service02 .sec-block02__caption span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -14px;
  background-color: #37c0ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#service .service02 .sec-block02__title {
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans" "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #2442a2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block02__title {
    font-size: 18px;
    line-height: 1.3;
  }
}
#service .service02 .sec-block03 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service02 .sec-block03__list {
  margin-top: 18px;
}
#service .service02 .sec-block03__list dt {
  font-weight: 700;
}
#service .service02 .sec-block03__list dt span {
  position: relative;
  padding-left: 2.2rem;
}
#service .service02 .sec-block03__list dt span::before {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #37c0ff;
}
#service .service02 .sec-block03__list dd {
  margin-top: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block03__list dd {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
}
#service .service02 .sec-block04 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block04 {
    margin-top: 50px;
  }
}
#service .service02 .sec-block05 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  #service .service02 .sec-block05 {
    margin-top: 50px;
  }
}

/* =============================
service03
============================= */
#service .service03 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service03 .sec-block02 {
  margin-top: 43px;
}
#service .service03 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block02 {
    margin-top: 30px;
  }
  #service .service03 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service03 .sec-block02__img {
  margin-top: 44px;
}
#service .service03 .sec-block02__img figure {
  max-width: 410px;
  width: 100%;
  margin: 43px auto;
}
#service .service03 .sec-block02__img figure img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block02__img {
    margin-top: 30px;
  }
  #service .service03 .sec-block02__img figure {
    margin: 26px auto;
  }
}
#service .service03 .sec-block02__caption {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
#service .service03 .sec-block02__caption span {
  display: table;
  font-size: 13px;
  line-height: 1.5384;
  letter-spacing: 0.06em;
  position: relative;
}
#service .service03 .sec-block02__caption span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -14px;
  background-color: #37c0ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#service .service03 .sec-block02__title {
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans" "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #2442a2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block02__title {
    font-size: 18px;
    line-height: 1.3;
  }
}
#service .service03 .sec-block03 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service03 .sec-block03__list {
  margin-top: 18px;
}
#service .service03 .sec-block03__list dt {
  font-weight: 700;
}
#service .service03 .sec-block03__list dt span {
  position: relative;
  padding-left: 2.2rem;
}
#service .service03 .sec-block03__list dt span::before {
  position: absolute;
  content: attr(data-text);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #37c0ff;
}
#service .service03 .sec-block03__list dd {
  margin-top: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block03__list dd {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
}
#service .service03 .sec-block04 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block04 {
    margin-top: 50px;
  }
}
#service .service03 .sec-block05 {
  margin-top: 76px;
}
@media only screen and (max-width: 767px) {
  #service .service03 .sec-block05 {
    margin-top: 50px;
  }
}

/* =============================
service04
============================= */
#service .service04 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service04 .sec-block02 {
  margin-top: 43px;
}
#service .service04 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block02 {
    margin-top: 30px;
  }
  #service .service04 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service04 .sec-block03 {
  margin-top: 133px;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service04 .sec-block04 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block04 {
    margin-top: 30px;
  }
}
#service .service04 .sec-block05 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block05 {
    margin-top: 50px;
  }
}
#service .service04 .sec-block06 {
  margin-top: 109px;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block06 {
    margin-top: 50px;
  }
}
#service .service04 .sec-block07 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block07 {
    margin-top: 50px;
  }
}
#service .service04 .sec-block08 {
  margin-top: 9.5rem;
}
#service .service04 .sec-block08 p {
	font-weight: bold;
	margin-top: 1rem;
}
#service .service04 .sec-block08 p span{
	color: #37c0ff;
    font-size: 10px;
    padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  #service .service04 .sec-block08 {
    margin-top: 50px;
  }
}

/* =============================
service05
============================= */
#service .service05 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service05 .sec-block02 {
  margin-top: 43px;
}
#service .service05 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block02 {
    margin-top: 30px;
  }
  #service .service05 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service05 .sec-block02__img {
  margin-top: 44px;
}
#service .service05 .sec-block02__img figure {
  max-width: 410px;
  width: 100%;
  margin: 43px auto;
}
#service .service05 .sec-block02__img figure img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block02__img {
    margin-top: 30px;
  }
  #service .service05 .sec-block02__img figure {
    margin: 26px auto;
  }
}
#service .service05 .sec-block02__caption {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
#service .service05 .sec-block02__caption span {
  display: table;
  font-size: 13px;
  line-height: 1.5384;
  letter-spacing: 0.06em;
  position: relative;
}
#service .service05 .sec-block02__caption span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -14px;
  background-color: #37c0ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#service .service05 .sec-block02__title {
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans" "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #2442a2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block02__title {
    font-size: 18px;
    line-height: 1.3;
  }
}
#service .service05 .sec-block03 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service05 .quote {
  max-width: 82rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.8rem 4.1rem;
  position: relative;
}
#service .service05 .quote::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #818181, #818181 2px, transparent 2px, transparent 7px), linear-gradient(to right, #818181, #818181 2px, transparent 2px, transparent 7px), linear-gradient(to bottom, #818181, #818181 2px, transparent 2px, transparent 7px), linear-gradient(to bottom, #818181, #818181 2px, transparent 2px, transparent 7px);
  background-size: 7px 2px, 7px 2px, 2px 7px, 2px 7px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #service .service05 .quote {
    padding: 20px;
  }
}
#service .service05 .quote__title {
  font-size: 23px;
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #service .service05 .quote__title {
    font-size: 18px;
  }
}
#service .service05 .quote__content {
  color: #818181;
}
#service .service05 .quote__content span {
  font-size: 18px;
  font-family: "小塚明朝 Pr6N", "Kozuka Mincho Pr6N", "MS 明朝", "MS Mincho", serif;
  font-weight: 700;
}
#service .service05 .quote__content p {
  margin-top: 20px;
  color: #818181;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.05;
}
@media only screen and (max-width: 767px) {
  #service .service05 .quote__content span {
    font-size: 16px;
  }
  #service .service05 .quote__content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#service .service05 .quote__content--head {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service05 .quote__content--head {
    margin-top: 20px;
  }
}
#service .service05 .quote__content--foot {
  margin-top: 35px;
  padding-top: 27px;
  border-top: 1px solid #818181;
}
@media only screen and (max-width: 767px) {
  #service .service05 .quote__content--foot {
    margin-top: 10px;
    padding-top: 20px;
  }
}
#service .service05 .sec-block04 {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block04 {
    margin-top: 30px;
  }
}
#service .service05 .sec-block04__lists {
  margin: 39px 0 20px;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block04__lists {
    margin: 20px 0 10px;
  }
}
#service .service05 .sec-block04__list {
  font-weight: 700;
}
#service .service05 .sec-block04__list p {
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
}
#service .service05 .sec-block04__list p::before {
  position: absolute;
  content: attr(data-text);
  top: -2px;
  left: 0;
  font-size: 20px;
  color: #37c0ff;
  font-family: alternate-gothic-no-2-d, sans-serif;
}
#service .service05 .sec-block04__list .list-note {
  font-weight: 500;
  line-height: 2.05;
  margin-left: 20px;
  margin-top: 10px;
}
#service .service05 .sec-block04__list .list-note span {
  color: #ee0000;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  #service .service05 .sec-block04__list .list-note {
    font-size: 15px;
    line-height: 1.4;
  }
}
#service .arrow {
  display: inline-block;
  margin: 11px 0 11px 46px;
  border-style: solid;
  border-width: 10px 9.5px 0 9.5px;
  border-color: #37c0ff transparent transparent transparent;
}

/* =============================
service06
============================= */
#service .service06 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service06 .sec-block02 {
  margin-top: 43px;
}
#service .service06 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block02 {
    margin-top: 30px;
  }
  #service .service06 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service06 .sec-block02__img {
  margin-top: 44px;
}
#service .service06 .sec-block02__img figure {
  max-width: 410px;
  width: 100%;
  margin: 43px auto;
}
#service .service06 .sec-block02__img figure img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block02__img {
    margin-top: 30px;
  }
  #service .service06 .sec-block02__img figure {
    margin: 26px auto;
  }
}
#service .service06 .sec-block02__caption {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
#service .service06 .sec-block02__caption span {
  display: table;
  font-size: 13px;
  line-height: 1.5384;
  letter-spacing: 0.06em;
  position: relative;
}
#service .service06 .sec-block02__caption span::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -14px;
  background-color: #37c0ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#service .service06 .sec-block02__title {
  font-size: 20px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans" "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #2442a2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block02__title {
    font-size: 18px;
    line-height: 1.3;
  }
}
#service .service06 .sec-block03 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service06 .sec-block03-img__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 97rem;
  width: 100%;
  margin: 6.2rem auto;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block03-img__items {
    display: block;
  }
}
#service .service06 .sec-block03-img__item01 {
  width: 25.2rem;
  position: relative;
}
#service .service06 .sec-block03-img__item01 img {
  width: 18.3rem;
  margin: 0 auto;
}
#service .service06 .sec-block03-img__item01::before {
  position: absolute;
  content: "";
  bottom: 15rem;
  right: -3.3rem;
  background-image: url(.././images/service/img06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8.9rem;
  height: 9rem;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block03-img__item01 {
    width: 100%;
  }
  #service .service06 .sec-block03-img__item01 img {
    max-width: 200px;
    width: 100%;
    margin: 10px auto 0;
  }
  #service .service06 .sec-block03-img__item01::before {
    background-image: none;
    width: 140px;
    bottom: -110px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(.././images/service/arrow-sp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
#service .service06 .sec-block03-img__item02 {
  width: 27.8rem;
  margin-top: 11.2rem;
  position: relative;
}
#service .service06 .sec-block03-img__item02 img {
  width: 22.3rem;
  margin: 2.4rem auto 0;
}
#service .service06 .sec-block03-img__item02::before {
  position: absolute;
  content: "";
  bottom: 12.6rem;
  right: -8.5rem;
  background-image: url(.././images/service/img07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 8.9rem;
  height: 9rem;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block03-img__item02 {
    width: 100%;
    margin-top: 130px;
  }
  #service .service06 .sec-block03-img__item02 img {
    max-width: 200px;
    width: 100%;
    margin: 10px auto;
  }
  #service .service06 .sec-block03-img__item02::before {
    background-image: none;
    width: 140px;
    bottom: -110px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(.././images/service/arrow-sp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
#service .service06 .sec-block03-img__item03 {
  width: 25.2rem;
}
#service .service06 .sec-block03-img__item03 img {
  width: 25rem;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block03-img__item03 {
    width: 100%;
    margin-top: 130px;
  }
  #service .service06 .sec-block03-img__item03 img {
    max-width: 200px;
    width: 100%;
    margin: 10 auto;
  }
  #service .service06 .sec-block03-img__item03::before {
    background-image: none;
    width: 40px;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#service .service06 .sec-block03__caption span {
  display: inline-block;
  font-size: 2rem;
  padding: 0.9rem 1.5rem;
  border: 1px solid #2442a2;
  color: #2442a2;
  font-weight: 700;
}
#service .service06 .sec-block03__caption p {
  font-size: 1.4rem;
  line-height: 1.7857;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block03__caption span {
    font-size: 18px;
    padding: 0.7rem 1.2rem;
  }
  #service .service06 .sec-block03__caption p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
#service .service06 .sec-block04 {
  margin-top: 63px;
}
#service .service06 .sec-block04 p {
  margin-top: 22px;
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block04 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block04 {
    margin-top: 30px;
  }
  #service .service06 .sec-block04 p {
    letter-spacing: 0.02em;
  }
}
#service .service06 .card__lists {
  margin: 24px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  #service .service06 .card__lists {
    margin: 20px 0 10px;
    display: block;
  }
}
#service .service06 .card__list {
  width: 343px;
  padding: 17px 21px;
  border: 1px solid #c9c9c9;
}
#service .service06 .card__list:first-child {
  margin-right: 21px;
}
#service .service06 .card__list p {
  margin-top: 9px;
  padding-top: 14px;
  border-top: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 1.7857;
  letter-spacing: 0.06em;
}
@media (max-width: 500px) {
  #service .service06 .card__list {
    margin: 0 auto;
    width: 100%;
  }
  #service .service06 .card__list:first-child {
    margin-right: auto;
  }
  #service .service06 .card__list:nth-child(2) {
    margin-top: 20px;
  }
}
#service .service06 .card__head {
  color: #c9c9c9;
  font-size: 1.4rem;
}
#service .service06 .sec-block05 {
  margin-top: 49px;
}
#service .service06 .sec-block05 p {
  margin-top: 27px;
  line-height: 1.7857;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block05 {
    margin-top: 40px;
  }
  #service .service06 .sec-block05 p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.6;
  }
}
#service .service06 .sec-block06 {
  margin-top: 49px;
}
@media only screen and (max-width: 767px) {
  #service .service06 .sec-block06 {
    margin-top: 30px;
  }
}
#service .arrow {
  display: inline-block;
  margin: 11px 0 11px 46px;
  border-style: solid;
  border-width: 10px 9.5px 0 9.5px;
  border-color: #37c0ff transparent transparent transparent;
}

/* =============================
service07
============================= */
#service .service07 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service07 .sec-block02 {
  margin-top: 43px;
}
#service .service07 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block02 {
    margin-top: 30px;
  }
  #service .service07 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service07 .sec-block03 {
  margin-top: 74px;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service07 .sec-block04 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block04 {
    margin-top: 30px;
  }
}
#service .service07 .sec-block04__row {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block04__row {
    display: block;
    margin-top: 20px;
  }
}
#service .service07 .sec-block04__list {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 1.8rem;
}
#service .service07 .sec-block04__list span {
  color: #37c0ff;
  border-bottom: 2px solid #37c0ff;
  padding-bottom: 0.3rem;
}
#service .service07 .sec-block04__list:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block04__list {
    font-size: 14px;
    margin-top: 12px;
  }
  #service .service07 .sec-block04__list:nth-child(2) {
    margin-top: 15px;
  }
}
#service .service07 .sec-block04__text {
  width: 45.8rem;
  font-size: 1.6rem;
  line-height: 2.05;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block04__text {
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
}
#service .service07 .sec-block05 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block05 {
    margin-top: 50px;
  }
}
#service .service07 .sec-block06 {
  margin-top: 109px;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block06 {
    margin-top: 50px;
  }
}
#service .service07 .sec-block07 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block07 {
    margin-top: 50px;
  }
}
#service .service07 .sec-block08 {
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service07 .sec-block08 {
    margin-top: 50px;
  }
}

/* =============================
service08
============================= */
#service .service08 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service08 .sec-block02 {
  margin-top: 43px;
}
#service .service08 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block02 {
    margin-top: 30px;
  }
  #service .service08 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service08 .sec-block03 {
  margin-top: 74px;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service08 .sec-block04 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block04 {
    margin-top: 30px;
  }
}
#service .service08 .sec-block05 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block05 {
    margin-top: 50px;
  }
}
#service .service08 .sec-block06 {
  margin-top: 109px;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block06 {
    margin-top: 50px;
  }
}
#service .service08 .sec-block07 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block07 {
    margin-top: 50px;
  }
}
#service .service08 .sec-block08 {
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service08 .sec-block08 {
    margin-top: 50px;
  }
}

/* =============================
service04
============================= */
#service .service09 .sec-block01 {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block01 {
    margin-top: 30px;
  }
}
#service .service09 .sec-block02 {
  margin-top: 43px;
}
#service .service09 .sec-block02 p {
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block02 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block02 {
    margin-top: 30px;
  }
  #service .service09 .sec-block02 p {
    letter-spacing: 0.02em;
  }
}
#service .service09 .sec-block03 {
  margin-top: 133px;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block03 {
    margin-top: 30px;
  }
}
#service .service09 .sec-block03 .blue-box__title:nth-of-type(2) {
  margin-top: 43px;
}
#service .service09 .sec-block03 .blue-box__list {
  margin-top: 16px;
}
#service .service09 .sec-block04 {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block04 {
    margin-top: 30px;
  }
}
#service .service09 .sec-block05 {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block05 {
    margin-top: 50px;
  }
}
#service .service09 .sec-block06 {
  margin-top: 109px;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block06 {
    margin-top: 50px;
  }
}
#service .service09 .sec-block07 {
  margin-top: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block07 {
    margin-top: 50px;
  }
}
#service .service09 .sec-block08 {
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  #service .service09 .sec-block08 {
    margin-top: 50px;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */