@charset "UTF-8";
.mediaset .btn a, .linkset a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 30px;
  border-radius: 30px;
  background: url(../images/arrow-wh.png) no-repeat right 20px center, #4ca5c4;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.mediaset .btn a:hover, .linkset a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"] {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mediaset .btn a, .linkset a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    min-height: 50px;
    font-size: 14px;
  }
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  background: #f1f4f6;
  overflow: hidden;
}

#pagetitle::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 0;
  width: max(50% - 300px, 20%);
  height: 100%;
  background: #4ca5c4;
}

#pagetitle::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 85px 100vw;
  border-color: transparent transparent #fff transparent;
}

#pagetitle .inner {
  position: relative;
  z-index: 2;
  width: min(50% + 510px,100%);
  margin: 0 0 0 auto;
  padding: min(70px,7vw) 0 min(104px,10.4vw) min(90px,9vw);
}

#pagetitle .image img {
  min-height: 110px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#pagetitle h1 {
  position: absolute;
  left: 10px;
  bottom: min(90px,9vw);
  color: #004ec5;
  font-size: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: white 3px 0px 0px, white 2.83487px 0.98158px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.70571px 2.91581px 0px, white -0.28717px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.5717px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.13712px -2.99686px 0px, white 0.85099px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.83825px 0px;
}

#pagetitle h1 small {
  display: block;
  color: #004ec5;
  font-family: 'Century Gothic', Century Gothic, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-shadow: none;
}

@media (max-width: 767px) {
  #pagetitle h1 {
    font-size: 28px;
    text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  font-size: 13px;
}

/* ----------------------------------------------
heading1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.heading1 h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.heading1 h2 small {
  display: block;
  color: #004ec5;
  font-family: 'Century Gothic', Century Gothic, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.11111;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 26px;
  }
  .heading1 h2 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
heading2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

.heading2 p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.heading2 p small {
  display: inline-block;
  margin-left: 20px;
  color: #4ca5c4;
  font-family: 'Century Gothic', Century Gothic, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .heading2 p {
    font-size: 22px;
  }
  .heading2 p small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
heading3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.heading3 p {
  position: relative;
  padding-top: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.heading3 p::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 30px;
  height: 1px;
  background: #4ca5c4;
}

@media (max-width: 767px) {
  .heading3 p {
    font-size: 18px;
  }
}

/* ----------------------------------------------
heading4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.heading4 p {
  border-bottom: 1px solid #4ca5c4;
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .heading4 p {
    font-size: 16px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  line-height: 1.5;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.tableset table {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.tableset th,
.tableset thead td,
.tableset thead th {
  white-space: nowrap;
}

.tableset.type-normal th,
.tableset.type-normal td {
  border-bottom: 1px solid #e2e9ed;
  padding: 45px 20px 15px 20px;
}

.tableset.type-normal th,
.tableset.type-normal thead td,
.tableset.type-normal thead th {
  color: #004ec5;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.tableset.type-normal td {
  font-size: 16px;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll table {
  border-collapse: separate;
  border-spacing: 10px;
}

.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 15px 0px 5px 0px;
  font-size: 14px;
}

.tableset.type-scroll thead td,
.tableset.type-scroll thead th,
.tableset.type-scroll tbody th {
  border-bottom: 1px solid #004ec5;
  color: #004ec5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.tableset.type-scroll thead th {
  border: none;
}

.tableset.type-scroll thead td {
  text-align: center;
}

.tableset.type-scroll tbody td {
  border-bottom: 1px solid #e2e9ed;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 25px 0 10px;
    font-size: 14px;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-normal td {
    padding-top: 10px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.mediaset .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 220px;
  margin-top: 40px;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) .imgbox {
  width: 40%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  flex: 1;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4%;
}

.mediaset:not(.img-small).img-right .imgbox {
  order: 1;
  margin-left: 4%;
}

.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}

.mediaset.img-small.img-right .imgbox {
  order: 1;
  margin-left: 40px;
  margin-right: 0;
}

.mediaset.img-small .imgbox {
  width: 286px;
  margin-right: 40px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  flex: 1;
}

.mediaset.img-small .text {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .mediaset {
    flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    max-width: 286px;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 10px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.calloutset .text {
  font-size: 16px;
  line-height: 1.5;
}

.calloutset.col4 .block {
  width: 23%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66667%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col3 .block {
  width: 31%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 3.5%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  justify-content: space-between;
}

.calloutset.col2 .block {
  width: 48%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset .title {
    font-size: 16px;
  }
  .calloutset .text {
    font-size: 14px;
  }
  .calloutset.col4 {
    justify-content: space-between;
    max-width: 506.66667px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 47.26027%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    flex-direction: column;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.linkset.notLast {
  margin-bottom: 30px;
}

.linkset ul {
  display: flex;
  flex-wrap: wrap;
}

.linkset.col4 li {
  width: 22%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 4%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .linkset.col4 ul {
    justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .linkset.col4 a {
    padding: 5px 20px;
    background-position: right 10px center;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  margin-bottom: 100px;
  padding: 50px 10px;
  background: #ccc;
}

.listset ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .listset ul {
    flex-direction: column;
  }
}

.listset li {
  width: 48%;
}

.listset li:nth-child(n + 3) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(2) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 45px 20px 15px 20px;
  border-bottom: 1px solid #e2e9ed;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #E4E4E4;
  padding: 5px;
  width: 100%;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #004ec5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  font-size: 16px;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
    padding: 25px 0 10px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    padding-top: 10px;
    font-size: 14px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
listset
------------------------------------------------- */
.listset {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 34px 0;
  background-color: #f1f4f6;
}

