@charset "UTF-8";
/* default
--------------------------------------------------------*/
@font-face {
  font-family: "SciFly-Sans";
  src: url("./font/SciFly-Sans.ttf") format("truetype");
}
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

a,
button {
  transition: opacity ease 0.4s;
}
a:hover,
button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.font-scifly {
  font-family: "SciFly-Sans";
}

.inner {
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 960px) {
  .inner {
    padding: 0 5.3333333333%;
  }
}
.inner.sm {
  max-width: 848px;
}
.inner.md {
  max-width: 1048px;
}
.inner.lg {
  max-width: 1400px;
}
.inner.paddingInner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .inner.paddingInner {
    padding: 0 10.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .inner > .paddingInner {
    padding: 0 5.9701492537%;
  }
}

.paddingBox {
  padding: 70px 50px 50px;
}
@media screen and (max-width: 768px) {
  .paddingBox {
    padding: 35px 5.9701492537% 25px;
  }
}

.txt {
  text-align: justify;
}

.btnBlue > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #004e83, #0f80bd);
  border-radius: 18px;
}
.btnBlue > *:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btnBlue > * {
    font-size: 12px;
    height: 30px;
  }
}

.btnMore > a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #004e83;
}
.btnMore > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("./img/shintaku/arrow01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btnOpen > * {
  position: relative;
  width: 194px;
  height: 40px;
  border-radius: 20px;
  transition: opacity ease 0.4s;
}
.btnOpen > *:hover {
  opacity: 0.5;
  cursor: pointer;
}
.btnOpen > *::before, .btnOpen > *::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
.btnOpen > *::before {
  transform: translateY(-50%) rotate(90deg);
  transition: ease 0.4s;
}
.btnOpen.on > *::before {
  transform: translateY(-50%) rotate(0deg);
}

.content {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 60px 0;
  }
}
.content .secTitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  .content .secTitle {
    font-size: 28px;
  }
}
.content .secTitle + .lead {
  margin-top: 42px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .content .secTitle + .lead {
    margin-top: 30px;
    font-size: 18px;
    text-align: justify;
  }
}

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

/* header
--------------------------------------------------------*/
main {
  min-height: 5000px;
}

#bodyHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  #bodyHeader {
    padding-top: 20px;
  }
}
#bodyHeader .inner {
  max-width: 100%;
}
#bodyHeader .logo {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  #bodyHeader .logo {
    max-width: 160px;
  }
}
#bodyHeader #gnav {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
#bodyHeader #gnav .pcNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 424px;
  height: 60px;
  margin: 0 0 0 auto;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #bodyHeader #gnav .pcNav {
    display: none;
  }
}
#bodyHeader #gnav .pcNav .tel {
  overflow: hidden;
  width: 244px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#bodyHeader #gnav .pcNav .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
}
#bodyHeader #gnav .pcNav .tel a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("./img/shintaku/icon_tel01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#bodyHeader #gnav .pcNav .tel a img {
  width: 59.8360655738%;
}
#bodyHeader #gnav .pcNav .contact {
  overflow: hidden;
  width: 180px;
  background: linear-gradient(90deg, #ee961d, #e85820);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#bodyHeader #gnav .pcNav .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#bodyHeader #gnav .spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  #bodyHeader #gnav .spNav {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 103px;
    pointer-events: auto;
    background-color: #004e83;
  }
  #bodyHeader #gnav .spNav::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 104px;
    aspect-ratio: 208/236;
    background-image: url("./img/shintaku/img_contact01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateX(30%);
  }
  #bodyHeader #gnav .spNav .inner,
  #bodyHeader #gnav .spNav .wrap {
    height: 100%;
  }
  #bodyHeader #gnav .spNav .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: calc(100% - 70px);
  }
  #bodyHeader #gnav .spNav .wrap .message {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  #bodyHeader #gnav .spNav .wrap .message::before, #bodyHeader #gnav .spNav .wrap .message::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("./img/shintaku/deco_contact01_1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #bodyHeader #gnav .spNav .wrap .message::after {
    background-image: url("./img/shintaku/deco_contact01_2.png");
  }
  #bodyHeader #gnav .spNav .wrap .navList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #bodyHeader #gnav .spNav .wrap .navList > * {
    overflow: hidden;
    width: calc((100% - 20px) / 3);
    background: linear-gradient(90deg, #ee961d, #e85820);
    border-radius: 18px;
  }
  #bodyHeader #gnav .spNav .wrap .navList > * a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
}

