@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #1A1A1A;
}
body {
  margin: 0;
  font-weight: 500;
  color: #1A1A1A;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: 100%;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}
dd {
  margin-inline-start: 0;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #1A1A1A;
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited {
  color: #1A1A1A;
  text-decoration: none;
}
input,
textarea,
select {
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
#mv {
  background: url(../img/fv_bg.jpg) no-repeat center / contain;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv {
    background: url(../img/fv_bg_sp.jpg) no-repeat center / contain;
    background-size: cover;
  }
}
#mv .inner {
  max-width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-left: 43px;
}
@media screen and (max-width: 1024px) {
  #mv .inner {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #mv .inner {
    padding-top: 10px;
    padding-left: 12px;
  }
}
#mv .inner .logo {
  max-width: 414px;
}
@media screen and (max-width: 1024px) {
  #mv .inner .logo {
    max-width: 324px;
  }
}
@media screen and (max-width: 900px) {
  #mv .inner .logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  #mv .inner .logo {
    max-width: 280px;
  }
}
#mv .bg {
  width: 100%;
  max-width: 1109px;
  position: relative;
  z-index: 5;
  padding-left: 60px;
  margin: auto;
  padding-top: 105px;
  padding-bottom: 40px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #mv .bg {
    padding: 67px 0 12px 0;
  }
}
#mv .bg img {
  width: 100%;
}
.banner01_pc {
  display: block;
  background: url(../img/banner_bg.jpg) no-repeat bottom / contain;
  background-size: cover;
  text-align: center;
}
.banner01_pc .inner {
  padding-top: 50px;
  padding-bottom: 60px;
}
.banner01_pc img {
  max-width: 1031px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .banner01_pc {
    display: none;
  }
}
.cta_btn_item .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 820px) {
  .cta_btn_item .inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn_item .inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.cta_btn_item .last {
  padding-bottom: 110px;
}
@media screen and (max-width: 820px) {
  .cta_btn_item .last {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .cta_btn_item .last {
    padding-bottom: 45px;
  }
}
.cta_btn_item img {
  max-width: 790px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .cta_btn_item img {
    max-width: 490px;
  }
}
.cta_btn_item a {
  width: fit-content;
  margin: auto;
  display: block;
}
.cta_btn_item a + a {
  margin-top: 8px;
}
.kan {
  background: url(../img/kan_bg.jpg) no-repeat bottom / contain;
  background-size: cover;
  background-position-y: bottom;
}
@media screen and (max-width: 768px) {
  .kan {
    background: url(../img/kan_bg_sp.jpg) no-repeat bottom / contain;
    background-size: cover;
    background-position-y: bottom;
  }
}
.kan .inner {
  padding-top: 50px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1100px) {
  .kan .inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kan .inner {
    padding-top: 30px;
    padding-bottom: 42px;
  }
}
.kan .kan_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 5px;
  border-bottom: 3px solid #9F7237;
}
@media screen and (max-width: 768px) {
  .kan .kan_ttl {
    padding-bottom: 3px;
    border-bottom: 2px solid #9F7237;
    font-size: 25px;
  }
}
.kan .kan_ttl span {
  color: #0C4C89;
}
.kan ul {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 90px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .kan ul {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kan ul {
    margin-top: 32px;
    column-gap: 10px;
  }
}
.kan ul li {
  margin-bottom: 50px;
  width: calc(33.3333% - 60px);
  background: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 85px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1100px) {
  .kan ul li {
    width: calc(33.3333% - 20px);
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .kan ul li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    font-size: 14px;
    padding-top: 45px;
    padding-bottom: 18px;
  }
}
.kan ul li::after {
  position: absolute;
  content: "";
  width: 106px;
  height: 78px;
  right: calc(50% - 53px);
  top: -28px;
  background: url(../img/icon01.png) no-repeat center / contain;
  background-size: 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kan ul li::after {
    top: -15px;
    width: 60px;
    height: 44px;
    right: calc(50% - 30px);
  }
}
.kan ul li span {
  font-weight: 800;
}
.growth {
  margin-top: -1px;
  background: #0C4C89;
}
.growth .inner {
  padding-top: 50px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1050px) {
  .growth .inner {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .growth .inner {
    padding-top: 25px;
    padding-bottom: 12px;
  }
}
.growth .growth_ttl {
  color: #ffffff;
  text-align: center;
  font-size: 66px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1200px) {
  .growth .growth_ttl {
    font-size: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .growth .growth_ttl {
    font-size: 52px;
  }
}
@media screen and (max-width: 920px) {
  .growth .growth_ttl {
    font-size: 46px;
  }
}
@media screen and (max-width: 820px) {
  .growth .growth_ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .growth .growth_ttl {
    font-size: 38px;
  }
}
.growth .growth_ttl span {
  color: #FFFF00;
}
.growth .content {
  background: #ffffff;
  margin-top: 30px;
  padding: 50px 50px 60px 50px;
}
@media screen and (max-width: 768px) {
  .growth .content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.growth .img {
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .growth .img {
    margin-bottom: 18px;
  }
}
.growth p {
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .growth p {
    line-height: 1.4;
    font-size: 14px;
  }
}
.growth .sub_ttl {
  color: #9F7237;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .growth .sub_ttl {
    margin-bottom: 18px;
    font-size: 23px;
    font-weight: 900;
  }
}
.growth .m_t_100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .growth .m_t_100 {
    margin-top: 45px;
  }
}
.hikaku .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .hikaku .inner {
    padding-bottom: 22px;
  }
}
.hikaku .hikaku_ttl {
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #9F7237;
  padding-top: 90px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1060px) {
  .hikaku .hikaku_ttl {
    font-size: 41px;
  }
}
@media screen and (max-width: 768px) {
  .hikaku .hikaku_ttl {
    padding-top: 25px;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 900;
  }
}
.hikaku .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hikaku .img {
    margin-bottom: 18px;
  }
}
.hikaku .small_img {
  padding-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .hikaku .small_img {
    padding-top: 0;
    margin-bottom: 25px;
  }
}
.voice {
  background: #E6EAEE;
}
.voice .voice_ttl {
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #9F7237;
  margin-bottom: 95px;
}
@media screen and (max-width: 1060px) {
  .voice .voice_ttl {
    font-size: 41px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_ttl {
    font-size: 23px;
    margin-bottom: 90px;
    font-weight: 900;
  }
}
.voice .inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1060px) {
  .voice .inner {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .voice .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.voice ul {
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
.voice ul li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #ffffff;
  padding: 0 20px 60px 20px;
}
@media screen and (max-width: 1060px) {
  .voice ul {
    column-gap: 25px;
  }
  .voice ul li {
    width: calc(50% - 12.5px);
    margin-bottom: 25px;
    padding: 0 10px 30px 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice ul li {
    padding: 0 12px 30px 12px;
    width: 100%;
    margin-bottom: 75px;
  }
  .voice ul li:last-child {
    margin-bottom: 0;
  }
}

.voice__title-flex {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .voice__title-flex {
    flex-direction: column;
    gap: 20px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
}

.voice ul li .icon {
  max-width: 107px;
  height: 132px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1060px) {
  .voice ul li .icon {
    max-width: 70px;
    height: 86.25px;
  }
}

@media screen and (max-width: 768px) {
  .voice ul li .icon {
    max-width: 107px;
    height: 132px;
  }
  .voice ul li .icon::after {
    content: '';
    width: 110%;
    height: 110%;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
  }
}

.voice ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.icon__img {
  background: url(../img/personal_icon04.jpg);
  background-position: -10px -178px;
  background-size: 210px;
  background-repeat: no-repeat;
  width: 107px;
  height: 132px;
  border-radius: 50%;
  position: relative;
  z-index: auto;
}



@media screen and (max-width: 1060px) {
  .icon__img {
    width: 70px;
    height: 86.25px;
    background-size: 120px;
    background-position: -3px -90px;
  }
}

@media screen and (max-width: 768px) {
  .icon__img {
    width: 107px;
    height: 132px;
    background-position: -10px -178px;
    background-size: 210px;
  }

  .icon__img::before {
    content: '';
    width: 110%;
    height: 110%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
  }
}

.voice ul li .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  .voice ul li .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .voice ul li .ttl {
    margin-top: 0;
    text-align: center;
  }
}
.voice ul li p {
  text-align: left;
  font-size: 16px;
  margin-top: 30px;
  line-height: 180%;
}

.voice__message {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .voice ul li p {
    font-size: 14px;
    line-height: 160%;
    margin-top: 18px;
  }
}
.voice ul li .sub_ttl {
  display: flex;
  padding: 3px 20px;
  background: #9F7237;
  color: #ffffff;
  line-height: 100%;
  font-weight: 600;
  font-size: 20px;
  width: fit-content;
  margin-top: 15px;
}
@media screen and (max-width: 1060px) {
  .voice ul li .sub_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .voice ul li .sub_ttl {
    margin-top: 12px;
    font-size: 14px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.step .inner {
  padding-top: 110px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1060px) {
  .step .inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .step .inner {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.step .step_ttl {
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #0C4D89;
  margin-bottom: 35px;
}
@media screen and (max-width: 1060px) {
  .step .step_ttl {
    font-size: 41px;
  }
}
@media screen and (max-width: 768px) {
  .step .step_ttl {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 900;
  }
}
.step ul li {
  padding: 28px 40px 28px 40px;
  width: 100%;
  position: relative;
  background: #F3F6F9;
}
@media screen and (max-width: 1060px) {
  .step ul li {
    padding: 28px 20px 28px 20px;
  }
}
@media screen and (max-width: 768px) {
  .step ul li {
    padding: 12px;
  }
}
.step ul li + li {
  margin-top: 56px;
}
@media screen and (max-width: 1060px) {
  .step ul li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .step ul li + li {
    margin-top: 24px;
  }
}
.step ul li + li::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 21px;
  right: calc(50% - 18px);
  top: -38px;
  background: url(../img/step_icon.png) no-repeat center / contain;
  background-size: 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1060px) {
  .step ul li + li::after {
    top: -26px;
    width: 21px;
    height: 12px;
    right: calc(50% - 10.5px);
  }
}
@media screen and (max-width: 768px) {
  .step ul li + li::after {
    top: -18px;
    width: 21px;
    height: 12px;
    right: calc(50% - 10.5px);
  }
}
.step ul li dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .step ul li dl {
    display: block;
  }
}
.step ul li dl dt {
  width: 47%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .step ul li dl dt {
    padding-left: 20px;
    width: 100%;
  }
}
.step ul li dl dt img {
  max-width: 104px;
}
@media screen and (max-width: 1060px) {
  .step ul li dl dt img {
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .step ul li dl dt img {
    max-width: 60px;
  }
}
.step ul li dl dt .num {
  font-size: 53px;
  font-weight: bold;
  font-family: "Helvetica";
  color: #0C4D89;
  margin-left: 50px;
}
@media screen and (max-width: 1060px) {
  .step ul li dl dt .num {
    margin-left: 30px;
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  .step ul li dl dt .num {
    margin-left: 23px;
    font-size: 28px;
  }
}
.step ul li dl dt .ttl {
  font-size: 29px;
  text-align: left;
  font-weight: 700;
  color: #0C4D89;
  margin-left: 20px;
}
@media screen and (max-width: 1060px) {
  .step ul li dl dt .ttl {
    font-size: 20px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .step ul li dl dt .ttl {
    margin-left: 10px;
    font-size: 15px;
  }
}
.step ul li dl dd {
  width: 53%;
  text-align: left;
  font-size: 19px;
  line-height: 170%;
}
@media screen and (max-width: 1060px) {
  .step ul li dl dd {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .step ul li dl dd {
    width: 100%;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
  }
}
.step ul li dl dd a {
  text-decoration: underline;
}
.banner02_item {
  position: relative;
  background: #E6EAEE;
}
.banner02_item .inner {
  padding-top: 95px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .banner02_item .inner {
    padding-top: 29px;
    padding-bottom: 22px;
  }
}
.banner02_item .banner02_ttl {
  position: absolute;
  z-index: 10;
  left: 0;
  max-width: 966px;
  top: -72px;
}
@media screen and (max-width: 768px) {
  .banner02_item .banner02_ttl {
    max-width: 300px;
    top: -60px;
  }
}
.faq .inner {
  padding-top: 118px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1060px) {
  .faq .inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq .inner {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}
.faq .faq_ttl {
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #0C4D89;
  margin-bottom: 35px;
}
@media screen and (max-width: 1060px) {
  .faq .faq_ttl {
    font-size: 41px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq_ttl {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 900;
  }
}
.faq dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .faq dl {
    margin-top: 12px;
  }
}
.faq dl dt {
  width: 100%;
  background: #0C4D89;
  color: #ffffff;
  text-align: left;
  padding: 12px 35px;
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq dl dt {
    padding: 12px;
    font-size: 17px;
  }
}
.faq dl dt .icon {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .faq dl dt .icon {
    margin-right: 12px;
  }
}
.faq dl dt .icon img {
  width: 37px;
}
@media screen and (max-width: 768px) {
  .faq dl dt .icon img {
    width: 21px;
  }
}
.faq dl dt .ttl {
  width: calc(100% - 77px);
}
@media screen and (max-width: 768px) {
  .faq dl dt .ttl {
    width: calc(100% - 33px);
  }
}
.faq dl dd {
  padding: 20px 45px 20px 35px;
  border: 1px solid #0C4D89;
  display: flex;
  text-align: left;
  font-size: 18px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .faq dl dd {
    padding: 13px 12px ;
    font-size: 14px;
    line-height: 1.6;
  }
}
.faq dl dd .icon {
  margin-top: 6px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .faq dl dd .icon {
    margin-right: 12px;
    width: 20px;
  }
}
.faq dl dd .icon img {
  width: 36px;
}
@media screen and (max-width: 768px) {
  .faq dl dd .icon img {
    width: 20px;
  }
}
.faq dl dd .txt {
  width: calc(100% - 76px);
}
@media screen and (max-width: 768px) {
  .faq dl dd .txt {
    width: calc(100% - 32px);
  }
}
.info {
  background: #F1F3F5;
}
.info .inner {
  padding-top: 50px;
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .info .inner {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}
.info .info_ttl {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1060px) {
  .info .info_ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .info .info_ttl {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 18px;
  }
}
.info ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info ul {
    display: block;
  }
}
.info ul dl {
  display: flex;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .info ul dl {
    font-size: 16px;
  }
}
@media screen and (max-width: 1060px) {
  .info ul dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .info ul dl {
    padding-left: 12px;
    font-size: 11px;
    letter-spacing: -0.5px;
    line-height: 1.6;
    font-weight: 500;
  }
}
.info ul .br {
  border-top: 1px solid #808080;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .info ul .br {
    padding-top: 12px;
    margin-top: 12px;
  }
}
.info ul li:nth-child(1) {
  width: 45%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .info ul li:nth-child(1) {
    width: 100%;
  }
}
.info ul li:nth-child(1) dt {
  width: 170px;
}
@media screen and (max-width: 1060px) {
  .info ul li:nth-child(1) dt {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .info ul li:nth-child(1) dt {
    width: 80px;
  }
}
.info ul li:nth-child(1) dd {
  width: calc(100% - 170px);
}
@media screen and (max-width: 1060px) {
  .info ul li:nth-child(1) dd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .info ul li:nth-child(1) dd {
    width: calc(100% - 80px);
  }
}
.info ul li:nth-child(2) {
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .info ul li:nth-child(2) {
    width: 100%;
  }
}
.info ul li:nth-child(2) dt {
  width: 190px;
}
@media screen and (max-width: 1060px) {
  .info ul li:nth-child(2) dt {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .info ul li:nth-child(2) dt {
    width: 80px;
  }
}
.info ul li:nth-child(2) dd {
  width: calc(100% - 190px);
}
@media screen and (max-width: 1060px) {
  .info ul li:nth-child(2) dd {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 768px) {
  .info ul li:nth-child(2) dd {
    width: calc(100% - 80px);
  }
}
.flex_item {
  border-top: 3px solid #0C4D89;
  background: #F1F1F1;
  height: 120px;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flex_item {
    border-top: 2px solid #0C4D89;
    height: auto;
    padding-top: 8px;
    padding-bottom: 5px;
  }
}
.flex_item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_item .f_tel img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .flex_item .f_tel {
    display: none;
  }
}
.flex_item .f_yoyaku img {
  max-width: 325px;
}
@media screen and (max-width: 768px) {
  .flex_item .f_yoyaku img {
    max-height: 86px;
    width: auto;
    margin-right: 3px;
  }
}
.flex_item .f_contact img {
  max-width: 335px;
}
@media screen and (max-width: 768px) {
  .flex_item .f_contact img {
    max-height: 86px;
    width: auto;
  }
}

