@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;900&family=Montserrat:wght@500;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #333;
  font-size: 0.9rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1rem;
  }
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
a.underline, a .underline {
  text-decoration: underline;
}
a.underline:hover, a .underline:hover {
  text-decoration: none;
}
a:hover {
  outline-width: 0;
  text-decoration: none;
  opacity: 0.8;
}
a:hover .underline {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:0925416919"] {
    pointer-events: none !important;
  }
}

img {
  max-width: 100%;
  border-style: none;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

strong {
  font-weight: 700;
}

/* ============= common class ================ */
.zenmaru {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .disp_tab {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .disp_sp {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_nottab {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .disp_sp {
    display: none !important;
  }
  .disp_tab {
    display: none !important;
  }
  .disp_notpc {
    display: none !important;
  }
}
.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.hov_scaleUp {
  overflow: hidden;
}
.hov_scaleUp img {
  transition: 0.3s;
}
.hov_scaleUp:hover img {
  transform: scale(1.1);
}

.js-slide.hidden {
  opacity: 0;
}

/* ============= common parts ================ */
.inner {
  width: calc(100% - 48px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .inner {
    width: calc(100% - 96px);
  }
}

.thumbWrap {
  position: relative;
  overflow: hidden;
}
.thumbWrap > * {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  width: 100%;
  max-width: 216px;
  height: 48px;
  margin: 0 auto;
  background-color: #F08300;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .btn {
    max-width: 352px;
    height: 64px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}

.pageTtl {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.pageTtl.orange {
  color: #fff;
  background-color: #F08300;
}
.pageTtl.blue {
  color: #fff;
  background-color: #0080CB;
}
.pageTtl.navy {
  color: #fff;
  background-color: #073584;
}
.pageTtl .ttl {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.pageTtl .ttl img {
  width: 40px;
}
.pageTtl .ttl img.border {
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .pageTtl {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
  .pageTtl .ttl {
    grid-gap: 16px;
  }
  .pageTtl .ttl img {
    width: 64px;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.wp-pagenavi > * {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wp-pagenavi .page {
  background-color: #E9EDEF;
}
.wp-pagenavi .page:hover {
  background-color: #F08300;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .current {
  background-color: #F08300;
  color: #fff;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .previouspostslink img, .wp-pagenavi .nextpostslink img {
  display: block;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: #E9EDEF;
  opacity: 1;
}
.wp-pagenavi .previouspostslink img {
  transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi {
    grid-gap: 8px;
  }
  .wp-pagenavi > * {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

.category {
  min-width: 128px;
  height: 25px;
  padding: 0 10px;
  background-color: #F3F5F6;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  color: #F08300;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .category {
    height: 28px;
    font-size: 14px;
    line-height: 24px;
  }
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/
.header {
  width: 100%;
  height: 56px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1041;
}
.header .inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 120px;
  margin-left: 25px;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__gnav {
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #FCE6CC;
  position: fixed;
  top: 56px;
  left: 0;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.header__gnav.open {
  transform: translateX(0);
}
.header__gnav__header {
  padding: 12px 24px 12px;
  background-color: #F08300;
}
.header__gnav__header__closeBtn {
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__gnav__header__closeBtn span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.header__gnav__header__closeBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.header__gnav__menu > li {
  overflow: hidden;
}
.header__gnav__menu > li > a {
  width: 100%;
  padding: 18px 50px;
  background-color: #F08300;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header__gnav__menu > li ul {
  max-height: 0;
  background-color: #FDF1E4;
  transition: 0.3s;
  position: relative;
}
.header__gnav__menu > li ul.open {
  max-height: 5000px;
}
.header__gnav__menu > li ul::before {
  content: "＋";
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -42px;
  right: 50px;
  pointer-events: none;
}
.header__gnav__menu > li ul a {
  width: 100%;
  padding: 18px 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.header__gnav__menu > li ul a::before {
  content: "・";
  color: #F08300;
}
.header__gnav__menu > li ul > li > ul {
  padding-left: 30px;
}
.header__gnav__menu > li ul > li > ul::before {
  content: "＋";
  color: #F08300;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -37px;
  right: 50px;
  pointer-events: none;
}
.header__gnav__footer {
  padding: 40px 34px 30px;
}
.header__gnav__footer__sns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.header__gnav__footer__sns a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.header__gnav__footer__sns img {
  width: 100%;
  display: block;
  opacity: 0.49;
}
.header__gnav__footer__links {
  width: 100%;
  margin: 34px 0;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px 0;
}
.header__gnav__footer__links li::before, .header__gnav__footer__links li::after {
  content: "|";
  padding: 0 0.5em;
}
.header__gnav__footer__links li:nth-child(2)::before {
  display: none;
}
.header__gnav__footer__txt1 {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5714;
}
.header__gnav__footer__txt2 {
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.header__gnav__footer__txt2 span {
  padding: 0 4px;
  margin-right: 12px;
  background-color: #F25D00;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  display: inline-block;
}
.header__gnav__footer__txt3 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4286;
}
.header__gnav__footer__txt4 {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.2857;
}
.header__btn {
  width: auto;
  height: 56px;
  display: flex;

}
.header__btn a {
  width: 56px;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn a.btn1 {
  background-color: #F08300;
  border-bottom-left-radius: 16px;
  color: #fff;
}
.header__btn a.btn2 {
  background-color: #E9EDEF;
  color: #0080CB;
}
.header__btn a.btn3 {
  background-color: #F3F5F6;
}

.header__btn a.btn4 {
  width: 44px;
  flex-direction: column;
  grid-gap: 4px;
}
.header__btn a.btn4 span {
  width: 12px;
  height: 1px;
  background-color: #333;
  display: block;
}
.header.company .header__btn .btn1 {
  background-color: #F3F5F6;
  color: #F08300;
}
.header.company .header__btn .btn2 {
  background-color: #0080CB;
  color: #fff;
}


.header__btn.company a.btn1 {
    background-color: #E9EDEF;
    color: #F08300;
}
.header__btn.company a.btn2 {
  background-color: #0080CB;
  color: #fff;
}






@media screen and (min-width: 769px) {
  .header {
    height: 60px;
  }
  .header__logo {
    width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
  }
  .header__gnav {
    height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    overflow-y: hidden;
    transform: translateX(0);
  }
  .header__gnav__menu {
    margin: 0 10px 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10px;
  }
  .header__gnav__menu > li > a {
    width: auto;
    padding: 0;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    letter-spacing: 0;
    display: inline;
  }
  .header__gnav__menu > li ul {
    display: none;
  }
  .header__btn {
    height: 60px;
    margin-right: 0;
    flex-shrink: 0;
  }
  .header__btn a {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 100px;
  }
  .header__logo {
    width: 180px;
    margin-left: 20px;
  }
  .header__gnav__menu {
    margin: 0 10px 0 auto;
  }
  .header__gnav__menu > li > a {
    font-size: 15px;
  }
  .header__btn {
    height: 100px;
  }
  .header__btn a {
    width: 100px;
    font-size: 16px;
    font-weight: 700;
  }
  .header__btn a.btn1 {
    border-bottom-left-radius: 32px;
  }
  .header__btn a.btn2, .header__btn a.btn3 {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 115px;
  }
  .header__logo {
    width: 240px;
  }
  .header__gnav__menu {
    margin: 0 30px 0 auto;
    grid-gap: 15px;
  }
  .header__btn {
    height: 115px;
  }
  .header__btn a {
    width: 115px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    height: 128px;
  }
  .header__logo {
    margin-left: 40px;
  }
  .header__gnav__menu {
    margin: 0 36px 0 auto;
    grid-gap: 20px;
  }
  .header__btn {
    height: 128px;
  }
  .header__btn a {
    width: 128px;
  }
}

main {
  padding: 50px 0;
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  main {
    padding: 128px 0 112px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  main {
    margin-top: 115px;
  }
}
@media screen and (min-width: 1440px) {
  main {
    margin-top: 128px;
  }
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
.footer {
  padding: 0 0 270px;
  background: #F3F5F6;
}
.footer > .inner {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
}
.footer__breadcrumb {
  padding: 5px 0;
  min-height: 32px;
  margin-bottom: 50px;
  background-color: #fff;
  font-size: 12px;
}
.footer__breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 2px 8px;
}
.footer__breadcrumb li {
  display: flex;
  align-items: center;
}
.footer__breadcrumb li:not(:last-child)::after {
  content: "〉";
  margin-left: 12px;
  display: block;
}
.footer__breadcrumb li:last-child, .footer__breadcrumb li .current {
  text-decoration: underline;
}
.footer__info {
  width: 100%;
  margin-bottom: 38px;
}
.footer__info__logo {
  width: 190px;
  margin-bottom: 12px;
}
.footer__info__address {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7143;
}
.footer__info__address span:nth-child(1) {
  margin-right: 1em;
}
.footer__info__sns {
  border-top: 1px solid #DBDBDB;
}
.footer__info__sns ul {
  display: grid;
}
.footer__info__sns li {
  padding: 13px 0;
  border-bottom: 1px solid #DBDBDB;
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
}
.footer__info__sns a {
  color: #333;
}
.footer__info__sns .img {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}
.footer__info__sns .img img {
  width: 100%;
  display: block;
  opacity: 0.49;
}
.footer__nav {
  width: 100%;
  display: grid;
  grid-gap: 32px;
}
.footer__nav__list1 p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3333;
}
.footer__nav__list1 p span {
  min-width: 160px;
  padding-bottom: 16px;
  border-bottom: 1px solid #576B89;
  display: inline-block;
}
.footer__nav__list1 ul {
  font-size: 14px;
  display: grid;
  grid-gap: 16px;
}
.footer__nav__list2 {
  margin-bottom: 40px;
}
.footer__nav__list2 ul {
  width: 100%;
  margin: 5px 0 0 -1em;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px 0;
}
.footer__nav__list2 ul li::before, .footer__nav__list2 ul li::after {
  content: "|";
  padding: 0 1em;
    position: relative;
    top: -2px;
}
.footer__nav__list2 ul li:nth-child(2)::before {
  display: none;
}
.footer__copyright {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
}
.footer__toTop {
  width: 56px;
  height: 56px;
  background-color: #0080CB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 4px;
  right: 4px;
  z-index: 1040;
}
.footer__toTop img {
  width: 14px;
}
.footer__policy {
  width: 100%;
  padding: 22px;
  background-color: #0080CB;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1041;
  animation: footer_policy 0.5s 2s ease forwards;
  transform: translateY(100%);
  transition: 0.3s;
}
@keyframes footer_policy {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.footer__policy > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__policy p {
  width: 100%;
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7143;
}
.footer__policy .agree_btn {
  width: 160px;
  height: 40px;
  margin-right: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__policy .close_btn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: relative;
}
.footer__policy .close_btn span {
  width: 12px;
  height: 1px;
  background-color: #fff;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer__policy .close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.footer.policy_close {
  padding-bottom: 50px;
}
.footer.policy_close .footer__policy {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-bottom: 180px;
  }
  .footer > .inner {
    max-width: 1120px;
  }
  .footer__breadcrumb {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer__breadcrumb {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 769px) {
  .footer__info {
    width: 40%;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .footer__info__logo {
    margin-bottom: 14px;
  }
  .footer__info__address {
    margin-bottom: 17px;
  }
  .footer__nav {
    width: 60%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 53px;
  }
  .footer__nav__list2 {
    margin: 40px 0 0 0;
    grid-column: 1/3;
  }
  .footer__nav__list2 ul {
    width: 100%;
    max-width: 500px;
    margin: 0 0 0 -1em;
  }
  .footer__nav__list2 ul li::before, .footer__nav__list2 ul li::after {
    padding: 0 0.5em;
    font-size: 12px;
  }
  .footer__nav__list2 ul li:nth-child(3)::before, .footer__nav__list2 ul li:nth-child(5)::before {
    display: none;
  }
  .footer__copyright {
    padding-top: 30px;
  }
  .footer__toTop {
    width: 64px;
    height: 64px;
    right: 16px;
    bottom: 16px;
  }
  .footer__policy {
    width: 100%;
    padding: 22px;
    background-color: #0080CB;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1041;
    animation: footer_policy 0.5s 2s ease forwards;
    transform: translateY(100%);
    transition: 0.3s;
  }
  @keyframes footer_policy {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .footer__policy > .inner {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer__policy p {
    width: calc(100% - 256px);
    margin-bottom: 0;
    line-height: 1.8571;
  }
  .footer.policy_close {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-bottom: 130px;
  }
  .footer__info {
    width: 34%;
    padding-right: 52px;
  }
  .footer__nav {
    width: 66%;
  }
  .footer__nav__list2 ul {
    max-width: 100%;
  }
  .footer__nav__list2 ul li::before, .footer__nav__list2 ul li::after {
    padding: 0 1em;
  }
  .footer__nav__list2 ul li:nth-child(4)::before {
    display: none;
  }
  .footer__nav__list2 ul li:nth-child(5)::before {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info {
    width: 28.75%;
  }
  .footer__nav {
    width: 71.25%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 94px 53px;
  }
  .footer__nav__list2 {
    margin-top: 0;
    grid-column: 1/5;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding-bottom: 100px;
  }
}




/*add*/

ul.checkbox_list{

}

ul.checkbox_list li{
background:url(/re_img/common/icon_checkbox-orange.svg) no-repeat left top;
    background-size: 20px auto;
    padding-left: 35px;
    margin-bottom: 10px;
}

ul.li_kome li{
list-style:none !important;
    margin: 0 0 10px 16px;
    text-indent: -16px;
}
ul.li_kome li:before{
content:'※' !important;
}



ul.li_circle-border li{
    list-style: circle;
    margin: 0 0 10px 20px;
}







/*add news系*/

.newsBody .inner table img{
max-width:100%;
height:auto;
}

.newsBody .inner table td{
padding:0 2% 2% 0;
}
.newsBody .inner table td:nth-child(2n){
padding:0 0 2% 2%;
}


.newsBody .inner p{
        width: 100%;
}
.newsBody .inner p a{
color:#0080CB;
text-decoration:underline;
}


.newsBody .inner .arrow_text a {
    color: #F08300;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    align-items: flex-end;
    grid-gap: 5px;
padding:5px 0;
}

.newsBody .inner .arrow_text a::after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: #F08300 url(../re_img/common/icon_arrow-wh.svg) center / 10px no-repeat;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 3px;
}

.newsBody .inner img.alignleft {
        text-align: left;
}

.newsBody .inner img.aligncenter {
        display: block;
        margin: 1px auto;
}

.newsBody .inner img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}


.header{
transition: height 0.5s ease;
}
.header.scrolled{
height: 80px;
}


.header .header__btn {
transition: height 0.5s ease;
}
.header.scrolled .header__btn {
height: 80px;

}

.footer__toTop{
transition: opacity 0.5s ease;
opacity:0;
}

.footer__toTop.scrolled{
opacity:1.0;
}



@media only screen and (max-width: 769px) {


.header.scrolled{
height: 80px;
}


.header .header__btn,
.header.scrolled .header__btn {
height: 56px;

}

.footer__copyright {
    margin-top: 30px;
}





}
