@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #3a3a3a;
}
a:hover {
  cursor: pointer;
}

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

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

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 60px;
}
@media (max-width: 770px) {
  html {
    scroll-padding-top: 40px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #3a3a3a;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0;
  font-size: 16px;
}
@media (max-width: 770px) {
  body {
    font-size: 14px;
  }
}
body.no_scroll {
  overflow: hidden !important;
}

* :focus:not(:focus-visible) {
  outline: 0;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #3a3a3a;
  transition: 0.3s;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #3a3a3a;
  font-family: "Noto Serif JP", serif;
}

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

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

input::-moz-placeholder {
  color: #bfbfbf;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 700px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb1_sp {
    margin-bottom: 1px !important;
  }
  .mb2_sp {
    margin-bottom: 2px !important;
  }
  .mb3_sp {
    margin-bottom: 3px !important;
  }
  .mb4_sp {
    margin-bottom: 4px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb6_sp {
    margin-bottom: 6px !important;
  }
  .mb7_sp {
    margin-bottom: 7px !important;
  }
  .mb8_sp {
    margin-bottom: 8px !important;
  }
  .mb9_sp {
    margin-bottom: 9px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mb105_sp {
    margin-bottom: 105px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .mb115_sp {
    margin-bottom: 115px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .mb125_sp {
    margin-bottom: 125px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .mb135_sp {
    margin-bottom: 135px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .mb145_sp {
    margin-bottom: 145px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .mb155_sp {
    margin-bottom: 155px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .mb165_sp {
    margin-bottom: 165px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .mb175_sp {
    margin-bottom: 175px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .mb185_sp {
    margin-bottom: 185px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .mb195_sp {
    margin-bottom: 195px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mt1_sp {
    margin-top: 1px !important;
  }
  .mt2_sp {
    margin-top: 2px !important;
  }
  .mt3_sp {
    margin-top: 3px !important;
  }
  .mt4_sp {
    margin-top: 4px !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mt6_sp {
    margin-top: 6px !important;
  }
  .mt7_sp {
    margin-top: 7px !important;
  }
  .mt8_sp {
    margin-top: 8px !important;
  }
  .mt9_sp {
    margin-top: 9px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mt105_sp {
    margin-top: 105px !important;
  }
  .mt110_sp {
    margin-top: 110px !important;
  }
  .mt115_sp {
    margin-top: 115px !important;
  }
  .mt120_sp {
    margin-top: 120px !important;
  }
  .mt125_sp {
    margin-top: 125px !important;
  }
  .mt130_sp {
    margin-top: 130px !important;
  }
  .mt135_sp {
    margin-top: 135px !important;
  }
  .mt140_sp {
    margin-top: 140px !important;
  }
  .mt145_sp {
    margin-top: 145px !important;
  }
  .mt150_sp {
    margin-top: 150px !important;
  }
  .mt155_sp {
    margin-top: 155px !important;
  }
  .mt160_sp {
    margin-top: 160px !important;
  }
  .mt165_sp {
    margin-top: 165px !important;
  }
  .mt170_sp {
    margin-top: 170px !important;
  }
  .mt175_sp {
    margin-top: 175px !important;
  }
  .mt180_sp {
    margin-top: 180px !important;
  }
  .mt185_sp {
    margin-top: 185px !important;
  }
  .mt190_sp {
    margin-top: 190px !important;
  }
  .mt195_sp {
    margin-top: 195px !important;
  }
  .mt200_sp {
    margin-top: 200px !important;
  }
}
.header {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.header .header_inner {
  background: #fff;
  margin: 14px 13px 0;
  transition: margin 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .header_inner {
    padding: 7px 7px 7px min(14px, 1vw);
    margin: 10px 10px 0;
  }
}
@media (max-width: 770px) {
  .header .header_inner {
    margin: 7px 7px 0;
    padding: 5px 7px;
  }
}
.header.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.header .header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1361px) {
  .header .header_nav {
    width: 72%;
  }
}
.header .logoarea {
  position: relative;
  z-index: 11;
}
@media (min-width: 1361px) {
  .header .logoarea {
    width: 28%;
  }
}
.header .logoarea img {
  width: auto;
  height: 67px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .logoarea img {
    height: max(30px, 2.6vw);
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .header .logoarea img {
    height: max(20px, 2vw);
  }
}
@media (max-width: 770px) {
  .header .logoarea img {
    height: 30px;
    max-width: 70vw;
  }
}
.header .logoarea a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .logoarea a:hover {
  opacity: 0.8;
}
.header .logoarea a span {
  font-size: clamp(14px, 1.4vw, 24px);
  white-space: nowrap;
  font-weight: bold;
}
.header .hamburger {
  display: none;
}
@media (max-width: 770px) {
  .header .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 46px;
    height: 46px;
    top: 7px;
    right: 7px;
    z-index: 10;
    background: #fff;
    border-radius: 10px;
    padding: 9px;
  }
}
.header .hamburger .hamburger__line {
  position: relative;
  width: 100%;
  height: 2px;
  background: #1c539f;
  display: block;
}
.header .hamburger .hamburger__line::before, .header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: transform 0.3s;
  background: #1c539f;
}
.header .hamburger .hamburger__line::before {
  top: -8px;
}
.header .hamburger .hamburger__line::after {
  bottom: -8px;
}
.header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
.header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.header .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (min-width: 771px) {
  .header .globalnav {
    display: block !important;
  }
}
@media (max-width: 770px) {
  .header .globalnav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100dvh - 14px);
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 8;
    transition: transform 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  }
}
.header .globalnav.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-out;
}
@media (max-width: 770px) {
  .header .globalnav .globalnav__inner {
    padding: 70px 30px;
  }
}
.header .globalnav .gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 770px) {
  .header .globalnav .gnav {
    flex-direction: column;
    justify-content: center;
  }
}
.header .globalnav .gnav li a {
  font-size: clamp(12px, 1vw, 16px);
  padding: 14px min(20px, 1.2vw);
  display: block;
  text-align: center;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .globalnav .gnav li a {
    padding: 14px min(10px, 0.8vw);
  }
}
.header .globalnav .gnav li a {
  /*  @media (min-width: 751px) and (max-width: 1000px) {
    padding: 14px min(4px, 1vw);
  } */
}
@media (max-width: 770px) {
  .header .globalnav .gnav li a {
    font-size: 18px;
  }
}
.header .globalnav .gnav li a:hover {
  color: #1c539f;
}
.header .globalnav .gnav li.h_btn {
  margin-left: 20px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .globalnav .gnav li.h_btn {
    margin-left: min(10px, 0.4vw);
  }
}
@media (max-width: 770px) {
  .header .globalnav .gnav li.h_btn {
    margin: 15px 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .header .globalnav .gnav li.h_btn a {
    font-size: 16px;
  }
}
.header .globalnav .gnav li.h_btn a span {
  position: relative;
  padding-left: 37px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .globalnav .gnav li.h_btn a span {
    padding-left: min(25px, 2.2vw);
  }
}
.header .globalnav .gnav li.h_btn a span::before {
  position: absolute;
  content: "";
  margin: auto;
  inset: 0 auto 0 0;
}
.header .globalnav .gnav li.btn_mail a {
  background: #1c539f;
  border: 1px solid #1c539f;
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1361px) {
  .header .globalnav .gnav li.btn_mail a {
    width: 230px;
    padding: 14px 0;
  }
}
.header .globalnav .gnav li.btn_mail a:hover {
  background: #3880c3;
}
.header .globalnav .gnav li.btn_mail a span::before {
  background: url(../img/icon/mail.svg) no-repeat center center/contain;
  width: 24px;
  height: 16px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .globalnav .gnav li.btn_mail a span::before {
    width: min(18px, 1.6vw);
    height: min(12px, 1.2vw);
  }
}
.header .globalnav .gnav li.btn_line a {
  background: #fff;
  border: 1px solid #1c539f;
  color: #1c539f;
}
@media (min-width: 1361px) {
  .header .globalnav .gnav li.btn_line a {
    width: 230px;
    padding: 14px 0;
  }
}
.header .globalnav .gnav li.btn_line a:hover {
  background: rgba(28, 83, 159, 0.2);
}
.header .globalnav .gnav li.btn_line a span::before {
  position: absolute;
  content: "";
  background: url(../img/icon/line.svg) no-repeat center center/contain;
  width: 25px;
  height: 24px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .globalnav .gnav li.btn_line a span::before {
    width: min(20px, 1.9vw);
    height: min(19px, 1.8vw);
  }
}
.header .globalnav .gnav li.sns_icon {
  display: flex;
  gap: 10px;
}
@media (min-width: 1361px) {
  .header .globalnav .gnav li.sns_icon {
    margin-left: 10px;
  }
}
@media (min-width: 771px) and (max-width: 1360px) {
  .header .globalnav .gnav li.sns_icon {
    margin-left: 5px;
    gap: 5px;
  }
}
.header .globalnav .gnav li.sns_icon a {
  padding: 0;
  margin: 0 4px;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .header .globalnav .gnav li.sns_icon a img {
    width: 30px;
    height: 30px;
  }
}
.header .globalnav .gnav li.sns_icon a:hover {
  opacity: 0.8;
}
.header.open .hamburger {
  top: 2.7083vw;
  height: 1.5625vw;
}
@media (max-width: 770px) {
  .header.open .hamburger {
    top: 7.105vw;
    height: 5.1282vw;
  }
}
.header.open .hamburger .hamburger__line::before, .header.open .hamburger .hamburger__line::after {
  background: #3a3a3a;
  mix-blend-mode: difference;
}

footer {
  background: #fff;
  padding: 40px 0 20px;
  position: relative;
}
@media (max-width: 770px) {
  footer {
    padding: 20px 0 10px;
  }
}
footer .sec_inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 770px) {
  footer .sec_inner {
    flex-direction: column-reverse;
  }
}
footer .logoarea img {
  width: auto;
  height: 56px;
}
@media (max-width: 770px) {
  footer .logoarea img {
    display: block;
    height: 40px;
  }
}
footer a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 770px) {
  footer a {
    justify-content: center;
  }
}
footer a span {
  font-size: clamp(18px, 2vw, 30px);
  white-space: nowrap;
  font-weight: bold;
}
footer a:hover {
  opacity: 0.8;
}
footer .f_info_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 771px) {
  footer .f_info_area {
    width: 40%;
  }
}
@media (max-width: 770px) {
  footer .f_info_area .address {
    text-align: center;
  }
}
footer .f_nav_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 771px) {
  footer .f_nav_area {
    width: 60%;
    margin-bottom: 0;
    margin-top: 15px;
    align-items: flex-end;
  }
}
footer .sns {
  margin: 15px 0;
}
@media (max-width: 770px) {
  footer .sns {
    margin: 30px 0;
  }
}
footer .f_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
@media (max-width: 770px) {
  footer .f_nav {
    justify-content: center;
  }
}
footer .f_nav li {
  line-height: 1;
}
footer .f_nav li:not(:first-of-type) {
  position: relative;
}
footer .f_nav li:not(:first-of-type)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  inset: 0 auto 0 0;
  background: #bbc6cc;
  margin: auto;
}
footer .f_nav li a {
  display: block;
  padding: 0 20px;
}
footer .f_nav li a:hover {
  color: #1c539f;
}
footer .copy {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 770px) {
  footer .copy {
    font-size: 10px;
    text-align: center;
  }
}

#index .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
#index main {
  overflow-x: hidden;
}
#index .mask__container {
  width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  font-weight: bold;
}
#index .sec_kv {
  min-height: 100svh;
  width: 100%;
  background: url(../img/top/kv@2x.webp) no-repeat center bottom/cover;
  position: relative;
}
@media (min-width: 771px) and (max-width: 1360px) {
  #index .sec_kv {
    min-height: 680px;
  }
}
@media (max-width: 770px) {
  #index .sec_kv {
    min-height: 480px;
    background: url(../img/top/kv@3x.webp) no-repeat center bottom/cover;
  }
}
#index .sec_kv .sec_kv_inner {
  position: absolute;
  max-width: 1536px;
  width: 98%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
  #index .sec_kv .sec_kv_inner {
    background-size: 360%;
    width: 90%;
  }
}
#index .sec_kv .hero {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 35px;
}
@media (max-width: 770px) {
  #index .sec_kv .hero {
    gap: 10px;
    align-items: center;
    top: 35%;
  }
}
#index .sec_kv .hero span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: right;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media (max-width: 770px) {
  #index .sec_kv .hero span {
    line-height: 2;
    font-size: min(4vw, 16px);
    text-align: center;
  }
}
#index .sec_kv .hero span strong {
  font-weight: bold;
  color: #ff9;
  font-size: 44px;
}
@media (max-width: 770px) {
  #index .sec_kv .hero span strong {
    font-size: min(8vw, 24px);
  }
}
#index .sec_kv {
  /* .pickup_news {
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translateX(-50%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    width: auto;
    max-width: 1000px;
    @include mq(sp) {
      width: 80vw;
    }
    a {
      background: #4a87bf;
      display: flex;
      gap: 15px;
      padding: 16px 60px 16px 34px;
      color: #fff;
      position: relative;
      @include mq(sp) {
        flex-wrap: wrap;
        padding: 15px;
        gap: 10px;
      }
      &::after {
        position: absolute;
        content: '';
        background: url(../img/icon/double_arrow.svg) no-repeat center center/contain;
        width: 21px;
        height: 20px;
        margin: auto;
        inset: 0 20px 0 auto;
        filter: brightness(0) invert(1);
      }
      i {
        width: 26px;
        height: auto;
        min-width: 26px;
        @include mq(sp) {
          width: 20px;
          min-width: 20px;
        }
      }
      time {
        font-size: clamp(14px, 1.6vw, 18px);
        white-space: nowrap;
      }
      p {
        font-size: clamp(14px, 1.6vw, 18px);

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        @include mq(tab_pc) {
          margin-left: 8px;
        }
      }
      &:hover {
        background: $main_color;
      }
    }
  } */
}
#index .sec_topics {
  padding: 50px 0;
}
@media (max-width: 770px) {
  #index .sec_topics {
    padding: 40px 0;
  }
}
#index .sec_topics .sec_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 770px) {
  #index .sec_topics .sec_inner {
    flex-direction: column;
  }
}
#index .sec_topics .topics_head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .sec_topics .topics_head .commonBtn.pc {
  padding: 6px 20px 6px 0;
}
@media (max-width: 770px) {
  #index .sec_topics .topics_head .commonBtn.pc {
    display: none;
  }
}
@media (min-width: 771px) {
  #index .sec_topics .newsList {
    width: 75%;
    max-width: 1100px;
  }
}
#index .sec_topics .commonBtn.sp {
  margin: 20px auto 0;
}
@media (min-width: 771px) {
  #index .sec_topics .commonBtn.sp {
    display: none;
  }
}
#index .sec_service {
  position: relative;
}
#index .sec_service::after {
  position: absolute;
  content: "";
  background: #d3e7f0;
  top: 0;
  right: min(70px, 3vw);
  width: calc(100% - min(70px, 3vw));
  height: 100%;
  z-index: -1;
}
@media (min-width: 751px) and (max-width: 1650px) {
  #index .sec_service::after {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  #index .sec_service::after {
    right: min(4vw, 20px);
    width: calc(100% - min(4vw, 20px));
  }
}
#index .sec_service .bg_semicircle {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 770px) {
  #index .sec_service .bg_semicircle {
    padding: 50px min(4vw, 20px);
  }
}
#index .sec_service .bg_semicircle::before, #index .sec_service .bg_semicircle::after {
  position: absolute;
  content: "";
  width: 568px;
  height: 568px;
  background: url(../img/common/bg_semicircle_light.png) no-repeat center center/contain;
}
@media (max-width: 770px) {
  #index .sec_service .bg_semicircle::before, #index .sec_service .bg_semicircle::after {
    width: 60vw;
    height: 60vw;
  }
}
#index .sec_service .bg_semicircle::before {
  top: 0;
  left: 0;
}
#index .sec_service .bg_semicircle::after {
  bottom: 0;
  right: min(70px, 3vw);
  transform: rotate(180deg);
}
@media (max-width: 770px) {
  #index .sec_service .bg_semicircle::after {
    right: min(4vw, 20px);
  }
}
#index .sec_service .serviceList {
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(40px, 3vw);
  position: relative;
  z-index: 1;
}
@media (max-width: 770px) {
  #index .sec_service .serviceList {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#index .sec_service .serviceList > div {
  padding: min(30px, 3vw);
  background: #fff;
}
@media (max-width: 770px) {
  #index .sec_service .serviceList > div {
    padding: 20px;
  }
}
#index .sec_service .serviceList > div dt {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  color: #263e69;
}
#index .sec_service .serviceList > div dt i {
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
}
#index .sec_service .serviceList > div dd p {
  line-height: 2;
}
#index .sec_reason {
  padding: 90px 0;
}
@media (max-width: 770px) {
  #index .sec_reason {
    padding: 50px 0;
  }
}
#index .sec_reason .reasonList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40px, 3vw);
  position: relative;
}
@media (max-width: 770px) {
  #index .sec_reason .reasonList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
#index .sec_reason .reasonList::after {
  position: absolute;
  content: "";
  background: #263e69;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  width: 200%;
  height: 395px;
  z-index: -1;
  overflow-x: hidden;
}
@media (max-width: 770px) {
  #index .sec_reason .reasonList::after {
    height: 80%;
    width: 110%;
    left: -5%;
  }
}
#index .sec_reason .reasonList .reasonItem {
  display: flex;
  background: #dce5ea;
}
@media (min-width: 751px) and (max-width: 1000px) {
  #index .sec_reason .reasonList .reasonItem {
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  #index .sec_reason .reasonList .reasonItem {
    flex-direction: column;
  }
}
#index .sec_reason .reasonList .reasonItem figure {
  width: 48%;
}
@media (min-width: 751px) and (max-width: 1000px) {
  #index .sec_reason .reasonList .reasonItem figure {
    width: 100%;
  }
}
@media (max-width: 770px) {
  #index .sec_reason .reasonList .reasonItem figure {
    width: 100%;
  }
}
#index .sec_reason .reasonList .reasonItem figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .sec_reason .reasonList .reasonItem .txt_area {
  padding: 40px 30px;
  text-align: center;
  width: 52%;
}
@media (min-width: 771px) and (max-width: 1360px) {
  #index .sec_reason .reasonList .reasonItem .txt_area {
    padding: 30px min(20px, 0.6vw);
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  #index .sec_reason .reasonList .reasonItem .txt_area {
    width: 100%;
  }
}
@media (max-width: 770px) {
  #index .sec_reason .reasonList .reasonItem .txt_area {
    padding: 20px;
    width: 100%;
  }
}
#index .sec_reason .reasonList .reasonItem .txt_area span {
  border: 1px solid #263e69;
  font-size: 32px;
  width: 50px;
  line-height: 50px;
  max-width: 50px;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 770px) {
  #index .sec_reason .reasonList .reasonItem .txt_area span {
    font-size: 22px;
  }
}
#index .sec_reason .reasonList .reasonItem .txt_area h3 {
  text-align: center;
  color: #263e69;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
  /*   @media (min-width: 721px) and (max-width: 1500px) {
    font-size: clamp(20px, 2vw, 22px);
  } */
}
#index .sec_flow {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 770px) {
  #index .sec_flow {
    padding: 50px 0;
  }
}
#index .sec_flow::before {
  position: absolute;
  content: "";
  width: 568px;
  height: 568px;
  top: 0;
  left: 70px;
  background: url(../img/common/bg_semicircle_light.png) no-repeat center center/contain;
}
@media (max-width: 770px) {
  #index .sec_flow::before {
    width: 60vw;
    height: 60vw;
    left: min(4vw, 20px);
  }
}
#index .sec_flow::after {
  position: absolute;
  content: "";
  background: #dce5ea;
  top: 0;
  left: 70px;
  width: calc(100% - 70px);
  height: 100%;
  z-index: -1;
}
@media (min-width: 751px) and (max-width: 1650px) {
  #index .sec_flow::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  #index .sec_flow::after {
    left: min(4vw, 20px);
    width: calc(100% - min(4vw, 20px));
  }
}
#index .sec_flow .flowList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 770px) {
  #index .sec_flow .flowList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 0 min(4vw, 20px);
  }
}
#index .sec_flow .flowList > div {
  background: #fff;
  padding: 50px min(40px, 2vw) 20px;
  position: relative;
}
@media (max-width: 770px) {
  #index .sec_flow .flowList > div {
    padding: 30px min(20px, 4vw) 20px;
    margin-left: 30px;
  }
}
@media (max-width: 770px) {
  #index .sec_flow .flowList > div::before {
    position: absolute;
    content: "";
    background: #263e69;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 770px) {
  #index .sec_flow .flowList > div:not(:last-of-type)::after {
    position: absolute;
    content: "";
    background: #263e69;
    height: calc(100% + 30px);
    width: 2px;
    left: -21px;
    top: 50%;
    z-index: 1;
  }
}
@media (min-width: 771px) {
  #index .sec_flow .flowList > div:not(:last-of-type) dt::after {
    position: absolute;
    content: "";
    background: #263e69;
    height: 2px;
    width: calc(100% + min(40px, 2vw) + min(40px, 2vw) + 20px);
    bottom: 5px;
    left: 50%;
    z-index: 1;
  }
}
#index .sec_flow .flowList > div dt {
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 24px);
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #263e69;
}
@media (max-width: 770px) {
  #index .sec_flow .flowList > div dt {
    font-size: min(26px, 6vw);
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 771px) {
  #index .sec_flow .flowList > div dt::before {
    position: absolute;
    content: "";
    background: #263e69;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index .sec_flow .flowList > div dd i img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: 60px;
}
#index .sec_flow .flowList > div dd p {
  line-height: 2;
}
#index .sec_faq {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 770px) {
  #index .sec_faq {
    padding: 50px 0;
  }
}
#index .sec_faq::after {
  position: absolute;
  content: "";
  width: 568px;
  height: 568px;
  background: url(../img/common/bg_semicircle_light.png) no-repeat center center/contain;
  top: 0;
  right: 0;
  transform: rotate(-270deg);
  z-index: -1;
}
#index .sec_faq .faqItem {
  border-bottom: 1px solid #dce1e5;
  padding: 20px 0;
}
#index .sec_faq .faqItem:first-of-type {
  border-top: 1px solid #dce1e5;
}
#index .sec_faq .faqItem .q {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
  align-items: center;
}
#index .sec_faq .faqItem .q span {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: clamp(30px, 3.6vw, 40px);
  color: #4a87bf;
}
#index .sec_faq .faqItem .q .question {
  color: #4a87bf;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
}
#index .sec_faq .faqItem .a .answer {
  line-height: 2;
}

