@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.titleBgCard :where(div[class*="bg"]),
.mv_slide {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

#contents,
.titleWrap :where(div[class*="title"]),
.titleBgCard :where(div[class*="card"]),
.pc_triangle,
.bgTitleCard :where(div[class*="title"]),
.titleBlog :where(div[class*="title"]),
.homesns :where(div[class*="title"]) {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  #contents,
  .titleWrap :where(div[class*="title"]),
  .titleBgCard :where(div[class*="card"]),
  .pc_triangle,
  .bgTitleCard :where(div[class*="title"]),
  .titleBlog :where(div[class*="title"]),
  .homesns :where(div[class*="title"]) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.headline._recruit h1,
.headline_under h1,
.headline._recruit h2,
.headline_under h2 {
  font-size: clamp(21px, 2.4vw, 24px);
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 4% 0 2%;
}
.headline._recruit span,
.headline_under span {
  display: block;
  font-size: clamp(14px, 1.8vw, 16px);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5% !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  min-height: 100%;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  color: #111;
}

button,
a,
span,
p {
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
}

dd,
dt {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

span {
  display: inline-block;
}

a,
button {
  text-decoration: none;
  transition: 0.3s;
}
a:is(:link, :visited, :hover, :active),
button:is(:link, :visited, :hover, :active) {
  color: inherit;
}
a:not(.btn):hover,
button:not(.btn):hover {
  opacity: 0.7;
}

h1,
h2 {
  font-weight: 900;
  text-align: center;
  padding: 0.5em 0;
}

h1 {
  font-size: clamp(40px, 6.6vw, 80px);
}

h2 {
  font-size: clamp(22px, 2.8vw, 26px);
}

h3 {
  font-size: clamp(18px, 2.1vw, 21px);
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: 900;
}

small {
  font-size: 80%;
}

.form_wrap {
  word-break: normal;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

details {
  color: #111;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #main {
    display: block;
  }
}

#col_main {
  width: 100% !important;
}

h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  max-width: 1200px;
  margin: 0 auto;
}

.submit {
  display: block !important;
}

.pcnone {
  display: none;
}
@media screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .spnone {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .bp1200none {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

@media only screen and (min-width: 600px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .spnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

u {
  text-decoration: line-through;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

u {
  text-decoration: underline;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

@media screen and (max-width: 600px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

.fcb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fcs {
  display: flex;
  align-items: center;
  justify-content: start;
}

.fce {
  display: flex;
  align-items: center;
  justify-content: end;
}

.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsb {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.fss {
  display: flex;
  align-items: start;
  justify-content: start;
}

.fse {
  display: flex;
  align-items: start;
  justify-content: end;
}

.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
}

.feb {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.fes {
  display: flex;
  align-items: end;
  justify-content: start;
}

.fee {
  display: flex;
  align-items: end;
  justify-content: end;
}

.fec {
  display: flex;
  align-items: end;
  justify-content: center;
}

.fcbc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.fcsc {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.fcec {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}

.fccc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fsbc {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

.fssc {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

.fsec {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}

.fscc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.febc {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
}

.fesc {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: column;
}

.feec {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.fecc {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
}

.fcbw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcsw {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.fcew {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

.fccw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.fsbw {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fssw {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.fsew {
  display: flex;
  align-items: start;
  justify-content: end;
  flex-wrap: wrap;
}

.fscw {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}

.febw {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fesw {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-wrap: wrap;
}

.feew {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
}

.fecw {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.link_contact {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.link_tel {
  display: block;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel span {
  font-size: 13px;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.anchor {
  padding-top: 48px;
  margin-top: -48px;
}

.dl_wrap {
  margin-top: 30px;
}
.dl_wrap dl,
.dl_wrap dt,
.dl_wrap dd {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.dl_wrap dl:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
}
.dl_wrap dt {
  width: 150px !important;
  justify-content: flex-start !important;
}
.dl_wrap dd {
  width: 80% !important;
}
.dl_wrap dl:first-of-type {
  border-bottom: 1px solid #ddd;
}
.dl_wrap span {
  padding: 3px 10px;
  color: #fff;
  border-radius: 5px;
  background: #78b4e6;
}

.sns_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg100 {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.flex_fix {
  justify-content: center;
  row-gap: 1vmin;
  -moz-column-gap: 1%;
  column-gap: 1%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex_stretch {
  margin-bottom: -100px !important;
}
.flex_stretch .box {
  flex: 1 1 450px;
}
.flex_stretch img {
  width: 100%;
}

.text_right .box,
.text_left .box {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 600px) {
  .text_right .box,
  .text_left .box {
    flex-direction: column;
  }
}
.text_right img,
.text_left img {
  width: 35% !important;
  -o-object-fit: contain;
  object-fit: contain;
  flex: 1 1 224px;
  display: block;
}
@media screen and (max-width: 600px) {
  .text_right img,
  .text_left img {
    width: 100% !important;
  }
}
.text_right h3,
.text_left h3 {
  position: relative;
}
.text_right h3::before,
.text_left h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: brown;
}

.text_left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .text_left .box {
    flex-direction: column;
  }
}

.img-op img {
  border: 5px solid #fff;
  box-shadow: 0 0 20px rgba(102, 102, 102, 0.1333333333);
}

.first30 td:first-child {
  width: 30%;
}

.first_eee td:first-child {
  background-color: #eee;
}

.circle_dt.form_wrap dl,
.circle_dt.form_wrap dt,
.circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dt {
  width: 20%;
  min-width: 200px;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: -1;
  border-radius: 50%;
  background-color: lightblue;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 50px;
  background-color: lightblue;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(40px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(40px) translateY(40px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(40px) translateY(40px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(40px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#loader {
  background-color: #fff;
  overscroll-behavior-y: contain;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  transition: 0.5s;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  opacity: 1;
}
#loader::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#loader.loaded {
  overscroll-behavior-y: auto;
  animation: fadeOut 1s forwards;
}

.spinner {
  position: relative;
  width: 100%;
  height: calc(100% + 0.5px);
  overflow-y: scroll;
  pointer-events: all;
  position: relative;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.spinner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.cube1,
.cube2 {
  background-color: #1e73be;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 40px;
  margin: auto;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  animation-delay: -0.9s;
}

.anchor {
  padding-top: 48px;
  margin-top: -48px;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  position: sticky;
  position: fixed;
  top: 0;
  z-index: 100;
  letter-spacing: normal;
}

.fa-solid.fa-phone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  scale: -1 1;
}

.fa-user-pen {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa-user-pen::before {
  content: "\f4ff";
}

.fa-phone.fa-solid {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa-phone.fa-solid::before {
  content: "\f095";
}

.header {
  position: relative;
  top: 0%;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  z-index: 100;
  background-color: #fff;
  padding: 10px;
}
@media only screen and (min-width: 900px) {
  .header {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    flex-direction: column;
  }
}
.header_logo {
  width: 100%;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .header_logo {
    width: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .header_logo {
    grid-row: span 2;
  }
}
@media screen and (max-width: 600px) {
  .header_logo {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .header_logo {
    margin-bottom: 10px;
  }
}
.header_logo a {
  display: block;
  width: 100%;
}
.header_logo span {
  font-size: clamp(19px, 2.6vw, 26px);
  font-weight: 900;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #1e73be;
  line-height: 1.2;
}
.header_logo span b {
  font-size: clamp(22px, 3.2vw, 28px);
}
.header_links {
  justify-self: end;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: end;
  align-items: center;
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .header_links {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .header_links {
    justify-content: center;
  }
}
.header_links a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  white-space: nowrap;
}
.header_links i {
  font-size: 22px;
  width: calc(48px - 4px);
  height: calc(48px - 4px);
  display: grid;
  place-items: center;
}
.header_links span:not(:where(.burger_line)) {
  display: none;
  margin-right: 10px;
}
@media only screen and (min-width: 900px) {
  .header_links span:not(:where(.burger_line)) {
    display: inline;
  }
}
.header_tel {
  border: 2px solid #1e73be;
}
@media only screen and (min-width: 600px) {
  .header_tel {
    border: none;
  }
}
.header_tel span,
.header_tel i {
  color: #1e73be;
  vertical-align: text-bottom;
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (min-width: 900px) {
  .header_tel span,
  .header_tel i {
    color: #111;
  }
}
.header_tel i {
  font-size: 20px;
}
.header_contact {
  background-color: #1e73be;
  border: 2px solid #1e73be;
  color: #fff !important;
}
.header_contact span {
  font-size: 16px;
}
.header_contact i {
  font-size: 14px;
}
@media only screen and (min-width: 900px) {
  .header_contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header_insta img {
  width: 47px;
  min-width: 47px;
  height: auto;
}

.header .burger {
  border: 2px solid #1e73be;
  padding: calc(48px / 6);
  height: 48px;
  min-width: 48px;
  border-radius: 10px;
  background-color: transparent;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 900px) {
  .header .burger {
    display: none;
  }
}
.header .burger_line,
.header .burger::before,
.header .burger::after {
  content: "";
  display: block;
  height: calc(48px / 16);
  width: calc(48px / 2);
  transition: 0.4s;
  background-color: #1e73be;
  border-radius: 2px;
}
.header .burger .burger_line {
  height: calc(48px / 16);
}
.header .burger.active .burger_line {
  scale: 0 1;
}
.header .burger.active::before {
  translate: 0 calc(48px / 5.33 + 0.5px);
  rotate: 45deg;
}
.header .burger.active::after {
  translate: 0 calc(-48px / 5.33);
  rotate: -45deg;
}
.header_nav {
  width: 100%;
  grid-column: span 2;
  display: none;
}
@media only screen and (min-width: 900px) {
  .header_nav {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .header_nav {
    grid-column: span 1;
    justify-self: end;
    min-width: 770px;
    width: 100%;
  }
}
.header_ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  width: 100%;
}
.header_ul li {
  position: relative;
}
.header_ul a,
.header_ul button {
  font-weight: 500;
  display: block;
  padding: 0px 1.7vw;
}
.header_ul span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #1e73be;
}
.header_list._btn {
  position: relative;
}
.header_btn {
  border: none;
  background-color: unset;
  text-align: center;
}
.header_accordion {
  position: absolute;
  top: 100%;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: 0.4s;
  width: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
}
.header_accordion.blog_link {
  left: -100%;
  right: -100%;
  width: 200%;
  margin: auto;
}
.header_accordion[aria-hidden="false"] {
  visibility: visible;
  transform: rotateX(0);
  height: auto;
}
.header_accordion a {
  padding: 20px 0;
}
.header .accordion_lists a {
  width: 100%;
  font-weight: 700;
  padding: 20px 0px;
}

.fixed {
  position: fixed;
  bottom: 0%;
  right: 0%;
  z-index: 100;
}
.fixed_link {
  display: grid;
  align-content: center;
  width: 140px;
  height: 140px;
  color: #fff;
  font: 900 16px "Noto Serif JP";
  background-color: #1e73be;
  border-radius: 50%;
  transform-origin: bottom right;
  scale: 0.6;
  box-shadow: inset 0 -10px 25px 0 rgba(17, 17, 17, 0.1333333333),
    inset 0 10px 25px 0 rgba(17, 17, 17, 0.1333333333);
}
@media only screen and (min-width: 900px) {
  .fixed_link {
    scale: 1;
  }
}
.fixed i {
  font-size: 28px;
}

.fixed.banner {
  display: none;
}
@media only screen and (min-width: 900px) {
  .fixed.banner {
    display: block;
    padding: 0;
    width: 100%;
    transition: 0.5s;
    max-height: 25vh;
    max-height: 25dvh;
    pointer-events: none;
    padding-bottom: 20px;
    padding-right: 20px;
    max-height: unset;
  }
  .fixed.banner.is-hide {
    opacity: 0.01;
    visibility: hidden;
  }
  .fixed.banner .banner_inner {
    position: relative;
    bottom: 0;
    margin-left: auto;
    transform-origin: right bottom;
    width: 100%;
    max-width: 580px;
    box-shadow: 2px 2px 6px #333;
    border-radius: 0px;
    pointer-events: all;
  }
  .fixed.banner article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 40% 30px 10px;
    gap: 20px;
    background-color: rgba(30, 115, 190, 0.7333333333);
    height: 100%;
    border-radius: 0;
  }
  .fixed.banner article div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .fixed.banner article,
  .fixed.banner > a {
    padding-right: 40%;
    -webkit-clip-path: polygon(65% -1%, -1% -1%, -1% 101%, 60% 101%);
    clip-path: polygon(65% -1%, -1% -1%, -1% 101%, 60% 101%);
  }
  .fixed.banner h3,
  .fixed.banner div,
  .fixed.banner .btn {
    margin: 0;
    font-size: clamp(10px, 3.4vw, 20px);
    font-weight: 700;
  }
  .fixed.banner .btn {
    margin: 0 auto;
    max-width: 80%;
    border-radius: 15px;
    min-height: 50px;
  }
}

.menu_bar {
  position: relative;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  height: auto;
  height: calc(100vh - 82.78px);
  height: calc(100dvh - 82.78px);
}
@media only screen and (min-width: 600px) {
  .drawer {
    height: calc(100vh - 68px);
    height: calc(100dvh - 68px);
  }
}
.drawer::-webkit-scrollbar {
  width: 0px;
}
.drawer[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
.drawer_nav {
  background-color: #fff;
  width: 100%;
  height: calc(100% + 0.5px);
  overflow-y: scroll;
  padding: 20px;
  translate: 0 -100%;
  transition: all 0.5s;
  pointer-events: all;
  position: relative;
}
.drawer[aria-hidden="false"] .drawer_nav {
  translate: 0%;
}
.drawer a,
.drawer button {
  display: block;
  text-align: center;
  border-bottom: 2px solid #1e73be;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 1em 10px;
  color: #111;
}
@media screen and (max-width: 600px) {
  .drawer_info {
    display: block;
  }
}
.drawer_logo {
  padding-bottom: 2vh;
}
.drawer_logo a {
  border: none;
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 900;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline !important;
  text-align: center;
}
.drawer_logo a b {
  font-size: clamp(22px, 3.2vw, 28px);
}
.drawer address {
  display: flex;
  flex-direction: column;
  gap: 4vh;
}
.drawer .header-sm {
  font-size: 2.5vmin;
}
@media screen and (max-width: 600px) {
  .drawer .header-sm {
    font-size: 14px;
  }
}

.drawer_toggle {
  display: block;
  text-align: center;
  border: none;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  padding: 20px 10px;
  position: relative;
  color: #111;
}
.drawer_toggle:after,
.drawer_toggle:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  inset: 0 30px 0 auto;
  margin: auto;
  background-color: #1e73be;
  transition: 0.4s;
}
.drawer_toggle::before {
  content: "";
  width: 12px;
  height: 2px;
  right: 25px;
}
.drawer_toggle[aria-expanded="true"]::after {
  rotate: -90deg;
}

.accordion .accordion_link {
  background-color: transparent;
}

#drawer.-drawer.header-links {
  display: block;
}

.drawer_accordion {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  transition: height 0.8s visibility 0s;
  transition: all 0.5s;
  transform-origin: top;
  transform: rotateX(90deg);
}
.drawer_accordion.active {
  visibility: visible;
  transform: rotateX(0);
}
.drawer_accordion.active .accordion-link {
  transition: height 0.4s;
  height: auto;
}
.drawer_accordion .accordion_ul a {
  border-bottom: 1px dashed #1e73be;
  color: #1e73be;
}

.drawer_foot {
  width: 90%;
  margin: 50px auto 0;
}
.drawer_foot_logo {
  margin: 0 auto 8%;
}
.drawer_foot a {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 5px !important;
  color: #111;
  border: none;
}
.drawer_foot a i {
  font-size: 24px;
}

.drawer .header_links {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: unset;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .drawer .header_links {
    max-width: unset;
  }
}
.drawer .header_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 20px;
  width: 260px;
  max-width: 100%;
  margin-bottom: 20px !important;
}
.drawer .header_links a:last-child {
  margin-bottom: 0 !important;
}
.drawer .header_links i {
  font-size: 22px;
  width: calc(48px - 4px);
  height: calc(48px - 4px);
  display: grid;
  place-items: center;
}
.drawer .header_links span:not(:where(.burger_line)) {
  display: none;
  margin-right: 10px;
  display: inline;
}
.drawer .drawer_logo {
  padding: 16px 10px;
  width: 100%;
}
.drawer .drawer_logo a {
  color: #1e73be;
}
.drawer .header_tel {
  border: 2px solid #1e73be;
  margin-bottom: 16px;
}
@media only screen and (min-width: 600px) {
  .drawer .header_tel {
    border: none;
    margin: 0;
  }
}
.drawer .header_tel span,
.drawer .header_tel i {
  vertical-align: text-bottom;
  font-weight: 700;
  font-size: 22px;
  color: #1e73be;
}
.drawer .header_tel i {
  font-size: 20px;
}
.drawer .header_contact {
  background-color: #1e73be;
  border: 2px solid #1e73be;
  color: #111;
}
.drawer .header_contact span {
  font-size: 16px;
}
.drawer .header_contact i {
  font-size: 14px;
}
.drawer .header_insta {
  border: none;
}
.drawer .header_insta img {
  max-width: 45px;
  width: 100%;
  height: auto;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  color: #fff;
}

.footer_inner {
  padding: 2vh;
  display: grid;
  place-items: center;
}
.footer_logo {
  padding: 2vh 0;
  word-break: normal;
}
.footer_logo a {
  font: 700 26px "Noto Serif JP";
  font-size: clamp(20px, 2.6vw, 26px);
  color: #fff;
}
.footer_ul {
  flex-wrap: wrap;
  -moz-column-gap: 2vh;
  column-gap: 2vh;
}
@media screen and (max-width: 600px) {
  .footer_ul li {
    width: 40%;
  }
}
.footer_ul a {
  display: block;
  padding: 2vh 0;
  color: #fff;
}
.footer_copy {
  display: block;
  padding: 2vh 0;
}
.footer_left {
  text-align: left;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 600px) {
  .footer_left {
    text-align: center;
    margin: 0 auto;
  }
}
.footer_headline h2 {
  text-align: left;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  margin-bottom: 45px;
  position: relative;
}
.footer_headline h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 3px;
  bottom: -20px;
  left: 0;
}
.footer_headline p {
  text-align: left;
}
.footer_links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_links a {
  display: block;
}
.footer_links span {
  display: block;
}
.footer_links .link_contact {
  max-width: 250px;
  padding: 20px 50px;
  border: 1px solid #fff;
  font-family: "din-condensed", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.footer_links .link_tel {
  max-width: 350px;
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

img.imgL {
  max-width: 100%;
}

img.imgR {
  max-width: 100%;
}

.base {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .base {
    padding-left: 0;
    padding-right: 0;
  }
}

div article div {
  line-height: 3;
}

.clearfix div {
  line-height: 2;
}

.title_02 h2 {
  line-height: 1.6;
}
.title_02 h2 span {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.title_02 div span {
  display: inline-block;
  font-size: clamp(15px, 2vw, 18px);
  word-wrap: break-word;
}

@media only screen and (min-width: 900px) {
  .imgText,
  .imgTitle {
    display: flex;
  }
}
.imgText :where(div[class*="img"]),
.imgTitle :where(div[class*="img"]) {
  min-width: 50%;
}
.imgText :where(div[class*="title"], div[class*="text"]),
.imgTitle :where(div[class*="title"], div[class*="text"]) {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.titleWrap :where(div[class*="title"]) {
  padding: 4% 2%;
  width: calc(100% - 60px);
  max-width: 960px;
  transition: 1s;
}
.titleWrap :where(div[class*="title"]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
}
.titleWrap :where(div[class*="title"]) h2 span {
  color: #777;
}

.titleBgCard :where([class*="title"]) h2 {
  color: #1e73be;
}
.titleBgCard :where([class*="title"]) h2 span {
  font-size: 22px;
}
.titleBgCard :where(div[class*="bg"]) {
  background: url(../images/home/worksBg.jpg) no-repeat center/cover;
}
.titleBgCard :where(div[class*="card"]) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.titleBgCard :where(div[class*="card"]) > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.titleBgCard :where(div[class*="card"]) img {
  min-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.titleBgCard :where(div[class*="card"]) > div > div {
  text-align: center;
  padding: 30px;
}
@media only screen and (min-width: 600px) {
  .titleBgCard :where(div[class*="card"]) .box:has(.btn) {
    grid-column-start: 2;
    margin: 5% auto;
  }
}

.pc_triangle {
  width: unset;
  background-color: #777;
  display: grid;
  gap: 15px;
  padding: 15px;
  max-width: 800px;
}
@media only screen and (min-width: 600px) {
  .pc_triangle {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .pc_triangle :where(div[class*="title"]) {
    grid-column: span 2;
  }
}
.pc_triangle :where(div[class*="title"]) span {
  font-size: 20px;
}
.pc_triangle :where(div[class*="btn"]) div {
  text-align: center !important;
}
.pc_triangle :where(div[class*="tel"]) {
  margin: 0 auto;
}
.pc_triangle :where(div[class*="tel"]) span {
  display: inline-block;
  font-size: 24px;
  font: bold 18px "メイリオ";
}

.bgImgTitle :where(div[class*="_bg"]) {
  background: url(../images/home/hikakuBg.jpg) no-repeat center/cover;
  margin-top: 10%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 900px) {
  .bgImgTitle :where(div[class*="_bg"]) {
    flex-wrap: nowrap;
  }
}
.bgImgTitle :where(div[class*="img"]) {
  width: 90%;
  min-width: 50%;
}
.bgImgTitle :where(div[class*="img"]) img {
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 90% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 90% 100%);
}
.bgImgTitle :where(div[class*="img"]).active img {
  animation: toRight 0.5s ease-out forwards;
}
@keyframes toRight {
  0% {
    -webkit-clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 90% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 90% 100%);
  }
}
.bgImgTitle :where(div[class*="title"]) {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .bgImgTitle :where(div[class*="title"]) {
    padding: 5% 0;
  }
}
.bgImgTitle :where(div[class*="title"]) article {
  width: 90%;
  padding: 80px 20px;
  border: 1px solid #777;
  mix-blend-mode: difference;
  background-color: #777;
}
.bgImgTitle :where(div[class*="title"]) span {
  display: inline-block;
}

.bgTitleCard :where(div[class*="bg"]) {
  background-color: lightblue;
  padding: 8% 0;
}
.bgTitleCard :where(div[class*="title"]) {
  width: calc(100% - 60px);
  max-width: 800px;
  transition: 1s;
}
.bgTitleCard :where(div[class*="title"]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  word-break: normal;
  letter-spacing: 0px;
  color: #777;
}
.bgTitleCard :where(div[class*="title"]) span {
  color: #777;
}
.bgTitleCard :where(div[class*="card"]) {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 5vh 0 0 0;
}
.bgTitleCard .box {
  width: 100%;
  position: relative;
  overflow: visible !important;
}
.bgTitleCard img {
  padding: 0 25px;
}
.bgTitleCard :where(div[class*="box"]) > div {
  color: #777;
  text-align: center;
}

.titleFlex :where(div[class*="title"]) {
  width: 100%;
  margin: 60px auto;
}
.titleFlex :where(div[class*="title"]) h2 {
  color: #1e73be;
  font-size: clamp(26px, 3.6vw, 38px);
}
.titleFlex :where(div[class*="flex"]) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  row-gap: 4vw;
}
.titleFlex :where(div[class*="flex"]) .box {
  display: grid;
  align-items: center;
  width: 100%;
}
.titleFlex :where(div[class*="flex"]) .box:has(img) {
  padding-right: 10%;
}
@media only screen and (min-width: 900px) {
  .titleFlex :where(div[class*="flex"]) .box:has(img) {
    padding-right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .titleFlex :where(div[class*="flex"]) .box:not(:has(img)) {
    width: 50%;
    line-height: 48px;
  }
}
.titleFlex :where(div[class*="flex"]) article {
  padding-left: 10%;
}
@media only screen and (min-width: 900px) {
  .titleFlex :where(div[class*="flex"]) article {
    padding-left: 3.33%;
  }
}
.titleFlex :where(div[class*="flex"]) h3 {
  color: #777;
  font-size: clamp(22px, 2.8vw, 26px);
  border-bottom: 1px solid #777;
  position: relative;
  text-align: left;
  word-break: break-word;
  padding-right: 5%;
}
.titleFlex :where(div[class*="flex"]) article > div {
  color: #777;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: normal;
  font-size: clamp(14px, 1.8vw, 16px);
  padding-right: 5%;
}

section {
  position: relative;
}

.mv_slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top !important;
  object-position: top !important;
  height: calc(50vh - 83px) !important;
  height: calc(50dvh - 83px) !important;
}
@media only screen and (min-width: 600px) {
  .mv_slide img {
    height: calc(75vh - 91px) !important;
    height: calc(75dvh - 91px) !important;
  }
}
@media only screen and (min-width: 900px) {
  .mv_slide img {
    height: calc(100vh - 123px) !important;
    height: calc(100dvh - 123px) !important;
  }
}
.mv_text {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .mv_text {
    bottom: 80px;
  }
}
.mv_text h1 {
  text-align: left;
  padding: 0;
  max-width: 850px;
  text-align: left;
  font-size: clamp(18px, 3.8vw, 46px);
  font-weight: 900;
  -webkit-text-stroke: #1e73be;
  -webkit-text-stroke-width: 0.06em;
  -webkit-text-fill-color: #fff;
  paint-order: stroke;
}

.about {
  background-color: #baddfb;
}
.about::before {
  content: "";
  display: block;
  width: 50%;
  max-width: 720px;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #98bedf;
}
.about_title {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 80px 0;
  background-color: transparent !important;
  line-height: 2;
}
.about_title article {
  background-color: #fff;
  padding: clamp(30px, 5vw, 60px);
  padding: 60px 20px;
}
@media only screen and (min-width: 900px) {
  .about_title article {
    padding: 60px 90px;
  }
}
.about_title article::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 80px;
  right: 0;
  margin: auto;
  background-color: #1e73be;
  z-index: 1;
}
@media only screen and (min-width: 600px) {
  .about_title article::after {
    width: 120px;
    height: 120px;
  }
}
.about_title span {
  display: inline-block;
  color: #111;
}
.about_title h2 span {
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 26px);
  color: #111;
  display: inline-block;
}
.about_title .sm {
  color: #1e73be;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.nayami {
  margin-bottom: 110%;
}
@media only screen and (min-width: 600px) {
  .nayami {
    margin-bottom: 30%;
  }
}
@media only screen and (min-width: 900px) {
  .nayami {
    margin-bottom: 0%;
  }
}
.nayami_title {
  margin-top: 90px;
}
.nayami_title article {
  display: flex;
  justify-content: center;
}
.nayami_title article::before,
.nayami_title article::after {
  content: "|";
  display: block;
  scale: 0.8 1;
  translate: 0 -10px;
  margin: 0 10px;
  font-size: 55px;
  font-weight: 700;
  color: #1e73be;
}
@media only screen and (min-width: 600px) {
  .nayami_title article::before,
  .nayami_title article::after {
    font-size: 26px;
    scale: 1 1.5;
    margin: 10px;
  }
}
.nayami_title article::before {
  rotate: -15deg;
}
.nayami_title article::after {
  rotate: 15deg;
}
.nayami_title h2 {
  color: #1e73be;
  word-break: inherit;
}
.nayami_card {
  margin-top: 30px;
  margin-bottom: 90px;
  padding-top: 0;
  gap: 4%;
  grid-template-columns: 1fr;
  grid-auto-rows: 29%;
}
@media only screen and (min-width: 600px) {
  .nayami_card {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 55%;
  }
}
@media only screen and (min-width: 900px) {
  .nayami_card {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 100%;
  }
}
.nayami .box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: #777 0 0.3vmin 0.6vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10% 5% 5% 5%;
}
.nayami .box img {
  width: 85%;
  height: 60%;
  padding: 0;
  margin: auto;
  display: block;
  order: 1;
}
.nayami .box div {
  z-index: 1;
  height: 25%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1e73be;
}
.nayami .box span {
  color: #fff;
  font-size: 120%;
}

.point_bg {
  background: no-repeat center/cover;
  padding-top: 90px;
}
.point_title h2 {
  color: #fff;
}
.point_title span {
  display: block;
  color: #fff;
  font-weight: 700;
}
.point_card {
  display: flex !important;
  max-width: 1000px;
  margin-top: 30px;
  padding: 0 30px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media only screen and (min-width: 900px) {
  .point_card {
    flex-wrap: nowrap !important;
    margin-bottom: -380px;
  }
}
@media only screen and (min-width: 1200px) {
  .point_card {
    padding: 0;
  }
}
.point .box {
  margin-bottom: 30px;
}
.point .box img {
  padding: 0;
  width: 100%;
  border-radius: 15px;
}
.point .box h3 {
  color: #fff;
  font-size: clamp(20px, 2.2vw, 22px);
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
}
.point .box div {
  color: #fff;
  line-height: 2.5;
  word-break: break-all;
}
@media only screen and (min-width: 900px) {
  .point .box h3 {
    color: #1e73be;
  }
  .point .box div {
    color: #111;
    letter-spacing: -1px;
  }
}
.point .btn_wrap {
  margin: 60px auto;
}
@media only screen and (min-width: 900px) {
  .point .btn_wrap {
    margin-top: 350px;
    margin: 300px auto 120px auto;
  }
}
.point .btn_wrap .btn {
  background-color: #1e73be;
  color: #fff;
}

.titleBlog {
  padding: 90px 0;
}
.titleBlog :where(div[class*="title"]) {
  width: calc(100% - 60px);
  max-width: 800px;
  transition: 1s;
}
.titleBlog :where(div[class*="title"]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  word-break: normal;
  letter-spacing: 0px;
  color: #777;
}
.titleBlog :where(div[class*="title"]) span {
  color: #777;
}
.titleBlog :where(div[class*="inner"]) {
  max-width: 700px;
  margin: 0 auto;
}
.titleBlog :where(div[class*="list"]) {
  display: flex;
  flex-direction: column;
}
.titleBlog :where(div[class*="list"]) .blog_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-style: solid;
}
.titleBlog :where(div[class*="list"]) .blog_date {
  padding: 20px 5px;
  margin-right: auto;
  width: 50%;
  min-width: 15%;
}
.titleBlog :where(div[class*="list"]) h3 {
  order: 1;
  margin: 0;
  padding: 20px 20px;
  width: 75%;
  min-width: 55%;
  text-align: left;
}
.titleBlog :where(div[class*="list"]) h3 a {
  display: block;
  width: 100%;
}
.titleBlog :where(div[class*="list"]) h3 span {
  color: #111;
  font-size: clamp(15px, 2vw, 18px);
}
@media only screen and (min-width: 600px) {
  .titleBlog :where(div[class*="list"]) h3 {
    padding: 10px;
  }
}
.titleBlog :where(div[class*="list"]) ul {
  display: block;
  border-radius: 3px;
  width: 50%;
  min-width: 15%;
}
.titleBlog :where(div[class*="list"]) ul a {
  color: #fff;
  padding: 0.2em 1em;
  margin: 0;
  vertical-align: text-bottom;
  background-color: #1e73be;
  border-radius: 5px;
}
.titleBlog :where(div[class*="list"]) .more {
  order: 1;
  position: relative;
  font-size: 12px;
  color: #aaa;
}
.titleBlog :where(div[class*="list"]) .more:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  display: inline;
}
.titleBlog :where(div[class*="photo"]) {
  display: none;
}
.titleBlog div.blog_list div.blog_text {
  padding: 10px 0;
}

.seminar {
  background-color: #dfedf9;
  padding-bottom: 30px;
}
.seminar_title h2 {
  color: #000;
}
.seminar_title span {
  color: #1e73be;
}
.seminar div.blog_list {
  border: none;
}
.seminar div.blog_list > div {
  border-bottom: #aaa solid 1px;
}
.seminar div.blog_list .blog_photo {
  display: none;
  visibility: hidden;
}
.seminar div.blog_list .blog_text {
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .seminar div.blog_list .blog_text {
    flex-wrap: nowrap;
  }
}
.seminar div.blog_list .blog_date {
  width: 50%;
  color: #aaa;
}
.seminar div.blog_list h3 {
  margin: 0;
  padding: 10px 5px;
}
.seminar div.blog_list h3 span {
  color: #111;
}
.seminar div.blog_list ul {
  display: block;
  border-radius: 3px;
  width: 50%;
  padding: 10px 10px;
}
.seminar div.blog_list ul li {
  float: right;
}
.seminar div.blog_list ul a {
  color: #fff;
  padding: 0.2em 1em;
  margin: 0;
  vertical-align: text-bottom;
}

.news {
  background-color: #dfedf9;
}
.news_title h2 {
  color: #111;
}
.news_title span {
  color: #1e73be;
}
.news div.blog_list {
  border: none;
}
.news div.blog_list > div {
  border: none;
}
.news div.blog_list .blog_photo {
  display: none;
  visibility: hidden;
}
.news div.blog_list .blog_text {
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.news div.blog_list .blog_date {
  color: #aaa;
  align-self: flex-end;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .news div.blog_list .blog_date {
    width: 15%;
  }
}
.news div.blog_list h3 {
  margin: 0;
  padding: 0;
  margin-left: auto;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 85% 0%);
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 85% 0%);
}
.news div.blog_list h3 a {
  padding: 10px 15px;
  border-right: 3vmin solid #1e73be;
  border-bottom: 2px solid #aaa;
  border-left: 4px solid #1e73be;
}
.news div.blog_list h3 span {
  color: #111;
}
.news div.blog_list ul {
  display: block;
  padding: 0;
  align-self: flex-end;
  margin-left: auto;
}
.news div.blog_list ul li {
  float: left;
}
.news div.blog_list ul a {
  padding: 0.2em 1em;
  margin: 0;
  background-color: #1e73be;
  color: #fff;
  border-radius: 5px 5px 0 0;
  word-break: normal;
}
.news div.blog_list h3,
.news div.blog_list ul {
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .news div.blog_list h3,
  .news div.blog_list ul {
    width: 85%;
  }
}
.news div.blog_list .more {
  display: none;
}

.btn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  box-shadow: inset 2px 2px 2px 0px rgba(119, 119, 119, 0.4666666667),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(119, 119, 119, 0.1333333333);
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1),
    4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn:hover:before {
  left: 0;
  width: 100%;
}
.btn:active {
  top: 2px;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

.imgbg div {
  padding: 60px 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.imgbg a.btn {
  margin: 0;
  color: #1e73be;
  border: none;
  font-size: 26px;
  font-weight: 900;
}

.banner {
  padding: 90px 0;
}
.banner_inner {
  background: no-repeat center/cover;
  background-image: url(../images/home/banner01.jpg);
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.banner_inner > article,
.banner_inner > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40% 20px 0px;
  background-color: #1e73be;
  border-radius: 20px;
  -webkit-clip-path: polygon(65% 0, 0 0, 0 100%, 60% 100%);
  clip-path: polygon(65% 0, 0 0, 0 100%, 60% 100%);
}
@media only screen and (min-width: 900px) {
  .banner_inner > article,
  .banner_inner > a {
    padding: 50px 50% 50px 10px;
    gap: 30px;
    -webkit-clip-path: polygon(52% 0, 0 0, 0 100%, 48% 100%);
    clip-path: polygon(52% 0, 0 0, 0 100%, 48% 100%);
  }
}
.banner h3,
.banner article > div,
.banner .btn {
  margin: 0;
  font-size: clamp(12px, 2.8vw, 22px);
  font-weight: 700;
  color: #fff;
}
.banner h3 {
  color: #fff;
  padding: 0;
}
.banner h3::before {
  content: "|";
  rotate: -20deg;
  display: inline-block;
}
.banner h3::after {
  content: "|";
  rotate: 20deg;
  display: inline-block;
}
.banner article > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 900px) {
  .banner article > div {
    gap: 40px;
    font-size: 16px;
  }
}
.banner .btn {
  margin: 0 auto;
  width: 80%;
  border-radius: 15px;
  background-color: #fff;
  color: #1e73be;
  max-width: 280px;
}
@media only screen and (min-width: 900px) {
  .banner .btn {
    font-size: 16px;
  }
}
.banner_home .banner_inner {
  max-width: 800px;
  margin: 0 auto;
  background-size: 100% 50%;
  background-position: center bottom;
}
@media only screen and (min-width: 600px) {
  .banner_home .banner_inner {
    background-size: cover;
    background-position: center center;
  }
}
.banner_home .banner_inner > article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  padding: 30px 20px 70% 20px;
  gap: 20px;
  -webkit-clip-path: polygon(100% 50%, 100% 0, 0 0%, 0% 60%);
  clip-path: polygon(100% 50%, 100% 0, 0 0%, 0% 60%);
}
@media only screen and (min-width: 600px) {
  .banner_home .banner_inner > article {
    padding: 20px 40% 20px 0px;
    -webkit-clip-path: polygon(65% 0, 0 0, 0 100%, 60% 100%);
    clip-path: polygon(65% 0, 0 0, 0 100%, 60% 100%);
  }
}
@media only screen and (min-width: 600px) and (min-width: 900px) {
  .banner_home .banner_inner > article {
    padding: 50px 50% 50px 10px;
    gap: 30px;
    -webkit-clip-path: polygon(52% 0, 0 0, 0 100%, 48% 100%);
    clip-path: polygon(52% 0, 0 0, 0 100%, 48% 100%);
  }
}
.banner_home h3,
.banner_home article > div,
.banner_home .btn {
  margin: 0;
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 500;
  color: #fff;
}
.banner_home h3 {
  color: #fff;
  padding: 0;
}
.banner_home h3::before {
  content: "|";
  rotate: -20deg;
  display: inline-block;
}
.banner_home h3::after {
  content: "|";
  rotate: 20deg;
  display: inline-block;
}
.banner_home article > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
}
.banner_home .btn {
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  color: #1e73be;
  font-weight: 700;
  max-width: unset;
}

.slashsand h3::before,
.slashsand h3::after,
.slashsand h2::before,
.slashsand h2::after,
.slashsand p::before,
.slashsand p::after {
  content: "|";
  display: inline-block;
  scale: 1 1.6;
  rotate: -15deg;
  translate: -10px 0;
}
.slashsand h3::after,
.slashsand h2::after,
.slashsand p::after {
  rotate: 15deg;
  translate: 10px 0;
}

.homesns {
  padding: 100px 0;
}
.homesns :where(div[class*="title"]) {
  width: calc(100% - 60px);
  max-width: 800px;
  transition: 1s;
  margin-bottom: 20px;
}
.homesns :where(div[class*="title"]) h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  word-break: normal;
  letter-spacing: 0px;
  color: #111;
}
.homesns :where(div[class*="title"]) span {
  color: #1e73be;
}
.homesns .sns_inner div.sns_list {
  border: none;
}
.homesns .sns_inner div.sns_list .slick-slide {
  padding: 0 12px;
}
.homesns .sns_inner div.sns_list > div {
  display: block;
  border: none;
}
.homesns .sns_inner div.sns_list > div div.sns_photo {
  padding: 0;
  width: 100%;
}
.homesns .sns_inner div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.homesns .sns_inner div.sns_list > div div.sns_photo a:hover img {
  scale: 1.1;
}
.homesns .sns_inner div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  transform-origin: center center;
}
.homesns .sns_inner div.sns_list > div div.sns_text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.homesns .sns_inner div.sns_list > div div.sns_text ul {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homesns .sns_inner div.sns_list > div div.sns_text p,
.homesns .sns_inner div.sns_list > div div.sns_text .caption {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title_01 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 30vh;
  height: 30dvh;
  display: grid;
  align-items: center;
  letter-spacing: 0.4em;
  line-height: 1;
}
.title_01:after {
  display: none;
}
.title_01 article {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: grid;
  align-content: center;
}
.title_01 h1 {
  margin: 0 auto;
  font-size: clamp(26px, 4vw, 48px);
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
.title_01 span {
  display: block;
  font-size: clamp(22px, 2.8vw, 26px);
  font-weight: 900;
  color: #1e73be;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.title_01 div {
  font-size: clamp(22px, 2.8vw, 26px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: 500;
  color: #fff;
}

.pan1 {
  padding: 30px 0;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  color: #111;
}
.pan1 ul li {
  margin-right: 10px;
}
.pan1 ul li:not(:first-child) {
  margin-left: 10px;
}
.pan1 ul a:-moz-any-link {
  color: #1e73be;
  text-decoration: none !important;
  font-weight: 700;
}
.pan1 ul a:any-link {
  color: #1e73be;
  text-decoration: none !important;
  font-weight: 700;
}

.title2bl:first-child {
  margin-top: 40px;
}
.title2bl h2,
.title2bl h3 {
  border-left: 4px solid #1e73be;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: clamp(18px, 2.6vw, 26px);
  background-color: #dfedf9;
  font-weight: 700;
}

.title2bb {
  margin: 40px auto;
}
.title2bb article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title2bb article div {
  word-break: break-all;
}
.title2bb h2,
.title2bb h3 {
  border-bottom: 2px solid #568;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: clamp(22px, 2.8vw, 26px);
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1e73be;
}
.title2bb span {
  display: inline-block;
  color: #111;
}
.title2bb h2 span {
  color: #1e73be;
  display: block;
}

.attention {
  display: block;
}

.page_desc {
  max-width: 960px;
  margin: 40px auto;
}
.page_desc div {
  margin-top: 20px;
}

.business_sec {
  background-color: rgba(186, 221, 251, 0.2);
}

.business {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 20px;
  gap: 20px;
}
.business_text {
  max-width: 1000px;
  margin: 40px auto;
}
.business_text h2 {
  font-size: 20px;
}

.flex-img-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  gap: 10px;
  background-color: #fff;
  flex-grow: 1;
}
@media only screen and (min-width: 600px) {
  .flex-img-text {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 900px) {
  .flex-img-text {
    width: calc(50% - 20px);
  }
}
.flex-img-text .img_left {
  width: 70%;
}
.flex-img-text .img_left img {
  padding: 10%;
  background-color: rgba(186, 221, 251, 0.2);
  border-radius: 20px;
}
@media only screen and (min-width: 900px) {
  .flex-img-text .img_left {
    padding-right: 0;
    width: 40%;
  }
}
.flex-img-text .text_right,
.flex-img-text .text_left {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .flex-img-text .text_right,
  .flex-img-text .text_left {
    width: 60%;
  }
}
.flex-img-text article {
  padding: 0;
}
.flex-img-text h3 {
  color: #1e73be;
  font-size: 20px;
  border: none;
  text-align: left;
  word-break: break-word;
  padding-right: 0;
}
.flex-img-text h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  background: transparent;
}
.flex-img-text article > div {
  color: #111;
  word-break: normal;
  font-size: 16px;
  padding: 20px 0;
}

.fa.fa-info-circle {
  color: #1e73be;
}

.bnr {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 900px) {
  .bnr {
    flex-wrap: nowrap;
  }
}
.bnr :where(div[class*="box"]) {
  position: relative;
  border-radius: 5px;
  width: 100%;
  flex: 1 1 262px;
  max-height: 200px;
}
.bnr :where(div[class*="box"]):nth-child(n + 5) {
  max-width: 265.5px;
}
.bnr :where(div[class*="box"]) a {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #98bedf;
  overflow: hidden;
}
.bnr :where(div[class*="box"]) a:hover img {
  scale: 1.1;
}
.bnr :where(div[class*="box"]) img {
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  transition: 0.3s;
}
.bnr :where(div[class*="box"]) div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: clamp(22px, 2.8vw, 26px);
}

.banner_service {
  padding: 0;
}
.banner_service .box {
  max-height: 300px;
}
.banner_service .box:nth-child(n + 5) {
  max-width: 265.5px;
}
.banner_service .box div {
  text-shadow: 0 0 10px #000;
  font-size: clamp(22px, 2.8vw, 26px);
}

#c13 > div.box {
  overflow: unset;
}

div.bnr_service {
  padding: 0;
}
div.bnr_service a {
  min-height: 200px;
  overflow: hidden;
}
div.bnr_service img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}
div.bnr_service .box div {
  grid-template-columns: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 600px) {
  div.bnr_service .box div {
    grid-template-columns: 50% 50%;
  }
}
div.bnr_service .box div p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
  margin-bottom: -1px;
  background-color: rgba(30, 115, 190, 0.4666666667);
  width: 100%;
  height: 100%;
  font-size: clamp(18px, 2.8vw, 28px);
}
div.bnr_service .box div p:nth-child(even):after,
div.bnr_service .box div p:nth-child(even):before {
  content: "";
}

.sec_mainPl {
  background-color: rgba(186, 221, 251, 0.2);
  padding: 30px 0;
}

.syosinnsya,
.kouteki {
  padding-top: 60px;
}
.syosinnsya .seminar_title,
.kouteki .seminar_title {
  margin: 0px 30px 60px;
  width: calc(100% - 60px);
  z-index: 1;
  position: relative;
  line-height: 2;
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
  margin-top: -150px;
}
@media only screen and (min-width: 1200px) {
  .syosinnsya .seminar_title,
  .kouteki .seminar_title {
    margin: -150px auto 60px;
  }
}
.syosinnsya .seminar_title article,
.kouteki .seminar_title article {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.syosinnsya .seminar_title article::after,
.kouteki .seminar_title article::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 0px;
  right: 0;
  margin: auto;
  background-color: #1e73be;
  z-index: 1;
}
.syosinnsya .seminar_title span,
.kouteki .seminar_title span {
  display: inline-block;
  color: #111;
}
.syosinnsya .seminar_title h2,
.kouteki .seminar_title h2 {
  color: #111;
  border-bottom-color: #1e73be;
}
.syosinnsya .seminar_title h2 span,
.kouteki .seminar_title h2 span {
  font-weight: 900;
  font-size: clamp(22px, 2.6vw, 26px);
  color: #111;
  display: inline-block;
}
.syosinnsya .seminar_title .sm,
.kouteki .seminar_title .sm {
  color: #1e73be;
  display: block;
  font-size: 14px;
}
.syosinnsya .seminar_title div,
.kouteki .seminar_title div {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.syosinnsya h3,
.kouteki h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
}
.syosinnsya h3 i,
.kouteki h3 i {
  margin-right: 10px;
}
.syosinnsya .form_wrap.entry,
.kouteki .form_wrap.entry {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.syosinnsya .form_wrap.entry dl,
.kouteki .form_wrap.entry dl {
  display: flex;
}
@media screen and (max-width: 600px) {
  .syosinnsya .form_wrap.entry dl,
  .kouteki .form_wrap.entry dl {
    flex-direction: column;
  }
}
.syosinnsya .form_wrap.entry dt,
.kouteki .form_wrap.entry dt {
  width: 20% !important;
  border-right: 1px solid #ddd;
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .syosinnsya .form_wrap.entry dt,
  .kouteki .form_wrap.entry dt {
    width: 100% !important;
  }
}
.syosinnsya .form_wrap.entry dd,
.kouteki .form_wrap.entry dd {
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  box-sizing: border-box;
  width: 80% !important;
}
@media screen and (max-width: 600px) {
  .syosinnsya .form_wrap.entry dd,
  .kouteki .form_wrap.entry dd {
    width: 100% !important;
  }
}
.syosinnsya .form_wrap:not(.entry),
.kouteki .form_wrap:not(.entry) {
  border: 1px solid #98bedf;
  border-radius: 5px;
  padding: 15px;
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  width: unset;
  margin: 0 30px;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .syosinnsya .form_wrap:not(.entry),
  .kouteki .form_wrap:not(.entry) {
    margin: 0 auto;
  }
}
.syosinnsya .form_wrap:not(.entry) dl,
.kouteki .form_wrap:not(.entry) dl {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .syosinnsya .form_wrap:not(.entry) dl,
  .kouteki .form_wrap:not(.entry) dl {
    gap: 20px;
    flex-direction: row;
  }
}
.syosinnsya .form_wrap:not(.entry) dt,
.kouteki .form_wrap:not(.entry) dt {
  width: 100% !important;
}
@media only screen and (min-width: 900px) {
  .syosinnsya .form_wrap:not(.entry) dt,
  .kouteki .form_wrap:not(.entry) dt {
    width: 40% !important;
  }
}
.syosinnsya .form_wrap:not(.entry) dl,
.syosinnsya .form_wrap:not(.entry) dt,
.syosinnsya .form_wrap:not(.entry) dd,
.kouteki .form_wrap:not(.entry) dl,
.kouteki .form_wrap:not(.entry) dt,
.kouteki .form_wrap:not(.entry) dd {
  border: none;
  background-color: transparent;
  font-size: clamp(18px, 2.1vw, 21px);
}
.syosinnsya .form_wrap:not(.entry) dl:is(:last-of-type),
.syosinnsya .form_wrap:not(.entry) dt:is(:last-of-type),
.syosinnsya .form_wrap:not(.entry) dd:is(:last-of-type),
.kouteki .form_wrap:not(.entry) dl:is(:last-of-type),
.kouteki .form_wrap:not(.entry) dt:is(:last-of-type),
.kouteki .form_wrap:not(.entry) dd:is(:last-of-type) {
  border: none;
}
.syosinnsya .form_wrap:not(.entry) div,
.kouteki .form_wrap:not(.entry) div {
  padding: 20px;
}
.syosinnsya a,
.kouteki a {
  margin: 60px auto;
  background-color: #1e73be;
  color: #fff;
}
.syosinnsya .clearfix div,
.kouteki .clearfix div {
  font-size: clamp(15px, 2vw, 18px);
}

.kouteki .seminar_title {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.kouteki .seminar_title article {
  background-color: rgba(186, 221, 251, 0.2);
}
.kouteki .form_wrap {
  margin: 0;
  background-color: rgba(186, 221, 251, 0.2);
}

.details_wrap h2 {
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
}
.details_wrap summary {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 5px;
  word-break: break-all;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc, -2px -2px 2px #eee;
}
.details_wrap summary:hover {
  background-color: #eee;
}
.details_wrap div div {
  font-size: clamp(15px, 2vw, 18px);
  background-color: rgba(187, 221, 255, 0.4666666667);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
}

.flex_company {
  margin-bottom: 30px;
}
.flex_company .box:has(img) {
  padding-right: 0%;
}
.flex_company .box:has(img) img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 900px) {
  .flex_company .box:has(img) {
    width: 50%;
  }
}
.flex_company .box:not(:has(img)) div {
  font-size: 20px;
  line-height: unset;
  font-weight: 700;
  padding: 0 20px;
}
.flex_company.txR div {
  text-align: right;
}

.flex_company_map {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  row-gap: 4vw;
}
.flex_company_map .box:has(iframe) {
  width: 100%;
}
.flex_company_map .box:has(iframe) iframe {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 900px) {
  .flex_company_map .box:has(iframe) {
    width: 60%;
  }
}
.flex_company_map .box:not(:has(img)) {
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 900px) {
  .flex_company_map .box:not(:has(img)) {
    width: 50%;
  }
}
.flex_company_map .box:not(:has(img)) div {
  font-size: 20px;
  line-height: unset;
  font-weight: 700;
  padding: 0;
}

.company_profile {
  padding-top: 30px;
  padding-bottom: 60px;
}
.company_profile > * {
  background-color: #fff;
}
.company_profile > *:first-child {
  border-radius: 5px 5px 0 0;
}
.company_profile > *:last-child {
  padding-bottom: 30px;
  border-radius: 0 0 5px 5px;
}
.company_profile article {
  padding: 0 15px 15px;
}
@media only screen and (min-width: 1200px) {
  .company_profile article {
    padding: 0 30px 15px;
  }
}

.form_company.form_wrap {
  overflow-y: unset;
  height: auto;
  border: none;
  margin-bottom: 60px;
}
.form_company.form_wrap dl,
.form_company.form_wrap dt,
.form_company.form_wrap dd {
  border: none;
  background-color: unset;
  line-height: 45px;
}
.form_company.form_wrap dl:last-of-type {
  border-bottom: 2px solid #1b1b1b;
}
.form_company.form_wrap dt {
  border-bottom: 2px solid #1b1b1b;
  align-items: center;
  padding: 8px;
  font-size: clamp(15px, 2vw, 18px);
}
.form_company.form_wrap dd {
  padding: 2% 6%;
  border-bottom: 1px solid #ccc;
  font-size: clamp(15px, 2vw, 18px);
}

.gaiyou {
  margin-bottom: 60px;
}

.title_company {
  padding-top: 150px;
  margin-top: -110px;
}
.title_company div {
  font-size: clamp(15px, 2vw, 18px);
}

section div#contents div#blog_detail {
  padding: 10px 0;
}

section div#contents article h2 {
  font-size: clamp(22px, 2.8vw, 26px);
}

section.blog div#contents article div.date {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1e73be;
}
section.blog div#contents h1 {
  line-height: 0;
}
section.blog div#contents h1 span.translate {
  border-bottom: 2px solid #568;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 30px;
  font-size: clamp(22px, 2.8vw, 26px);
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #000;
}
section.blog div#contents article {
  display: block;
}
section.blog div#contents h1,
section.blog div#contents h2,
section.blog div#contents h3 {
  display: block;
  color: #111;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
  margin-right: 0;
}

#c10 ol,
#c10 li {
  list-style: decimal !important;
  display: list-item;
}

i #c10 li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
  text-align-last: start !important;
  color: #111;
}

.category {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

section.blog aside nav > div {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

section.blog #contents h1 .translate {
  font-size: 2.6rem;
  display: block;
  margin: 10px 0 !important;
  color: #031a40;
}

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

aside ul.category li a {
  margin: 0 0 20px 0;
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #333;
  transition: 1s;
  writing-mode: vertical-rl;
}

section.blog #contents h2 span:first-child {
  color: #111;
  line-height: 30px;
  font-size: 24px;
  font-family: "Noto Serif JP", "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #568;
  padding: 10px 20px;
  margin-bottom: 20px;
}
section.blog #contents .border_blog ul,
section.blog #contents .border_blog article {
  word-break: break-all;
}
section.blog #contents .border_blog ul li a,
section.blog #contents .border_blog article li a {
  padding: 0;
  color: #111;
  background-color: unset;
  margin: 0;
  font: 400 16px "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.blog #contents .border_blog ul li:first-child a,
section.blog #contents .border_blog article li:first-child a {
  padding: 0.4em 0;
  color: #111;
  background-color: unset;
  margin: 0;
  font: 700 24px "Noto Serif JP";
}
section.blog #contents .title_bg {
  word-break: break-all;
  margin-bottom: 30px;
  padding-top: 120px;
  margin-top: -120px;
}
section.blog #contents .title_bg h1,
section.blog #contents .title_bg h2,
section.blog #contents .title_bg h3 {
  background-color: #1e73be;
  font: 700 24px "Noto Serif JP";
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.border_blog {
  border: 1px solid #1e73be;
  margin: 30px auto;
  padding: 20px;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .border_blog {
    width: 60%;
  }
}
.border_blog h3,
.border_blog li:first-child {
  font: 700 24px "Noto Serif JP";
}
.border_blog ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.flow_wrap {
  z-index: 1;
  position: relative;
}
.flow_wrap .box {
  padding-top: 140px;
  padding-bottom: 140px;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  transition: 1.5s ease-in;
  -webkit-clip-path: polygon(
    0% 0,
    0% 100%,
    0% 0,
    0% 0%,
    100% 0%,
    100% 0,
    calc(50% + 140px) 0,
    50% 0%,
    calc(50% - 140px) 0
  );
  clip-path: polygon(
    0% 0,
    0% 100%,
    0% 0,
    0% 0%,
    100% 0%,
    100% 0,
    calc(50% + 140px) 0,
    50% 0%,
    calc(50% - 140px) 0
  );
}
.flow_wrap .box.active {
  -webkit-clip-path: polygon(
    0% calc(100% - 70px),
    0% 100%,
    0% calc(100% - 70px),
    0% 0%,
    100% 0%,
    100% calc(100% - 70px),
    calc(50% + 140px) calc(100% - 70px),
    50% 100%,
    calc(50% - 140px) calc(100% - 70px)
  );
  clip-path: polygon(
    0% calc(100% - 70px),
    0% 100%,
    0% calc(100% - 70px),
    0% 0%,
    100% 0%,
    100% calc(100% - 70px),
    calc(50% + 140px) calc(100% - 70px),
    50% 100%,
    calc(50% - 140px) calc(100% - 70px)
  );
}
.flow_wrap .box:nth-child(even) {
  background-color: #111;
}
.flow_wrap .box:nth-child(even) div,
.flow_wrap .box:nth-child(even) h3 {
  color: #fff;
  border-color: #fff;
}
.flow_wrap .box + .box {
  margin-top: -70px;
}
.flow_wrap .box:nth-child(1) {
  z-index: 1;
}
.flow_wrap .box:nth-child(2) {
  z-index: 0;
}
.flow_wrap .box:nth-child(3) {
  z-index: -1;
}
.flow_wrap .box:nth-child(4) {
  z-index: -2;
}
.flow_wrap .box:nth-child(5) {
  z-index: -3;
}
.flow_wrap .box:nth-child(6) {
  z-index: -4;
}
.flow_wrap .box:nth-child(7) {
  z-index: -5;
}
.flow_wrap .box:nth-child(8) {
  z-index: -6;
}
.flow_wrap .box:nth-child(9) {
  z-index: -7;
}
.flow_wrap .box:nth-child(10) {
  z-index: -8;
}
.flow_wrap .box:nth-child(11) {
  z-index: -9;
}
.flow_wrap .box:nth-child(12) {
  z-index: -10;
}
.flow_wrap .box:nth-child(13) {
  z-index: -11;
}
.flow_wrap .box:nth-child(14) {
  z-index: -12;
}
.flow_wrap .box:nth-child(15) {
  z-index: -13;
}
.flow_wrap .box:first-child {
  padding-top: 70px;
}
.flow_wrap .box:last-child {
  padding-bottom: 0;
  -webkit-clip-path: unset;
  clip-path: unset;
}
.flow_wrap article {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .flow_wrap article {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    grid-template-columns: 53% 45%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    padding: 0;
  }
}
.flow_wrap img {
  grid-row: span 2;
  margin-bottom: auto;
}
.flow_wrap h3 {
  color: #111;
  font-size: clamp(22px, 2.8vw, 26px);
  border-bottom: 1px solid #111;
  position: relative;
  text-align: left;
  padding: 32px 0 16px;
  margin-top: auto;
}
.flow_wrap h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 200px;
  height: 2px;
  background: #1e73be;
}
.flow_wrap article > div {
  padding: 1em 0;
  margin-bottom: auto;
}
.flow_wrap span {
  font-size: clamp(70px, 9vw, 90px);
  font-size: 90px;
  font-weight: 900;
  position: absolute;
  letter-spacing: -0.1em;
  z-index: 1;
  color: #1e73be;
  top: 0;
  left: 30px;
  line-height: 0.8;
}
@media only screen and (min-width: 600px) {
  .flow_wrap span {
    left: 0px;
  }
}

.concept_wrap {
  background: url(../images/home/hikakuBg.jpg) no-repeat center/cover;
}
.concept_wrap .img_left {
  width: 85%;
  margin-top: 2%;
  margin-bottom: -8%;
}
@media only screen and (min-width: 900px) {
  .concept_wrap .img_left {
    width: 55%;
    min-width: 55% !important;
    margin-top: -8%;
  }
}
.concept_wrap .img_left img {
  width: 100% !important;
  aspect-ratio: 5/3;
  -webkit-clip-path: polygon(85% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(85% 0, 0 0, 0 100%, 100% 100%);
  animation: toRightTop 2s ease-out forwards;
}
@keyframes toRightTop {
  0% {
    -webkit-clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(85% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(85% 0, 0 0, 0 100%, 100% 100%);
  }
}
.concept_wrap .concept_desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 10%;
  margin-bottom: -5%;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .concept_wrap .concept_desc {
    width: 45%;
    min-width: 45% !important;
    margin-left: auto;
    padding: 5% 0;
    margin-bottom: unset;
    order: 1;
  }
}
.concept_wrap .concept_desc div {
  width: 90%;
  padding: 80px 0px;
  border: 1px solid #fff;
  border-right: none;
  font-size: clamp(22px, 2.8vw, 26px);
  word-break: keep-all;
  color: #fff;
  mix-blend-mode: difference;
  background-color: #fff;
  color: #111;
}
@media only screen and (min-width: 900px) {
  .concept_wrap .concept_desc div {
    width: 95%;
  }
}
.concept_wrap .concept_desc b {
  color: #1e73be;
  font-size: clamp(26px, 3.6vw, 38px);
}

.trust_bg {
  background: none;
  margin-top: 8%;
}
@media only screen and (min-width: 900px) {
  .trust_bg {
    margin-top: 0;
  }
}

.trust_title h2 {
  color: #111;
}

.headline_left {
  margin: 4% 0 2%;
}
.headline_left article {
  padding: 15px 10px 15px 10px;
}
.headline_left h1,
.headline_left h2 {
  font-weight: 500;
  padding-left: 8px;
}
.headline_left span {
  color: #111;
}

.text_right,
.text_left {
  display: flex;
}
@media screen and (max-width: 600px) {
  .text_right,
  .text_left {
    display: block;
  }
}
.text_right img,
.text_left img {
  width: 39% !important;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 600px) {
  .text_right img,
  .text_left img {
    width: 100% !important;
  }
}
.text_right div,
.text_left div {
  font-size: 16px;
}

.text_left {
  flex-direction: row-reverse;
}

.imgtext_concept {
  display: grid !important;
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 900px) {
  .imgtext_concept {
    grid-template-columns: 1fr 1fr;
  }
  .imgtext_concept .box:nth-child(1),
  .imgtext_concept .box:nth-child(5),
  .imgtext_concept .box:nth-child(9) {
    grid-column-start: 2;
  }
  .imgtext_concept .box:has(img) {
    width: 100%;
  }
  .imgtext_concept .box:not(:has(img)) {
    width: 100%;
  }
}

.works_wrap {
  margin: 0;
  padding: 8% 0 0;
}
@media only screen and (min-width: 900px) {
  .works_wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}
.works_wrap .works_text {
  width: 100%;
  min-width: 48%;
}
.works_wrap .works_text h2 {
  color: #111;
  padding-bottom: 2%;
  border-bottom: 1px dashed #393e80;
  font-size: clamp(22px, 2.8vw, 28px);
}
.works_wrap .works_text div {
  color: #111;
  padding: 2% 0;
}
.works_wrap .works_slide {
  width: 100%;
  min-width: 50%;
}
.works_wrap .works_slide img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 25vw !important;
}
.works_wrap .slick-dots {
  position: static !important;
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.works_wrap .slick-dots li {
  width: 18% !important;
  height: 80px !important;
  margin: 0;
}
.works_wrap .slick-dots img {
  height: 100% !important;
}

.headline._recruit {
  margin: 4% 0 2%;
}
.headline._recruit h2 {
  background: url(../images/top/pt01.jpg);
  padding: 8px 10px;
}
.headline._recruit div {
  font-size: 15px;
}

.card_wrap._recruit {
  line-height: 30px;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}
.card_wrap._recruit .box {
  background-color: rgba(212, 236, 248, 0.5019607843);
}
.card_wrap._recruit article {
  background-color: transparent;
  padding: 40px;
}

.common_text div {
  font-size: 15px;
}

.headline_left._recruit {
  grid-column: span 2;
}
.headline_left._recruit article {
  background-color: unset;
}
.headline_left._recruit h3 {
  border-bottom: 1px solid #ccc;
  padding-left: clamp(25px, 2.8vw, 30px);
  position: relative;
}
.headline_left._recruit h3:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f219";
  font-weight: bold;
  color: #45aee5;
  position: absolute;
  left: 0;
}

section table tr td article > h6,
section ul li article > h5 {
  display: block;
}

.ul_column article {
  background-color: rgba(212, 236, 248, 0.3019607843);
  padding: 5px;
  margin-bottom: 3%;
}
.ul_column h5 {
  font-size: 16.5px;
  color: #45aee5;
  border-bottom: 1px dashed #ccc;
  padding: 5px;
}
.ul_column div {
  font-size: 15px;
  padding: 5px;
}

@media screen and (max-width: 600px) {
  section form div.form_wrap dl {
    flex-direction: column;
  }
  section form div.form_wrap dl dt {
    width: 100% !important;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  section form div.form_wrap dl dd {
    width: 100% !important;
    height: auto !important;
  }
}
.circle_dt.form_wrap {
  padding: 0 0 20px 60px;
  position: relative;
}
.circle_dt.form_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 20px;
  background-color: #45aee5;
}
.circle_dt.form_wrap dl,
.circle_dt.form_wrap dt,
.circle_dt.form_wrap dd {
  border: none;
  background: none;
}
.circle_dt.form_wrap dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4666666667);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.circle_dt.form_wrap dt {
  width: 15%;
  min-width: 90px;
  color: #45aee5;
  z-index: 1;
  justify-content: start;
  padding: 8px;
  position: relative;
}
.circle_dt.form_wrap dt:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-radius: 50%;
  background-color: #45aee5;
}
.circle_dt.form_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -47px;
  margin: auto;
  width: 25px;
  height: 2px;
  background-color: #666;
}
.circle_dt.form_wrap dd {
  display: flex;
  align-items: center;
  padding: 8px;
}

#c31.fsc {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
}
#c31.fsc .box {
  max-width: 220px;
}
#c31.fsc img {
  width: 100%;
}

