@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover,
button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}

.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 1080px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}

@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}

@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.o-btn:hover {
  cursor: pointer;
}

#hojin.hojin {
  overflow-x: hidden;
  min-width: 1300px;
}

#hojin.hojin section {
  color: #333;
}

#hojin.hojin .section__ttl {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.44;
  position: relative;
  text-align: center;
}

#hojin.hojin .section__ttl::after {
  background-color: #0f9ed3;
  bottom: -8px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 60px;
}

#hojin.hojin .section__ttl-txt {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.44;
}

#hojin.hojin a {
  color: unset;
}

#hojin.hojin .btn {
  background: #ff9900;
  border: none;
  color: #fff;
  height: 40px;
  width: max(27.29%, 262px);
}

#hojin.hojin .btn--link {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 15px;
  opacity: 1;
  padding: 8px 0;
}

#hojin.hojin .fv {
  background: url(../images/fv_bgi.png) center no-repeat;
  background-size: cover;
  min-height: 485px;
  padding: 140px 21.875% 59px;
  width: 100%;
}

#hojin.hojin .fv__txts {
  color: #fff;
}

#hojin.hojin .fv__txts h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.448;
}

#hojin.hojin .fv__txts p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

#hojin.hojin .fv__txts p:first-of-type {
  margin-top: 18px;
}

#hojin.hojin .fv .btn {
  margin-top: 30px;
}

#hojin.hojin .fv--login {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.448;
  margin-top: 30px;
  opacity: 1 !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#hojin.hojin .fv--login::after {
  background: #0e8ab8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}

#hojin.hojin .fv--login:hover::after {
  transform: scale(1, 1);
}

@media (max-width: 1536px) {
  #hojin.hojin .fv {
    padding: 140px 14.84% 59px;
  }
}

#hojin.hojin .reasons {
  padding: 60px 21.875%;
  text-align: center;
}

#hojin.hojin .reasons__contents {
  align-items: center;
  display: flex;
  gap: 4.537%;
  justify-content: center;
  margin-top: 75px;
}

#hojin.hojin .reasons__txts {
  letter-spacing: 0;
  line-height: 1.448;
  text-align: left;
  width: 49.91%;
}

#hojin.hojin .reasons__txts-txt {
  margin-top: 30px;
}

#hojin.hojin .reasons__txts-txt:first-of-type {
  margin-top: 0;
}

#hojin.hojin .reasons__txts-txt h3 {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.2em;
}

#hojin.hojin .reasons__txts-txt p {
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

#hojin.hojin .reasons__img {
  width: 45.55%;
}

#hojin.hojin .reasons__img img {
  max-width: 492px;
  width: 100%;
}

#hojin.hojin .reasons .btn {
  margin: 30px auto 0;
}

@media (max-width: 1536px) {
  #hojin.hojin .reasons {
    padding: 60px 14.84%;
  }
}

#hojin.hojin .worries {
  background: #fafafa;
  padding: 60px 21.875%;
  text-align: center;
}

#hojin.hojin .worries__cards {
  align-items: center;
  display: flex;
  gap: 2.777%;
  justify-content: center;
  margin-top: 75px;
  text-align: left;
}

#hojin.hojin .worries__card {
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 418px;
  padding: 20px;
  width: 100%;
  border: 1px solid #F5F5F5;
}

#hojin.hojin .worries__card h3 {
  border-bottom: 2px solid #0f9ed3;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.448;
}

#hojin.hojin .worries__card img {
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

#hojin.hojin .worries__card ul {
  flex-grow: 1;
  margin-top: 20px;
}

#hojin.hojin .worries__card ul li {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.44;
  margin-top: 20px;
  color: #454545;
}

#hojin.hojin .worries__card ul li:first-of-type {
  color: #454545;
  margin-top: 0;
}

#hojin.hojin .worries .solutions {
  margin-top: 50px;
}

#hojin.hojin .worries .solutions h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.448;
}

#hojin.hojin .worries .solutions h2 span {
  color: #ff0000;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.448;
}

#hojin.hojin .worries .solutions__contents {
  align-items: stretch;
  display: flex;
  gap: 2.777%;
  justify-content: center;
  margin-top: 50px;
}

#hojin.hojin .worries .solutions__contents--content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#hojin.hojin .worries .solutions__contents--content img {
  align-self: center;
  height: auto;
  max-width: 182px;
  width: 53.52%;
}

#hojin.hojin .worries .solutions__contents--content-card {
  background: white;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #F5F5F5;
}

#hojin.hojin .worries .solutions__contents--content-card ul {
  align-content: center;
  color: #454545;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.448;
  list-style-position: outside;
  margin-left: 20px;
  text-align: left;
}

#hojin.hojin .worries .solutions__contents--content-card ul li {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.448;
  list-style-type: disc;
  margin-top: 20px;
}

#hojin.hojin .worries .solutions__contents--content-card ul li:first-of-type {
  margin-top: 0;
}

#hojin.hojin .worries .btn {
  margin: 60px auto 0;
}

@media (max-width: 1536px) {
  #hojin.hojin .worries {
    padding: 60px 14.84%;
  }
}

#hojin.hojin .services {
  padding: 60px 21.875%;
  text-align: center;
}

#hojin.hojin .services__btns {
  display: flex;
  gap: 9.25%;
  justify-content: center;
  margin-top: 75px;
}

#hojin.hojin .services__btns-btn {
  background: #fff;
  border: 1px solid #0f9ed3;
  color: #0f9ed3;
  font-size: 20px;
  height: 50px;
  letter-spacing: 0.2em;
  line-height: 1.448;
  opacity: 1;
  width: max(27.77%, 300px);
}