#about .sec_top {
  position: relative;
}
#about .sec_top::after {
  position: absolute;
  content: "";
  top: 0;
  right: min(70px, 3vw);
  width: calc(100% - min(70px, 3vw));
  height: 100%;
  z-index: -1;
}
@media (min-width: 751px) and (max-width: 1650px) {
  #about .sec_top::after {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  #about .sec_top::after {
    right: min(4vw, 20px);
    width: calc(100% - min(4vw, 20px));
  }
}
#about .sec_top .sec_inner {
  display: flex;
  align-items: center;
  height: 400px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  #about .sec_top .sec_inner {
    height: 300px;
  }
}
@media (max-width: 770px) {
  #about .sec_top .sec_inner {
    height: 200px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
#about .sec_top h2 {
  color: #263e69;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 771px) {
  #about .sec_top h2 {
    width: 45%;
  }
}
@media (min-width: 771px) and (max-width: 1360px) {
  #about .sec_top h2 {
    gap: 15px;
  }
}
#about .sec_top h2 span {
  color: #314871;
  font-size: clamp(34px, 5.6vw, 100px);
}
#about .sec_top p {
  font-size: clamp(16px, 2.4vw, 32px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #263e69;
}
@media (min-width: 771px) {
  #about .sec_top p {
    width: 55%;
  }
}
#about .sec_top.sec_mission::after {
  background: #f1f5fa;
}
#about .sec_top.sec_vision::after {
  background: #d3e7f0;
}
#about .sec_about {
  padding: 140px 0;
  position: relative;
}
@media (max-width: 770px) {
  #about .sec_about {
    padding: 70px 0;
  }
}
#about .sec_about::before {
  position: absolute;
  content: "";
  width: 568px;
  height: 568px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/common/bg_semicircle_light.png) no-repeat center center/contain;
}
@media (max-width: 770px) {
  #about .sec_about::before {
    width: 60vw;
    height: 60vw;
  }
}
#about .sec_about .sec_inner {
  display: flex;
  gap: min(5vw, 80px);
}
@media (max-width: 770px) {
  #about .sec_about .sec_inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 771px) {
  #about .sec_about .txt_area {
    width: 75%;
  }
}
#about .sec_about .txt_area .txt {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}
#about .sec_about .career {
  background: #e5eef3;
  padding: min(60px, 5vw);
  margin-top: 70px;
}
@media (max-width: 770px) {
  #about .sec_about .career {
    margin-top: 40px;
  }
}
#about .sec_about .career .txt_sub_blue {
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 30px;
}
@media (max-width: 770px) {
  #about .sec_about .career .txt_sub_blue {
    margin-bottom: 15px;
  }
}
#about .sec_about .career .txt_detail {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 2;
}
#about .sec_about .career dl {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media (max-width: 1360px) {
  #about .sec_about .career dl {
    gap: 10px;
  }
}
@media (min-width: 1361px) {
  #about .sec_about .career dl dt {
    width: 20%;
  }
}
#about .sec_about .career dl dd {
  margin-bottom: 20px;
}
@media (min-width: 1361px) {
  #about .sec_about .career dl dd {
    width: 80%;
    margin: 0;
  }
}
@media (min-width: 771px) {
  #about .sec_about figure {
    width: 25%;
  }
}
#about .sec_about figure img {
  width: 100%;
}
@media (max-width: 770px) {
  #about .sec_about figure img {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
}
#about .sec_profile {
  padding: 140px 0;
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 770px) {
  #about .sec_profile {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
#about .sec_profile::before {
  position: absolute;
  content: "";
  width: 568px;
  height: 568px;
  top: 0;
  right: 0;
  transform: rotate(90deg);
  z-index: -1;
  background: url(../img/common/bg_semicircle_light.png) no-repeat center center/contain;
}
@media (max-width: 770px) {
  #about .sec_profile::before {
    width: 60vw;
    height: 60vw;
  }
}
#about .sec_profile::after {
  position: absolute;
  content: "";
  background: #dce5ea;
  top: 0;
  left: min(70px, 3vw);
  width: calc(100% - min(70px, 3vw));
  height: 100%;
  z-index: -2;
}
@media (min-width: 751px) and (max-width: 1650px) {
  #about .sec_profile::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  #about .sec_profile::after {
    left: min(4vw, 20px);
    width: calc(100% - min(4vw, 20px));
  }
}
#about .sec_profile .sec_inner {
  max-width: 1200px;
}
@media (max-width: 770px) {
  #about .sec_profile .sec_inner {
    width: 86%;
    margin: 0 min(4vw, 20px) 0 auto;
  }
}
#about .sec_profile .base_table {
  margin-bottom: 50px;
}