.link_ul ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.link_ul li {
  flex: 1 1 172px;
}
.link_ul li:last-child {
  max-width: calc(50% - 5px);
}

.btn_a {
  margin: 40px auto;
  display: block;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
  background-color: #183765;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-size: clamp(15px, 2vw, 18px);
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  top: 0;
  right: 0;
  width: 20%;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 600px) {
  ._recruit.form_wrap dl {
    display: block;
  }
  ._recruit.form_wrap dl dt,
  ._recruit.form_wrap dl dd {
    width: 100% !important;
  }
}
._recruit.form_wrap dt {
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}

.headline_under {
  margin: 4% 0 0%;
}
.headline_under h2 {
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 2px solid #666;
}
.headline_under h2:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  width: 25%;
  left: 0;
}

.headline h2 {
  color: #1e73be;
}
.headline_works {
  width: 100%;
  margin: 8% 0;
}
@media only screen and (min-width: 600px) {
  .headline_works {
    margin-bottom: 210px;
  }
}
.headline_works h2 {
  color: #1e73be;
}
.headline_works h2 span {
  color: #111;
  font-size: 14px;
}

.headline_company {
  margin: 6% auto;
}

._works.tbl_scroll tr {
  display: flex;
  justify-content: stretch;
}
._works.tbl_scroll tr:first-child {
  background-color: #d4ecf8;
}
._works.tbl_scroll td {
  width: 100%;
}

