@import url("https://fonts.googleapis.com/css?family=Pontano+Sans");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.yakuhan {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.ryogo_r {
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 400;
font-style: normal;}
.ryogo_b {
font-family: "ryo-gothic-plusn", sans-serif;
font-weight: 700;
font-style: normal;
}


@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*font-family: "Pontano Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;*/
  font-family: "YakuHanJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-family: "ryo-gothic-plusn", sans-serif;


}
h1,
h2,
h3 {

  letter-spacing: .15rem;
}
iframe {
  border-radius: 8px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: black;
  text-decoration: none;
}


p
{word-break: break-all;}


/*電話*/
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none !important;
  }
}

/*BOX*/

body {
  margin: 0;
  padding: 0;
  position: relative;
}
main {
     min-height: calc(100vh - 450px);
}
/* .wrap {

overflow: hidden;


} */


.wrapper {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /*padding-top: 89px;*/
  display: flex;

}
@media screen and (max-width: 1200px) {
	  .wrapper {
		  min-width: 0;
		  width:100%;
	}
	
}
@media screen and (max-width: 1024px) {
  .wrapper {
    min-width: 0;
		width:100%;
    /*padding-top: 59px;*/
  }
}


/*付加*/
.pc-none {
  display: none !important;
}

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

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

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.9;
}
a:visited {
	opacity: 1;
}

header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  max-height: 74px;
}



.header_area.change-color {
  background-color: #fff;
  transition: 0.3s;
  min-height: 80px;
}


footer {
  width: 100%;
  background-color: #3C3C3C;

  height: 450px;
}

footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0px 0;
  box-sizing: border-box;
  z-index: 0;
}

footer .footer-container.newtop {
  margin-top: -3em;
}

@media screen and (max-width: 1024px) {
  footer .footer-container {
    min-width: 100%;
    padding: 70px 20px 0;
  }
}

footer .footer-container nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  footer .footer-container nav {
    display: block;
    padding-bottom: 20px;
  }
  footer {
    height: auto;
  }
}

footer .footer-container nav .nav-sec {
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

footer .footer-container nav .nav-sec.thirdsec {
  padding-top: 5rem;

}
footer .footer-container nav .nav-sec.fourthsec {
    padding-top: 3rem;

}

@media screen and (max-width: 1024px) {
  footer .footer-container nav .nav-sec {
    padding: 0;
    margin-bottom: 15px;
  }
  footer .footer-container nav .nav-sec.thirdsec,
  footer .footer-container nav .nav-sec.fourthsec {
    padding-top: 0;
  }
}

footer .footer-container nav .nav-sec p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .2rem;
  margin-bottom: 30px;
  font-weight: 600;
}
footer .footer-container nav .nav-sec p.footer_logo img{
 max-width: 200px;
}
@media screen and (max-width: 1024px) {
  footer .footer-container nav .nav-sec p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

footer .footer-container nav .nav-sec ul li {
  margin-bottom: 5px;
}

footer .footer-container nav .nav-sec ul li.adrs {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .03rem;
  color: #fff;
}

footer .footer-container nav .nav-sec ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .03rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  footer .footer-container nav .nav-sec ul li a {
    font-size: 14px;
    padding: 0;
  }
}

footer .footer-container nav .nav-sec ul li:last-child a {
  border-bottom: none;
}



footer .footer-container nav .footer-icon {
  position: absolute;
  right: 0;
  bottom: 5px;
}

footer .footer-container nav .footer-icon img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  footer .footer-container nav .footer-icon {
    display: inline-block;
    width: 30px;
  }
}

footer .footer-container .copyright {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: .8rem;
  padding: 15px 0 10px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  footer .footer-container .copyright {
    font-size: 10px;
    padding: 10px 0 107px;
  }
}

footer .sp-nav {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  footer .sp-nav {
    display: flex;
  }
}

footer .sp-nav a {
  display: block;
    width: 50%;
    text-align: center;
    color: #1a3675;
    position: relative;
    font-size: .8rem;
    padding: 10px 0 4px;
    border-top: 1px solid #1a3676;
    font-weight: 600;
     background-color: #74D9F8;
}

footer .sp-nav a p {
  margin-top: 4px;

}


footer .sp-nav a:first-child {
  background-color: #CCEDF7;
  border-right: 1px solid #1a3676;
  border-top: 1px solid #1a3676;
}

footer .sp-nav a:first-child p {
  padding-right: 0;
}

footer .sp-nav a:last-child img {
  padding: 5px 0 2px;
}

footer .sp-nav a img {
  width: 30px;
}




.prefooter {
  background:linear-gradient(90deg,#F5F6F8 0%,#F5F6F8 50%,#CCEDF7 50%,#CCEDF7 100%);
}
.footer_left,
.footer_right {
  text-align: center;
  margin: 2rem 0;
  padding: 2rem 4rem;
}

.footer_left > h3,
.footer_right > h3 {
   font-size: 1.2rem;
   letter-spacing: .1rem;
   font-weight: 600;
}

.prefooter p {
  height: 80px;
  margin-bottom: 20px;
}

.navlogo {
  width: 200px;
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .spvert {
    flex-direction: column;
  }
  .prefooter {
  background:linear-gradient(180deg,#F5F6F8 0%,#F5F6F8 50%,#CCEDF7 50%,#CCEDF7 100%);
  }
  .footer_left, .footer_right {
    padding: 1rem;
    text-align: center;
  }
  .whbtn, .blbtn {
    padding: 0.6rem 1.6rem;
    font-size: .8rem;
  }

}

@media screen and (max-width: 576px) { 
  .prefooter p {  height: 110px;}
}




/*breadcrumb*/

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0 0 0;
  list-style: none;
}
.breadcrumb-list li {
  font-size: 0.65rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.breadcrumb-item.active {
  color: #333;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
  color: #d5d5d5;
}

/*breadcrumb End*/

/*Nav*/

nav {
  display: block;
}
nav li {
  font-size: 1.125rem;
  margin: 0;
}
.dnone{
  display: none;
}
a.nourl{
  cursor:default;
}
.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}

.article-content strong{
	font-weight:700;
}

.bpo_bn img {
	width:100%;
	margin:2em 0;
}

/*20240329 edit*/
.footer_left,
.footer_right {
  margin: 0;
  padding: 2rem 4rem;
}
.footer_left img,
.footer_right img {
  height: 90px;
}

.prefooter {
  /* background:linear-gradient(90deg,#F5F6F8 0%,#F5F6F8 50%,#CCEDF7 50%,#CCEDF7 100%); */
  position: relative;
  padding: 1em;
}

.word-break-auto-phrase {
  word-break: auto-phrase;
}