body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.db768,
.db414,
.db1300 {
  display: none;
}
body .sk-instagram-feed .sk-ig-all-posts {
  overflow: scroll !important;
  height: 450px;
  padding: 0 !important;
}

body .sk-instagram-feed .sk-ig-all-posts::-webkit-scrollbar {
  width: 12px;
}

body .sk-instagram-feed .sk-ig-all-posts::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

body .sk-instagram-feed .sk-ig-all-posts::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

body .sk-instagram-feed .sk-ig-all-posts::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

header {
  position: relative;
  width: 100vw;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}

header .headerContent {
  display: flex;
  height: 100%;
  position: relative;
}

header .headerContent .logo {
  position: absolute;
  width: 6.25vw;
  height: auto;
  top: 1.042vw;
  left: 1.042vw;
}
header .headerContent .logo img {
  width: 100%;
  height: 100%;
}
header .headerContent img {
  height: 100vh;
}

header .headerContent .sloganName {
  margin-left: -5.208vw;
  width: 65%;
  background-color: #fdb10c;
  background-size: 120%;
  background-position: right;
  position: relative;
  z-index: -1;
  padding-left: 6.51vw;
  padding-top: 7.813vw;
}

header .headerContent .sloganName .slogan {
  width: 26.04vw;
  height: 4.48vw;
  font-size: 3.44vw;
  font-weight: 600;
  font-style: italic;
  background: #ea5405;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding-left: 2.6vw;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 2.6vw;
  margin-left: 0;
}

header .headerContent .sloganName .slogan img {
  width: 90%;
  height: auto;
}

header .headerContent .sloganName .subSlogan {
  color: #d3101a;
  font-size: 4.8vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0.074em;
}

header .headerContent .sloganName .subSlogan::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 0.42vw #fff;
}

header .headerContent .sloganName .subSlogan2 {
  margin-left: 0;
  /* margin-top: -1.04vw; */
  margin-bottom: 10vh;
}

header .headerContent .sloganName .name {
  font-size: 6.25vw;
  font-weight: 700;
  margin-left: 8.33vw;
  color: #1f479c;
  position: relative;
  display: inline-block;
}

header .headerContent .sloganName .name::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 0.42vw #fff;
}

header .headerContentMob {
  display: none;
}