#shintaku {
  overflow: hidden;
}
#shintaku #key .bgWrap {
  background-color: #fdf4e8;
}
#shintaku #key .bgWrap .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #shintaku #key .bgWrap .inner {
    padding: 0;
  }
}
#shintaku #key .bgWrap .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 167.1428571429%;
  aspect-ratio: 2340/760;
  background-image: url("./img/shintaku/bg_key02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #shintaku #key .bgWrap .inner::before {
    width: 277.3333333333%;
    aspect-ratio: 1040/390;
  }
}
#shintaku #key .bgWrap .wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  aspect-ratio: 1352/938;
  padding-top: 14.7142857143%;
  background-image: url("./img/shintaku/bg_key01_1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  #shintaku #key .bgWrap .wrap {
    aspect-ratio: 375/470;
    padding: 29.3333333333% 20px 0;
    background-image: url("./img/shintaku/bg_key01_2.png");
    background-size: 102% auto;
    background-position: top 28.7234042553% right;
  }
}
#shintaku #key .bgWrap .wrap .title {
  width: 52.6627218935%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #shintaku #key .bgWrap .wrap .title {
    width: 100%;
  }
}
#shintaku #key .bgWrap .wrap .catch {
  width: 39.7928994083%;
  margin: 1.775147929% auto 0;
}
@media screen and (max-width: 768px) {
  #shintaku #key .bgWrap .wrap .catch {
    width: 95%;
  }
}
#shintaku #key .bgWrap .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 73.224852071%;
  aspect-ratio: 990/470;
  background-image: url("./img/shintaku/bg_key03.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #shintaku #key .bgWrap .wrap::after {
    width: 117.3333333333%;
    transform: translateX(-51%);
  }
}
#shintaku #key .union {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  width: 100%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #shintaku #key .union {
    position: static;
    margin-top: 40px;
    transform: translate(0);
  }
}
#shintaku #key .union .box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 192px;
  aspect-ratio: 385/433;
  margin: 0 0 0 auto;
  background-image: url("./img/shintaku/bg_union01_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #shintaku #key .union .box {
    width: 100%;
    aspect-ratio: 334/138;
    background-image: url("./img/shintaku/bg_union01_2.png");
  }
}
#shintaku #key .union .box .heading {
  padding: 1.5em 0 0.8em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.375;
  color: #004e83;
}
@media screen and (max-width: 768px) {
  #shintaku #key .union .box .heading {
    padding: 2.25em 0 1em;
    font-size: 14px;
  }
  #shintaku #key .union .box .heading br {
    display: none;
  }
}
#shintaku #key .union .box .btnList {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 24px;
  border-top: dashed 1px #004e83;
}
@media screen and (max-width: 768px) {
  #shintaku #key .union .box .btnList {
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
  }
}
#shintaku #key .union .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 45px;
  height: 29px;
  background-image: url("./img/shintaku/icon_union01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, -36%);
}
#shintaku #secIntro {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #shintaku #secIntro {
    padding: 60px 0;
  }
}
#shintaku #secIntro .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #shintaku #secIntro .inner {
    flex-direction: column-reverse;
  }
}
#shintaku #secIntro .inner .box {
  width: 64.7777777778%;
}
@media screen and (max-width: 768px) {
  #shintaku #secIntro .inner .box {
    width: 100%;
  }
}
#shintaku #secIntro .inner .box .secTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  font-size: 24px;
  font-weight: bold;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secIntro .inner .box .secTitle {
    font-size: 22px;
    line-height: 1;
  }
}
#shintaku #secIntro .inner .box .secTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./img/shintaku/icon_q01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#shintaku #secIntro .inner .box .txt {
  margin-top: 1.2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  #shintaku #secIntro .inner .box .txt {
    font-size: 16px;
  }
}
#shintaku #secIntro .inner .box .btnMore {
  display: none;
  margin-top: 1.8em;
  text-align: right;
}
#shintaku #secIntro .inner .img {
  width: 29.4444444444%;
}
@media screen and (max-width: 768px) {
  #shintaku #secIntro .inner .img {
    width: 68.9655172414%;
    margin: 0 auto 40px;
  }
}
#shintaku #secRecommend {
  min-height: 100px;
  counter-reset: num 0;
  background-color: #e7f2f8;
  background-image: url("./img/shintaku/bg_ptn01.png");
  background-size: 50px auto;
  background-repeat: repeat;
  background-position: center;
}
#shintaku #secRecommend .paddingInner {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner {
    padding-top: 36px;
    padding-bottom: 30px;
  }
}
#shintaku #secRecommend .paddingInner .recommendList {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList {
    margin-top: 30px;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  border-top: dashed 1px #f3ab8f;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * {
    flex-direction: column;
    padding-top: 30px;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * + * {
    margin-top: 30px;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * .box {
  width: 64.7777777778%;
  padding-left: 7.1111111111%;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * .box {
    width: 100%;
    padding-left: 0;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * .box .heading {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3888888889;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * .box .heading {
    font-size: 22px;
    text-align: center;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * .box .heading::before {
  counter-increment: num 1;
  content: "0" counter(num);
  position: absolute;
  top: 0;
  left: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 0.25em 0 0 0.1em;
  font-family: "SciFly-Sans";
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background-image: url("./img/shintaku/icon_check01.png"), linear-gradient(90deg, #004e83, #0f80bd);
  background-size: 28px auto, cover;
  background-repeat: no-repeat;
  background-position: center 55%;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * .box .heading::before {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0 auto 18px;
    font-size: 19px;
    background-size: 24px auto, cover;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * .box .txt {
  margin-top: 0.8em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * .box .txt {
    font-size: 16px;
    line-height: 1.5555555556;
  }
}
#shintaku #secRecommend .paddingInner .recommendList > * .img {
  display: flex;
  align-items: center;
  width: 29.4444444444%;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .recommendList > * .img {
    width: 67.7966101695%;
    margin: 0 auto 20px;
  }
}
#shintaku #secRecommend .paddingInner .subTitle {
  padding-top: 46px;
  margin: 46px 0 40px;
  font-size: 24px;
  text-align: center;
  border-top: dashed 1px #f3ab8f;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .subTitle {
    padding-top: 30px;
    margin: 30px 0;
    font-size: 18px;
    text-align: left;
  }
}
#shintaku #secRecommend .paddingInner .subTitle span {
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(transparent 70%, #f6ca8e 70%);
}
#shintaku #secRecommend .paddingInner .otherList > * {
  position: relative;
  padding: 26px 24px 0 84px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5555555556;
  border-top: dashed 1px #f3ab8f;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .otherList > * {
    padding: 16px 0 0 38px;
    font-size: 18px;
  }
}
#shintaku #secRecommend .paddingInner .otherList > * + * {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .otherList > * + * {
    margin-top: 16px;
  }
}
#shintaku #secRecommend .paddingInner .otherList > *::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("./img/shintaku/icon_check01.png"), linear-gradient(90deg, #004e83, #0f80bd);
  background-size: 21px auto, cover;
  background-repeat: no-repeat;
  background-position: center 55%;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #shintaku #secRecommend .paddingInner .otherList > *::before {
    top: 15px;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 16px auto, cover;
  }
}
#shintaku #secMerit {
  background-color: #fdf4e8;
}
#shintaku #secMerit .meritList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 134px;
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList {
    flex-direction: column;
    row-gap: 86px;
    margin-top: 80px;
  }
}
#shintaku #secMerit .meritList > * {
  position: relative;
  width: calc((100% - 50px) / 2);
  padding: 116px 50px 50px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList > * {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList > * {
    width: 100%;
    padding: 80px 5.9701492537% 16px;
  }
}
#shintaku #secMerit .meritList > * .heading {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  aspect-ratio: 168/182;
  padding-bottom: 14px;
  background-image: url("./img/shintaku/bg_merit01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, calc((100% - 14px) / 2 * -1));
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList > * .heading {
    width: 120px;
  }
}
#shintaku #secMerit .meritList > * .heading span {
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList > * .heading span {
    font-size: 17px;
  }
}
#shintaku #secMerit .meritList > * .heading span.nm {
  margin: 0.05em 0 -0.2em;
  font-family: "SciFly-Sans";
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList > * .heading span.nm {
    font-size: 57px;
  }
}
#shintaku #secMerit .meritList > * .txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6363636364;
  color: #004e83;
}
@media screen and (max-width: 768px) {
  #shintaku #secMerit .meritList > * .txt {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
#shintaku #secCase {
  background-color: #ee961d;
  background-image: url("./img/shintaku/bg_ptn02.png");
  background-size: 50px auto;
  background-repeat: repeat;
  background-position: top -10px;
}
#shintaku #secCase .secTitle {
  color: #fff;
}
#shintaku #secCase .caseList {
  margin-top: 45px;
}
#shintaku #secCase .caseList > * {
  padding: 70px 50px 50px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * {
    padding: 36px 5.9701492537%;
  }
}
#shintaku #secCase .caseList > * + * {
  margin-top: 50px;
}
#shintaku #secCase .caseList > * .defaultBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox {
    flex-direction: column;
    padding: 0;
  }
}
#shintaku #secCase .caseList > * .defaultBox .img {
  width: 27.125%;
  aspect-ratio: 1/1;
  border: solid 3px #004e83;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox .img {
    width: 150px;
    margin: 0 auto;
  }
}
#shintaku #secCase .caseList > * .defaultBox .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shintaku #secCase .caseList > * .defaultBox .box {
  width: 66.625%;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox .box {
    width: 100%;
  }
}
#shintaku #secCase .caseList > * .defaultBox .box .heading span {
  display: block;
}
#shintaku #secCase .caseList > * .defaultBox .box .heading .sub {
  font-size: 24px;
  font-family: "SciFly-Sans";
  line-height: 1;
  color: #004e83;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox .box .heading .sub {
    margin-top: 0.75em;
    font-size: 20px;
    text-align: center;
  }
}
#shintaku #secCase .caseList > * .defaultBox .box .heading .main {
  margin-top: 0.5em;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox .box .heading .main {
    font-size: 22px;
    text-align: center;
  }
}
#shintaku #secCase .caseList > * .defaultBox .box .txt {
  margin-top: 0.75em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox .box .txt {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
#shintaku #secCase .caseList > * .defaultBox .box .btnOpen {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .defaultBox .box .btnOpen {
    margin-top: 16px;
  }
  #shintaku #secCase .caseList > * .defaultBox .box .btnOpen > * {
    margin: 0 auto;
  }
}
#shintaku #secCase .caseList > * .acoBox {
  overflow: hidden;
}
#shintaku #secCase .caseList > * .acoBox .acoInner {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner {
    padding-top: 36px;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .flowHeading {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .flowHeading {
    font-size: 20px;
    line-height: 1.5;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .txt {
  margin-top: 0.5em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .txt {
    font-size: 16px;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .txt + .flowHeading {
  margin-top: 1.5em;
}
#shintaku #secCase .caseList > * .acoBox .acoInner .txt.textList > *::before {
  content: "・";
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  padding: 50px 50px 0;
  border-top: dashed 1px #f3ab8f;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow01 {
    flex-direction: column;
    gap: 30px;
    padding: 36px 0 0;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow01 .img {
  width: 20.75%;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow01 .img {
    width: 100%;
    max-width: 164px;
    margin: 0 auto;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow01 .flowBox {
  width: 73%;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow01 .flowBox {
    width: 100%;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow02 {
  padding: 45px 50px;
  margin-top: 3em;
  background-color: #e7f2f8;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow02 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow02 {
    padding: 1em 6.7796610169%;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow02 .flowHeading {
  color: #004e83;
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow03 {
  padding: 45px 50px;
  margin-top: 1.8em;
  background-color: #fdf4e8;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow03 {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow03 {
    padding: 1em 6.7796610169%;
  }
}
#shintaku #secCase .caseList > * .acoBox .acoInner .caseFlow03 .flowHeading {
  color: #e85820;
}
#shintaku #secFeature {
  background-color: #fdf4e8;
}
#shintaku #secFeature .custom {
  margin-top: 60px;
  background: rgb(15, 79, 125);
  background-image: url("./img/shintaku/bg_feature01.png"), linear-gradient(30deg, rgb(15, 79, 125) 0%, rgb(203, 87, 44) 52%, rgb(232, 88, 32) 76%);
  background-size: cover, 100% 100%;
  background-position: center, center;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .custom {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .custom {
    margin-top: 30px;
  }
}
#shintaku #secFeature .custom .heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .custom .heading {
    font-size: 24px;
  }
}
#shintaku #secFeature .custom .img {
  max-width: 463px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .custom .img {
    margin-top: 15px;
  }
}
#shintaku #secFeature .custom .txt {
  padding: 0 50px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .custom .txt {
    padding: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.75;
  }
}
#shintaku #secFeature .customList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .customList {
    flex-direction: column;
    row-gap: 40px;
    margin-top: 40px;
  }
}
#shintaku #secFeature .customList > * {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .customList > * {
    width: 100%;
  }
}
#shintaku #secFeature .customList > * .img {
  width: 65.4654654655%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .customList > * .img {
    width: 150px;
  }
}
#shintaku #secFeature .customList > * .copy {
  margin-top: 0.8em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
  text-align: center;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .customList > * .copy {
    font-size: 20px;
    line-height: 1.5;
  }
}
#shintaku #secFeature .message {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .message {
    margin-top: 36px;
  }
}
#shintaku #secFeature .message span {
  display: inline-block;
  padding-right: 0.1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #004e83;
  border-bottom: solid 2px #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secFeature .message {
    text-align: justify;
  }
  #shintaku #secFeature .message span {
    display: inline;
    padding-bottom: 0.2em;
    font-size: 18px;
    line-height: 2.2222222222;
  }
  #shintaku #secFeature .message br {
    display: none;
  }
}
#shintaku #secService {
  background-color: #e7f2f8;
}
#shintaku #secService .serviceList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 124px;
  margin-top: 162px;
}
@media screen and (max-width: 768px) {
  #shintaku #secService .serviceList {
    row-gap: 110px;
    margin-top: 110px;
  }
}
#shintaku #secService .serviceList > * {
  position: relative;
  width: calc((100% - 50px) / 2);
  padding: 100px 50px 50px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secService .serviceList > * {
    width: 100%;
    padding: 90px 5.9701492537% 16px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secService .serviceList > * {
    border-radius: 20px;
  }
}
#shintaku #secService .serviceList > * .img {
  position: absolute;
  top: 0;
  left: 50px;
  width: 31.5789473684%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #shintaku #secService .serviceList > * .img {
    left: 50%;
    width: 150px;
    transform: translate(-50%, -50%);
  }
}
#shintaku #secService .serviceList > * .heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secService .serviceList > * .heading {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
}
#shintaku #secService .serviceList > * .txt {
  margin-top: 0.8em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  #shintaku #secService .serviceList > * .txt {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .lead {
    padding: 0 5.9701492537%;
  }
}
#shintaku #secFee .feeBox {
  overflow: hidden;
  margin-top: 45px;
  border: solid 3px #000;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .feeBox {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .feeBox {
    margin-top: 20px;
  }
}
#shintaku #secFee .feeBox > * {
  display: flex;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .feeBox > * {
    flex-direction: column;
  }
}
#shintaku #secFee .feeBox > * + * {
  border-top: solid 3px #000;
}
#shintaku #secFee .feeBox > * > * {
  width: 50%;
  padding: 45px 50px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .feeBox > * > * {
    width: 100%;
    padding: 15px 5.9701492537%;
    font-size: 16px;
    text-align: center;
  }
}
#shintaku #secFee .feeBox > * dt {
  background-color: #ee961d;
  color: #fff;
}
#shintaku #secFee .feeBox > * dd {
  background-color: #fdf4e8;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .feeBox > * dd {
    font-size: 20px;
  }
}
#shintaku #secFee .paddingBox {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .paddingBox {
    padding: 0;
  }
}
#shintaku #secFee .example {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .example {
    flex-direction: column;
    gap: 15px;
    padding: 0 5.9701492537%;
  }
}
#shintaku #secFee .example::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("./img/shintaku/icon_fee01.png"), linear-gradient(90deg, #004e83, #0f80bd);
  background-size: 37% auto, cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .example::before {
    width: 75px;
    height: 75px;
    margin: 0 auto;
  }
}
#shintaku #secFee .example .wrap {
  width: calc(100% - 100px - 25px);
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .example .wrap {
    width: 100%;
  }
}
#shintaku #secFee .example .wrap .heading {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .example .wrap .heading {
    font-size: 20px;
    text-align: center;
  }
}
#shintaku #secFee .example .wrap .examList {
  margin-top: 0.4em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .example .wrap .examList {
    font-size: 16px;
    line-height: 1.8125;
  }
}
#shintaku #secFee .example .wrap .examList > * {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .example .wrap .examList > * {
    flex-direction: column;
  }
}
#shintaku #secFee .example .wrap .examList > * dt::after {
  content: "：";
}
#shintaku #secFee .example .wrap .examList > * dd {
  font-weight: bold;
}
#shintaku #secFee .example .wrap .examList > * dd span {
  font-weight: bold;
  color: #e85820;
}
#shintaku #secFee .example .wrap .examList > *:nth-of-type(2) {
  display: block;
}
#shintaku #secFee .example .wrap .examList > *:nth-of-type(2) > * {
  display: inline;
}
#shintaku #secFee .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .detail {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
#shintaku #secFee .detail > * {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .detail > * {
    width: 100%;
  }
}
#shintaku #secFee .detail > * .heading {
  padding: 1.3em 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #e85820;
  border-top: solid 2px #e85820;
  border-bottom: dashed 1px #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .detail > * .heading {
    padding: 1em 0;
    font-size: 16px;
  }
}
#shintaku #secFee .detail > * .detailList {
  margin-top: 1.3em;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .detail > * .detailList {
    padding: 0 5.9701492537%;
  }
}
#shintaku #secFee .detail > * .detailList li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .detail > * .detailList li {
    font-size: 14px;
  }
}
#shintaku #secFee .detail > * .detailList li::before {
  content: "";
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #e85820;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #shintaku #secFee .detail > * .detailList li::before {
    top: 0.35em;
  }
}
#shintaku #secFee .detail > * .detailList li + * {
  margin-top: 0.5em;
}
#shintaku #secFee .detail > *:nth-of-type(2) .heading {
  color: #004e83;
  border-color: #004e83;
}
#shintaku #secFee .detail > *:nth-of-type(2) .detailList li::before {
  background-color: #004e83;
}
#shintaku #secFlow {
  background-color: #fdf4e8;
}
#shintaku #secFlow .flowList {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #shintaku #secFlow .flowList {
    margin-top: 30px;
  }
}
#shintaku #secFlow .flowList > * {
  position: relative;
  min-height: 100px;
  padding: 50px 50px 50px 175px;
  border-top: dashed 1px #f3ab8f;
}
@media screen and (max-width: 768px) {
  #shintaku #secFlow .flowList > * {
    padding: 40px 5.9701492537% 35px;
  }
  #shintaku #secFlow .flowList > *:last-child {
    padding-bottom: 0;
  }
}
#shintaku #secFlow .flowList > * .heading span {
  display: block;
}
#shintaku #secFlow .flowList > * .heading .nm {
  position: absolute;
  top: 50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 0.2em;
  font-family: "SciFly-Sans";
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #ee961d, #e85820);
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #shintaku #secFlow .flowList > * .heading .nm {
    position: static;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    font-size: 36px;
  }
}
#shintaku #secFlow .flowList > * .heading .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #004e83;
}
@media screen and (max-width: 768px) {
  #shintaku #secFlow .flowList > * .heading .title {
    margin-top: 0.75em;
    font-size: 22px;
    text-align: center;
  }
}
#shintaku #secFlow .flowList > * .txt {
  margin-top: 0.8em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  #shintaku #secFlow .flowList > * .txt {
    font-size: 16px;
    line-height: 1.75;
  }
}
#shintaku #secTopix .topixList {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList {
    margin-top: 30px;
  }
}
#shintaku #secTopix .topixList > * + * {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * + * {
    margin-top: 20px;
  }
}
#shintaku #secTopix .topixList > * a {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 25px;
  border: solid 1px #004e83;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * a {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * a {
    align-items: flex-start;
  }
}
#shintaku #secTopix .topixList > * .img {
  width: 21.875%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * .img {
    width: 80px;
  }
}
#shintaku #secTopix .topixList > * .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shintaku #secTopix .topixList > * .box {
  width: 78.125%;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * .box {
    width: calc(100% - 80px);
    padding: 15px 5.9701492537%;
  }
}
#shintaku #secTopix .topixList > * .box .date {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #004e83;
}
#shintaku #secTopix .topixList > * .box .heading {
  margin-top: 0.25em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #e85820;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * .box .heading {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
