.underFirstView {
  width: 100%;
  height: 400px;
  position: relative;
}
.underFirstView + .titleArea {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .underFirstView {
    height: 300px;
  }
  .underFirstView + .titleArea {
    margin-top: 50px;
  }
}
.underFirstView__link {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  right: 42px;
  bottom: 25px;
  background-color: #003086;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 14px 86px 14px 23px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .underFirstView__link {
    right: 17px;
    bottom: 18px;
    font-size: 12px;
    padding: 8px 27px 8px 13px;
  }
}
.underFirstView__link:hover {
  opacity: 0.6;
}
.underFirstView__link::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 6px;
  position: absolute;
  right: 23px;
  bottom: 21px;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  border-bottom: solid 1px #fff;
  border-right: solid 2px #fff;
  -webkit-transition:
    border-bottom 0.3 ease,
    border-right 0.3 ease;
  transition:
    border-bottom 0.3 ease,
    border-right 0.3 ease;
}
@media screen and (max-width: 768px) {
  .underFirstView__link::after {
    width: 34px;
    height: 3px;
    right: 16px;
    bottom: 12px;
  }
}
.underFirstView__link__en {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .underFirstView__link__en {
    font-size: 11px;
    margin-top: 0;
  }
}

.footer {
  margin-top: 101px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 42px;
  }
}
.titleArea {
  width: 880px;
  max-width: 92%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .titleArea {
    margin-top: 110px;
  }
}
.titleArea__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .titleArea__title {
    font-size: 20px;
  }
}
.titleArea__titleEn {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.12em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .titleArea__titleEn {
    font-size: 12px;
    margin-top: 10px;
  }
}
.titleArea__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .titleArea__text {
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 40px;
  }
}
.service__content {
  display: block;
  width: 100%;
  height: auto;
  background-color: #003086;
  margin-top: 71px;
  padding: 50px 50px;
}
@media screen and (max-width: 768px) {
  .service__content {
    margin-top: 50px;
    padding: 8px;
  }
}
.service__whiteBox {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .service__whiteBox {
    padding: 12px 10px 13px;
  }
}
.service__blueBox {
  background-color: #eff9ff;
  width: 100%;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 38px 40px;
}
@media screen and (max-width: 768px) {
  .service__blueBox {
    padding: 24px 14px 14px;
    border-radius: 7px;
  }
}
.inside__title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0079ca;
  padding: 10px 0 0 60px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .inside__title {
    font-size: 18px;
    line-height: 1.23;
    padding: 0 0 0 26px;
    margin: 0;
  }
}
.inside__title--mt {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .inside__title--mt {
    margin-top: 19px;
  }
}
.inside__title::before {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  background-image: url(../images/service/serviceTitleIcon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .inside__title::before {
    width: 22px;
    height: 22px;
    top: 1px;
  }
}
.inside__title::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: #3179c4;
  margin: 11px 0 20px;
}
@media screen and (max-width: 768px) {
  .inside__title::after {
    display: none;
  }
}
.inside__text {
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .inside__text {
    margin-top: 19px;
    line-height: 1.8;
    width: 100%;
    font-size: 14px;
  }
}
.inside__text + .inside__text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .inside__text + .inside__text {
    margin-top: 0;
  }
}
.inside__plus {
  width: 40px;
  height: 40px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .inside__plus {
    width: 20px;
    height: 20px;
    margin-top: 24px;
  }
}
.inside__plus::before,
.inside__plus::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media screen and (max-width: 768px) {
  .inside__plus::before,
  .inside__plus::after {
    height: 2px;
  }
}
.inside__plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inside__listLabel {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  border-bottom: solid 1px #000;
  margin-top: 50px;
  padding-bottom: 10px;
}
.inside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inside__listItem {
  width: 49%;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .inside__listItem {
    width: 100%;
    -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;
  }
}
.inside__listImageBox {
  width: 70px;
  max-width: 100%;
}
.inside__listTextBox {
  width: calc(100% - 70px - 20px);
}
@media screen and (max-width: 768px) {
  .inside__listTextBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}
