@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
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, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

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

nav ul,
li {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

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

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #222222;
  --pointCl01:#00849c;
  --lineCl01:#dedede;
  --hdrH:100px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px; }

@media screen and (min-width: 1240px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1240px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1240px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1239px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

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

@media screen and (min-width: 1240px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

.wrapBox,
.wrapBoxW,
.wrapBoxS, #container.modal section,
.wrapBoxIn {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBox,
    .wrapBoxW,
    .wrapBoxS, #container.modal section,
    .wrapBoxIn {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1240px-----------*/
.wrapBox {
  width: 1240px; }

/* box --1300px-----------*/
.wrapBoxW {
  width: 1300px; }

/* box --1180px-----------*/
.wrapBoxS {
  width: 1180px; }

/* box --1060px-----------*/
#container.modal section,
.wrapBoxIn {
  width: 1120px; }

body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

input {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R,
.font01M,
.font01SB,
.font01B, #container.modal section .titleBox .sub .date, #container .pageNav ul li a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  letter-spacing: 0.005em; }

.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R {
  font-weight: 400; }

.font01M {
  font-weight: 500; }

.font01SB {
  font-weight: 600; }

.font01B {
  font-weight: 700; }

.fontMix {
  font-family: "Inter",'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/* -----------------------------------------
list
----------------------------------------- */
#container.modal section .titleBox .sub {
  text-align: left;
  line-height: 1; }
  #container.modal section .titleBox .sub span {
    display: inline-block;
    text-align: left; }
  #container.modal section .titleBox .sub .date {
    text-align: left;
    font-size: clamp(12px, 1.25vw, 15px);
    line-height: 1;
    color: #999999;
    letter-spacing: 0; }

/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container .wp-pagenavi {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container .wp-pagenavi span,
  #container .wp-pagenavi a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container .wp-pagenavi span,
      #container .wp-pagenavi a {
        width: 35.1px;
        line-height: 33.8px;
        font-size: 11px; } }
  #container .wp-pagenavi .page_num {
    display: none; }
  #container .wp-pagenavi a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container .wp-pagenavi .extend {
    border: none; }
  #container .wp-pagenavi .current {
    color: #fff;
    border-color: #333333;
    background-color: #333333; }
  #container .wp-pagenavi a.previouspostslink {
    display: none; }
  #container .wp-pagenavi a.first {
    display: none; }
  @media screen and (max-width: 767px) {
    #container .wp-pagenavi .extend {
      display: none; } }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* pageNav
--------------*/
#container .pageNav ul {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 200px;
  height: 64px; }
#container .pageNav ul li a {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  border: #e5e1e8 3px solid;
  background-color: #fff;
  color: var(--pointCl01);
  border-radius: 50vw;
  position: relative;
  line-height: 58px;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500; }
  #container .pageNav ul li a::after {
    display: none; }
  #container .pageNav ul li a:hover {
    background-color: var(--btnOvCl);
    border-color: var(--btnOvCl);
    color: #fff; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li {
    height: 44px; }
  #container .pageNav ul li a {
    line-height: 42px;
    font-size: 14px; } }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic; }

/* modal
------------------------------------------------------*/
#container.modal section {
  text-align: left;
  /*
  .imgBox{
  	@include clearfix;
  	.item{
  		width: calc(50% - 30px);
  		float: left;
  		margin-bottom: liquidS(60);
  		&:nth-child(2n){float: right;}
  	}
  	@include mq(sp){
  		.item{
  			@include floatClear;
  			margin-bottom: liquidSp(60);
  			&:nth-child(2n){float: none;}
  		}
  	}
  }
  */ }
  #container.modal section .titleBox {
    margin-bottom: 20px; }
    #container.modal section .titleBox .sub {
      padding: 15px 0 5px; }
    #container.modal section .titleBox h1 {
      text-align: left;
      font-size: clamp(20px, 2vw, 24px);
      line-height: calc(32/24); }
  #container.modal section .modalpost {
    padding-bottom: 30px; }
    #container.modal section .modalpost p {
      font-size: clamp(16px, 1.5vw, 18px);
      line-height: calc(40/18); }
      @media screen and (max-width: 767px) {
        #container.modal section .modalpost p {
          font-size: 1.6rem;
          line-height: calc(60/30) !important; } }
  #container.modal section .imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #container.modal section .imgBox .item {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 5.6604%; }
      #container.modal section .imgBox .item img {
        display: block;
        margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #container.modal section .imgBox {
        display: block; }
        #container.modal section .imgBox .item {
          width: auto; } }

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