#shintaku #secTopix .topixList > * .box .txt {
  margin-top: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .topixList > * .box .txt {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
#shintaku #secTopix .btnBlue {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .btnBlue {
    margin-top: 36px;
  }
}
#shintaku #secTopix .btnBlue a {
  width: 280px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #shintaku #secTopix .btnBlue a {
    width: 220px;
    height: 36px;
    font-size: 14px;
  }
}

#bodyFooter {
  position: relative;
  background-color: #004e83;
  color: #fff;
}
#bodyFooter > .inner {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #bodyFooter > .inner {
    padding: 55px 5.9701492537% 150px;
  }
}
#bodyFooter .lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #bodyFooter .lead {
    font-size: 20px;
  }
  #bodyFooter .lead br {
    display: none;
  }
  #bodyFooter .lead:nth-of-type(1) {
    text-align: justify;
  }
}
#bodyFooter .footerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #bodyFooter .footerList {
    gap: 10px;
    margin-top: 15px;
  }
}
#bodyFooter .footerList > * {
  width: calc((100% - 25px) / 2);
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  #bodyFooter .footerList > * {
    width: calc((100% - 10px) / 2);
  }
}
#bodyFooter .footerList > * a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 387/70;
  font-size: 6.2015503876cqw;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #ee961d, #e85820);
  border-radius: 9.0439276486cqw;
}
@media screen and (max-width: 768px) {
  #bodyFooter .footerList > * a {
    height: 36px;
    aspect-ratio: auto;
    font-size: 14px;
    border-radius: 18px;
  }
}
#bodyFooter .footerList + .lead {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #bodyFooter .footerList + .lead {
    margin-top: 35px;
  }
}
#bodyFooter .relationList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
#bodyFooter .relationList > * {
  width: 180px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #bodyFooter .relationList > * {
    width: 140px;
    height: 36px;
    font-size: 14px;
  }
}
#bodyFooter .relationList > * a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #004e83;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #bodyFooter .relationList > * a {
    font-size: 14px;
    border-radius: 18px;
  }
}
#bodyFooter .btnOffice {
  margin-top: 50px;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  #bodyFooter .btnOffice {
    margin-top: 35px;
  }
}
#bodyFooter .btnOffice a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 800/70;
  font-size: 3cqw;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #ee961d, #e85820);
  border-radius: 4.375cqw;
}
@media screen and (max-width: 768px) {
  #bodyFooter .btnOffice a {
    height: 36px;
    aspect-ratio: auto;
    font-size: 14px;
    border-radius: 18px;
  }
}
#bodyFooter .copy {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #bodyFooter .copy {
    margin-top: 35px;
  }
}
#bodyFooter .copy small {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #bodyFooter .copy small {
    font-size: 10px;
  }
}
#bodyFooter .totop {
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: none;
  background: linear-gradient(90deg, #ee961d, #e85820);
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #bodyFooter .totop {
    position: static;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
  }
}
#bodyFooter .totop span {
  display: none;
}
#bodyFooter .totop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 3.75px 0 0 3.75px;
  border-color: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #bodyFooter .totop::after {
    width: 6px;
    height: 6px;
    border-width: 2.25px 0 0 2.25px;
  }
}/*# sourceMappingURL=style-shintaku.css.map */