.inside__listTitle {
  font-size: 18px;
  font-weight: 700;
}
.inside__listText {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .inside__listText {
    margin-top: 6px;
  }
}
.inside__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inside__linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flow__link,
.inside__link {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .flow__link,
  .inside__link {
    width: 100%;
  }
}
.inside__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #003085;
  padding: 0 20px;
  height: 88px;
  border: solid 1px #003085;
  -webkit-transition:
    background-color 0.3s ease,
    color 0.3s ease;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
.inside__link svg {
  margin-right: 5px;
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.inside__link:hover {
  background-color: #fff;
  color: #003085;
}
.inside__link:hover svg {
  fill: #003085;
}
@media screen and (max-width: 768px) {
  .inside__link {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .inside__link + .inside__link {
    margin-top: 20px;
  }
}
.flow__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #003085;
  padding: 0 20px;
  height: 88px;
  border: solid 1px #003085;
  -webkit-transition:
    background-color 0.3s ease,
    color 0.3s ease;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .flow__link {
    margin-top: 20px;
    height: 70px;
  }
}
.flow__link svg {
  margin-right: 10px;
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.flow__link:hover {
  background-color: #fff;
  color: #003085;
}
.flow__link:hover svg {
  fill: #003085;
}
.flow__linkTextBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}
.flow__linkEn {
  font-size: 20px;
  font-weight: 700;
  margin-top: 6px;
}
.flow {
  margin-top: 60px;
  padding: 100px 0 107px;
  background-color: #81c4ec;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 45px;
    padding: 53px 0 68px;
  }
}
.flow .titleArea {
  margin-top: 0;
}
.flow__inner {
  width: 1000px;
  max-width: 92%;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    width: 100%;
    margin-top: 33px;
  }
}
.flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding: 28px 0 26px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 18px 17px 17px;
    margin-bottom: 32px;
  }
}
.flow__step--last {
  margin-bottom: 0;
}
.flow__step--last::after {
  display: none;
}
.flow__step::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  margin: 0 auto;
}
.flow__step__number {
  display: block;
  width: 212px;
  height: auto;
  padding: 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  line-height: 1.5;
  color: #003086;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__step__number {
    width: 100%;
    font-size: 14px;
  }
}
.flow__step__number .flow__step__content__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__step__number .flow__step__content__title {
    font-family: initial;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.25;
    padding-left: 12px;
    border-left: 1px solid #707070;
    margin-left: 8px;
  }
}
.flow__step__content {
  display: block;
  width: calc(100% - 212px);
  height: auto;
  min-height: 65px;
  padding: 0 101px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .flow__step__content {
    width: 100%;
    min-height: 0;
    padding: 0 7px 0;
    border-left: none;
  }
}
.flow__step__content__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #0079ca;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .flow__step__content__title {
    display: none;
  }
}
.flow__step__content__text {
  font-size: 16px;
  line-height: 1.63;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .flow__step__content__text {
    line-height: 1.44;
    margin-top: 13px;
  }
}
.flow__stepWrap {
  background-color: #003085;
  padding: 20px;
}
.flow__stepWrap--last {
  margin-top: 30px;
}
.flow__stepWrapTitle {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
}
.foot__flowLinkBix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}
.column__inner {
  width: 1210px;
  max-width: 92%;
  margin: 46px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .column__inner {
    width: 100%;
    margin-top: 31px;
  }
}
.column__inner img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .column__inner img {
    width: 100%;
  }
}
.column__inner .column__remarks a {
  text-decoration: underline;
  color: #1a92e2;
}
.column__inner .column__remarks a:hover {
  opacity: 0.8;
}
.column__inner .__txt__bold {
  font-weight: 700;
}
.column__inner .c-list__mark {
  margin-top: 20px;
}
.column__inner .c-list__mark li {
  list-style: none;
  position: relative;
  margin-top: 10px;
}
.column__inner .c-list__mark li .__mark {
  position: absolute;
  left: 0;
  top: 0;
}
.column__inner .c-list__mark.__1em li {
  padding-left: 1em;
}
.column__inner .c-list__mark.__2em li {
  padding-left: 2em;
}
.column__inner .c-list__mark.__3em li {
  padding-left: 3em;
}
.column__index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column__index__list .__column {
  width: calc(25% - 10px);
  margin: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .column__index__list .__column {
    width: calc(50% - 10px);
  }
}
.column__index__list .__column .__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .column__index__list .__column .__title {
    font-size: 16px;
  }
}
.column__index__list .__column .__icon {
  margin: 10px 0;
}
.column__index__list .__column .__icon span {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  background: #0079ca;
  border-radius: 12px;
  padding: 3px 10px;
  margin-right: 7px;
  margin-bottom: 4px;
}
.column__index__list .__column .__view {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.05em;
  color: #0079ca;
  border: solid 1px #0079ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column__index__list .__column .__view::after {
  content: "";
  display: inline-block;
  border-bottom: solid 2px #0079ca;
  border-right: solid 2px #0079ca;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  margin-left: 15px;
}
.column__index__list .__column a {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.column__index__list .__column a:hover img {
  opacity: 0.7;
}
.column__index__list .__column a:hover .__view {
  color: #fff;
  background: #0079ca;
}
.column__index__list .__column a:hover .__view::after {
  border-color: #fff;
}
.column__img__title {
  text-align: center;
  border-radius: 9px;
  padding: 20px 30px;
  background-color: #d1e7f5;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .column__img__title {
    border-radius: 0;
    padding: 14px;
    margin-top: 28px;
  }
}
.column__img__title .__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #0079ca;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .column__img__title .__title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.column__img__title .__text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .column__img__title .__text {
    text-align: left;
  }
}
.column__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .column__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.column__img img {
  display: inline-block;
}
.column__img__caption {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .column__img__caption {
    font-size: 14px;
    text-align: left;
  }
}
.column__lead {
  font-size: 19px;
  line-height: 2.5em;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .column__lead {
    font-size: 16px;
    line-height: 2em;
    text-align: left;
  }
}
.column__prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .column__prof {
    display: block;
    margin-top: 46px;
  }
}
.column__prof .column__prof__img {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .column__prof .column__prof__img {
    max-width: 200px;
    margin: auto;
  }
}
.column__prof .column__prof__img img {
  width: 100%;
}
.column__prof .column__prof__txt {
  text-align: center;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .column__prof .column__prof__txt {
    margin-top: 25px;
    font-size: 20px;
  }
}
.column__prof .column__prof__txt .txt01 {
  color: #0079ca;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .column__prof .column__prof__txt .txt01 {
    margin-bottom: 15px;
  }
}
.column__prof .column__prof__txt .txt02 {
  font-weight: bold;
}
.column__prof .column__prof__txt .txt02 .subtxt01 {
  font-size: 18px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .column__prof .column__prof__txt .txt02 .subtxt01 {
    font-size: 16px;
  }
}
.column__prof .column__prof__txt .txt02 .subtxt02 {
  display: inline-block;
  vertical-align: top;
}
.column__prof .column__prof__txt .txt02 .subtxt02 ruby {
  font-size: 12px;
}
.column__toc {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .column__toc {
    padding: 20px 10px 13px;
    margin-top: 25px;
  }
}
.column__toc h3 {
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .column__toc h3 {
    font-size: 16px;
  }
}
.column__toc ul {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .column__toc ul {
    font-size: 16px;
  }
}
.column__toc ul li {
  margin-bottom: 20px;
}
.column__toc ul li .__mark {
  color: #0079ca;
}
.column__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .column__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .column__textArea {
    margin-top: 22px;
  }
}
.column__no {
  font-size: 42px;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho B1", serif;
  color: #0079ca;
  font-weight: 700;
  position: relative;
  margin-right: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column__no {
    font-size: 30px;
    margin-right: 0;
  }
}
.column__no::after {
  content: "";
  display: block;
  margin: auto;
  width: 43px;
  height: 2px;
  background-color: #0079ca;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .column__no::after {
    width: 35px;
  }
}
.column__catch {
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .column__catch {
    font-size: 20px;
    line-height: 1.8em;
    text-align: center;
  }
}
.column__remarks {
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .column__remarks {
    font-size: 16px;
  }
}
.column__remarks + .column__remarks {
  margin-top: 20px;
}
.column__colbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column__colbox .__col:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .column__colbox .__col:not(:last-child) {
    margin: auto;
  }
}
.column__colbox .column__img {
  margin: auto;
}
.column__colbox .column__img img {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .column__colbox {
    display: block;
  }
  .column__colbox .column__img {
    margin: 16px auto;
  }
  .column__colbox .column__img img {
    width: auto;
    max-width: 100%;
  }
}
.column__prof__detail {
  font-size: 18px;
  line-height: 1.8em;
}
.column__prof__detail .name {
  font-size: 20px;
  font-weight: 700;
}
.column__prof__detail .txt01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .column__prof__detail {
    font-size: 16px;
  }
  .column__prof__detail .name {
    font-size: 18px;
  }
}
.column__subTitle {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0079ca;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .column__subTitle {
    width: 100%;
    font-size: 18px;
  }
}
.column__subTitle span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 1em;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .column__subTitle span {
    width: 70%;
  }
}
.column__subTitle::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0079ca;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
}
.column__subTitle + .column__remarks {
  margin-top: 20px;
}
.column__subTitle--third {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .column__subTitle--third {
    margin-top: 40px;
  }
}
.column__subTitle__ptn01 {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .column__subTitle__ptn01 {
    margin-top: 28px;
  }
}
.column__subTitle__ptn01 span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 9px;
  padding: 8px 25px 6px;
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  .column__subTitle__ptn01 span {
    font-size: 16px;
    padding: 4px 20px;
    letter-spacing: 0.05em;
    border-radius: 4px;
  }
}
.column__subTitle__ptn02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  margin: 38px 0 23px;
}
@media screen and (max-width: 768px) {
  .column__subTitle__ptn02 {
    font-size: 16px;
    margin: 25px 0 9px;
  }
}
.column__subTitle__ptn03 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  margin: 38px 0 23px;
  color: #0079ca;
}
@media screen and (max-width: 768px) {
  .column__subTitle__ptn03 {
    font-size: 16px;
    margin: 25px 0 9px;
  }
}
.summary__blueBox {
  display: block;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 9px;
  padding: 30px 40px;
  color: #0079ca;
  background-color: #d1e7f5;
  margin-top: 46px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .summary__blueBox {
    font-size: 16px;
    border-radius: 0;
    padding: 24px 14px 14px;
    margin-top: 38px;
    letter-spacing: 0.05em;
  }
}
.summary__list {
  display: block;
  height: auto;
  margin: 0 auto;
}
.summary__list > li {
  display: block;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #403c3c;
  padding: 39px 45px 38px 111px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .summary__list > li {
    font-size: 16px;
    padding: 18px 18px 18px 39px;
  }
}
.summary__list > li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/service/01/iconCheck.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 40px;
  left: 66px;
}
@media screen and (max-width: 768px) {
  .summary__list > li::before {
    width: 16px;
    height: 16px;
    top: 21px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.c-image-card {
  width: 1060px;
  margin: 94px auto 0 auto;

  @media screen and (max-width: 768px) {
    width: calc(100% - 40px);
    margin: 48px auto 0 auto;
  }
}
