@charset "UTF-8"; /**/
html {
  font-size: 16px;
}

body {
  background: #FFF;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--c-dark);
  line-height: 2;
  font-size: 100%;
  /* font-size: 1rem; */
  /* font-weight: 300; */
  /* font-feature-settings: "palt"; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#tinymce {
  margin: 10px;
}

a {
  color: inherit;
  transition-property: opacity;
  transition-duration: .3s;
}

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

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ul {
  list-style: none;
}

ul li {
}

p {
}

i.ph {
  font-family: 'Phosphor', sans-serif;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin: 0 0.2em;
  font-size: inherit !important;
  vertical-align: baseline;
  /* line-height: 1; */
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  width: 100%;
  height: auto;
  display: block;
  -webkit-tap-highlight-color: transparent;
  /* border-radius: var(--m-xxs); */
}

textarea, input[type="date"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="text"] {
  font-size: 16px;
  padding: 0.9rem 1rem 1.1rem;
  border: none;
  border-radius: var(--m-xxs);
  background: #fff;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 42px;
  line-height: 1;
  /* margin-top: 0.4em; */
}

label + input, label + label {
  margin-top: 0.4em;
  /* margin-bottom: 0.4em; */
}

textarea:focus, input[type="date"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="text"]:focus {
  background: #c8e4ff;
}

label input[type="checkbox"], label input[type="radio"] {
  margin: 0 2px 0 0;
}

label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}

.u-inner {
  position: relative;
  /* padding: 0 max(2rem, calc((50vw - 550px))); */
  z-index: 1;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 min(5%, 30px);
}

.contents.two-column .section-entry .u-inner {
  max-width: 100%;
  padding-left: max(2vmax, max(0px, calc(50vw - 600px)));
}

.contents.two-column .side .u-inner {
  max-width: 100%;
  padding-right: max(2vmax, max(0px, calc(50vw - 600px)));
}

.u-inner.full {
  max-width: initial;
}

.u-en {
  font-family: var(--f-en);
  /* -webkit-text-stroke: 0.7px currentColor; */
}

.u-hand {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05em;
}

.u-headline01 {
  margin-bottom: 1em;
  line-height: 1;
  position: relative;
  z-index: 0;
  left: 0;
}

.u-headline01::before {
  content: "";
}

.u-headline01-hasBar {
  left: -100px;
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}

.u-headline01-hasBar::before {
  width: 700px;
  display: block;
  height: 90px;
  background: #BDE6F3;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: -100px;
}

.u-headline01 > b {
  display: block;
  font-weight: normal;
  font-size: 90px;
  color: #009FE9;
  position: relative;
  z-index: 2;
}