.link_tel_wrap {
  margin: 1%;
}
.link_tel_wrap a {
  color: #1b1b1b;
  font-size: clamp(24px, 2.8vw, 30px);
  font-family: "din-2014", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.link_tel_wrap span {
  font-size: 14px;
}
.link_tel_wrap i {
  margin-right: 5px;
  color: #fff;
  background: #457ae5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

._contact a {
  color: #5387f0;
  font-size: 15px;
}

.contact_desc {
  padding: 20px;
  line-height: 30px;
}
.contact_desc span {
  display: inline;
}
.contact_desc a {
  color: #98bedf;
}

.entry.form_wrap {
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: 0.5s;
}
.entry.form_wrap:focus-within {
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.4666666667);
}
.entry.form_wrap dt {
  align-items: center;
  flex-direction: row;
  padding: 8px;
  font-size: clamp(15px, 2vw, 18px);
}
.entry.form_wrap dd {
  padding: 2% 2%;
  font-size: clamp(15px, 2vw, 18px);
}
.entry.form_wrap label {
  margin-left: 10px;
}

.imgbg.imgbg_single {
  width: 100%;
  max-width: 1000px;
}
.imgbg.imgbg_single a {
  max-width: 1000px;
  width: 100%;
  height: 200px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-shadow: 1px 1px 0px #fff;
}

.imgbg#c7 {
  background-image: url(../../images/home/flowLink.jpg);
}
.imgbg#c8 {
  background-image: url(../../images/home/companyLink.jpg);
}

.policy_last {
  padding-bottom: 60px;
}

.error_text div {
  color: #111;
  margin: 0 auto;
  padding: 20px;
  font-size: clamp(18px, 2vw, 20px);
}
.error_text a {
  background-color: #1e73be;
  border: none;
  margin-top: 8%;
  color: #fff;
} /*# sourceMappingURL=common_style.css.map */