#hojin.hojin .services__btns-btn.active {
  background: #0f9ed3;
  border: none;
  color: #fff;
  opacity: 1;
  position: relative;
}

#hojin.hojin .services__btns-btn.active::after {
  border-bottom: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-style: solid;
  border-top: 10px solid #0f9ed3;
  bottom: -9px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

#hojin.hojin .services__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin-top: 37px;
}

#hojin.hojin .services__card {
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  flex-direction: column;
  height: 263px;
  padding: 20px;
  text-align: center;
  border: 1px solid #F5F5F5;
}

#hojin.hojin .services__icon-wrapper {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  width: 70px;
}

#hojin.hojin .services__icon {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

#hojin.hojin .services__content {
  color: #454545;
  flex: 1;
  line-height: 1.448;
}

#hojin.hojin .services__title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.448;
  margin-top: 10px;
}

#hojin.hojin .services__text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.448;
  margin-top: 10px;
  text-align: left;
}

#hojin.hojin .services .btn {
  margin: 60px auto 0;
}

#hojin.hojin .services__footer {
  margin-top: 80px;
}

#hojin.hojin .services__footer p {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.448;
}

#hojin.hojin .services__footer p span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.448;
}

#hojin.hojin .services__footer p span.big {
  font-size: 64px;
  margin-left: 10px;
}

#hojin.hojin .services .animation {
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
  padding: 0 30px 25px;
  position: relative;
  transition: all 0.5s ease;
}

#hojin.hojin .services .animation.active {
  -webkit-animation: slideBackground 1s ease forwards;
  animation: slideBackground 1s ease forwards;
  background: #0e8ab8;
  color: #fff;
}

@-webkit-keyframes slideBackground {
  0% {
    background: linear-gradient(to right, transparent 50%, #0e8ab8 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }

  100% {
    background: linear-gradient(to right, transparent 50%, #0e8ab8 50%);
    background-position: -100% 0;
    background-size: 200% 100%;
  }
}

@keyframes slideBackground {
  0% {
    background: linear-gradient(to right, transparent 50%, #0e8ab8 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }

  100% {
    background: linear-gradient(to right, transparent 50%, #0e8ab8 50%);
    background-position: -100% 0;
    background-size: 200% 100%;
  }
}

@media (max-width: 1536px) {
  #hojin.hojin .services {
    padding: 60px 14.84%;
  }
}

#hojin.hojin .contact {
  background: #0e8ab8;
  color: #fff;
  padding: 60px 21.875%;
  text-align: center;
}

#hojin.hojin .contact h2 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.448;
}

#hojin.hojin .contact__box {
  display: flex;
  gap: 3.7%;
  justify-content: center;
  margin-top: 40px;
}

#hojin.hojin .contact__tell {
  text-align: left;
  /* width: 43.73%; */
}

#hojin.hojin .contact__tell .company {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.448;
  margin-left: 25px;
}

#hojin.hojin .contact__tell-num {
  align-items: baseline;
  display: flex;
}

#hojin.hojin .contact__tell-num img {
  height: 25px;
  width: 25px;
}

#hojin.hojin .contact__tell-num p {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.448;
}

#hojin.hojin .contact__btns {
  text-align: right;
  /* width: 50.29%; */
}

#hojin.hojin .contact__btns .btn {
  margin-left: auto;
}

#hojin.hojin .contact__btns .btn:last-of-type {
  margin-top: 20px;
}

#hojin.hojin .contact__btns .login {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.448;
  margin-top: 20px;
  text-align: right;
}

@media (max-width: 1536px) {
  #hojin.hojin .contact {
    padding: 60px 14.84%;
  }
}

#hojin.hojin .fixed__contact {
  background: #0f9ed3;
  bottom: 30vh;
  color: #fff;
  height: 118px;
  padding: 20px;
  position: fixed;
  right: 4.16vw;
  text-align: center;
  width: max(28.48%, 547px);
  z-index: 1000;
}

#hojin.hojin .fixed__contact-ttl {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.448;
}

#hojin.hojin .fixed__contact-box {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 10px;
}

#hojin.hojin .fixed__contact-tell .company {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 23px;
  text-align: left;
}

#hojin.hojin .fixed__contact-tell-num {
  align-items: center;
  display: flex;
}

#hojin.hojin .fixed__contact-tell-num img {
  height: 23px;
  width: 23px;
}

#hojin.hojin .fixed__contact-tell-num p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.448;
}

@media (max-width: 1536px) {
  #hojin.hojin .fixed__contact {
    right: 3.25vw;
  }
}

/*20241122大内追加*/
header h1 {
  line-height: 1 !important;
  margin-left: 40px;
  padding-left: 0 !important;
}

#hojin.hojin .fixed__contact {
  height: 156px;
  width: 302px;
  opacity: 0;
  bottom: 60px;
  transform: translateY(100px);
}

#hojin.hojin .fixed__contact.is-active {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#hojin.hojin .fixed__contact.is-noactive {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(300px);
  }
}

#hojin.hojin .btn:hover, #hojin.hojin .btn:active {
  opacity: 1;
  background: #FFB649;
}

#hojin.hojin .fv, #hojin.hojin .reasons, #hojin.hojin .worries, #hojin.hojin .services, #hojin.hojin .contact {
  padding-left: 0;
  padding-right: 0;
}

#hojin.hojin .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0;
}

#hojin.hojin .fixed__contact-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

#hojin.hojin .contact__btns .btn {
  margin-bottom: 20px;
}

#hojin.hojin .contact__tell {
  padding-top: 20px;
}