#service .service_page {
  padding-bottom: 150px;
}
@media (max-width: 770px) {
  #service .service_page {
    padding-bottom: 70px;
  }
}
#service .service_page .sec_inner {
  margin-top: 110px;
}
@media (max-width: 770px) {
  #service .service_page .sec_inner {
    margin-top: 50px;
  }
}
#service .icon_ttl {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 24px);
  display: flex;
  color: #263e69;
  align-items: center;
  gap: 16px;
}
#service .icon_ttl i {
  display: block;
  width: 60px;
  height: 60px;
}
#service .sec_service {
  position: relative;
}
#service .sec_service::after {
  position: absolute;
  content: "";
  background: #dce5ea;
  top: 0;
  right: 0;
  width: calc(100% + (1536px - 100%) / 2);
  height: 100%;
  z-index: -1;
}
@media (max-width: 770px) {
  #service .sec_service::after {
    width: 96vw;
  }
}
#service .sec_service .se_block {
  padding: min(5vw, 80px) min(3vw, 40px);
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
  max-width: 1536px;
}
@media (max-width: 770px) {
  #service .sec_service .se_block {
    width: 94%;
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 771px) {
  #service .sec_service .se_block > * {
    width: 46%;
  }
}
#service .sec_service .se_block .se_ttl {
  color: #263e69;
  font-size: clamp(18px, 1.8vw, 20px);
  margin-bottom: 20px;
  font-weight: bold;
}
#service .sec_service .se_block .disc_list {
  margin-bottom: 30px;
}
#service .sec_service .se_block p {
  line-height: 2;
}
#service .sec_service .base_table.type02 {
  border: 1px solid #bbc6cc;
  margin: 20px 0;
}
#service .sec_service .base_table.type02 thead th {
  background: #7aa7d2;
  color: #fff;
  padding: 9px;
  text-align: center;
}
#service .sec_service .base_table.type02 thead th:not(:last-of-type) {
  border-right: 1px solid #bbc6cc;
}
#service .sec_service .base_table.type02 tbody th {
  background: #7aa7d2;
  color: #fff;
  padding: 9px;
  text-align: center;
  width: 30%;
}
#service .sec_service .base_table.type02 tbody th.w40 {
  width: 40%;
}
#service .sec_service .base_table.type02 tbody td {
  text-align: center;
  padding: 9px;
}
#service .sec_service .base_table.type02 tbody td:not(:last-of-type) {
  border-right: 1px solid #bbc6cc;
}

#privacy-policy .sec_pp {
  padding: 70px 0;
}
#privacy-policy .sec_pp p {
  line-height: 2;
  font-size: clamp(16px, 1.6vw, 18px);
  letter-spacing: 0.05em;
}
#privacy-policy .sec_pp p.big {
  font-size: clamp(18px, 1.8vw, 20px);
  padding: 0 5px;
  font-weight: 500;
}
#privacy-policy .sec_pp h3 {
  color: #263e69;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  margin: 55px 0 30px;
}
@media (max-width: 770px) {
  #privacy-policy .sec_pp h3 {
    margin: 30px 0 10px;
  }
}
#privacy-policy .sec_pp ul {
  margin: 15px 0;
}
#privacy-policy .sec_pp ul.disc_list li {
  font-size: clamp(16px, 1.6vw, 18px);
}
#privacy-policy .sec_pp .pp_box {
  background: #dce5ea;
  padding: 30px;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 770px) {
  #privacy-policy .sec_pp .pp_box {
    padding: 20px;
  }
}

#topics .topicsblock {
  display: flex;
  gap: 4%;
  margin: 108px auto 110px;
}
@media (max-width: 770px) {
  #topics .topicsblock {
    flex-direction: column;
    margin: 58px auto 60px;
  }
}
#topics .topicsblock article {
  margin-bottom: 100px;
}
@media (min-width: 771px) {
  #topics .topicsblock article {
    width: 75%;
  }
}
@media (min-width: 771px) {
  #topics .topicsblock aside.topics_side {
    width: 20%;
  }
}
#topics .topicsblock time {
  font-size: 14px;
  display: block;
}
#topics .topicsblock .topics_cate {
  background: #f5f5f5;
  color: #4a87bf;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 7px 10px;
  display: inline-block;
}
#topics .archiveblock .topicsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 37px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  #topics .archiveblock .topicsList {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 770px) {
  #topics .archiveblock .topicsList {
    gap: 7px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#topics .archiveblock .topicsList .topicsItem a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #bbc6cc;
}
#topics .archiveblock .topicsList .topicsItem a:hover {
  background: rgba(220, 225, 229, 0.2);
}
#topics .archiveblock .topicsList .topicsItem_thumb {
  aspect-ratio: 18/12;
}
#topics .archiveblock .topicsList .topicsItem_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#topics .archiveblock .topicsList .in {
  padding: 30px;
}
@media (max-width: 770px) {
  #topics .archiveblock .topicsList .in {
    padding: 15px;
  }
}
#topics .archiveblock .topicsList time {
  margin-bottom: 20px;
}
@media (max-width: 770px) {
  #topics .archiveblock .topicsList time {
    margin-bottom: 7px;
  }
}
#topics .archiveblock .topicsList .topics_ttl {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}
#topics .archiveblock .topicsList .topics_txt {
  margin: 25px 0 15px;
}
@media (max-width: 770px) {
  #topics .archiveblock .topicsList .topics_txt {
    margin: 15px 0 7px;
  }
}
#topics .archiveblock .topicsList .topics_txt p {
  font-size: 16px;
}
#topics .singleblock .single_info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 24px;
}
#topics .singleblock .topics_ttl {
  width: 100%;
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 32px);
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 770px) {
  #topics .singleblock .topics_ttl {
    margin-bottom: 40px;
  }
}
#topics .singleblock .topics_ttl::before, #topics .singleblock .topics_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
}
#topics .singleblock .topics_ttl::before {
  width: 120px;
  height: 4px;
  z-index: 1;
  background: #4a87bf;
}
#topics .singleblock .topics_ttl::after {
  width: 100%;
  height: 4px;
  background: #bbc6cc;
}
#topics aside.topics_side p {
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 24px);
  color: #263e69;
  border-bottom: 4px solid #4a87bf;
  padding-bottom: 20px;
}
#topics aside.topics_side .sidebar_list a {
  display: block;
  border-bottom: 1px solid #bbc6cc;
  padding: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #263e69;
  transition: 0.3s ease-in-out;
}
#topics aside.topics_side .sidebar_list a:hover {
  text-decoration: none;
}

#contact .sec_contact_top {
  margin: 108px auto 110px;
}
@media (max-width: 770px) {
  #contact .sec_contact_top {
    margin: 58px auto 60px;
  }
}
#contact .sec_contact_top .align_center {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 1.6vw, 18px);
  margin-bottom: 80px;
}
@media (max-width: 770px) {
  #contact .sec_contact_top .align_center {
    margin-bottom: 40px;
  }
}
#contact .sec_contact_top .contact_bg {
  background: #dce5ea;
  padding: 60px 10px;
}
#contact .sec_contact_top .contact_bg h2 {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 24px);
  text-align: center;
}
#contact .sec_contact_top .tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #dce5ea;
  padding: 27px 0 0;
  gap: min(50px, 4vw);
  color: #263e69;
}
@media (max-width: 770px) {
  #contact .sec_contact_top .tel_btn {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
#contact .sec_contact_top .tel_btn .tel {
  font-weight: bold;
  font-size: clamp(26px, 3vw, 40px);
}
@media (min-width: 771px) {
  #contact .sec_contact_top .tel_btn .tel {
    width: 60%;
    text-align: right;
  }
}
#contact .sec_contact_top .tel_btn .tel span {
  font-size: clamp(14px, 2vw, 20px);
  display: inline-block;
  margin-right: 20px;
}
#contact .sec_contact_top .tel_btn .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 18px);
}
@media (min-width: 771px) {
  #contact .sec_contact_top .tel_btn .info {
    width: 40%;
  }
}
@media (max-width: 770px) {
  #contact .sec_contact_top .tel_btn .info {
    max-width: 18em;
  }
}
#contact .sec_contact_top .tel_btn .info dt {
  width: calc(30% - 10px);
  position: relative;
  white-space: nowrap;
}
#contact .sec_contact_top .tel_btn .info dt::after {
  position: absolute;
  content: ":";
  margin: auto;
  inset: 0 0 0 auto;
}
#contact .sec_contact_top .tel_btn .info dd {
  width: calc(100% - (30% - 20px) - 20px);
}
#contact .form_block .select_box {
  position: relative;
  width: 240px;
}
#contact .form_block .select_box::after {
  position: absolute;
  content: "";
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  width: 0.8em;
  height: 0.8em;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  inset: 0 20px 0 auto;
  pointer-events: none;
}
#contact .form_block .select_box select {
  cursor: pointer;
}
#contact .form_block input[type=tel],
#contact .form_block input[type=text],
#contact .form_block input[type=email],
#contact .form_block select,
#contact .form_block textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 18px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #bbc6cc;
  font-size: clamp(16px, 1.6vw, 18px);
  border-radius: 10px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
#contact .form_block input[type=tel]::placeholder,
#contact .form_block input[type=text]::placeholder,
#contact .form_block input[type=email]::placeholder,
#contact .form_block select::placeholder,
#contact .form_block textarea::placeholder {
  color: rgba(58, 58, 58, 0.5);
}
#contact .form_block input[type=tel].p-postal-code,
#contact .form_block input[type=text].p-postal-code,
#contact .form_block input[type=email].p-postal-code,
#contact .form_block select.p-postal-code,
#contact .form_block textarea.p-postal-code {
  max-width: 160px;
}
@media (min-width: 771px) {
  #contact .form_block input[type=tel].p-region,
  #contact .form_block input[type=text].p-region,
  #contact .form_block input[type=email].p-region,
  #contact .form_block select.p-region,
  #contact .form_block textarea.p-region {
    max-width: 350px;
  }
}
#contact .form_block .mwform-radio-field-text {
  display: inline-block;
  vertical-align: top;
}
#contact .form_block input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: none;
  font-family: "Noto Serif JP", serif;
  height: 20px;
  width: 20px;
}
#contact .form_block input[type=radio]::before, #contact .form_block input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
#contact .form_block input[type=radio]::before {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 50%;
}
#contact .form_block input[type=radio]::after {
  width: 18px;
  height: 18px;
  opacity: 0;
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid #1c539f;
}
#contact .form_block input[type=radio]:checked::after {
  opacity: 1;
}
#contact .form_block textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #bbc6cc;
  font-size: clamp(16px, 1.6vw, 18px);
  font-family: "Noto Serif JP", serif;
  border-radius: 10px;
}
#contact .form_block textarea::placeholder {
  color: rgba(58, 58, 58, 0.5);
  font-size: 16px;
}
#contact .form_block .input_block {
  margin: 0;
  font-size: 16px;
  padding: 20px 0;
  width: 100%;
}
#contact .form_block .cbx-container {
  text-align: center;
  padding: 40px 0 100px;
}
#contact .form_block .cbx-container a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#contact .form_block input[type=checkbox] {
  padding-left: 30px;
  position: relative;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  margin: -5px 0 0 0;
}
#contact .form_block input[type=checkbox]::after, #contact .form_block input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
#contact .form_block input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #aaa;
  width: 30px;
  height: 30px;
  margin: auto;
}
#contact .form_block input[type=checkbox]::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  margin: auto;
}
#contact .form_block input[type=checkbox]:checked:before {
  background-color: #1c539f;
}
#contact .form_block input[type=checkbox]:checked:after {
  opacity: 1;
}
#contact .btn_area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 150px;
}
#contact .btn_area input[type=submit] {
  display: block;
  background: #1c539f;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  width: 320px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 770px) {
  #contact .btn_area input[type=submit] {
    margin: 0 auto;
  }
}
#contact .btn_area input[type=submit]:hover {
  background: #3a3a3a;
}
#contact .wpcf7-spinner {
  display: none;
}
#contact .p-country-name {
  display: none;
}
#contact .btn-address-search {
  background: #1c539f;
  color: #fff;
  line-height: 48px;
  padding: 0 20px;
  font-size: clamp(16px, 1.6vw, 20px);
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 770px) {
  #contact .btn-address-search {
    margin-left: 0;
  }
}
#contact .in_box {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
@media (max-width: 770px) {
  #contact .in_box {
    flex-wrap: wrap;
  }
}
#contact .in_box > p {
  min-width: 130px;
  font-size: clamp(16px, 1.6vw, 18px);
}
@media (max-width: 770px) {
  #contact .in_box > p {
    width: 100%;
  }
}
#contact .in_box + .in_box {
  margin-top: 20px;
}
#contact table {
  width: 100%;
  border-collapse: collapse;
}
#contact table tr {
  border-bottom: 1px solid #bbc6cc;
}
#contact table tr:first-of-type {
  border-top: 1px solid #bbc6cc;
}
#contact table th {
  width: 260px;
  padding: 25px 40px 25px 0;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 500;
}
@media (max-width: 770px) {
  #contact table th {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#contact table th .ttl_block {
  display: flex;
  align-items: center;
  gap: 10px;
}
#contact table th.ver_top {
  vertical-align: top;
}
#contact table th p {
  text-align: left;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 770px) {
  #contact table th p {
    padding-left: 20px;
  }
}
#contact table th p::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 5px;
  background: #263e69;
  margin: auto;
  inset: 0 auto 0 0;
}
@media (max-width: 770px) {
  #contact table th p::before {
    width: 12px;
    height: 3px;
  }
}
#contact table th .title-contactform7 {
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 204px;
  padding: 0 0 0 48px;
  position: relative;
}
@media (max-width: 770px) {
  #contact table th .title-contactform7 {
    padding: 20px 0;
    width: 100%;
    padding: 0 0 0 20px;
  }
}
#contact table th .title-contactform7::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 5px;
  background: #263e69;
  margin: auto;
  inset: 0 auto 0 0;
}
@media (max-width: 770px) {
  #contact table th .title-contactform7::before {
    width: 12px;
    height: 3px;
  }
}
#contact table th .must {
  width: 56px;
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 32px;
  font-weight: 400;
}
#contact table th .must.must {
  background: #263e69;
  color: #fff;
}
#contact table th .must.any {
  background: #f1f5f7;
  color: #333;
}
#contact table td {
  width: calc(100% - 300px);
  padding: 0;
  font-size: clamp(16px, 1.6vw, 18px);
}
@media (max-width: 770px) {
  #contact table td {
    display: block;
    width: 100%;
  }
}
#contact #wpcf7cpcnf > table {
  width: 100%;
  border-collapse: collapse;
}
#contact #wpcf7cpcnf > table tr {
  border-bottom: 1px solid #bbc6cc;
}
#contact #wpcf7cpcnf > table tr:first-of-type {
  border-top: 1px solid #bbc6cc;
}
#contact #wpcf7cpcnf > table th {
  width: 260px;
  padding: 25px 0;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 500;
}
@media (max-width: 770px) {
  #contact #wpcf7cpcnf > table th {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#contact #wpcf7cpcnf > table th p {
  text-align: left;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 770px) {
  #contact #wpcf7cpcnf > table th p {
    padding-left: 20px;
  }
}
#contact #wpcf7cpcnf > table th p::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 5px;
  background: #263e69;
  margin: auto;
  inset: 0 auto 0 0;
}
@media (max-width: 770px) {
  #contact #wpcf7cpcnf > table th p::before {
    width: 12px;
    height: 3px;
  }
}
#contact #wpcf7cpcnf > table td {
  width: calc(100% - 300px);
  padding: 25px 0;
  font-size: clamp(16px, 1.6vw, 18px);
}
@media (max-width: 770px) {
  #contact #wpcf7cpcnf > table td {
    width: 100%;
  }
}
#contact #wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
#contact #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn,
#contact #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  width: 320px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin: 0;
}
#contact #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover,
#contact #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  background: #3a3a3a;
}
#contact #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #3a3a3a;
}
#contact #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background: #1c539f;
}
#contact .thanks-message {
  text-align: center;
  padding: 60px 20px;
}
@media (max-width: 770px) {
  #contact .thanks-message {
    padding: 40px 15px;
  }
}
#contact .thanks-message h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
}
#contact .thanks-message p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  color: #666;
}
#contact .grecaptcha-badge {
  z-index: 99 !important;
  bottom: 100px !important;
  visibility: visible;
}

@media (min-width: 771px) {
  .sp {
    display: none;
  }
}

@media (min-width: 1361px) {
  .sptab {
    display: none;
  }
}

@media (max-width: 770px) {
  .tabpc {
    display: none;
  }
}

@media (max-width: 1360px) {
  .pc {
    display: none;
  }
}

/***********************
　　　レイアウト
*************************/
.grecaptcha-badge {
  visibility: hidden;
}

main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  width: 96%;
  margin: 0 auto;
  max-width: 1536px;
}
@media (max-width: 770px) {
  .sec_inner {
    width: 94%;
  }
}
.sec_inner.tight {
  max-width: 1200px;
}

.bg_white {
  background: #fff;
}

.iframe_block {
  aspect-ratio: 16/9;
}
.iframe_block iframe {
  width: 100%;
  height: 100%;
}

.sns {
  display: flex;
  gap: 10px;
}
@media (max-width: 770px) {
  .sns {
    justify-content: center;
  }
}
.sns li a {
  display: block;
  width: 50px;
  height: 50px;
}

.grid_column2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
}
@media (max-width: 1360px) {
  .grid_column2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

/***********************
　　　スクロール
*************************/
.js-scroll {
  overflow-y: hidden !important;
}
.js-scroll > * {
  min-width: 1000px;
}
.js-scroll.scroll-hint.is-right-scrollable {
  background: none;
}
@media (max-width: 1360px) {
  .js-scroll .scroll-hint-icon {
    left: 10% !important;
  }
}

.scroll_design {
  scrollbar-color: #414042 #f1f2f2;
  scrollbar-width: thin;
}
.scroll_design::-webkit-scrollbar {
  /* スクロールバー全体の幅 */
  width: 6px;
}
.scroll_design::-webkit-scrollbar-track {
  /* スクロールバーの背景 (トラック) */
  background-color: #f1f2f2;
  border-radius: 5px;
}
.scroll_design::-webkit-scrollbar-thumb {
  /* スクロールバーのつまみ (thumb) */
  border-radius: 5px;
  background-color: #414042;
}

/***********************
  　　　テキスト
*************************/
.vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.txt_white {
  color: #fff;
}

.txt_red {
  color: #e42815;
}

.txt_sub_blue {
  color: #263e69;
}

.txt_bold {
  font-weight: bold;
}

.txt_semi_bold {
  font-weight: 600;
}

.txt_medium {
  font-weight: 500;
}

.txt_normal {
  font-weight: 400;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.txt_area p {
  line-height: 2;
}
.txt_area p + p {
  margin-top: 1.1em;
}
.txt_area p a {
  color: #1c539f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txt_area p a:hover {
  text-decoration: none;
}

.block {
  display: block;
}

.shadow {
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

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

.txt_line_height2 {
  line-height: 2;
}

/***********************
　　　タイトル
*************************/
.main_ttl {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 400;
  margin-bottom: 40px;
  color: #263e69;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 770px) {
  .main_ttl {
    margin-bottom: 30px;
  }
}
.main_ttl .en {
  font-size: clamp(36px, 5.6vw, 76px);
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.main_ttl.left {
  text-align: left;
}
@media (max-width: 770px) {
  .main_ttl.left.sp_center {
    text-align: center;
  }
}
.main_ttl.white {
  color: #fff;
}

/***********************
　　　リンク
*************************/
.commonBtn {
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #263e69;
  background: transparent;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 10px 20px 10px 0;
  position: relative;
  text-align: center;
  color: #263e69;
}
@media (max-width: 770px) {
  .commonBtn {
    margin: 0 auto;
  }
}
.commonBtn:hover {
  background: rgba(220, 225, 229, 0.4);
}
.commonBtn::before {
  position: absolute;
  content: "";
  background: url(../img/icon/double_arrow.svg) no-repeat center center/contain;
  width: 17px;
  height: 16px;
  margin: auto;
  inset: 0 9px 0 auto;
}
.commonBtn.center {
  margin: 0 auto;
}

@media (min-width: 771px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
　　　リスト
*************************/
ul.disc_list li {
  list-style-type: disc;
  margin-left: 1.5em;
}
ul.ask_list {
  margin-left: 1rem;
}
ul.ask_list li {
  padding-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
  list-style-type: none;
  font-size: 14px;
}
ul.ask_list li::marker {
  font-size: 14px;
}
ul.ask_list li::before {
  content: "※";
  margin-right: 5px;
}
ul.ask_list li + li {
  margin-top: 10px;
}

ol.list_number {
  margin-left: 1rem;
}
ol.list_number li {
  list-style-type: decimal;
}
ol.list_alphabet {
  margin-left: 1rem;
}
ol.list_alphabet li {
  list-style-type: lower-latin;
}
ol.list_romaji {
  margin-left: 1rem;
}
ol.list_romaji li {
  list-style-type: upper-roman;
}
ol.number {
  counter-reset: circle-counter;
}
ol.number li {
  position: relative;
  list-style-type: none;
  padding-left: 2em;
  counter-increment: circle-counter;
  line-height: 1.8;
}
ol.number li::before {
  position: absolute;
  content: "" counter(circle-counter) "";
  font-weight: 600;
  color: #fff;
  padding: 0 0.2em;
  background: #1c539f;
  border-radius: 4px;
  margin-right: 0.5em;
  width: 1.7em;
  display: inline-block;
  margin: auto;
  inset: 0 auto auto 0;
  text-align: center;
  height: 1.7em;
}
ol.number li + li {
  margin-top: 10px;
}

.anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 100px;
}
@media (max-width: 770px) {
  .anchor_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
.anchor_list li a {
  font-size: clamp(14px, 1.6vw, 18px);
}
.anchor_list li a span {
  position: initial;
}
.anchor_list li a span::before {
  inset: 0 1em 0 auto;
}
.anchor_list li a span::after {
  transform: rotate(135deg);
  inset: 0 1.4em 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
}
.animate.is-active {
  animation: slideIn 0.8s 0.2s forwards;
}

/***********************
　　　タブ切り替え
*************************/
.tab-contents .tab-contents-item {
  display: none;
}
.tab-contents .tab-contents-item.active {
  display: block;
}

.pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 7;
  /*  bottom: 26px;
  right: 32px; */
  transition: 0.5s ease-in-out;
}
@media (max-width: 770px) {
  .pageTop {
    width: 40px;
    height: 40px;
    /*  bottom: 10px;
    right: 10px; */
  }
}
.pageTop a {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #263e69;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 770px) {
  .pageTop a {
    width: 40px;
    height: 40px;
  }
}
.pageTop a::before {
  position: absolute;
  content: "";
  background: url(../img/icon/double_arrow.svg) no-repeat center center/contain;
  transform: rotate(-90deg);
  inset: 5% 0 0 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
@media (max-width: 770px) {
  .pageTop a::before {
    width: 10px;
    height: 10px;
  }
}
.pageTop a:hover {
  background: #3880c3;
}
.pageTop a:hover::before {
  filter: brightness(0) invert(1);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shorter {
  from {
    width: 330px;
  }
  to {
    width: 20px;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 330px;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bgDownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime_mv {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes img_shine {
  0% {
    filter: blur(10px) brightness(1.05);
  }
  60% {
    filter: blur(0) brightness(1.25);
  }
  100% {
    filter: blur(0) brightness(1);
  }
}
@keyframes loop_text {
  0% {
    transform: translateX(0) translate3d(0, 0, 0);
  }
  100% {
    transform: translateX(-100%) translate3d(0, 50%, 0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes hamburger_line1 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger_line2 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes fadeBlack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes txtanimation {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.base_table {
  width: 100%;
  /*   border-collapse: separate;
  border-spacing: 2px; */
}
.base_table caption {
  font-size: clamp(16px, 1.7rem, 20px);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.base_table caption span {
  font-size: 70%;
}
.base_table tr:not(:last-of-type) th,
.base_table tr:not(:last-of-type) td {
  border-bottom: 1px solid #bbc6cc;
}
.base_table th {
  background: #d3e7f0;
  font-weight: 500;
}
.base_table td {
  background: #fff;
  font-weight: 400;
}
.base_table th,
.base_table td {
  padding: 20px 15px;
  vertical-align: middle;
  line-height: 2;
}
@media (max-width: 770px) {
  .base_table th,
  .base_table td {
    padding: 15px;
  }
}
.base_table a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #1c539f;
}
.base_table a:hover {
  text-decoration: none;
}
.base_table.even_color tr:nth-child(2n) td {
  background: #f6f6f6;
}
.base_table.ftd_border tr:first-of-type td {
  border-top: 1px solid #dce1e5;
}
@media (max-width: 770px) {
  .base_table.sp_block th,
  .base_table.sp_block td {
    width: 100%;
    display: block;
  }
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb .bread_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px auto 30px;
  gap: 10px 0;
}
@media (max-width: 770px) {
  .breadcrumb .bread_list {
    margin: 10px auto 20px;
  }
}
.breadcrumb .bread_list li {
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 0.05em;
  color: rgba(58, 58, 58, 0.5);
}
.breadcrumb .bread_list li:first-of-type a {
  white-space: nowrap;
}
.breadcrumb .bread_list li:not(:last-child) {
  padding-right: 21px;
  position: relative;
}
.breadcrumb .bread_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  border-right: 1px solid #a4b0b9;
  border-bottom: 1px solid #a4b0b9;
  transform: rotate(-45deg);
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  inset: 0 10px 0 auto;
}
.breadcrumb .bread_list li a {
  color: #3a3a3a;
  transition: 0.3s;
}
.breadcrumb .bread_list li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumb .bread_list li a.single_cat:not(:last-of-type) {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
.breadcrumb .bread_list li a.single_cat:not(:last-of-type)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(58, 58, 58, 0.5);
  width: 1px;
  height: 10px;
}

.middle main {
  padding-top: 14px;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .middle main {
    padding-top: 10px;
  }
}
@media (max-width: 770px) {
  .middle main {
    padding-top: 7px;
  }
}
.middle main .middleFV {
  background: #ecf8fd;
  position: relative;
  height: 320px;
}
@media (max-width: 770px) {
  .middle main .middleFV {
    height: 200px;
  }
}
.middle main .middleFV::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/common/bg_semicircle_light.png) no-repeat center center/contain;
  transform: rotate(90deg);
  right: 0;
  top: 0;
}
@media (max-width: 770px) {
  .middle main .middleFV::before {
    width: 40vw;
    height: 40vw;
  }
}
.middle main .middleFV .sec_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.middle main .middleFV .main_ttl {
  text-align: left;
}
.middle main .middle_ttl {
  font-size: clamp(22px, 3vw, 32px);
  color: #263e69;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 100%;
  gap: 4px;
}
@media (min-width: 771px) {
  .wp-pagenavi {
    margin: 60px auto 0;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > * {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #1c539f !important;
  background: #1c539f;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 770px) {
  .wp-pagenavi > * {
    width: 28px;
    height: 28px;
  }
}
.wp-pagenavi > *.current {
  padding: 0;
  color: rgba(58, 58, 58, 0.5);
  background: #f5f5f5;
  border-color: #f5f5f5 !important;
}
.wp-pagenavi > *.current:hover {
  opacity: 1;
}
.wp-pagenavi > *:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.previouspostslink {
  position: relative;
  color: #1c539f;
  background: transparent;
  border: none !important;
  margin-right: 0 !important;
  text-indent: -99999px;
}
.wp-pagenavi > *.previouspostslink::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  transform: rotate(-135deg);
  margin: auto;
  z-index: 1;
  inset: 0 0 0 3px;
}
@media (max-width: 770px) {
  .wp-pagenavi > *.previouspostslink::after {
    width: 0.5em;
    height: 0.5em;
  }
}
.wp-pagenavi > *.previouspostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.nextpostslink {
  position: relative;
  color: #1c539f;
  background: transparent;
  border: none !important;
  margin-left: 0 !important;
  text-indent: -99999px;
}
.wp-pagenavi > *.nextpostslink::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  transform: rotate(45deg);
  margin: auto;
  z-index: 1;
  inset: 0 3px 0 0;
}
@media (max-width: 770px) {
  .wp-pagenavi > *.nextpostslink::after {
    width: 0.5em;
    height: 0.5em;
  }
}
.wp-pagenavi > *.nextpostslink:hover {
  opacity: 0.7;
}

.single_pagenav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: min(56px, 4vw);
  margin-top: 86px;
  align-items: center;
}
@media (max-width: 770px) {
  .single_pagenav {
    margin-top: 50px;
  }
}
.single_pagenav .all {
  margin: 0;
  background: #1c539f;
}
.single_pagenav .all a {
  display: block;
  color: #fff;
  line-height: 48px;
  font-size: clamp(14px, 1.6vw, 20px);
  text-align: center;
  padding: 0 30px;
}
.single_pagenav .all a:hover {
  background: #3a3a3a;
}
.single_pagenav .tip a {
  line-height: 48px;
  display: block;
  position: relative;
  font-size: clamp(14px, 1.6vw, 20px);
  color: #1c539f;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 770px) {
  .single_pagenav .tip a {
    text-indent: -99999px;
  }
}
.single_pagenav .tip a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin: auto;
  transition: 0.3s ease-in-out;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  z-index: 1;
}
@media (max-width: 770px) {
  .single_pagenav .tip a::before {
    border-color: #fff;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 770px) {
  .single_pagenav .tip a::after {
    position: absolute;
    content: "";
    background: #1c539f;
    width: 30px;
    height: 30px;
    z-index: -1;
    border-radius: 50%;
    margin: auto;
  }
}
.single_pagenav .tip.prev a {
  padding-left: 1em;
}
.single_pagenav .tip.prev a::before {
  inset: 0 auto 0 0;
  transform: rotate(135deg);
}
@media (max-width: 770px) {
  .single_pagenav .tip.prev a::after {
    inset: 0 auto 0 -13px;
  }
}
.single_pagenav .tip.prev a:hover::before {
  transform: translateX(-3px) rotate(135deg);
}
.single_pagenav .tip.next a {
  padding-right: 1em;
}
.single_pagenav .tip.next a::before {
  transform: rotate(-45deg);
  inset: 0 0 0 auto;
}
@media (max-width: 770px) {
  .single_pagenav .tip.next a::after {
    inset: 0 -13px 0 auto;
  }
}
.single_pagenav .tip.next a:hover::before {
  transform: translateX(3px) rotate(-45deg);
}

dl.tablelike > div {
  display: flex;
  border-bottom: 1px solid #dce1e5;
}
dl.tablelike > div:first-of-type {
  border-top: 1px solid #dce1e5;
}
dl.tablelike > div dt {
  background: #33475b;
  color: #fff;
  padding: 20px;
  white-space: nowrap;
  width: 30%;
}
@media (max-width: 770px) {
  dl.tablelike > div dt {
    padding: 10px;
  }
}
dl.tablelike > div dd {
  padding: 20px;
  width: 70%;
}
@media (max-width: 770px) {
  dl.tablelike > div dd {
    padding: 10px;
  }
}
@media (max-width: 770px) {
  dl.tablelike.sp_block:first-of-type {
    border-top: none;
  }
}
@media (max-width: 770px) {
  dl.tablelike.sp_block > div {
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  dl.tablelike.sp_block > div dt {
    width: 100%;
  }
}
@media (max-width: 770px) {
  dl.tablelike.sp_block > div dd {
    width: 100%;
  }
}

.accordion_ttl {
  cursor: pointer;
  position: relative;
}
.accordion_ttl::before, .accordion_ttl::after {
  position: absolute;
  content: "";
  background: #1c539f;
  width: 18px;
  height: 2px;
  margin: auto;
  inset: 0 20px 0 auto;
  transition: transform 0.3s ease;
}
.accordion_ttl::after {
  transform: rotate(90deg);
}
.accordion_ttl.on::after {
  transform: rotate(0deg);
}

.newsList .newsList_item:not(:last-of-type) a {
  border-bottom: 1px solid #e5eef3;
}
.newsList .newsList_item a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 5px;
}
@media (max-width: 770px) {
  .newsList .newsList_item a {
    flex-wrap: wrap;
    gap: 5px 20px;
  }
}
.newsList .newsList_item a:hover {
  background: rgba(220, 225, 229, 0.2);
}
.newsList .news_time {
  color: #4a87bf;
  font-size: clamp(14px, 1.6vw, 18px);
  white-space: nowrap;
}
.newsList .news_cate {
  background: #e5eef3;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 150px;
  min-height: 30px;
}
.newsList .newsList_ttl {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 771px) {
  .newsList .newsList_ttl {
    white-space: nowrap;
  }
}
@media (max-width: 770px) {
  .newsList .newsList_ttl {
    width: 100%;
  }
}

body.top-is-loading {
  overflow: hidden;
}

.loading-shown .top_loding {
  display: none !important;
}

.top_loding {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
  background: transparent;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top_loding .skip_loading {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  padding: 4px 24px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Cormorant Garamond", serif;
}
.top_loding .skip_loading:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
.top_loding .skip_loading:active {
  transform: translateY(0);
}
.top_loding {
  transition: background-color 1.2s ease, opacity 1.2s ease, visibility 1.2s ease;
}
.top_loding .loding_first,
.top_loding .loding_second {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_loding .loding_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.top_loding .loding_first {
  z-index: 3;
  opacity: 1;
  transition: opacity 0.7s ease;
}
.top_loding .loding_first .loding01 {
  height: 150px;
  margin-bottom: 98px;
}
.top_loding .loding_first figure {
  margin: 0;
  width: min(150px, 40vw);
  max-width: 150px;
}
.top_loding .loding_first .loding01 > svg,
.top_loding .loding_first .loding01 > img,
.top_loding .loding_first figure > svg,
.top_loding .loding_first figure > img {
  display: block;
  /* -webkit-mask-image: linear-gradient(to top, #fff 0 0);
  mask-image: linear-gradient(to top, #fff 0 0);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  -webkit-mask-size: 100% 0%;
  mask-size: 100% 0%; */
  -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 0%, transparent 0%);
  mask-image: conic-gradient(from 270deg at 100% 100%, #fff 0%, transparent 0%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.top_loding .loding_second {
  z-index: 4;
  opacity: 0;
  transition: opacity 1.05s ease;
}
.top_loding .loding_second figure {
  width: min(150px, 40vw);
  max-width: 150px;
  position: relative;
}
.top_loding .loding_second p {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.06em;
  opacity: 0;
  transition: opacity 0.6s ease;
  font-weight: 700;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  height: 80px;
}
.top_loding img {
  width: 100%;
  height: auto;
  display: block;
}
.top_loding::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  pointer-events: none;
  transition: filter 0.3s ease;
  width: 100%;
  height: 100%;
}
.top_loding.phase-intro {
  opacity: 1;
}
.top_loding.phase-intro::before {
  filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.top_loding.phase-first .loding_first .loding01 > svg,
.top_loding.phase-first .loding_first .loding01 > img,
.top_loding.phase-first .loding_first figure > svg,
.top_loding.phase-first .loding_first figure > img {
  animation: rainbow-fan-grow 1.1s cubic-bezier(0.12, 0.83, 0.89, 0.19) forwards;
}
.top_loding.phase-second .loding_first {
  opacity: 0;
  visibility: hidden;
  transition: opacity 4.5s ease, visibility 4.5s;
}
.top_loding.phase-second .loding_second {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.top_loding.phase-second .loding_second p {
  opacity: 0.9;
  transition-delay: 0.9s;
  transition-duration: 3.9s;
}
.top_loding.phase-third::before {
  background-color: #b7b7b7;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.top_loding.phase-third .loding_second {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.top_loding.phase-hide::before {
  background-color: rgba(0, 0, 0, 0);
}
.top_loding.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes rainbow-grow {
  from {
    -webkit-mask-size: 100% 0%;
    mask-size: 100% 0%;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
/* 扇形に広がるアニメーション */
@keyframes rainbow-fan-grow {
  0% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 0deg, transparent 0deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 0deg, transparent 0deg);
  }
  5% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 4.5deg, transparent 4.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 4.5deg, transparent 4.5deg);
  }
  10% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 9deg, transparent 9deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 9deg, transparent 9deg);
  }
  15% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 13.5deg, transparent 13.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 13.5deg, transparent 13.5deg);
  }
  20% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 18deg, transparent 18deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 18deg, transparent 18deg);
  }
  25% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 22.5deg, transparent 22.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 22.5deg, transparent 22.5deg);
  }
  30% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 27deg, transparent 27deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 27deg, transparent 27deg);
  }
  35% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 31.5deg, transparent 31.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 31.5deg, transparent 31.5deg);
  }
  40% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 36deg, transparent 36deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 36deg, transparent 36deg);
  }
  45% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 40.5deg, transparent 40.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 40.5deg, transparent 40.5deg);
  }
  50% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 45deg, transparent 45deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 45deg, transparent 45deg);
  }
  55% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 49.5deg, transparent 49.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 49.5deg, transparent 49.5deg);
  }
  60% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 54deg, transparent 54deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 54deg, transparent 54deg);
  }
  65% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 58.5deg, transparent 58.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 58.5deg, transparent 58.5deg);
  }
  70% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 63deg, transparent 63deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 63deg, transparent 63deg);
  }
  75% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 67.5deg, transparent 67.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 67.5deg, transparent 67.5deg);
  }
  80% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 72deg, transparent 72deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 72deg, transparent 72deg);
  }
  85% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 76.5deg, transparent 76.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 76.5deg, transparent 76.5deg);
  }
  90% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 81deg, transparent 81deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 81deg, transparent 81deg);
  }
  95% {
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 85.5deg, transparent 85.5deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 85.5deg, transparent 85.5deg);
  }
  100% {
    /* 90度回転して右下まで覆う */
    -webkit-mask-image: conic-gradient(from 270deg at 100% 100%, #fff 90deg, transparent 90deg);
    mask-image: conic-gradient(from 270deg at 100% 100%, #fff 90deg, transparent 90deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .top_loding,
  .top_loding .loding_first,
  .top_loding .loding_second {
    transition-duration: 0.01ms;
    transition-delay: 0ms;
  }
  .top_loding .loding_first .loding01 > img {
    transition-duration: 0.01ms;
    transition-delay: 0ms;
    animation-duration: 0.01ms;
    animation-delay: 0ms;
  }
}
.common_contact {
  background: #7aa7d2;
  position: relative;
  padding: 70px 0;
}
@media (max-width: 770px) {
  .common_contact {
    padding: 40px 0;
  }
}
.common_contact::before {
  position: absolute;
  content: "";
  width: 568px;
  height: 568px;
  top: 0;
  left: 0;
  background: url(../img/common/bg_semicircle_white_half.png) no-repeat top center/contain;
  z-index: 0;
}
@media (max-width: 770px) {
  .common_contact::before {
    width: 60vw;
    height: 60vw;
    background: url(../img/common/bg_semicircle_white.png) no-repeat top center/contain;
  }
}
.common_contact .sec_inner {
  max-width: 1524px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 770px) {
  .common_contact .sec_inner {
    flex-direction: column;
  }
}
.common_contact .common_contact_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 22px;
}
@media (min-width: 771px) {
  .common_contact .common_contact_inner {
    width: 70%;
    max-width: 1022px;
  }
}
@media (min-width: 771px) and (max-width: 1360px) {
  .common_contact .common_contact_inner {
    gap: 16px;
  }
}
.common_contact .common_contact_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_contact .common_contact_inner a.full {
  width: 100%;
}
.common_contact .common_contact_inner a.half {
  width: calc(50% - 11px);
  padding: 28px 0;
}
@media (min-width: 771px) and (max-width: 1360px) {
  .common_contact .common_contact_inner a.half {
    width: calc(50% - 8px);
  }
}
@media (max-width: 770px) {
  .common_contact .common_contact_inner a.half {
    width: 100%;
    padding: 15px;
  }
}
.common_contact .common_contact_inner .tel_btn {
  background: #dce5ea;
  border: 1px solid #1c539f;
  padding: 27px 0;
  gap: min(50px, 4vw);
  color: #263e69;
}
@media (max-width: 770px) {
  .common_contact .common_contact_inner .tel_btn {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }
}
.common_contact .common_contact_inner .tel_btn .tel {
  font-weight: bold;
  font-size: clamp(26px, 3vw, 40px);
}
@media (min-width: 771px) {
  .common_contact .common_contact_inner .tel_btn .tel {
    width: 60%;
    text-align: right;
  }
}
.common_contact .common_contact_inner .tel_btn .tel span {
  font-size: clamp(14px, 2vw, 20px);
  display: inline-block;
  margin-right: 20px;
}
.common_contact .common_contact_inner .tel_btn .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 18px);
}
@media (min-width: 771px) {
  .common_contact .common_contact_inner .tel_btn .info {
    width: 40%;
  }
}
@media (max-width: 770px) {
  .common_contact .common_contact_inner .tel_btn .info {
    max-width: 18em;
  }
}
.common_contact .common_contact_inner .tel_btn .info dt {
  width: calc(30% - 10px);
  position: relative;
  white-space: nowrap;
}
.common_contact .common_contact_inner .tel_btn .info dt::after {
  position: absolute;
  content: ":";
  margin: auto;
  inset: 0 0 0 auto;
}
.common_contact .common_contact_inner .tel_btn .info dd {
  width: calc(100% - (30% - 20px) - 20px);
}
.common_contact .common_contact_inner .mail_btn {
  background: #1c539f;
  color: #fff;
}
.common_contact .common_contact_inner .mail_btn span {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 26px);
}
.common_contact .common_contact_inner .mail_btn span::before {
  position: absolute;
  content: "";
  background: url(../img/icon/mail.svg) no-repeat center center/contain;
  width: 35px;
  height: 24px;
  margin: auto;
  inset: 0 auto 0 0;
}
.common_contact .common_contact_inner .line_btn {
  background: #fff;
  color: #1c539f;
  border: 1px solid #1c539f;
}
.common_contact .common_contact_inner .line_btn span {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 26px);
}
.common_contact .common_contact_inner .line_btn span::before {
  position: absolute;
  content: "";
  background: url(../img/icon/line.svg) no-repeat center center/contain;
  width: 37px;
  height: 36px;
  margin: auto;
  inset: 0 auto 0 0;
}

.conts_inner p {
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.6vw, 18px);
}
@media (min-width: 771px) {
  .conts_inner p {
    font-size: 16px;
  }
}
.conts_inner p + p {
  margin-top: 1em;
}
.conts_inner p + img {
  margin-top: min(60px, 5vw);
}
.conts_inner p em {
  font-style: italic;
}
.conts_inner h1,
.conts_inner h2,
.conts_inner h3,
.conts_inner h4,
.conts_inner h5,
.conts_inner h6 {
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.6;
}
.conts_inner h1 + img,
.conts_inner h2 + img,
.conts_inner h3 + img,
.conts_inner h4 + img,
.conts_inner h5 + img,
.conts_inner h6 + img {
  margin-top: min(60px, 5vw);
}
.conts_inner h1 {
  color: #1c539f;
  font-size: clamp(22px, 3vw, 32px);
}
.conts_inner h2 {
  border-bottom: 1px solid #1c539f;
  font-size: clamp(20px, 3vw, 30px);
  padding-top: 0.7em;
}
.conts_inner h3 {
  color: #1c539f;
  font-size: clamp(18px, 2.6vw, 28px);
}
.conts_inner h4 {
  border-bottom: 1px solid #1c539f;
  font-size: clamp(18px, 2.2vw, 22px);
  padding-bottom: 0.7em;
}
.conts_inner a {
  color: #1c539f;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
  padding-right: 1em;
  display: inline-block;
}
.conts_inner a:hover {
  text-decoration: none;
}
.conts_inner a::before {
  position: absolute;
  content: "";
  border-right: 1px solid #1c539f;
  border-bottom: 1px solid #1c539f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin: auto;
  inset: 0 0 0 auto;
  z-index: 1;
}
.conts_inner ul {
  margin: 30px 0;
}
.conts_inner ul li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
@media (min-width: 771px) {
  .conts_inner ul li {
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  .conts_inner ul li {
    padding-left: 14px;
  }
}
.conts_inner ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #1c539f;
  margin: auto;
  inset: 9px auto auto 0;
  border-radius: 50%;
}
@media (max-width: 770px) {
  .conts_inner ul li::before {
    width: 6px;
    height: 6px;
  }
}
.conts_inner img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1361px) {
  .conts_inner img {
    max-width: 840px;
  }
}
.conts_inner .alignleft {
  margin: 2em 0;
}
.conts_inner .alignleft img {
  max-width: 100%;
}
.conts_inner .alignright {
  margin: 2em 0 0 auto;
}
.conts_inner .alignright img {
  max-width: 100%;
}
.conts_inner .aligncenter {
  margin: 2em auto;
}
.conts_inner .aligncenter img {
  max-width: 100%;
}
.conts_inner .alignnone {
  margin: 0.5em 0 1em;
}
.conts_inner .alignnone img {
  max-width: 100%;
}
@media (max-width: 770px) {
  .conts_inner .wp-caption {
    width: 100% !important;
  }
}
.conts_inner .wp-caption-text {
  font-size: 0.875em;
  color: #666;
  margin-top: 0.5em;
  text-align: center;
}
.conts_inner blockquote {
  background: #dce1e5;
  padding: 15px;
  margin: 2em 0;
}
.conts_inner ol {
  margin: 30px 0;
  padding: 0;
  counter-reset: number-counter;
  list-style: none;
}
.conts_inner ol li {
  position: relative;
  padding-left: 35px;
  text-indent: inherit;
  counter-increment: number-counter;
  display: flex;
  align-items: center;
}
.conts_inner ol li::before {
  content: counter(number-counter);
  position: absolute;
  margin: auto;
  inset: 0 auto 0 0;
  background: #1c539f;
  color: #fff;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 770px) {
  .conts_inner ol li::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.conts_inner ol li + li {
  margin-top: 1em;
}
.conts_inner ol:has(li > p) {
  display: block;
}
.conts_inner ol:has(li > p) li {
  display: block;
  font-weight: 600;
}
.conts_inner ol:has(li > p) li + li {
  margin-top: 30px;
}
.conts_inner ol:has(li > p) li::before {
  inset: 0 auto auto 0;
}
.conts_inner ol:has(li > p) li p {
  margin-top: 1em;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