.u-headline01 > small {
  font-size: 17px;
  font-weight: bold;
  display: block;
  padding-left: 8px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.u-headline02 {
  line-height: 1.7;
  margin-bottom: 31px;
  color: #1EA3F2;
  font-size: 27px;
}

.u-headline02::before {
  content: "";
}

.u-headline03 {
  line-height: 1.4;
  margin-bottom: 1em;
}

.u-headline03::before {
  content: "";
}

.u-headline04 {
  line-height: 1.4;
  margin-bottom: 1em;
}

.u-headline04::before {
  content: "";
}

.u-headline05 {
  line-height: 1.4;
  margin-bottom: 1em;
}

.u-headline05::before {
  content: "";
}

.u-headline06 {
  line-height: 1.4;
  margin-bottom: 1em;
}

.u-headline06::before {
  content: "";
}

.u-table01 {
  width: 100%;
}

.u-table01 > thead > tr > th {
  padding: 7px 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
  background: #efefef;
  font-weight: normal;
  vertical-align: middle;
}

.u-table01 > tbody > tr > th {
  padding: 1.5vmax 1vmax;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d986df;
  font-size: var(--f-r);
}

.u-table01 > tbody > tr > td {
  padding: 1.5vmax 1vmax;
  vertical-align: top;
  border-bottom: 1px solid #fadaf6;
}

.u-table02 {
  width: 100%;
}

.u-table02 > thead > tr > th {
  padding: 7px 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
  background: #efefef;
  font-weight: normal;
  vertical-align: middle;
}

.u-table02 > tbody > tr > th {
  padding: 7px 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
  background: #efefef;
  font-weight: normal;
  text-align: left;
  width: 140px;
  vertical-align: top;
}

.u-table02 > tbody > tr > td {
  padding: 7px 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.u-tableWrap {
  overflow: auto;
}

.u-tableWrap_caution {
  display: none;
}

.u-mincho {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-style: normal;
  font-optical-sizing: auto;
}

.u-mincho.jp-extralight {
  font-weight: 200;
}

.u-mincho.jp-light {
  font-weight: 300;
}

.u-mincho.jp-regular {
  font-weight: 400;
}

.u-list {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 1em;
}

.u-list > li {
  margin-top: 5px;
  position: relative;
  z-index: 1;
  padding-left: 11px;
}

.u-list > li:first-child {
  margin-top: 0;
}

.u-list > li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: calc(0.7em - 3px);
}

.u-list-square > li::before {
  border-radius: 0;
}

.u-section {
  margin-bottom: 50px;
}

.u-sectionSmall {
  margin-bottom: 25px;
}

.button {
  width: fit-content;
  text-align: center;
  display: flex;
  /* margin: 0 auto; */
}

.button.full {
  width: 100%;
  margin: var(--m-xl) auto var(--m-l);
}

.u-button {
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  border-radius: 3em;
  padding: 0.8em 3em;
  /* border: 1px solid var(--c-04); */
  color: #fff;
  align-items: center;
  position: relative;
  font-weight: var(--w-m);
  font-size: var(--f-s);
  line-height: 1.2;
  min-height: 0vw;
  display: flex;
  background: linear-gradient(var(--c-bg) 0 0) left /var(--d, 0%) 100% no-repeat;
  left /var(--d, 0%) 100% no-repeat; left /var(--d, 0%) 100% no-repeat; left /var( --d, 0%) 100% no-repeat; left /var( --d, 0%) 100% no-repeat; left /var( --d, 0%) 100% no-repeat; transition: all .3s cubic-bezier(0.08, 0.78, 0.08, 0.98);
  border: 1px solid var(--c-accent);
  background=co: var( --f-en);
  background-color: var( --c-accent);
  margin: 0 auto;
  margin-top: auto;
  font-family: var(--f-en);
}

.u-button i[class*="right"] {
  /* font-family: var(--f-icon); */
  /* font-weight: bold; */
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  margin: initial;
  font-size: 12px !important;
  line-height: 1;
}

.u-button.back i[class*="right"] {
  /* font-family: var(--f-icon); */
  /* font-weight: bold; */
  /* position: absolute; */
  right: initial;
  left: 1rem;
  /* top: 50%; */
  transform: translateY(-50%) rotate(180deg);
  margin: initial;
  /* font-size: 12px !important; */
  /* line-height: 1; */
}

.u-button.back::before {
  top: 50%;
  left: 10%;
  height: 1px;
  width: 15px;
}

.u-button.back::after {
  /* content: "\e926"; */
  left: 8%;
  right: initial;
}

.u-button:hover {
  --d: 100%;
  opacity: 1;
  color: var(--c-accent);
  text-decoration: none;
}

.u-button.bk {
  background-color: rgba(255, 255, 255, 0.6);
  color: #222;
}

.u-button01 {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition-property: border-color, color, background-color;
  transition-duration: .3s;
  border-radius: 30px;
  padding: 0 10px;
  line-height: 33px;
  border: 1px solid #999999;
  background: none;
  font-size: 15px;
  color: #666666;
}

.u-button01-cancel {
  background: #666;
  color: #fff;
}

.u-button02 {
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.3s;
  padding: 0.7em 3em;
  background: var(--c-accent-dark);
  border: none;
  color: #FFF;
  border-radius: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  font-size: var(--f-m);
}

.u-text {
  margin-bottom: 1em;
}

.u-wysiwyg::after {
  content: "";
  display: block;
  clear: both;
}

.u-wysiwyg div {
  max-width: 100%;
}

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

.u-wysiwyg ol, .u-wysiwyg ul {
  padding-left: 1.5em;
}

.u-wysiwyg blockquote {
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.u-wysiwyg blockquote::before {
  content: "“";
  font-size: 50px;
  color: #999;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 1;
}

.u-wysiwyg blockquote::after {
  content: "”";
  font-size: 50px;
  color: #999;
  position: absolute;
  right: 5px;
  bottom: -15px;
  line-height: 1;
}

.u-wysiwyg .alignleft {
  float: left;
  margin-right: 1.5em;
}

.u-wysiwyg .alignright {
  float: right;
  margin-left: 1.5em;
}

.u-wysiwyg .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-selectWrap {
  display: block;
  border: 1px solid #999;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  background: #fff;
}

.u-selectWrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 9px;
  margin-top: auto;
  margin-bottom: auto;
  border: 6px solid #333;
  width: 0;
  height: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 8px;
  border-bottom-width: 0;
}

.u-selectWrap > select {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  outline: 0;
  border: 0;
  line-height: 32px;
  height: 32px;
  width: 100%;
  border-right: 25px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 10px;
}

.u-selectWrap > select::-ms-expand {
  display: none;
}

.icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.icon::before {
  display: block;
  margin-right: .2em;
}

.u-spBlock {
  display: none;
}

.u-spInline {
  display: none;
}

.u-marginL {
  margin-bottom: 180px;
}

.u-marginM {
  margin-bottom: 130px;
}

.u-marginS {
  margin-bottom: 30px;
}

.allDeviceBlock {
  display: none;
}

.allDeviceInline {
  display: none;
}

.tbBlock {
  display: none;
}

.spBlock {
  display: none;
}

.spInline {
  display: none;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 81.25%;
    /* font-size: 93.75%; */
    /* font-size: 100%; */
    /* font-size: 87.5%; */
    /* font-size: 75%; */
  }

  body {
    min-width: 768px;
    font-size: 1rem;
  }

  .u-headline01-hasBar {
    margin-bottom: 30px;
  }

  .u-headline01-hasBar::before {
    height: 60px;
    width: 70%;
    top: 34%;
  }

  .u-headline01 > b {
    font-size: 50px;
  }

  .u-headline01 > small {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .u-headline02 {
    font-size: 23px;
  }

  .u-table02 > tbody > tr > th {
    padding: 5px 7px;
  }

  .u-table02 > tbody > tr > td {
    padding: 5px 7px;
  }

  .u-button02 {
    /* line-height: 50px; */
    /* font-size: 16px; */
  }

  .u-section {
    margin-bottom: 35px;
  }

  .u-sectionSmall {
    margin-bottom: 20px;
  }

  .u-marginL {
    margin-bottom: 60px;
  }

  .u-marginM {
    margin-bottom: 60px;
  }

  .tbBlock {
    display: block;
  }

  .tbInline {
    display: inherit;
  }

  .tbNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html {
    /* font-size: 100%; */ /* font-size: 87.5%; */ /* font-size: clamp(12px, 4vw, 14px); */ /* スマホは少し大きめに */ font-size: 87.5%;
  }

  body {
    min-width: 320px;
    /* font-size: 0.875rem; */
    /* font-size: 1rem; */
  }

  .u-headline01-hasBar {
    margin-bottom: 15px;
  }

  .u-headline01::before {
  }

  .u-headline01-hasBar::before {
    height: 30px;
  }

  .u-headline01 > b {
    font-size: 30px;
  }

  .u-headline01 > small {
    font-size: 12px;
  }

  .u-headline02 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .u-table01 > tbody > tr > th {
    /* width: 100%; */
    /* padding-bottom: 1em; */
    /* border-bottom-width: 1px; */
    display: flex;
  }

  .u-table01 > tbody > tr > td {
    /* border-bottom: none; */
    display: block;
    /* width: 100%; */
  }

  .u-table02 > tbody > tr > th {
    width: auto;
    padding: 3px 5px;
  }

  .u-table02 > tbody > tr > td {
    padding: 3px 5px;
  }

  .u-spBreakTable {
    display: block;
  }

  .u-spBreakTable > tbody {
    display: block;
  }

  .u-spBreakTable > tbody > tr {
    display: block;
    margin-bottom: 15px;
  }

  .u-spBreakTable > tbody > tr > th {
    display: block;
    white-space: normal;
    padding: 3px 5px;
    margin-bottom: 5px;
    width: auto;
  }

  .u-spBreakTable > tbody > tr > td {
    display: block;
    border: none;
    padding: 0;
  }

  .u-tableWrap_caution {
    display: block;
    font-size: 10px;
    color: #f00;
    margin-bottom: 4px;
  }

  .u-tableWrap_caution > .icon {
    margin: 0 5px 0 0;
    font-size: 13px;
  }

  .u-button02 {
    /* line-height: 42px; */
    /* font-size: 14px; */
  }

  input[size="30"], input[size="50"], textarea {
    width: 100%;
  }

  .u-section {
    margin-bottom: 25px;
  }

  .u-sectionSmall {
    margin-bottom: 15px;
  }

  .u-spBlock {
    display: block;
  }

  .u-spInline {
    display: inline;
  }

  .u-spNone {
    display: none;
  }

  .u-marginL {
    margin-bottom: 45px;
  }

  .u-marginM {
    margin-bottom: 30px;
  }

  .spBlock {
    display: block;
  }

  .spInline {
    display: inherit;
  }

  .spNone {
    display: none;
  }
}
