/*===== common =====*/
@charset "UTF-8";
html,body {
  font-family: YuGothic,'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
a:link,
a:visited,
a:active {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sp {
  display: none;
}
.inner {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  html,body {
    font-size: 3.467vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    max-width: none;
    margin: 0 auto;
    padding: 0 2.5645vw;
  }
}

/*===== header =====*/
header {
  display: flex;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid #e6e6e6
}
header #head_link {
  display: flex;
  align-items: center;
  padding-right: 40px;
  padding-left: 40px
}
header #head_link a {
  text-underline-offset: .2ex
}
header #head_link img {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain
}
@media screen and (max-width: 768px) {
  header {
      display:flex;
      justify-content: center;
      height: inherit;
      padding: 10px 0;
      border-bottom: 1px solid #e6e6e6;
      text-align: left
  }
  header #head_link {
      width: 100%;
      max-width: 1040px;
      padding-right: 14px;
      padding-left: 14px
  }
  header #head_link img {
      width: auto;
      -o-object-fit: contain;
      height: 24px;
      object-fit: contain
  }
}

/*===== mv =====*/
.mv {
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 64px;
  text-align: center;
}
.mv picture {
  display: block;
  max-width: 961px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 0;
    margin-bottom: 8.205vw;
    background: none;
  }
  .mv picture {
    display: block;
    max-width: none;
  }
}