header nav {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

header nav .navItem {
  border-right: 1px solid #004498;
  text-decoration: none;
  color: #fff;
  width: 50%;
  padding: 10px 0;
  background-color: #0071bc;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1em;
  font-size: 20px;
  text-align: center;
}

header nav .navItem:hover {
  background: #e5f6ff;
  color: #0071bc;
}

header nav .navItem.noHover {
  background: #004498;
}

header nav .navItem.noHover:hover {
  background: #004498;
  color: #fff;
}

header nav .navItemsGroup {
  display: flex;
  width: 40%;
  height: 100px;
}

header nav .oneNavItem {
  width: 20%;
}

header nav .oneNavItem img {
  width: 100%;
  padding: 0 100px;
}

section {
  width: 100vw;
  padding: 10vh 0;
}

.greeting .content {
  display: flex;
  box-shadow: 4px 4px 12px 4px rgba(34, 60, 80, 0.2);
  padding: 1% 3% 3%;
  margin: 0 10vw;
}

.greeting .content .textWrapper {
  font-size: 18px;
  width: 55%;
}

.greeting .content .textWrapper .title {
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin: 50px auto 30px 100px;
  width: 450px;
  height: 80px;
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
  background: #ea5405;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding-right: 40px;
  line-height: 1.2;
}

.greeting .content .textWrapper .subTitles {
  display: block;
  width: 600px;
  margin: 0 auto 0 100px;
}

.greeting .content .textWrapper .subTitles .subTitle {
  font-size: 64px;
  color: #1f479c;
  width: fit-content;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

.greeting .content .textWrapper .subTitles .subTitle.last {
  margin-bottom: 50px;
  margin-left: 0;
}

.greeting .content .textWrapper p {
  text-align: justify;
  line-height: 1.5em;
}

.greeting .content .textWrapper p span {
  margin-right: 20px;
}

.greeting .content .textWrapper .signature {
  margin-top: 50px;
  margin-right: 0;
  margin-left: auto;
  width: 200px;
}

.greeting .content .img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.greeting .content .img img {
  width: 90%;
}

.profile {
  background-color: #fdb10c;
  color: #fff;
  display: flex;
  padding: 10vh 10vw;
  justify-content: space-around;
}

.profile .profileItems {
  width: 50%;
}

.profile .profileItems .titles {
  font-weight: bold;
}

.profile .profileItems .titles .nameItems {
  display: none;
}

.profile .profileItems .titles .subTitle {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}

.profile .profileItems .titles .title {
  font-size: 50px;
  margin-bottom: 50px;
  color: #1f479c;
}

.profile .profileItems .profileItem .title {
  font-size: 30px;
  display: flex;
  padding: 10px 20px;
  justify-content: space-around;
  width: 270px;
  background-color: #1f479c;
  margin-bottom: 10px;
}

.profile .profileItems .profileItem .title .kanji {
  font-weight: bold;
}

.profile .profileItems .profileItem .content {
  margin-bottom: 30px;
}

.profile .profileItems .profileItem .content .contentItem {
  font-size: 20px;
  line-height: 1.5em;
}

.profile .nameItems .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1f479c;
}

.profile .nameItems .name .age {
  font-size: 26px;
  margin-left: 10px;
}

.profile .nameItems .addings .addingItem {
  font-size: 18px;
  line-height: 1.5em;
}

.profile .profileAssets {
  width: 22%;
  display: flex;
  flex-direction: column;
  margin-top: 158px;
}

.profile .profileAssets .logo {
  margin-bottom: 20px;
}

.profile .profileAssets .logo img {
  width: 65%;
}

.profile .profileAssets .img {
  margin-bottom: 20px;
}

.profile .profileAssets .img img {
  width: 100%;
}

.promises {
  display: flex;
  padding: 10vh 10vw;
  flex-direction: column;
}

.promises .title .mainTitle {
  color: #1f479c;
  font-size: 66px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.promises .title .subTitle {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.promises .title .subTitle br {
  display: none;
}

.promises .colorBg1 {
  background-color: #e55927;
}

.promises .colorBg2 {
  background-color: #a27a51;
}

.promises .colorBg3 {
  background-color: #c95041;
}

.promises .colorBg4 {
  background-color: #009762;
}

.promises .colorBg5 {
  background-color: #e7201a;
}

.promises .colorBg6 {
  background-color: #056fb8;
}

.promises .colorBg7 {
  background-color: #c61d56;
}

.promises .colorText1 {
  color: #000;
}

.promises .colorText2 {
  color: #000;
}

.promises .colorText3 {
  color: #000;
}

.promises .colorText4 {
  color: #000;
}

.promises .colorText5 {
  color: #000;
}

.promises .colorText6 {
  color: #000;
}

.promises .colorText7 {
  color: #000;
}

.promises .outerGroup {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.promises .outerGroup::after {
  content: "";
  flex: 0 0 46%;
}

.promises .outerGroup .outer {
  box-shadow: 4px 4px 12px 4px rgba(34, 60, 80, 0.2);
  padding: 2% 1%;
  width: 46%;
}

.promises .outerGroup .outer .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.promises .outerGroup .outer .title span {
  font-size: 28px;
}

.promises .outerGroup .outer .elementTitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0 18px;
  line-height: 1.667;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.promises .outerGroup .outer .elementTitle span {
  margin-left: -12px;
}

.promises .outerGroup .outer .elementTitle .small {
  font-size: 16px;
  margin-left: 0;
}

.promises .outerGroup .outer .elementText {
  font-size: 16px;
  padding: 0 18px 0 40px;
  text-align: justify;
  margin-bottom: 20px;
}

.sns {
  background-color: #fdb10c;
  color: #fff;
  padding-top: 20vh;
}

.sns .enTitle {
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.sns .title {
  color: #1f479c;
  font-size: 64px;
  margin-bottom: -60px;
  text-align: center;
  font-weight: bold;
}

.sns .snsWrapper {
  display: flex;
  padding: 10vh 8vw 0;
  justify-content: space-around;
}

.sns .snsWrapper .snsItem {
  width: 500px;
  height: 800px;
  overflow: hidden;
  border-radius: 12px;
}
.sns .snsWrapper .snsItemMob {
  display: none;
}
.sns .snsWrapper .twitter iframe {
  width: 100%;
}

.sns .snsWrapper .snsItemTitle {
  font-size: 30px;
  font-weight: bold;
  color: #1f479c;
  padding: 15px 15px 0 5px;
  margin-bottom: 10px;
  text-align: left;
}

.qr {
  display: flex;
  padding: 10vh 10vw 5vw;
  justify-content: space-around;
}

.qr .qritem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr .qritem img {
  height: 150px;
}

.qr .qritem .youtube {
  height: 140px;
}

.qr .qritem span {
  font-size: 20px;
  font-weight: bold;
}

.qr .qritem .youtubeTitle {
  margin-top: 10px;
}

.qr .qritem .link {
  height: 140px;
  padding-top: 8px;
}

.footer {
  border-top: 1px solid gray;
  display: flex;
  padding: 5vh 10vw;
  justify-content: space-around;
  background-color: #fdb10c;
  color: #fff;
}

.footer .addressWrapper .name {
  font-size: 30px;
  display: flex;
  padding: 10px 20px;
  justify-content: space-around;
  background-color: #1f479c;
  margin-bottom: 10px;
  color: #fff;
}

.footer .addressWrapper .address {
  font-size: 24px;
}

.footer .telFax {
  display: flex;
  align-items: center;
}

.footer .telFax .title {
  background-color: #1f479c;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-right: 20px;
}

.footer .telFax .content {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.footer .email {
  display: flex;
  align-items: center;
}

.footer .email .title {
  background-color: #1f479c;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-right: 20px;
}

.footer .email .content {
  font-size: 30px;
  display: block;
  color: #fff;
}

.copyrights {
  text-align: center;
  padding: 5px 5px 20px;
  margin-bottom: 10px;
  background-color: #fdb10c;
  color: #fff;
}

@media (max-width: 1899px) {
  header {
    height: 1000px;
  }
  header .headerContent {
    height: 1000px;
  }
  header .headerContent img {
    width: 55%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    align-self: flex-end;
  }
  header .headerContent .sloganName {
    margin-left: -10%;
  }
  header .headerContent .sloganName .slogan {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /* header .headerContent .sloganName .slogan {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  header .headerContent .sloganName .subSlogan {
    font-size: 48px;
    padding: 10px 15px;
  }
  header .headerContent .sloganName .subSlogan2 {
    margin-bottom: 75px;
  }
  header .headerContent .sloganName .name {
    font-size: 80px;
  } */
  .sns .snsWrapper .snsItem {
    width: 30%;
  }
  .sns .snsWrapper {
    padding: 10vh 2vw 0;
  }
}

@media (max-width: 1532px) {
  header {
    height: 800px;
  }
  header .headerContent {
    height: 800px;
  }
  /* header .headerContent img {
    height: 90vh;
    margin-bottom: 0;
    margin-top: 0;
    align-self: flex-end;
  } */
  /* header {
    height: auto;
  }
  header .headerContent {
    height: auto;
  }
  header .headerContent .sloganName .slogan {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  header .headerContent .sloganName .subSlogan {
    font-size: 48px;
    padding: 10px 15px;
  }
  header .headerContent .sloganName .subSlogan2 {
    margin-bottom: 75px;
  }
  header .headerContent .sloganName .name {
    font-size: 80px;
  } */
  .profile .profileAssets {
    width: 25%;
  }
  .sns .snsWrapper {
    display: flex;
    padding: 10vh 5vw;
    justify-content: space-around;
  }
  .sns .snsWrapper .snsItem {
    width: 30%;
  }
  .sns .snsWrapper .twitter iframe {
    width: 100%;
  }
}

@media (max-width: 1410px) {
  header .headerContent .sloganName .name {
    font-size: 65px;
  }
}

@media (max-width: 1365px) {
  .sns .snsWrapper {
    flex-wrap: wrap;
    row-gap: 70px;
  }
  .sns .snsWrapper::after {
    content: "";
    flex: 0 0 500px;
  }
  .sns .snsWrapper .snsItem {
    width: 500px;
  }
  /* header .headerContent .sloganName .name {
    font-size: 70px;
  }
  header .headerContent .sloganName .subSlogan {
    font-size: 40px;
  } */
  .db1300 {
    display: block;
  }
  .qr {
    padding: 20px 5vw;
  }
  .qr .qritem {
    text-align: center;
  }
}

@media (max-width: 1250px) {
  /* header .headerContent .sloganName .slogan {
    margin-top: 15vh;
  }
  header .headerContent .sloganName .name {
    font-size: 60px;
  }
  header .headerContent .sloganName .subSlogan {
    font-size: 32px;
    padding: 20px 15px;
  } */
  .greeting .content {
    margin: 0 20px;
  }
  .profile,
  .promises {
    padding: 10vh 20px;
  }
  .profile .profileAssets {
    width: 30%;
  }

  .sns .snsWrapper {
    row-gap: 30px;
  }
  .sns .snsWrapper::after {
    flex: 0 0 48%;
  }
  .sns .snsWrapper .snsItem {
    width: 48%;
  }
}

@media (max-width: 1151px) {
  header {
    height: 650px;
  }
  header .headerContent {
    height: 650px;
  }
  header .headerContent img {
    width: 50%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    align-self: flex-end;
  }
  /* header .headerContent .sloganName .slogan {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  header .headerContent .sloganName .subSlogan {
    font-size: 24px;
    padding: 10px 15px;
  }
  header .headerContent .sloganName .subSlogan2 {
    margin-bottom: 75px;
  }
  header .headerContent .sloganName .name {
    font-size: 50px;
  } */
  .profile .profileAssets {
    width: 33%;
  }
  .promises .outerGroup .outer {
    width: 100%;
  }
  .footer {
    flex-direction: column;
  }
  .footer .addressWrapper {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .addressWrapper .name {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .telFax,
  .footer .email {
    width: 100%;
    display: flex;
    padding: 0 12%;
  }
  .qr {
    padding: 5vh 5vw;
  }
}

@media (max-width: 1024px) {
  .db768 {
    display: block;
  }
  header {
    height: 120.773vw;
  }
  header .headerContent {
    height: 600px;
    display: none;
  }
  header .headerContent img {
    width: 55%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    align-self: flex-end;
  }
  header .headerContent .sloganName {
    margin-left: -10%;
  }
  header .headerContent .sloganName .slogan {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  /*header .headerContent .sloganName .subSlogan {
    font-size: 24px;
    padding: 10px 15px;
  }
  header .headerContent .sloganName .subSlogan2 {
    margin-bottom: 50px;
  } */
  header .headerContent .sloganName .name {
    font-size: 50px;
  }
  header .headerContentMob {
    display: block;
    height: 120.773vw;
    position: relative;
  }
  header .headerContentMob .logo {
    width: 12.077vw;
    height: auto;
    position: absolute;
  }
  header .headerContentMob .logo img {
    margin-top: 3.623vw;
    margin-left: 3.623vw;
  }
  header .headerContentMob img {
    width: 100%;
    height: auto;
    margin-top: 2.415vw;
    margin-left: -4%;
  }
  header .headerContentMob .bg {
    width: 30%;
    height: 100%;
    background-color: #fdb10c;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  header .headerContentMob .subBg {
    width: 100%;
    height: 15%;
    background-color: #fdb10c;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  header .headerContentMob .lastName {
    font-size: 24.155vw;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #1f479c;
    writing-mode: vertical-rl;
    position: absolute;
    top: 3.623vw;
    right: -2.415vw;
    z-index: 10;
  }
  header .headerContentMob .lastName::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1.449vw #fff;
  }
  header .headerContentMob .firstName {
    font-size: 24.155vw;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #1f479c;
    writing-mode: vertical-rl;
    position: absolute;
    top: 48.309vw;
    right: -2.415vw;
    z-index: 10;
    transform: scaleY(0.8);
  }
  header .headerContentMob .firstName::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1.449vw #fff;
  }
  header .headerContentMob .sloganWrapper {
    color: #d3101a;
    font-size: 7.246vw;
    font-weight: 600;
    position: absolute;
    left: 4.831vw;
    bottom: 12.077vw;
    writing-mode: vertical-rl;
    line-height: 1.2em;
    transform: rotate(-5deg);
  }

  header .headerContentMob .sloganWrapper .slogan1 {
    position: relative;
  }
  header .headerContentMob .sloganWrapper .slogan2 {
    margin-top: 10.145vw;
    position: relative;
  }
  header .headerContentMob .sloganWrapper .slogan1::after,
  header .headerContentMob .sloganWrapper .slogan2::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 0.725vw #fff;
  }
  header .headerContentMob .catchphrase {
    width: 55.556vw;
    height: 8.213vw;
    font-size: 6.763vw;
    font-weight: 600;
    font-style: italic;
    background: #ea5405;
    clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
    padding-left: 7.246vw;
    line-height: 1.05;
    position: absolute;
    left: -1.208vw;
    bottom: 4.831vw;
    transform: rotate(-5deg);
  }
  .greeting .content .img {
    display: none;
  }
  .greeting .content .textWrapper {
    width: 100%;
  }
  .greeting .content .textWrapper .title {
    margin: 20px 0;
  }
  .greeting .content .textWrapper .subTitles {
    margin: 0;
  }
  .greeting .content .textWrapper .subTitles .subTitle {
    padding: 5px 10px;
    font-size: 32px;
  }
  .greeting .content .textWrapper .subTitles .subTitle.last {
    margin-bottom: 20px;
  }
  .profile .profileItems {
    width: 90%;
  }
  .profile .profileItems .titles .nameItems {
    display: block;
    margin-bottom: 20px;
  }
  .profile .profileItems .titles .nameItems .addingItem {
    font-size: 20px;
  }
  .profile .profileItems .profileItem .title {
    padding: 5px 15px;
  }
  .profile .profileAssets {
    display: none;
  }
  section {
    width: 100vw;
    padding: 5vh 0;
  }
  .promises,
  .sns {
    padding: 5vh 0;
  }
  .promises .title,
  .sns .title {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .sns .snsWrapper {
    padding: 20px 5vw;
    align-items: center;
  }
  .sns .snsWrapper .snsItem {
    width: 500px;
    height: 700px;
    margin-bottom: 20px;
  }
  .qr {
    padding: 20px 5vw;
  }
  .qr .qritem {
    text-align: center;
  }
  .qr .qritem span {
    font-size: 16px;
  }
  .qr .qritem img {
    height: 100px;
  }
  .qr .qritem .youtube {
    height: 90px;
  }
}

@media (max-width: 767px) {
  .db414 {
    display: block;
  }
  header {
    height: 120.773vw;
  }
  header .headerContent {
    height: 72.464vw;
    display: none;
  }
  header .headerContent img {
    width: 65%;
    margin-left: -10%;
  }
  header .headerContent .sloganName {
    margin-left: -15%;
    padding-left: 4vw;
  }
  header .headerContent .sloganName .slogan {
    margin-top: 35px;
    margin-bottom: 15px;
    height: 28px;
    width: 170px;
    font-size: 22px;
  }
  header .headerContent .sloganName .subSlogan {
    font-size: 22px;
    white-space: nowrap;
    /* padding: 5px 10px; */
  }
  header .headerContent .sloganName .subSlogan2 {
    margin-bottom: 0;
  }
  header .headerContent .sloganName .name::after {
    -webkit-text-stroke: 0.8vw #fff;
  }
  header .headerContent .sloganName .subSlogan::after {
    -webkit-text-stroke: 0.8vw #fff;
  }
  header .headerContent .sloganName .name {
    font-size: 30px;
    margin-top: 30px;
    margin-left: 50px;
  }

  .greeting .content {
    margin: 0 2%;
    padding: 2.5% 3% 6% 3%;
  }
  .greeting .content .textWrapper {
    width: 100%;
  }
  .greeting .content .textWrapper .title {
    margin: 20px 0 10px;
    font-size: 28px;
    height: 35px;
    width: 250px;
  }
  .greeting .content .textWrapper .subTitles {
    margin: 0;
    width: fit-content;
  }
  .greeting .content .textWrapper .subTitles .subTitle {
    padding: 3px 10px;
    font-size: 28px;
    line-height: 1.2;
  }
  .greeting .content .textWrapper .subTitles .subTitle.last {
    margin-bottom: 20px;
  }
  .greeting .content .textWrapper p {
    font-size: 16px;
  }
  .greeting .content .textWrapper .signature {
    margin-top: 20px;
    width: 150px;
    margin-right: 20px;
  }
  .profile {
    padding: 5vh 20px;
  }
  .profile .profileItems {
    width: 100%;
  }
  .profile .profileItems .titles .nameItems {
    display: block;
    margin-bottom: 20px;
  }
  .profile .profileItems .titles .nameItems .name {
    font-size: 24px;
  }
  .profile .profileItems .titles .nameItems .name span {
    font-size: 22px;
  }
  .profile .profileItems .titles .nameItems .addingItem {
    font-size: 16px;
  }
  .profile .profileItems .titles .subTitle {
    margin-bottom: 0;
  }
  .profile .profileItems .titles .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .profile .profileItems .titles .nameItems {
    margin-bottom: 30px;
  }
  .profile .profileItems .profileItem .title {
    font-size: 20px;
    padding: 5px 10px;
    width: 170px;
  }
  .profile .profileItems .profileItem .content .contentItem {
    font-size: 16px;
  }
  .promises .title {
    font-size: 28px;
  }
  .promises .title .mainTitle {
    font-size: 32px;
  }
  .promises .title .subTitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .promises .title .subTitle br {
    display: block;
  }
  .promises .outerGroup .outer {
    margin: 0 1%;
    padding: 2% 1% 8% 1%;
  }
  .promises .outerGroup .outer .title {
    font-size: 20px;
    padding: 5px 10px;
  }

  .promises .outerGroup .outer .title span {
    font-size: 18px;
  }
  .sns .enTitle {
    font-size: 26px;
  }
  .sns .title {
    font-size: 32px;
  }
  .sns .snsWrapper {
    padding: 20px 5vw;
    flex-direction: column;
    align-items: center;
  }
  .sns .snsWrapper .snsItem {
    display: none;
    margin-bottom: 20px;
  }
  .sns .snsWrapper .snsItemMob {
    display: block;
  }
  .sns .snsWrapper .snsItemMob .snsLink {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .sns .snsWrapper .snsItemMob .snsLink a {
    color: #1f479c;
    font-weight: 600;
    width: fit-content;
  }
  .sns .snsWrapper .snsItemMob .note {
    font-size: 13px;
    margin-top: 10px;
  }
  .sns .snsWrapper .snsItem .snsItemTitle {
    text-align: center;
  }
  .qr {
    padding: 20px 5vw;
    flex-wrap: wrap;
  }
  .qr .qritem {
    text-align: center;
    margin-bottom: 20px;
  }
  .qr .qritem span {
    font-size: 16px;
  }
  .qr .qritem img {
    height: 100px;
  }
  .qr .qritem .youtube {
    height: 90px;
  }
  .qr .youtube1 {
    margin-left: 40px;
  }
  .qr .youtube2 {
    margin-right: 45px;
  }
  .footer {
    padding: 5vh 10px;
  }
  .footer .addressWrapper .name {
    font-size: 24px;
    padding: 5px 10px;
  }
  .footer .addressWrapper .address {
    font-size: 20px;
  }
  .footer .telFax,
  .footer .email {
    padding: 0;
  }
  .footer .telFax .content {
    font-size: 32px;
  }
  .footer .email .content {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .sns .snsWrapper {
    padding: 20px 0;
    width: 90.338vw;
    margin: 0 auto;
  }
  .sns .snsWrapper .snsItem {
    width: 100%;
    height: 500px;
  }
  .sns .snsWrapper .snsItemMob .desc {
    font-size: 15px;
  }
}

@media (max-width: 411px) {
  header .headerContent .sloganName .subSlogan {
    /* font-size: 15px; */
  }
  .footer .telFax .content {
    font-size: 28px;
  }
}

@media (max-width: 391px) {
  header .headerContent .sloganName .subSlogan {
    /* font-size: 14px; */
  }
  .footer .addressWrapper .address {
    font-size: 18px;
  }
  .footer .telFax .content {
    font-size: 26px;
  }
}

@media (max-width: 374px) {
  .footer .telFax .content {
    font-size: 24px;
  }
}