.listset ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.listset li {
  display: flex;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.listset li:before {
  flex-shrink: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #4ca5c4;
  content: "";
}

.listset li:nth-child(n + 3) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .listset li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .listset li:before {
    margin-top: 7px;
  }
}

@media (max-width: 500px) {
  .listset li {
    width: 100%;
  }
  .listset li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------
badgeflow
------------------------------------------------- */
.badgeflow {
  display: flex;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
  padding-top: 50px;
}

.badgeflow.notLast {
  margin-bottom: 40px;
}

.badgeflow .imgbox {
  position: relative;
  width: 40%;
  min-width: 340px;
  margin-right: 4%;
  padding-left: 50px;
}

.badgeflow .imgbox img {
  width: 100%;
  height: auto;
}

.badgeflow .txtbox {
  flex: 1;
}

.badgeflow .badge {
  position: absolute;
  top: -50px;
  left: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #4ca5c4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.badgeflow .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.badgeflow .text {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .badgeflow {
    flex-direction: column;
    padding-top: 0px;
  }
  .badgeflow .imgbox {
    width: 100%;
    max-width: 400px;
    min-width: 0px;
    margin: 0 auto 20px;
    padding-left: 0;
  }
  .badgeflow .badge {
    top: 0px;
    width: 65px;
    height: 65px;
    font-size: 13px;
  }
  .badgeflow .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .badgeflow .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
flowset
------------------------------------------------- */
.flowset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.flowset.notLast {
  margin-bottom: 40px;
}

.flowset .block {
  width: 30%;
}

.flowset .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

.flowset .block:nth-child(n + 4) {
  margin-top: 40px;
}

.flowset .block:nth-child(3n + 1) .image::before {
  display: none;
}

.flowset .image {
  position: relative;
  margin-bottom: 10px;
}

.flowset .image img {
  width: 100%;
  height: auto;
}

.flowset .image:before {
  position: absolute;
  top: 0;
  left: -16.66667%;
  z-index: 1;
  display: block;
  content: "";
  width: 16.66667%;
  height: 100%;
  background: url(../images/flowset-arrow.png) no-repeat center;
}

.flowset .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.flowset .text {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .flowset {
    flex-direction: column;
    max-width: 320px;
  }
  .flowset.notLast {
    margin-bottom: 0;
  }
  .flowset + .flowset .block:nth-child(3n + 1) .image::before {
    display: block;
  }
  .flowset .block {
    width: 100%;
  }
  .flowset .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .flowset .block:nth-child(n + 2) {
    margin-top: 0;
  }
  .flowset .image:before {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../images/flowset-arrow-sp.png) no-repeat center;
  }
  .flowset .title {
    font-size: 16px;
  }
  .flowset .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
contactset
------------------------------------------------- */
.contactset {
  margin-bottom: 120px;
  padding: 70px 10px;
  background: #f1f4f6;
}

.contactset .inner {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contactset .block {
  flex: 1;
}

.contactset .block + .block {
  margin-left: 5%;
}

.contactset .block a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding: 5px;
  border-radius: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

.contactset .block a:hover {
  opacity: 0.6;
}

.contactset .block.block-tel a {
  flex-direction: column;
  background: #fff;
  color: #1b1b1b;
}

.contactset .block.block-tel a .lead {
  font-weight: normal;
  font-size: 16px;
}

.contactset .block.block-tel a .tel {
  font-size: 30px;
}

.contactset .block.block-tel a .tel img {
  margin-right: 10px;
  vertical-align: baseline;
}

.contactset .block.block-tel a .memo {
  font-weight: normal;
  font-size: 12px;
}

.contactset .block.block-mail a {
  background: #4ca5c4;
  color: #fff;
}

.contactset .block.block-mail a img {
  margin-right: 10px;
}

.contactset .block.block-estate a {
  background: #004ec5;
  color: #fff;
}

@media (max-width: 999px) {
  .contactset .block a {
    min-height: 120px;
    font-size: 14px;
  }
  .contactset .block.block-tel a .lead {
    font-size: 13px;
  }
  .contactset .block.block-tel a .tel {
    font-size: 26px;
  }
  .contactset .block.block-tel a .tel img {
    margin-right: 5px;
  }
  .contactset .block.block-tel a .memo {
    font-size: 11px;
  }
  .contactset .block.block-mail a img {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .contactset .inner {
    display: block;
    max-width: 300px;
  }
  .contactset .block + .block {
    margin-top: 20px;
    margin-left: 0;
  }
  .contactset .block a {
    min-height: 100px;
  }
}
/*# sourceMappingURL=contents.css.map */