/*===== leadBox =====*/
.leadBox {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.leadPic01,
.leadPic02 {
  max-width: 95px;
}
.lead {
  width: 700px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.35;
  text-align: center;
}
.lead .red {
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #e70819;
}
.en {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #FFD900;
}
h2 {
  position: relative;
  margin-top: 15px;
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
h2::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: calc(50% - 47px);
  width: 94px;
  height: 8px;
  background: url("../img/border.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .leadBox {
    display: flex;
    align-items: center;
    gap: 3.077vw;
    padding: 0 2.564vw;
  }
  .leadPic01 {
    max-width: 7.8vw;
    margin-right: -1.333vw;
  }
  .lead {
    width: 73.846vw;
    padding: 0;
    margin-bottom: 0px;
    font-size: 3.077vw;
    line-height: 8.718vw;
  }
  .leadPic02 {
    max-width: 8.467vw;
    margin-left: -1.333vw;
  }
  .lead .red {
    padding-bottom: 0.667vw;
    font-size: 3.59vw;
    white-space: nowrap;
  }
  .en {
    font-size: 4.267vw;
  }
  h2 {
    margin-top: 2vw;
    font-size: 6.154vw;
    line-height: 8.718vw;
  }
  h2::after {
    position: absolute;
    bottom: -4vw;
    left: calc(50% - 8.667vw);
    width: 17.333vw;
    height: 2vw;
    background: url("../img/border_sp.png") no-repeat;
    background-size: contain;
  }
}

/*=====campaign=====*/
.campaign {
  margin-top: 65px;
}
.campaign h2 {
  margin-bottom: 55px;
}
.campaign_description {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.625;
  color: #014099;
}
.campaign_contents {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 28px;
  margin-top: 32px;
}
.campaign_contents:nth-child(2) {
  margin-top: 32px;
}
.campaign_item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 470px;
  width: 100%;
}
.campaign_item.detail {
  flex: 1 1 auto;
  background: #FFFFC7;
}
.campaign_item_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.campaign .bold {
  font-weight: bold;
  line-height: 1.4;
}
.campaign .description {
  padding-left: 1em;
  font-size: 14px;
  font-weight: 500;
  text-indent: -1em;
}
.campaign dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30px 50px 30px;
}
.campaign dl dt {
  padding: 22px 0 15px;
}
.campaign dl dt:last-of-type {
  border-bottom: none;
}
.campaign dl dt span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  color: #014099;
}
.campaign dl dd {
  padding: 0 0 20px;
  border-bottom: 2px solid #014099;
  line-height: 28px;
}
.campaign dl dd:last-of-type {
  border-bottom: none;
  line-height: 1.4;
}
.campaign dl dd img {
  width: 390px;
}
.campaign dl dd p {
  line-height: 28px;
}
.campaign_item_btn {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.campaign_item_btn a {
  display: block;
  padding: 17px 20px;
  border-radius: 50px;
  line-height: 1.61;
  text-decoration: none;
  color: #fff;
}
.campaign_item_btn.orange a {
  background: #E75E11;
}
.campaign_item_btn.red a {
  background: #FF322B;
}
.campaign_item_link {
  max-width: 470px;
  width: 100%;
  margin: 32px auto 0;
}
.campaign_item_link a {
  display: block;
  padding: 23px 20px 22px;
  border: 2px solid #014099;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
  text-decoration: none;
  color: #014099;
}
@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 8.205vw;
  }
  .campaign h2 {
    margin-top: 1.795vw;
    margin-bottom: 8.205vw;
  }
  .campaign_description {
    font-size: 3.59vw;
    line-height:5.641vw;
    color: #F03920;
  }
  .campaign_contents {
    align-items: center;
    flex-direction: column;
    margin-top: 4.615vw;
    gap: 8.205vw;
  }
  .campaign_item {
    gap: 5.128vw;
    max-width: none;
    width: 100%;
    align-items: center;
  }
  .campaign .bold {
    font-size: 3.59vw;
    line-height: 5.5vw;
  }
  .campaign .description {
    font-size: 3.077vw;
  }
  .campaign dl {
    display: flex;
    flex-direction: column;
    padding: 6.667vw 5.333vw 2.667vw;
  }
  .campaign dl dt {
    width: 60%;
    padding: 4.615vw 0 0;
    border-bottom: none;
  }
  .campaign dl dt:first-of-type {
    padding: 0;
  }
  .campaign dl dt .redBox {
    padding: 2vw;
    border-radius: 1.333vw;
    line-height: 1.4rem;
  }
  .campaign dl dt span {
    font-size: 4.103vw;
    line-height: 6.462vw;
  }
  .campaign dl dd {
    width: 100%;
    padding: 3.846vw 0;
    border-bottom: 0.513vw solid #014099;
    line-height: 5.867vw;
  }
  .campaign dl dd img {
    width: 73.867vw;
  }
  .campaign dl dd p {
    line-height: 5.867vw;
  }
  .campaign dl dd:last-of-type {
    line-height: 5.67vw;
  }
  .campaign_item_btn a {
    padding: 3.335vw 5.128vw;
    border-radius: 12.821vw;
    font-size: 4.103vw;
    line-height: 6.667vw;
  }
  .campaign_item_link_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:  5.128vw;
    margin-top: 7.692vw;
    margin-bottom: 8.205vw;
  }
  .campaign_item_link_container .campaign_item_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    border: 0.533vw solid #014099;
    border-radius: 1.282vw;
    text-decoration: none;
  }
  .campaign_item_link_container .campaign_item_link p {
    padding: 5.1vw 0 5.164vw 5.128vw;
    border: none;
    color: #014099;
    text-align: left;
    font-size: 4.103vw;
    line-height: 6.667vw;
    font-weight: bold;
  }
  .campaign_item_link_container .campaign_item_link img{
    width: 3.59vw;
    height: 2.392vw;
    margin-right: 5.128vw;
  }
  .campaign_item_link {
    max-width: none;
    width: 100%;
    margin: 8.205vw auto 0;
  }
  .campaign_item_link a {
    padding: 5.1vw 5.128vw 5.164vw;
    border: 0.533vw solid #014099;
    border-radius: 1.282vw;
    font-size: 4.103vw;
    line-height: 6.667vw;
  }
}

/*===== ad =====*/
.ad {
  padding: 60px 0;
  margin-top: 70px;
  text-align: center;
  background: #e8e8e8;
}
.ad h3 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ad {
    padding: 5vw 0 5vw;
    margin-top: 8vw;
  }
  #p_tfurusato_site-container {
    display: flex;
    flex-direction: column;
  }
  #p_tfurusato_site-container > div {
    width: 100%;
    margin: 0;
  }
}

/*===== footer =====*/
@media screen and (max-width: 768px) {
  footer .inner {
    padding-top: 13.333vw;
  }
}