@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #232323;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.7857142857vw, 16px);
  letter-spacing: 0.08em;
  margin: 0;
  background-color: #FFFFFF;
  line-height: 170%;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0;
}

::-moz-selection {
  background: #efefef;
}

::selection {
  background: #efefef;
}

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

.header, footer, section {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header, footer, section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header, footer, section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.headerInner {
  display: flex;
  align-items: center;
  height: 64px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.headerRight {
  margin-left: auto;
}
@media screen and (max-width:1024px) {
  .headerEnd {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .header h1 a {
    display: flex;
    height: 64px;
    align-items: center;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    width: auto;
  }
}
@media screen and (min-width:640px) {
  .header h1 img {
    height: 80%;
  }
}
@media screen and (max-width:639px) {
  .header h1 img {
    height: 70%;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    height: 96px;
    max-width: 1300px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.footer {
  background-color: #2818DB;
  color: #fff;
}
.footerInner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width:639px) {
  .footerInner {
    display: block;
  }
}
.footerInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width:639px) {
  .footerInfo {
    flex-direction: column;
    gap: 16px;
  }
}
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:639px) {
  .footerRight {
    width: 100%;
  }
}
.footerBottom {
  background-color: #FDF9E4;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.footer-ttl {
  margin-bottom: 16px;
  font-size: 15px;
  color: #fff;
}
.footer-address {
  margin-bottom: 12px;
  font-size: clamp(13px, 1.6666666667vw, 15px);
}
.footer-address p {
  display: flex;
  align-items: flex-start;
  align-items: centcer;
}
.footer-address strong {
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 6em;
  white-space: nowrap;
  font-size: clamp(13px, 1.6666666667vw, 15px);
}
.footer-address span {
  flex: 1;
  position: relative;
  top: 2px;
}
.footer-address a {
  color: #fff;
}
.footer iframe {
  width: clamp(300px, 42.8571428571vw, 480px);
  height: 240px;
}
.footer iframe + a {
  position: relative;
  top: -24px;
}
@media screen and (max-width:639px) {
  .footer iframe {
    width: 100%;
  }
}
.footer-copyrignt {
  display: block;
  text-align: center;
  background-color: #0F00B4;
  font-size: 12px;
  padding: 12px 0;
}
.footer-copyrignt a {
  color: #fff;
}
.footerNav {
  display: none;
  background-color: #4839F3;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footerNavInner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width:640px) {
  .footerNavInner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footerNavInner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.footerNav a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:1025px) {
  .footerNav {
    display: block;
  }
}
.footerNav ul {
  display: flex;
  height: 68px;
  align-items: center;
}
.footerNav ul li a {
  font-size: 16px;
  margin-left: 25px;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width:1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    height: 96px;
    position: relative;
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    justify-content: space-between;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .gnav {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.4862745098);
    display: flex;
    flex-direction: column;
  }
  .gnav ul.nav-list {
    background-color: #4839F3;
    padding-top: 64px;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid #fff;
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    display: none;
  }
  .gnav ul.nav-list li:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }
  .gnav ul.nav-list li a {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
  }
  .gnav ul.nav-list li a:after {
    content: url(/assets/img/cmn/ico_arrow.svg);
    margin-left: auto;
    filter: brightness(100);
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    overflow: hidden;
  }
  .gnav ul.nav-list {
    height: 100%;
  }
  .gnav ul.nav-list li {
    margin-left: clamp(20px, 1.6923076923vw, 24px);
    display: flex;
    align-items: center;
  }
  .gnav ul.nav-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #232323;
    font-size: clamp(14px, 1.1538461538vw, 16px);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .gnav ul.nav-list li a.current {
    color: #2818DB;
    font-weight: 700;
    border-bottom: 1px #2818DB solid;
  }
}
.btn-burger {
  background-color: #2818DB;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 10px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -10px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #fff;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

a[class^=btn] {
  box-sizing: content-box;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  color: #E64370;
  border: 1px solid #E64370;
  border-radius: 4px;
  font-size: clamp(12.5px, 1.5476190476vw, 14px);
  padding: 10px 18px;
}
a[class^=btn]:hover {
  background-color: #FFEEF2;
}
a[class^=btn].accent {
  background-color: #E64370;
  color: #fff;
}
a[class^=btn].accent:after {
  filter: brightness(100);
}
a[class^=btn].accent:before {
  filter: brightness(100);
}
a[class^=btn].accent:hover {
  filter: brightness(1.06) grayscale(15%);
}
a[class^=btn].large {
  font-size: clamp(21px, 2.6785714286vw, 24px);
  padding: 24px 64px;
}

.btn:after {
  display: inline-block;
  content: url(../../assets/img/cmn/ico_arrow.svg);
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.btn.back:after {
  content: none;
}
.btn.back:before {
  background-image: none;
  display: inline-block;
  content: url(../../assets/img/cmn/ico_arrow.svg);
  position: relative;
  transform: scale(-1, 1);
  top: 2px;
  margin-right: 10px;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #2818DB;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #ffffff;
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

h2,
h3,
h4 {
  line-height: 140%;
  letter-spacing: 2px;
}

.heading01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: clamp(28px, 5vw, 40px);
  margin-bottom: clamp(70.4px, 12.5714285714vw, 88px);
}
.heading01 small {
  font-size: clamp(21px, 2.6785714286vw, 24px);
  line-height: 24px;
  color: #2818DB;
  font-size: clamp(12.5px, 1.5476190476vw, 14px);
  margin-top: clamp(14px, 1.7857142857vw, 16px);
}
.heading01:after {
  content: "";
  display: block;
  background: #2818DB;
  position: absolute;
  bottom: calc(clamp(21px, 2.6785714286vw, 24px) * -1);
  width: 80px;
  height: 1px;
}
.heading01.float {
  margin-top: -146px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .heading01.float {
    margin-top: calc(clamp(119px, 14.5238095238vw, 124px) * -1);
  }
}
@media screen and (max-width:639px) {
  .heading01.float {
    margin-top: calc(clamp(79px, 9.7619047619vw, 84px) * -1);
  }
}

.heading02 {
  color: #2818DB;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .heading02 {
    font-size: 28px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .heading02 {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .heading02 {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .heading02 {
    margin-bottom: 49px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .heading02 {
    margin-bottom: 41px;
  }
}
@media screen and (max-width:639px) {
  .heading02 {
    margin-bottom: 37px;
  }
}
.heading02 span {
  border-bottom: 1px solid #2818DB;
  display: inline-block;
}
@media screen and (min-width:1025px) {
  .heading02 span {
    padding-bottom: 17px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .heading02 span {
    padding-bottom: 12px;
  }
}
@media screen and (max-width:639px) {
  .heading02 span {
    padding-bottom: 10px;
  }
}

.heading03 {
  color: #2818DB;
  text-align: center;
  font-size: clamp(21px, 2.6785714286vw, 24px);
  margin-bottom: clamp(24px, 3.3333333333vw, 32px);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #0F00B4;
  color: #ffffff;
  text-align: center;
  padding: 12px;
}
.table-style tbody th {
  background-color: #4839F3;
}
.table-style tbody td {
  background-color: #F7F3F4;
  text-align: left;
  padding: 12px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.table-style.sp-has-heading thead {
  display: none;
}
.table-style.sp-has-heading tbody th, .table-style.sp-has-heading tbody td {
  display: block;
  width: 100%;
  margin: 1px 0;
  text-align: left;
}
.table-style.sp-has-heading tbody th {
  background-color: #0F00B4;
}
.table-style.sp-has-heading tbody th strong {
  font-size: 1.2em;
}
.table-style.sp-has-heading tbody th a {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: normal;
}
.table-style.sp-has-heading tbody th a::before {
  border-color: #ffffff;
}
.table-style.sp-has-heading tbody td {
  display: flex;
  gap: 1em;
}
.table-style.sp-has-heading tbody td::before {
  content: attr(data-label);
  display: block;
  font-weight: bold;
  margin-right: 10px;
}
.table-style.sp-has-heading .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:1025px) {
  .table-style.sp-has-heading thead {
    display: table-header-group;
  }
  .table-style.sp-has-heading tbody th, .table-style.sp-has-heading tbody td {
    width: auto;
    display: table-cell;
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style.sp-has-heading tbody th {
    background-color: #4839F3;
  }
  .table-style.sp-has-heading tbody th strong {
    font-size: 1em;
  }
  .table-style.sp-has-heading tbody td::before {
    display: none;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #232323;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #175ADC;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover:not(.btn) {
  opacity: 0.8;
  text-decoration: underline;
}
a:hover:not(.btn) img {
  opacity: 0.8;
}

a.link-text {
  color: #2818DB;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4em;
}
a.link-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2818DB;
  border-right: 2px solid #2818DB;
  transform: rotate(45deg);
}

.tab-area {
  display: flex;
  cursor: pointer;
}

.tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}

.tab.active {
  background-color: #2818DB;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  overflow-y: scroll;
  text-align: center;
}

.attention {
  color: #b54444;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

section > div[class$=Inner] {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

section > div.narrow {
  max-width: 960px;
}

@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
section.section-fill {
  background: #F4F3FF;
  margin-top: 0;
  margin-bottom: 0;
}
section.section-fill .h2-style {
  color: #fff;
}
@media screen and (min-width:640px) {
  section.section-fill {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section.section-fill {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section.section-fill {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section .narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.bg-s {
  background-color: #E64370;
}

.bg-w {
  background-color: #fff;
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #FFF492 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #232323;
}

span.nowrap {
  white-space: nowrap;
}

@media screen and (min-width:1025px) {
  .txtArea {
    margin-bottom: 58px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .txtArea {
    margin-bottom: 48px;
  }
}
@media screen and (max-width:639px) {
  .txtArea {
    margin-bottom: 39px;
  }
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #ffffff;
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #232323;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */