@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/*media queries*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

html {
  font-size: clamp(14px, 1.1vw, 18px);
}

body {
  width: 100%;
  margin: auto;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input,
select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
p p,
blockquote p,
pre p,
dl p,
ol p,
ul p,
th p,
td p,
dd p,
dt p {
  font-size: 100%;
}

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

img {
  border: none;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
}

p {
  margin: 0 0 15px 0;
}

ul {
  margin: 0 0 0px 0;
  list-style: none;
}

dl {
  margin: 0 0 0px 0;
}

dl dt {
  margin: 0 0 0px 0;
}

dl dt a {
  font-weight: bold;
}

dl dd {
  margin: 0 0 0px 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

div,
section,
article,
aside,
header,
footer,
nav,
figure {
  box-sizing: border-box;
}

/*Image Hover*/
a:hover img,
span:hover img.hover {
  opacity: 0.8;
}

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

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

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

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

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

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

.ma0 {
  margin: 0px !important;
}

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

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

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

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

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

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

.pa0 {
  padding: 0px !important;
}

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

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

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

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

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

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

.ma5 {
  margin: 5px !important;
}

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

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

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

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

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

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

.pa5 {
  padding: 5px !important;
}

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

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

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

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

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

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

.ma10 {
  margin: 10px !important;
}

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

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

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

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

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

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

.pa10 {
  padding: 10px !important;
}

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

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

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

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

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

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

.ma15 {
  margin: 15px !important;
}

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

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

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

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

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

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

.pa15 {
  padding: 15px !important;
}

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

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

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

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

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

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

.ma20 {
  margin: 20px !important;
}

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

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

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

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

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

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

.pa20 {
  padding: 20px !important;
}

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

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

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

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

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

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

.ma25 {
  margin: 25px !important;
}

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

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

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

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

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

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

.pa25 {
  padding: 25px !important;
}

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

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

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

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

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

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

.ma30 {
  margin: 30px !important;
}

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

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

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

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

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

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

.pa30 {
  padding: 30px !important;
}

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

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

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

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

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

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

.ma35 {
  margin: 35px !important;
}

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

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

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

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

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

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

.pa35 {
  padding: 35px !important;
}

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

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

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

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

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

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

.ma40 {
  margin: 40px !important;
}

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

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

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

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

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

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

.pa40 {
  padding: 40px !important;
}

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

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

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

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

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

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

.ma45 {
  margin: 45px !important;
}

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

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

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

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

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

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

.pa45 {
  padding: 45px !important;
}

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

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

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

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

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

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

.ma50 {
  margin: 50px !important;
}

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

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

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

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

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

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

.pa50 {
  padding: 50px !important;
}

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

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

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

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

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

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

.ma55 {
  margin: 55px !important;
}

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

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

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

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

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

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

.pa55 {
  padding: 55px !important;
}

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

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

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

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

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

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

.ma60 {
  margin: 60px !important;
}

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

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

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

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

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

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

.pa60 {
  padding: 60px !important;
}

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

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

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

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

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

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

.ma65 {
  margin: 65px !important;
}

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

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

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

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

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

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

.pa65 {
  padding: 65px !important;
}

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

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

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

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

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

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

.ma70 {
  margin: 70px !important;
}

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

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

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

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

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

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

.pa70 {
  padding: 70px !important;
}

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

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

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

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

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

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

.ma75 {
  margin: 75px !important;
}

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

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

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

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

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

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

.pa75 {
  padding: 75px !important;
}

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

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

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

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

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

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

.ma80 {
  margin: 80px !important;
}

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

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

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

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

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

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

.pa80 {
  padding: 80px !important;
}

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

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

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

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

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

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

.ma85 {
  margin: 85px !important;
}

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

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

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

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

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

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

.pa85 {
  padding: 85px !important;
}

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

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

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

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

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

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

.ma90 {
  margin: 90px !important;
}

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

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

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

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

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

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

.pa90 {
  padding: 90px !important;
}

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

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

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

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

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

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

.ma95 {
  margin: 95px !important;
}

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

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

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

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

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

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

.pa95 {
  padding: 95px !important;
}

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

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

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

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

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

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

.ma100 {
  margin: 100px !important;
}

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

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

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

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

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

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

.pa100 {
  padding: 100px !important;
}

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

.alignRight,
.aR {
  text-align: right;
}

.alignCenter,
.aC {
  text-align: center;
}

.alignLeft,
.aL {
  text-align: left !important;
}

.disnon {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media only screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

/* Font
------------------------------------------------------------------*/
/* type */
body {
  color: #000000;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.6;
}

a {
  color: #000000;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}

.small {
  font-size: 0.9rem;
}

.uLine {
  text-decoration: underline !important;
}

.uLine:hover {
  opacity: 0.6;
}

/* Parts
------------------------------------------------------------------*/
ul.disc {
  list-style-type: disc;
  padding-left: 1.1em;
}
ul.disc li {
  margin-bottom: 15px;
}

/* Common Layout
------------------------------------------------------------------*/
body {
  background-color: #fff;
}
@media only screen and (min-width:768px) {
  body {
    /*
    background: url("../img/bg.jpg");
    background-size: 100% auto;
    */
    background-color: #e4edf6;
  }
}

.bgWhite {
  background-color: #fff;
  /*
    @media only screen and (min-width:768px) {
      width: 1200px;
      margin: 0 auto;
      padding: 80px 0;
    }
  */
}
@media only screen and (min-width:768px) {
  .bgWhite {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    z-index: 0;
  }
  .bgWhite::before, .bgWhite::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    pointer-events: none;
    z-index: -1;
  }
  .bgWhite::before {
    left: 0;
    background: linear-gradient(to left, rgba(217, 230, 242, 0) 0%, rgba(217, 230, 242, 0.7) 100%);
  }
  .bgWhite::after {
    right: 0;
    background: linear-gradient(to right, rgba(217, 230, 242, 0) 0%, rgba(217, 230, 242, 0.7) 100%);
  }
}

/*
#gHeader
*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 25px;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  header {
    height: 70px;
    padding: 0 15px;
  }
}
header a.logo_hikawa {
  display: block;
  width: 262px;
}
@media only screen and (max-width:767px) {
  header a.logo_hikawa {
    width: 180px;
  }
}
header a.logo_kisho {
  display: block;
  width: 178px;
}
@media only screen and (max-width:767px) {
  header a.logo_kisho {
    width: 120px;
  }
}

footer {
  padding: 20px 0;
}
footer p.copyright {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* button
------------------------------------------------------------------*/
.button_app {
  background-color: #e55431;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
@media only screen and (max-width:767px) {
  .button_app {
    padding: 10px 30px;
  }
}
.button_app:hover {
  text-decoration: none;
  background-color: rgb(201.5603448276, 59.6853448276, 25.4396551724);
}
.button_app span {
  display: block;
}
.button_app span.row1 {
  font-size: 1.1rem;
}
.button_app span.row2 {
  font-size: 0.8rem;
  font-weight: 400;
}

.button_contact {
  background-color: #fff;
  color: #012e63;
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.button_contact:hover {
  text-decoration: none;
  background-color: rgb(101.55, 171.3, 253.45);
}
.button_contact span {
  display: block;
}
.button_contact span.row1 {
  font-size: 1.1rem;
}
.button_contact span.row2 {
  font-size: 0.8rem;
  font-weight: 400;
}

/* common
------------------------------------------------------------------*/
.inner {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (max-width:767px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
section.main_visual {
  background-color: #fff;
}

section.introduction {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width:767px) {
  section.introduction {
    padding: 30px 15px;
    margin-bottom: 0;
  }
}
section.introduction .main_title {
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  section.introduction .main_title {
    margin-bottom: 30px;
  }
}
section.introduction .main_title img {
  display: block;
  margin: 0 auto 20px;
}
section.introduction .main_title img.sub {
  width: 397px;
  height: auto;
}
@media only screen and (max-width:767px) {
  section.introduction .main_title img.sub {
    max-width: 80%;
  }
}
section.introduction .main_title img.main {
  width: 520px;
  height: auto;
}

section.goshuin_image {
  width: 600px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  section.goshuin_image {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
section.goshuin_image img {
  margin-bottom: 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}
section.goshuin_image img:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

section.information {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width:767px) {
  section.information {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
section.information p.notice {
  color: #c11919;
  margin-bottom: 30px;
}

section.about_apps {
  max-width: 700px;
  margin: 0 auto 80px;
  background-color: #fef1f0;
  border: 4px solid rgb(250.8125, 196.375, 192.1875);
  padding: 20px 30px;
}
@media only screen and (max-width:767px) {
  section.about_apps {
    max-width: 90%;
    padding: 15px 20px;
    margin-bottom: 60px;
  }
}
section.about_apps .title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #c11919;
}
section.about_apps ul li {
  font-size: 0.9rem;
}

section.flow {
  background: url("../img/kv03.jpg") no-repeat center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 80px 0 100px 0;
}
@media only screen and (max-width:767px) {
  section.flow {
    padding: 30px 10px 40px 10px;
  }
}
section.flow h2.title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #012e63;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width:767px) {
  section.flow h2.title {
    font-size: 1.4rem;
  }
}
section.flow h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #012e63;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
section.flow .step {
  width: 800px;
  margin: 0 auto 40px;
  position: relative;
  background: #fff;
  border: 1px solid #012e63;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 30px 35px 20px;
}
@media only screen and (max-width:767px) {
  section.flow .step {
    width: 95%;
  }
}
section.flow .step::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #012e63;
  height: 30px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.flow .step.last::after {
  content: none;
}
section.flow .step .num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #012e63;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  section.flow .step .num {
    display: none;
  }
}
section.flow .step p.text {
  width: calc(100% - 80px);
  margin-bottom: 0;
  font-size: 0.8rem;
}
@media only screen and (max-width:767px) {
  section.flow .step p.text {
    width: 100%;
  }
}
section.flow .step p.text span.title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #012e63;
  margin-bottom: 15px;
  display: block;
  padding-top: 5px;
}
@media only screen and (max-width:767px) {
  section.flow .step p.text span.title {
    position: relative;
    padding: 0 0 0 50px;
  }
  section.flow .step p.text span.title::before {
    content: "1";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #012e63;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.flow .step p.text span.title.sp1::before {
    content: "1";
  }
  section.flow .step p.text span.title.sp2::before {
    content: "2";
  }
  section.flow .step p.text span.title.sp3::before {
    content: "3";
  }
}

section.contact {
  background-color: #012e63;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
@media only screen and (max-width:767px) {
  section.contact {
    padding: 30px 15px;
  }
}
section.contact h2.title {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  section.contact h2.title {
    font-size: 1.4rem;
  }
}
section.contact h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
  section.contact p {
    text-align: left;
  }
}
section.contact .button {
  margin-top: 60px;
}
@media only screen and (max-width:767px) {
  section.contact .button {
    margin-top: 30px;
  }
}

.button {
  text-align: center;
}

/* スクロールでふわっと表示 */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.75s ease, transform 0.75s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* MV：ほんの少しズームアウト */
section.main_visual img.mv-reveal {
  transform: scale(1.03);
  opacity: 0.01;
  transition: transform 1.1s ease, opacity 1.1s ease;
}

section.main_visual.reveal.is-visible img.mv-reveal,
section.main_visual img.mv-reveal.is-visible {
  transform: scale(1);
  opacity: 1;
}

/* flow step：出るとき気持ちよく（影をうっすら） */
section.flow .step {
  transition-property: opacity, transform, box-shadow;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
section.flow .step.is-visible {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

/* ボタン：ホバーで少し浮かせる（button_app / button_contact共通） */
a.button_app,
a.button_contact {
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  will-change: transform;
}
a.button_app:hover,
a.button_contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  filter: brightness(1.02);
}
a.button_app:active,
a.button_contact:active {
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* 動きを減らす設定の人には無効化 */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  a.button_app,
  a.button_contact,
  section.main_visual img.mv-reveal {
    transition: none !important;
    transform: none !important;
  }
}
/* h2 下線アニメーション */
section.flow h2.title::after,
section.contact h2.title::after {
  width: 0;
  transition: width 0.6s ease;
}

/* 表示されたら伸びる */
section.flow.reveal.is-visible h2.title::after,
section.contact.reveal.is-visible h2.title::after {
  width: 60px;
}

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