@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
/* --------------------------
modern-css-reset
https://github.com/Andy-set-studio/modern-css-reset/blob/master/dist/reset.css
--------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-weight: 700;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
*/
@font-face {
  font-family: "segoe";
  src: url("../font/segoe.eot") format("eot"), url("../font/segoe.woff2") format("woff2"), url("../font/segoe.woff") format("woff"), url("../font/segoe.ttf") format("truetype");
}
@font-face {
  font-family: "cramin";
  src: url("../font/cramin.otf") format("otf"), url("../font/cramin.woff2") format("woff2"), url("../font/cramin.woff") format("woff");
}
/* 1, Elements  */
html {
  overflow-x: hidden;
}

body {
  position: relative;
  color: #005080;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.13;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}

:where(a:visited) {
  text-decoration: none;
  word-break: break-all;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a[href^="tel:"] {
  /* pointer-events: none; */
}
@media screen and (max-width: 1090px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.8em;
}

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

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
table th {
  padding: 5px;
  border: 1px solid #777;
  background-color: #efefef;
}
table td {
  padding: 5px 10px;
  border: 1px solid #777;
}

em {
  font-style: normal;
  font-weight: bold;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.5;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 1.5;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.5;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 1.5;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 10px 20px;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
  .alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
