@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

.center {
  text-align: center;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(0, 161, 233, 0.7);
}

::selection {
  background-color: rgba(0, 161, 233, 0.7);
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

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

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  background: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: inherit;
  font-size: inherit;
}

body {
  overflow-x: hidden;
  text-align: inherit;
  font: 100% "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.4;
  font-size: 62.5% \9 ;
  color: #353535;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

select, input, button, textarea {
  font: 100% "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
  line-height: 1.4;
}

table {
  font-size: inherit;
  font: 100%;
  color: #333;
  line-height: 1.4;
}

pre, code, kbd, samp, tt {
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.4;
  color: #333;
}

li li, li dt, li dd, li input, li select, li button, li textarea, li p, li th, li td, dt li, dt dt, dt dd, dt input, dt select, dt button, dt textarea, dt p, dt th, dt td, dd li, dd dt, dd dd, dd input, dd select, dd button, dd textarea, dd p, dd th, dd td, th li, th dt, th dd, th input, th select, th button, th textarea, th p, th th, th td, td li, td dt, td dd, td input, td select, td button, td textarea, td p, td th, td td, p input {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

p, dt, dd, td, th, li {
  line-height: 2.4em;
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.box_flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.flex_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex_space .wrap {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.flex_space {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.flex_end {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.txt_bold {
  font-weight: bold;
}

.box_sp {
  display: none;
}

.box_pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .box_sp {
    display: block;
  }
  .box_pc {
    display: none;
  }
}
#contents_wrap {
  font-size: 1.6rem;
  width: 100%;
  min-width: 100%;
  z-index: 3;
  margin-bottom: 80px;
  line-height: 2.4em;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 80px;
  }
}

#contents {
  width: 100%;
  max-width: 1080px;
}
@media only screen and (max-width: 1400px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  display: none;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

p, dt, dd, td, th, li {
  line-height: 2.4em;
}

p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

.image_l {
  float: left;
  margin: 0 15px 15px 0;
}

.image_r {
  float: right;
  margin: 0 0 15px 15px;
}

#toTop {
  border: none;
  bottom: 37px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-decoration: none;
  margin: 0;
  z-index: 5;
}

#toTop:hover {
  opacity: 0.8;
}

/* Box sizing rules */
#index *, #index *::before, #index *::after {
  box-sizing: border-box;
  outline: none;
}

.txt_bold {
  font-weight: bold;
}

.black01 {
  color: #000000;
}

.blue01 {
  color: #00a1e9;
}

.blue02 {
  color: #00a1e9;
}

/*==========================================================================*/
/*                               KEYFRAMES                                  */
/*==========================================================================*/
@keyframes head_fix {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes box_gnavi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnavi_inner {
  0% {
    margin-right: -100%;
    opacity: 0;
  }
  100% {
    margin-right: 0;
    opacity: 1;
  }
}
@keyframes hero_anime {
  0% {
    -webkit-mask-position: -100% 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
  }
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header#global_header {
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 60px;
  }
}

#header {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
}

#header.active {
  position: fixed;
  top: -200px;
  background: rgb(255, 255, 255);
  animation: head_fix 0.3s ease-out; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

#head_top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #head_top {
    background: #fff;
  }
}

#head_inner {
  display: flex;
  display: -webkit-flex;
}

#header.active .head_inner {
  padding: 20px 40px;
  align-items: center;
}

#head_inner h1 {
  font-size: 12px;
  color: #727272;
  line-height: 1.4em;
  padding: 20px 30px 0;
}

#head_inner #logo {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  margin: 0;
  background: #fff;
}

#head_inner #logo a {
  max-width: 500px;
  height: auto;
  padding: 5px 10px;
}
#head_inner #logo a img {
  max-width: 100%;
}

#header.active #head_inner #logo a {
  height: 100px;
}

.head_info {
  padding: 14px 110px 10px 50px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 90px;
  width: 740px;
  flex-shrink: 0;
  position: relative;
}

.head_info:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
}

.head_info .tel_number {
  margin-right: 50px;
}

.tel_number dt, .tel_number dd {
  line-height: 1;
}

.tel_number dt a {
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #00a1e9;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}

.tel_number dt span {
  font-size: 17px;
  display: inline-block;
  margin-right: 5px;
}

.tel_number dd {
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  color: #fff;
  background: #353535;
  font-size: 15px;
  padding: 3px 5px;
  font-weight: 200;
  letter-spacing: 0.03em;
  min-width: 220px;
}

ul.headericon {
  display: flex;
}

.headericon li {
  margin-right: 10px;
}

.time_work {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.time_work dt, .time_work dd {
  font-size: 14px;
  flex-shrink: 0;
}

.time_work dt {
  margin-right: 5px;
  background: #ebebeb;
  padding: 2px 7px;
  line-height: 1;
  margin-bottom: 2px;
}

.time_work dd {
  letter-spacing: 0;
  line-height: 1.8em;
}

/*--- gnavi ---*/
#box_gnavi {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/bg_gnavi.png) center center no-repeat rgb(255, 255, 255);
  background-size: contain;
  z-index: 10;
  opacity: 0;
  transition: 0.5s all;
}

#box_gnavi.active {
  display: block;
  animation: box_gnavi 0.3s ease-out; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

.gnavi_inner {
  width: 900px;
  background: #fff;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 100px 50px 50px;
  float: right;
  margin-right: -100%;
}

#box_gnavi.active .gnavi_inner {
  animation: gnavi_inner 0.5s ease-out; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

#menu_logo {
  text-align: center;
}

.gnavi_menu {
  margin-bottom: 50px;
}

.gnavi_menu dl:not(:last-child) {
  margin-right: 50px;
}

.gnavi_menu dl dt {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.gnavi_menu dl dt span {
  border-bottom: #353535 1px solid;
}

.gnavi_menu dl ul:not(:last-child) {
  margin-right: 50px;
}

.menu_home {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.menu_main li a {
  color: #353535;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  display: inline-block;
  line-height: 1.4em;
}

.menu_main.menu_home li a {
  font-size: 18px;
}

.menu_main li a:after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  border-top: #353535 1px solid;
  border-right: #353535 1px solid;
  transform: rotate(45deg);
}

.menu_main li a:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  display: block;
  content: "";
  background: #353535;
  transition: 0.5s all;
}

.info_contact_inner {
  width: calc((100% - 60px) / 2);
}

.info_contact_inner .info_address {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.07em;
}

.info_contact_inner .tel_number dt a {
  font-size: 37px;
  color: #00a1e9;
  display: inline-block;
  letter-spacing: 0.05em;
}

.info_contact_inner .tel_number dt a span {
  font-size: 27px;
}

.info_contact_inner .tel_number dd {
  font-size: 24px;
  background: #000;
  padding-bottom: 6px;
}

.calendar {
  font-size: 13px;
  margin-bottom: 0;
}

.note_calendar {
  font-size: 13px;
  letter-spacing: 0.03em;
}

.note_calendar span {
  display: inline-block;
  margin-right: 10px;
}

.note_calendar span:nth-child(1) {
  font-size: 16px;
}

.note_calendar span:nth-child(2) {
  font-size: 10px;
}

/* ------ hamburger icon ------- */
#nav-icon4 {
  position: absolute;
  top: 17px;
  right: 50px;
  width: 50px;
  height: 50px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 20;
  text-align: center;
  background: #000000;
  color: #fff;
  margin: 0;
  line-height: 2.4em;
}

#nav-icon4.open {
  position: fixed;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 32px;
  content: "";
  opacity: 1;
  left: 9px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  z-index: 9999;
  background: #fff;
}

#nav-icon4 span:nth-child(1) {
  top: 9px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 19px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 29px;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(4) {
  top: 22px;
  font-size: 11px;
  background: none;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

#nav-icon4.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
  left: 13px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 31px;
  left: 13px;
}

/* --- slider --- */
#top_info .inner {
  position: relative;
  z-index: 1;
  height: 840px;
}

#top_info h2 {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 600px);
  z-index: 2;
  width: 1120px;
  min-height: 180px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 33px;
  padding: 40px;
  letter-spacing: 1.4px;
  line-height: 1.6em;
}
@media only screen and (max-width: 1200px) {
  #top_info h2 {
    width: 560px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  #top_info h2 {
    width: 50%;
  }
}

.box_slider {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.slider li {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle farthest-corner at 100% 0%, #000 60%, transparent 90%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: -100% 0;
  transition-property: -webkit-mask-position;
  transition-property: mask-position;
  transition-property: mask-position, -webkit-mask-position;
  transition-duration: 5s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.slider, .slider .slick-list > li, .slider .slide-img {
  width: 100%;
  height: 100%;
}

.slider, .slider .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  transition: 10s ease-in-out;
}

.slider > .slick-list, .slider > .slick-list > .slick-track {
  height: 100%;
}

.slider .slide01 .slide-img {
  background-image: url(../images/home/slider01.png);
}

.slider .slide02 .slide-img {
  background-image: url(../images/home/slider02.png);
}

.slider .slide03 .slide-img {
  background-image: url(../images/home/slider03.png);
}

.slider .preve-slide {
  opacity: 1 !important;
}

.slider .slide-animation {
  animation: hero_anime 2s forwards;
}

.slider .slide-animation .slide-img {
  transform: scale(1.04);
}

#mainArea2 {
  background: url(../images/home/bg_h2_under.png) no-repeat top center;
  background-size: cover;
  height: 400px;
}
@media screen and (max-width: 1400px) {
  #mainArea2 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #mainArea2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#mainArea2 #local-keyvisual {
  max-width: 1080px;
  padding-top: 120px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
#mainArea2 #local-keyvisual h2 {
  color: #000;
}
#mainArea2 #local-keyvisual h2 .title2_en {
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 300;
  text-transform: uppercase;
  padding: 2px 0 3px 10px;
  border-left: #7e7e7e 1px solid;
  line-height: 1.45em;
  margin-bottom: 5px;
  display: block;
}
#mainArea2 #local-keyvisual h2 .title2_jp {
  font-size: 35px;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  position: relative;
  line-height: 1.7em;
}
#mainArea2 #local-keyvisual h2 .title2_jp i {
  font-style: normal;
  transform: rotate(-25deg);
  font-family: "Dancing Script", cursive;
  text-transform: capitalize;
  position: absolute;
  bottom: 7px;
  left: 105%;
  color: #898989;
}

.pan1 {
  text-align: left;
  padding: 15px 0;
  border-bottom: #cccccc 1px solid;
  font-size: 1.3rem;
  margin-bottom: 65px;
}
@media screen and (max-width: 1400px) {
  .pan1 {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 834px) {
  .pan1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pan1 a {
  color: #333;
}
.pan1 ul {
  max-width: 1080px;
  margin: 0 auto;
  color: #00a1e9;
}
.pan1 ul li {
  line-height: 1.4em;
  display: inline-block;
  margin-right: 10px;
}
.pan1 ul li:first-child a {
  color: #00a1e9;
}
.pan1 ul li:nth-child(even) {
  margin-left: 10px;
}
.pan1 i {
  margin-right: 5px;
}

/* width:1400px -------------------------------------------- */
@media screen and (max-width: 1400px) {
  .info_contact_inner .tel_number dt a {
    font-size: 33px;
  }
  .inner {
    max-width: 1000px;
  }
  #head_inner h1 {
    padding: 20px 20px 0;
  }
  #header.active .tel_number {
    margin-right: 30px;
  }
  #header.active .head_info {
    padding-left: 20px;
  }
  #header.active #head_inner #logo a {
    width: 300px;
    height: 90px;
    padding: 5px 0 0 50px;
    box-sizing: border-box;
  }
  #head_inner h1, .time_work dt, .time_work dd {
    font-size: 12px;
  }
  .head_info {
    width: 65%;
    max-width: 560px;
    padding-left: 14px;
  }
  .head_info .tel_number {
    margin-right: 20px;
  }
  .tel_number dt a {
    font-size: 25px;
  }
  #nav-icon4 {
    right: 20px;
  }
}
@media screen and (min-width: 751px) {
  #nav-icon4:hover {
    opacity: 0.8;
  }
  .menu_main li a:hover:before {
    width: 100%;
  }
  .tel_fixed {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
  }
  p, th, td, li, dt, dd {
    font-size: 14px;
  }
  #wrapper, #header, #main, #footer, .inner {
    width: 100% !important;
    min-width: inherit !important;
  }
  .inner {
    box-sizing: border-box;
    padding: 0 3%;
  }
  .box_sp {
    display: block;
  }
  .box_pc {
    display: none;
  }
  /*==========================================================================*/
  /*                               Header                                     */
  /*==========================================================================*/
  #header {
    position: fixed;
    background: rgb(255, 255, 255);
    border-bottom: rgba(204, 204, 204, 0.5) 1px solid;
  }
  #head_inner h1, .head_info, #menu_logo {
    display: none;
  }
  #head_inner #logo a {
    width: 230px;
    height: 69px;
    padding: 5px 10px 5px 10px;
  }
  #nav-icon4 {
    top: 10px;
    right: 10px;
  }
  /*--- gnavi ---*/
  #box_gnavi {
    background: none;
  }
  .gnavi_inner {
    width: 100%;
    height: calc(100% - 70px);
    padding: 3% 20px;
    float: none;
    margin-top: 70px;
  }
  .menu_home {
    text-align: left;
    margin-bottom: 10px;
  }
  .gnavi_menu {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .menu_main li {
    line-height: 1.6em;
    margin-bottom: 10px;
  }
  .menu_main li:last-child {
    margin-bottom: 0;
  }
  .menu_main li a {
    font-size: 14px;
    display: block;
  }
  .gnavi_menu dl ul:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .gnavi_menu dl:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu_main.menu_home li a {
    font-size: 14px;
  }
  .menu_main li a:after {
    top: 6px;
  }
  .gnavi_inner .info_contact_inner .tel_number dt a {
    letter-spacing: 0;
  }
  .info_contact_inner {
    width: 100%;
  }
  .calendar img {
    width: 370px;
    margin-bottom: 5px;
  }
  .calendar span:last-child {
    display: block;
  }
  .info_contact_inner .tel_number {
    width: 240px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 20px;
  }
  .info_contact_inner .tel_number dt a {
    letter-spacing: 0;
    font-size: 26px;
  }
  .info_contact_inner .tel_number dt a span {
    font-size: 18px;
  }
  .tel_number dt {
    margin-bottom: 10px;
  }
  .tel_number dd {
    min-width: 150px;
  }
  .info_contact_inner .tel_number dd {
    font-size: 14px;
  }
  .info_contact_inner .info_address {
    font-size: 13px;
    margin: 10px 0 25px;
    text-align: left;
  }
  /* --- top_info ---*/
  #top_info .inner {
    height: 80vw;
  }
  .box_slider {
    width: 100%;
  }
  #top_info h2 {
    bottom: 5vw;
    left: 5vw;
    width: 90vw;
    min-height: inherit;
    font-size: 3.8vw;
    padding: 1vw;
    letter-spacing: 0;
    font-size: 13px;
  }
  /* --- slider --- */
  .slider li {
    -webkit-mask-image: radial-gradient(circle farthest-corner at 150% 0%, #000 60%, transparent 90%);
  }
}
/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
#footer {
  background: #3a3a3a;
  font-size: 160%;
  -webkit-text-size-adjust: none;
}

.footer01 {
  background: url(../images/home/bg_footer01.png) center center no-repeat;
  background-size: cover;
  padding-top: 300px;
}

.footer01 .inner {
  padding: 75px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
}

.footer01 .info_contact {
  width: 800px;
  margin: 0 auto;
}

#footer_logo {
  text-align: center;
  margin-bottom: 50px;
}

.footer02 {
  color: #fff;
  padding: 70px 0 30px;
}

.footer02 .inner {
  padding: 0 50px;
}

.footer02 .footer_right {
  padding-top: 32px;
}

.footer02 .menu_main {
  margin-bottom: 24px;
}

.footer02 .gnavi_menu dl ul:not(:last-child) {
  margin-right: 90px;
}

.footer02 .menu_main li a {
  color: #fff;
}

.footer02 .menu_main li a:before {
  background: #fff;
}

.footer02 .menu_main li a:after {
  border-color: #fff;
}

.footer02 .gnavi_menu dl dt span {
  border-color: #fff;
}

.footer_map {
  line-height: 0;
  margin-bottom: 0;
}

address {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  border-top: rgba(255, 255, 255, 0.3) 1px solid;
  line-height: 1.4em;
  padding: 10px 0;
}

#toTop {
  border: none;
  bottom: 37px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-decoration: none;
  margin: 0;
  z-index: 5;
}

#toTop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1400px) {
  .footer02 .gnavi_menu dl ul:not(:last-child) {
    margin-right: 45px;
  }
  .footer01 {
    padding: 300px 30px 0;
  }
}
@media screen and (max-width: 750px) {
  /*==========================================================================*/
  /*                               Footer                                     */
  /*==========================================================================*/
  #footer {
    margin-bottom: 55px;
  }
  .footer01 {
    padding: 30px 5%;
  }
  .footer01 .inner {
    padding: 30px;
    margin: 0 auto;
  }
  #footer_logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  .footer01 .info_contact {
    width: 100%;
  }
  .footer_map iframe {
    height: 60vw;
  }
  .footer02 {
    padding: 30px 0;
  }
  .footer02 .inner {
    padding: 0 3%;
  }
  .footer02 .gnavi_menu dl ul:not(:last-child) {
    margin-right: 40px;
  }
  .footer02 .menu_main {
    margin-bottom: 10px;
  }
  .footer02 .footer_right {
    padding-top: 0;
  }
  address {
    line-height: 1.4em;
    padding: 10px 0;
  }
  #footer .info_contact_inner {
    text-align: center;
  }
  #footer .info_contact_inner .tel_number {
    margin: 0 auto 20px;
  }
  .tel_fixed {
    margin: 0;
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    border: #171c60 1px solid;
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .tel_fixed.active {
    bottom: 0;
    opacity: 1;
  }
  .tel_fixed a {
    text-decoration: none;
    font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    color: #171c60;
    line-height: 1;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 55px;
    padding: 2px;
  }
  .tel_fixed span {
    font-size: 24px;
    color: #171c60;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1.4;
    background: url(../images/home/icon_tel_sp.png) left center no-repeat;
    background-size: 15px auto;
    padding-left: 20px;
  }
  .tel_fixed i {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 3px;
    display: block;
    width: 100%;
    text-align: center;
  }
  #toTop {
    width: 40px;
    bottom: 65px;
    right: 10px;
  }
}
.footer02 .box_flex.gnavi_menu {
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .footer02 .box_flex.gnavi_menu {
    display: block;
  }
}

.footer02 .inner.flex_space {
  justify-content: center;
  max-width: 1600px !important;
  padding: 0 20px;
}

.fix-button-double-border {
  display: inline-block;
  flex: 1 0 0;
  padding: 15px 20px;
  background-color: white;
  border: 1px solid #00a1e9;
  outline: 1px solid #00a1e9;
  outline-offset: -4px;
}
.fix-button-double-border:link, .fix-button-double-border:visited {
  color: #00a1e9;
}

@media only screen and (max-width: 1400px) {
  .footer02 .inner .box_flex {
    flex-wrap: wrap !important;
  }
}

@media only screen and (max-width: 1400px) {
  .footer02 .gnavi_menu > * {
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .footer02 .gnavi_menu > *:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .footer02 .card {
    margin-top: 20px;
  }
}

.scroll-obj {
  opacity: 0;
  filter: blur(5px);
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/*--- 01 ---*/
.index_sec01 {
  text-align: center;
  background: url(../images/home/bg_section01.png) center center no-repeat rgba(23, 28, 96, 0.9);
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  color: #fff;
}

.index_sec01 .title3 .title3_en {
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
}

@media screen and (max-width: 1400px) {
  .index_sec01 .inner {
    padding: 30px;
  }
}
/*--- 02 ---*/
.index_sec02 {
  background: url(../images/home/bg_section02.png) center center no-repeat #f6fbff;
  background-size: cover;
}

.index_sec02 .title3 {
  text-align: left;
}

.index_sec02 .title3 .title3_jp {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

.index_sec02 .title3 .title3_en {
  margin-bottom: 18px;
}

.sec02_inner {
  width: 630px;
  float: right;
  position: relative;
  z-index: 1;
  padding: 100px 0 100px 95px;
  box-sizing: border-box;
}

.sec02_inner:before {
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 1000px;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
}

.sec02_txt {
  line-height: 1.8em;
}

.sec02_txt span {
  font-size: 18px;
  border-bottom: 1px solid;
  padding: 0px 10px 0 px 10px;
}

.index_sec02 .common_btn01 {
  width: 300px;
  margin-left: 0;
}

.index_sec02 .common_btn01 a {
  padding-left: 14px;
}

.watermark {
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #BCBCBC;
  transform: rotate(-25deg);
  position: absolute;
  bottom: 90px;
  right: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .index_sec02 {
    padding: 30px 0;
    background-position: 11%;
  }
  .sec02_inner {
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
  }
  .sec02_inner .common_btn01 {
    width: 285px !important;
  }
  .sec02_inner:before {
    display: none;
  }
  .watermark {
    font-size: 20px;
    bottom: 96px;
    right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .sec02_inner .common_btn01 {
    width: 240px !important;
  }
}
/*--- 03 ---*/
.index_sec03 {
  background: url(../images/home/bg_section03.png) center center no-repeat;
  background-size: cover;
  padding: 100px 0 130px;
}

.sec03_inner01 {
  padding: 85px 100px 80px;
  background: url(../images/home/bg_section03_01.png) right 40px top 50px no-repeat, url(../images/home/bg_section03_02.png) no-repeat;
  background-size: auto, cover;
  text-align: center;
  margin-bottom: 100px;
}

.sec03_inner01 p {
  line-height: 2em;
}

.sec03_inner02 dl {
  width: 50%;
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}

.sec03_inner02 .sec03_dl01 {
  padding-right: 100px;
  position: relative;
  z-index: 1;
}

.sec03_inner02 .sec03_dl01:after {
  position: absolute;
  background: url(../images/home/arrow03.png) center center no-repeat;
  background-size: 100%;
  display: block;
  content: "";
  width: 153px;
  height: 11px;
  bottom: 92px;
  right: -76px;
}

.sec03_inner02 .sec03_dl02 {
  padding-left: 100px;
}

.sec03_inner02 dl dt {
  width: 50px;
  height: 180px;
  background: #f7f8f8;
  border: #fff 1px solid;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1.1em;
}

.sec03_inner02 dl dt span {
  word-wrap: break-word;
  display: block;
}

.sec03_inner02 dl dt i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sec03_inner02 dl dt i:after {
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: rgb(255, 255, 255);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.sec03_inner02 .sec03_dl01 dt {
  color: #3e3a39;
  margin-left: 50px;
}

.sec03_inner02 .sec03_dl02 dt {
  background: #9e8b85;
  margin-right: 50px;
}

.sec03_inner02 dl dd {
  border: #219ddd 1px solid;
  flex-wrap: wrap;
  position: relative;
  width: 450px;
  height: 260px;
  color: rgba(255, 255, 255, 0.9);
}

.sec03_inner02 dl .sec03_box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.sec03_inner02 dl dd:before,
.sec03_inner02 dl dd:after,
.sec03_inner02 dl .sec03_box:before,
.sec03_inner02 dl .sec03_box:after {
  position: absolute;
  bottom: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: #219ddd 1px solid;
  z-index: 1;
  opacity: 0.6;
}

.sec03_inner02 dl dd:before,
.sec03_inner02 dl dd:after {
  border-bottom: none;
  border-top: #219ddd 1px solid;
  top: 10px;
}

.sec03_inner02 dl .sec03_box:before,
.sec03_inner02 dl dd:before {
  border-left: #219ddd 1px solid;
  left: 10px;
}

.sec03_inner02 dl .sec03_box:after,
.sec03_inner02 dl dd:after {
  border-right: #219ddd 1px solid;
  right: 10px;
}

.sec03_inner02 .sec03_dl02 dd {
  padding-top: 5px;
}

.sec03_inner02 .sec03_title01 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.sec03_inner02 .sec03_title01:after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: #fff;
  width: 50px;
  height: 1px;
}

.sec03_inner02 .sec03_title02 {
  font-size: 24px;
  line-height: 1.6em;
}

.sec03_inner02 .sec03_title02 .big {
  font-size: 28px;
}

.sec03_inner02 .sec03_title02 i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sec03_inner02 .sec03_title02 i:after {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: rgb(255, 255, 255);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.sec03_inner02 .sec03_dl02 .sec03_title02 .sec03_icon:after {
  top: -7px;
}

.sec03_inner02 .sec03_title02 .line {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.sec03_inner02 .sec03_title02 .line:after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 6px;
}

.sec03_inner02 .sec03_title02 .mar_bot {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  .sec03_inner02 .sec03_title02 {
    font-size: 18px;
  }
  .sec03_inner02 dl dt {
    font-size: 22px;
  }
  .sec03_inner02 dl dt i:after {
    right: -4px;
    top: 50%;
  }
  .sec03_inner02 .sec03_title02 .line:after {
    bottom: 4px;
  }
  .sec03_inner02 .sec03_dl01 .sec03_title02 .line:after {
    bottom: 1px;
  }
  .sec03_inner02 .sec03_dl02 .sec03_title02 .sec03_icon:after {
    top: -5px;
  }
  .sec03_inner02 .sec03_title01:after {
    bottom: -4px;
  }
  .sec03_inner02 dl dd {
    width: 350px;
  }
  .sec03_inner01 {
    margin: 0 2% 100px;
  }
  .sec03_inner02 {
    padding: 0 3%;
  }
  .sec03_inner02 .sec03_title02 .big {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .index_sec03 {
    padding: 30px 0 0;
    background: none;
  }
  #index_sec03 .inner {
    padding: 0;
  }
  .sec03_inner01 {
    padding: 30px 20px 20px;
    background-size: 150px auto, cover;
    margin: 0 3% 30px;
  }
  .sec03_inner02 {
    padding: 0;
  }
  .sec03_inner02 dl {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sec03_inner02 dl dt {
    width: 180px;
    height: 40px;
    font-size: 22px;
  }
  .sec03_inner02 dl dt i:after {
    right: 50%;
    top: -2px;
  }
  .sec03_inner02 dl dd {
    width: 350px;
    height: 206px;
  }
  .sec03_inner02 .sec03_title01 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sec03_inner02 .sec03_title02 .big,
  .sec03_inner02 .sec03_title02 {
    font-size: 20px;
  }
  .sec03_inner02 .sec03_dl01 {
    background: url(../images/home/bg_section03_sp02.png) center center no-repeat;
    background-size: cover;
    padding: 30px 30px 70px;
  }
  .sec03_inner02 .sec03_dl01:after {
    width: 80px;
  }
  .sec03_inner02 .sec03_dl01:after {
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .sec03_inner02 .sec03_dl01 dt {
    margin-left: 0;
    margin-top: 20px;
    padding-top: 2px;
  }
  .sec03_inner02 .sec03_dl02 {
    background: url(../images/home/bg_section03_sp03.png) center center no-repeat;
    background-size: cover;
    padding: 70px 30px 30px;
  }
  .sec03_inner02 .sec03_dl02 dt {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec03_inner02 .sec03_dl01 .sec03_title02 .line:after {
    bottom: 6px;
  }
}
/*--- 04 ---*/
.index_sec04 {
  background: url(../images/home/bg_section04.png) center top no-repeat;
  position: relative;
  z-index: 1;
}

.index_sec04:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  display: block;
  height: 200px;
  width: 2000px;
  background: #f6fbff;
  z-index: -1;
}

.sec04_inner01 {
  position: relative;
}

.sec04_inner01 ul {
  width: 780px;
  margin: 0 -150px 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  float: left;
}
@media screen and (max-width: 834px) {
  .sec04_inner01 ul {
    justify-content: center;
  }
}

.sec04_inner01 ul li {
  position: relative;
  z-index: 1;
}

.sec04_img01 {
  margin-left: 40px;
  margin-bottom: 50px;
}

.sec04_img02 {
  margin-right: 40px;
}

.sec04_img03 {
  text-align: right;
  width: 33%;
  position: absolute !important;
  top: 60%;
  left: 10%;
  transform: translate(0%, -60%);
}

.sec04_img03 span {
  display: block;
  line-height: 1.6em;
}

.sec04_img03 .sec04_jp {
  color: #353535;
  font-size: 21px;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  margin: 14px 0 36px;
}

.sec04_img03 .sec04_jp i {
  font-style: normal;
  font-size: 15px;
}

.sec04_img03 .sec04_en {
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 30px;
  transform: rotate(-10deg) translateX(15px);
  position: relative;
  z-index: 1;
  color: #BCBCBC;
}

.sec04_box {
  position: relative;
  z-index: 2;
  margin: 150px -130px 0 0;
  width: 780px;
  background: #fff;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
  padding: 100px 50px 120px 100px;
  float: right;
}

.sec04_box .sec04_content {
  width: 480px;
}

.sec04_txt {
  line-height: 2em;
}

.sec04_box .common_btn01 {
  margin-top: 55px;
  margin-left: 0;
}

.sec04_inner02 {
  width: 100%;
  padding: 110px 0 95px;
}

.sec04_inner02 .wrap .box {
  width: calc((100% - 36px) / 2);
  text-align: center;
  line-height: 1.6em;
}

.sec04_inner02 .wrap .box iframe {
  line-height: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1400px) {
  .sec04_box {
    margin: 200px -50px 0 -110px;
    width: 515px;
    padding: 50px;
  }
  .sec04_inner01 ul {
    margin: 0 -250px 0 -116px;
  }
  .sec04_img03 {
    text-align: left;
  }
  .sec04_img03 .sec04_en {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .sec04_inner02 {
    padding: 110px 30px 95px;
  }
  .sec04_box {
    margin: 200px -70px 0 -110px;
  }
}
@media screen and (min-width: 751px) {
  .sec04_box .title3 h3 {
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .sec04_box .title3_en {
    margin: 0;
    height: 32px;
    margin-top: 14px;
  }
  .sec04_box .title3_jp {
    word-wrap: break-word;
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .sec04_box .title3_jp:last-child {
    padding-right: 15px;
  }
  .sec04_box .title3_jp sub {
    line-height: 0;
    display: block;
    text-align: right;
    font-size: 36px;
    position: relative;
    z-index: 1;
    right: -15px;
  }
}
@media screen and (max-width: 750px) {
  /*--- 04 ---*/
  .index_sec04 {
    padding: 30px 0 0;
  }
  .sec04_inner01 ul {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
  .sec04_img01 {
    margin: 0 auto 20px;
  }
  .sec04_img02,
  .sec04_img03 {
    width: calc(50% - 10px);
  }
  .sec04_img02 {
    margin: 0 20px 0 0;
  }
  .sec04_img03 {
    text-align: right;
    width: 80% !important;
    position: static !important;
    transform: unset;
  }
  .sec04_img03 .sec04_jp {
    font-size: 16px !important;
    margin: 1vw 0 3vw !important;
  }
  .sec04_img03 .sec04_jp i {
    font-size: 13px !important;
  }
  .sec04_img03 .sec04_en {
    font-size: 16px !important;
    transform: rotate(-10deg) translateX(0) !important;
  }
  .sec04_box {
    margin: 0;
    width: 100%;
    padding: 30px;
    float: none;
    flex-direction: column;
    margin: 60px -130px 0 0 !important;
  }
  .sec04_box .sec04_content {
    width: 100%;
  }
  .sec04_box .common_btn01 {
    margin-top: 35px;
    margin-left: auto;
  }
  .sec04_inner02 {
    padding: 30px 0;
  }
  .sec04_inner02 .wrap .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec04_inner02 .wrap .box:last-child {
    margin-bottom: 0;
  }
  .sec04_inner02 .wrap .box iframe {
    height: 55vw;
  }
}
/*--- 05 ---*/
.index_sec05 {
  background: url(../images/home/bg_section05.png) center top no-repeat #f6fbff;
  padding: 200px 0 85px;
}

.index_sec05 .inner {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.index_sec05 .title3.custom_h3 {
  margin-bottom: 32px;
}

.index_sec05 .sec05_txt {
  line-height: 2em;
}

.index_sec05 .common_btn01 {
  margin-top: 52px;
}

.sec05_inner01 {
  padding: 100px 100px 87px;
}

.sec05_inner02 ul {
  display: flex;
  display: -webkit-flex;
}

.sec05_inner02 dl {
  width: 58.3%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.sec05_inner02 dl:before,
.sec05_inner02 dl:after {
  position: absolute;
  top: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: #fff 1px solid;
  z-index: 2;
}

.sec05_inner02 dl:before {
  border-left: #fff 1px solid;
  left: 10px;
}

.sec05_inner02 dl:after {
  border-right: #fff 1px solid;
  right: 10px;
}

.sec05_inner02 dl dt {
  height: 260px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #00a1e9;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  position: relative;
  z-index: 1;
}

.sec05_inner02 dl dt:before,
.sec05_inner02 dl dt:after {
  position: absolute;
  bottom: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: #fff 1px solid;
  z-index: 1;
}

.sec05_inner02 dl dt:before {
  border-left: #fff 1px solid;
  left: 10px;
}

.sec05_inner02 dl dt:after {
  border-right: #fff 1px solid;
  right: 10px;
}

.sec05_inner02 dl dt span {
  position: relative;
  line-height: 1.4em;
}

.sec05_inner02 dl dt span:after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background: #fff;
  width: 50px;
  height: 1px;
}

.sec05_inner02 .sec05_list02 {
  width: 40.76%;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.sec05_inner02 ul li {
  margin-bottom: 10px;
  line-height: 0;
}

.sec05_inner02 .box_flex {
  flex-wrap: inherit;
}

.sec05_inner02 .sec05_list01 li:nth-child(1) {
  width: 50%;
}

.sec05_inner02 .sec05_list01 li:nth-child(2) {
  width: 48.68%;
}

.sec05_inner02 ul li:not(:last-child) {
  margin-right: 10px;
}

.sec05_inner02 .sec05_list02 li {
  width: 100%;
  margin: 0 0 10px !important;
}

.sec05_inner02 .sec05_list03 li {
  width: calc((100% - 20px) / 3);
}

.sec05_inner02 ul li a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  overflow: hidden;
}

.sec05_inner02 ul li a:after,
.sec05_inner02 ul li a:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec05_inner02 ul li a:before {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  opacity: 0;
}

.sec05_inner02 ul li a img {
  transition: 0.5s all;
}

.sec05_inner02 ul li a:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: #fff 1px solid;
  background: url(../images/home/arrow01.png) bottom 20px right 20px no-repeat;
  background-size: 20px auto;
}

.sec05_inner02 ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-shadow: 0px 0px 15px rgb(0, 0, 0), 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1400px) {
  .sec05_inner02 {
    padding: 0 10px;
  }
  .sec05_inner02 dl {
    width: 54%;
  }
  .sec05_inner02 .sec05_list02 {
    width: 45%;
  }
  .sec05_inner02 ul li a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .index_sec05 {
    padding: 200px 30px 85px;
  }
}
@media screen and (min-width: 751px) {
  .sec05_inner02 ul li a:hover img {
    opacity: 0;
  }
  .sec05_inner02 ul li a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
  .sec05_inner02 ul .sec05_img01 a:before {
    background: url(../images/home/sec05_img_01_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img02 a:before {
    background: url(../images/home/sec05_img_02_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img03 a:before {
    background: url(../images/home/sec05_img_03_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img04 a:before {
    background: url(../images/home/sec05_img_04_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img05 a:before {
    background: url(../images/home/sec05_img_05_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img06 a:before {
    background: url(../images/home/sec05_img_06_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img07 a:before {
    background: url(../images/home/sec05_img_07_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul .sec05_img08 a:before {
    background: url(../images/home/sec05_img_08_on.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec05_inner02 ul li.mr0 {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  /*--- 05 ---*/
  .sec05_inner02 .box_flex {
    flex-wrap: wrap;
  }
  .index_sec05 {
    background: url(../images/home/bg_section05_sp.png) center top no-repeat;
    padding: 20vw 0 35px;
  }
  .index_sec05 .inner {
    background: none;
  }
  .sec05_inner01 {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin-bottom: 25px;
  }
  .index_sec05 .common_btn01 {
    margin-top: 35px;
  }
  .sec05_inner02 dl {
    width: 100%;
    margin-right: 0;
  }
  .sec05_inner02 dl dt {
    height: 100px;
    font-size: 20px;
    padding: 20px;
  }
  .sec05_inner02 ul {
    flex-wrap: wrap;
  }
  .sec05_inner02 .sec05_list02 {
    width: 100%;
  }
  .sec05_inner02 .sec05_list02 li {
    margin: 0 10px 10px 0 !important;
  }
  .sec05_inner02 .sec05_list02 li:last-child {
    margin: 0 0 10px 0 !important;
  }
  .sec05_inner02 ul li {
    width: calc((100% - 10px) / 2) !important;
  }
  .sec05_inner02 ul.sec05_list03 li {
    width: calc((100% - 20px) / 3) !important;
  }
  .sec05_inner02 ul li a span {
    font-size: 20px;
    padding: 15px;
    line-height: 1.4em;
    text-align: center;
  }
  .sec05_inner02 ul li a:after {
    background-position: bottom 10px right 10px;
  }
  .sec05_inner02 dl dt span:after {
    bottom: -7px;
  }
}
@media screen and (max-width: 460px) {
  .sec05_inner02 ul {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .sec05_inner02 ul li,
  .sec05_inner02 ul.sec05_list03 li {
    width: 280px !important;
  }
  .sec05_inner02 ul li:not(:last-child) {
    margin-right: 0;
  }
  .sec05_inner02 .sec05_list02 li {
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  ._pc {
    display: none;
  }
}
._pc dl {
  margin-right: 0;
  display: flex;
  width: 100%;
}
._pc dl dt {
  display: flex;
  width: auto;
  flex: 1;
  height: auto;
  max-width: 100%;
}
._pc dl dd {
  margin-left: 10px;
  width: calc(50% - 7px);
}
._pc .sec05_list02 {
  width: 100%;
}
._pc .sec05_list03 a {
  height: 100%;
}
._pc .sec05_list03 a:hover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
._pc .sec05_list03 a img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 751px) {
  ._pc .sec05_list03._01 .sec05_img04 a:before {
    background: url(../images/home/sec05_img_01_on.png) no-repeat;
    background-size: 100% 100%;
  }
  ._pc .sec05_list03._01 .sec05_img05 a:before {
    background: url(../images/home/sec05_img_02_on.png) no-repeat;
    background-size: 100% 100%;
  }
  ._pc .sec05_list03._01 .sec05_img06 a:before {
    background: url(../images/home/sec05_img_08_on.png) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (min-width: 1001px) {
  ._tab {
    display: none;
  }
}

.br_n {
  border-right: none !important;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.common_btn01 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 200;
  margin-bottom: 0;
}

.common_btn01 a {
  font-size: 15px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #000;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: left;
  padding: 0 45px 0 28px;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  letter-spacing: -0.03em;
}

.common_btn01 a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/home/bg_btn01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
}

.common_btn01 a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background: url(../images/home/arrow01.png) center center no-repeat;
  background-size: 100% auto;
}

@keyframes arrow_btn01 {
  0% {
    right: 25px;
    opacity: 1;
  }
  30% {
    right: 10px;
    opacity: 0;
  }
  80% {
    right: 10px;
    opacity: 0;
  }
  90% {
    left: 240px;
    opacity: 0;
  }
  100% {
    left: 249px;
    opacity: 1;
  }
}
@media screen and (min-width: 751px) {
  .common_btn01 a:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3);
    background: #0954cf;
  }
}
@media screen and (max-width: 750px) {
  .common_btn01 {
    width: 240px !important;
  }
  .common_btn01 a {
    line-height: 1.4em;
    padding: 0 40px 0 10px !important;
  }
  .common_btn01 a:before {
    right: 15px;
  }
  .common_btn01 a span {
    font-size: 16px;
  }
}
.btn2 a {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7em;
  border-radius: 4px;
}
.btn2 a:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn2 a i {
  margin-right: 10px;
}

.btn3 {
  max-width: 300px;
}
.btn3 a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  height: 100%;
  background: #b4e4ff;
}
.btn3 a:hover {
  background: #d6f0ff;
}
.btn3 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01.ai_c {
  align-items: center;
}
.flex2cl_01._rr {
  flex-direction: row;
}
@media screen and (max-width: 834px) {
  .flex2cl_01._rr {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 58%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column;
  }
}
.flex2cl_02.ai_c {
  align-items: center;
}
.flex2cl_02._rr {
  flex-direction: row;
}
@media screen and (max-width: 834px) {
  .flex2cl_02._rr {
    flex-direction: column-reverse;
  }
}
.flex2cl_02 .flxL {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    margin-bottom: 30px;
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
  }
}
.flex2cl_02 .flxR .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.flex2cl_02 .flxR .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  flex-direction: row;
}
@media screen and (max-width: 834px) {
  .flex2cl_03._rr {
    flex-direction: column-reverse;
  }
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1400px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title3 span i {
  font-style: normal;
}

.title3._under .title3_jp:first-letter {
  color: #00a1e9;
}

.title3 .title3_en {
  display: inline-block;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  padding: 5px 20px;
  border-right: #000000 1px solid;
  border-left: #000000 1px solid;
  font-weight: 500;
}

.title3 .title3_jp {
  display: block;
  font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic Pro", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 33px;
}

.title3 .custom_h3 {
  margin-bottom: 38px;
}

.title3 .custom_h3 .title3_en {
  margin-bottom: 34px;
}

.title3 .custom_h3 .title3_jp {
  font-size: 54px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1400px) {
  .title3 .custom_h3 .title3_jp {
    font-size: 48px;
  }
}

.title3 .custom_h3 .title3_jp.min {
  font-size: 28px;
  color: #595757;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}

.title3 .custom_h3 .title3_jp .black01 {
  color: #231815;
}

.title3 .custom_h3 .title3_jp .font_min {
  font-size: 47px;
}

.title3 .custom_h3 span sub {
  transform: translateY(-20px);
  display: inline-block;
  letter-spacing: 0;
}

@media screen and (max-width: 1400px) {
  .title3 .custom_h3 .title3_jp {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .title3 .title3_en {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0;
  }
  .title3 .title3_jp, .title3 .custom_h3 .title3_jp .font_min {
    font-size: 22px !important;
    line-height: 1.4em !important;
    letter-spacing: 0 !important;
  }
  .title3 .custom_h3 .title3_jp.min {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .title3 .custom_h3 span sub {
    transform: translateY(-6px);
  }
}
.title4 h4 {
  font-size: 23px;
  margin-bottom: 40px;
  border-bottom: #999999 1px solid;
  position: relative;
  z-index: 1;
  line-height: 1.6em;
}
@media screen and (max-width: 750px) {
  .title4 h4 {
    font-size: 19px;
  }
}
.title4 h4:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #00a1e9;
  left: 0;
  bottom: -1px;
}

.title5 h4 {
  font-size: 23px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  line-height: 1.6em;
}
@media screen and (max-width: 750px) {
  .title5 h4 {
    font-size: 20px;
  }
}
.title5 h4:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 8px;
  background: rgba(0, 161, 233, 0.3);
  left: 0;
  top: 27px;
}

.bornone td {
  border: none !important;
  padding: 0 !important;
}

.concept_01 {
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .concept_01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .concept_01 {
    margin-bottom: 40px;
  }
}
.concept_01:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  display: block;
  height: 200px;
  width: 2000px;
  background: rgba(0, 161, 233, 0.1);
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .concept_02 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .concept_02 img {
    margin-bottom: 2em;
  }
}
.concept_02 img.imgR {
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .concept_02 img.imgR {
    margin-left: 0;
    max-width: 330px !important;
    float: none !important;
  }
}
.concept_02 img.imgL {
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .concept_02 img.imgL {
    margin-right: 0;
    max-width: 330px !important;
    float: none !important;
  }
}

.concept_03 {
  padding-bottom: 10px;
  margin-bottom: 80px;
}
.concept_03:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  display: block;
  height: 200px;
  width: 2000px;
  background: rgba(0, 161, 233, 0.1);
  z-index: -1;
}
.concept_03 .box {
  background: rgba(0, 161, 233, 0.2);
  padding: 30px;
  margin-bottom: 80px;
  position: relative;
}
.concept_03 .box._under::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #00a1e9 transparent transparent transparent;
}
.concept_03 .box td {
  padding: 0 !important;
  border: 0 !important;
}
.concept_03 .box .ttl {
  color: #00a1e9;
  padding-bottom: 15px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}
.concept_03 .box .txt {
  background: #fff;
  padding: 20px !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .concept_03 .box .txt {
    display: block;
    text-align: center !important;
  }
}
.concept_03 .box .txt img {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 750px) {
  .concept_03 .box .txt img {
    margin: 0 0 2em 0;
  }
}

.bnr01 a {
  background: url(../images/home/bg_bnr02.png) left center no-repeat;
  background-size: cover;
  max-width: 900px;
  height: 180px;
  padding: 25px;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  text-align: center;
  font-weight: 600;
  line-height: 1.6em;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .bnr01 a {
    height: 20vw;
    padding: 4vw;
    font-size: 3.5vw;
  }
}
.bnr01 a:hover {
  transform: translateY(-2px);
}
.bnr01 a:hover:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.bnr01 a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: "";
  display: block;
  transition: all 0.3s;
  border: rgba(255, 255, 255, 0.3) 1px solid;
}
.bnr01 a::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  .staff_time dl {
    display: block !important;
  }
}
.staff_time dl:not(:last-child) {
  margin-bottom: 10px;
}
.staff_time dl dt, .staff_time dl dd {
  line-height: 1.6em;
  padding: 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}
@media screen and (max-width: 750px) {
  .staff_time dl dt, .staff_time dl dd {
    width: 90% !important;
  }
}

.staff_time2 dl:not(:last-child) {
  margin-bottom: 10px;
}
.staff_time2 dl dt, .staff_time2 dl dd {
  line-height: 1.6em;
  padding: 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}
.staff_time2 dl dt {
  width: 100% !important;
}

.staff_01 {
  justify-content: space-between;
}
.staff_01 .box {
  width: calc((100% - 36px) / 2);
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 750px) {
  .staff_01 .box {
    width: 100%;
  }
  .staff_01 .box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.staff_01 .box iframe {
  line-height: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .staff_01 .box iframe {
    height: 55vw;
  }
}

.guide_01 {
  background: #fff;
  padding: 30px;
  margin-bottom: 80px;
  position: relative;
  border: 10px solid rgba(0, 161, 233, 0.3);
}
.guide_01 td {
  padding: 0 !important;
  border: 0 !important;
}
.guide_01 .ttl div {
  font-size: 23px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 1.6em;
}
@media screen and (max-width: 750px) {
  .guide_01 .ttl div {
    font-size: 20px;
  }
}
.guide_01 .ttl div:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 8px;
  background: rgba(0, 161, 233, 0.3);
  left: 0;
  top: 27px;
}
.guide_01 .txt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .guide_01 .txt {
    display: block;
    text-align: center !important;
  }
}
.guide_01 .txt img {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 750px) {
  .guide_01 .txt img {
    margin: 0 0 2em 0;
  }
}

.company_area dl:first-child dt {
  border-top: 1px solid #ccc !important;
}
.company_area dt,
.company_area dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
}
.company_area dt {
  border-bottom: 1px solid #ccc !important;
}
.company_area dd {
  border-bottom: 1px solid #eee !important;
}
.company_area dd .wrap {
  display: block !important;
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.company_area dd .wrap:not(:last-child) {
  margin-bottom: 30px;
}
.company_area dd .wrap .ttl {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .company_area dl {
    border-top: 1px solid #ccc !important;
    padding-top: 15px !important;
    display: flex;
    flex-flow: column;
  }
  .company_area dl:first-child dt {
    border-top: 0 !important;
  }
  .company_area dt {
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .company_area dt,
  .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dd {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
}

.comp dl dt {
  min-width: 250px;
  align-items: center !important;
}
@media screen and (max-width: 640px) {
  .comp dl {
    display: flex;
    flex-flow: column;
  }
  .comp dt {
    border-right: 1px solid #ccc !important;
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp dt,
  .comp dd {
    text-align: center;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  .comp2 tbody tr {
    border: 3px solid #dbd6c9 !important;
  }
}
.comp2 tbody tr .ttl {
  width: 300px !important;
  border: 3px solid rgba(0, 161, 233, 0.5) !important;
}
@media screen and (max-width: 640px) {
  .comp2 tbody tr .ttl {
    width: 100% !important;
    border: 0 !important;
  }
}
.comp2 tbody tr .txt {
  border: 3px solid #dbd6c9 !important;
}
@media screen and (max-width: 640px) {
  .comp2 tbody tr .txt {
    margin-top: -3px;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 3px solid #dbd6c9 !important;
  }
}
.comp2 tbody tr td {
  border: 0 !important;
}

.contact_01 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 50px;
  color: #333;
}
.contact_01 .submit_l {
  float: none !important;
}
.contact_01 .submit_r {
  float: none !important;
}
.contact_01 dl {
  margin-bottom: 40px;
  font-size: 15px;
}
.contact_01 dl:last-child {
  margin-bottom: 0;
}
.contact_01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 200px;
  min-width: 200px;
  width: 30% !important;
  font-weight: 700;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 640px) {
  .contact_01 dl dt {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}
.contact_01 dl dt label {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-top: 5px;
}
.contact_01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}
@media screen and (max-width: 640px) {
  .contact_01 dl dd {
    width: 100% !important;
  }
}
.contact_01 dl dd span {
  line-height: 1;
  margin-right: 0;
}
.contact_01 .file {
  border-top: 0 !important;
  flex-direction: row !important;
  border-top: 0 !important;
}
@media screen and (max-width: 640px) {
  .contact_01 .file {
    flex-direction: column !important;
  }
}
.contact_01 .file dt {
  font-size: 16px;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
}
@media screen and (max-width: 640px) {
  .contact_01 .file dt {
    flex-direction: row !important;
  }
}
.contact_01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}
.contact_01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.contact_01 .submit {
  margin: 0px auto !important;
}

.contact_02 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.contact_02 a {
  font-size: 1.5em;
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .privacypolicy {
    padding: 15px;
  }
}
.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
    padding-right: 15px;
  }
}
.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}
#agree_check label {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}
#agree_check label span {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.contact_03 a {
  font-weight: 700;
  font-size: 3rem;
  color: #00a1e9;
}

.modaal-content-container {
  display: flex;
  align-items: center;
}
.modaal-content-container .box {
  width: 48%;
}
.modaal-content-container .box:nth-of-type(1) {
  margin-right: 15px;
}
.modaal-content-container .box img {
  width: 100% !important;
}
.modaal-content-container .box h3 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #00a1e9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.modaal-content-container .box span {
  color: #970f00;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    display: block;
  }
  .modaal-content-container .box {
    width: 100% !important;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .modaal-content-container .box:nth-of-type(1) {
    margin-right: 0;
  }
}
.modaal-container {
  background: rgba(255, 255, 255, 0.8) !important;
  max-width: 1350px !important;
}

.fancybox-slide > * {
  margin: 45px;
}

.slider_02 ul {
  display: block;
}
.slider_02 ul .slick-list .slick-track li img {
  margin: 0 auto;
}
.slider_02 ul .slick-prev {
  display: none !important;
}
.slider_02 ul .slick-next {
  display: none !important;
}
.slider_02 ul .slick-dots {
  margin-top: 30px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.9607843137%;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots {
    justify-content: space-between;
    margin-left: 0;
  }
}
.slider_02 ul .slick-dots li {
  position: relative;
  width: 14.7058823529%;
  height: auto;
  margin: 0;
  margin-left: 1.9607843137%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots li {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots li {
    width: 48%;
    margin-left: 0;
  }
}
.slider_02 ul .slick-dots li img {
  width: 100% !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.fix-footer-whitening {
  text-align: left;
}
.fix-footer-whitening__text {
  margin-bottom: 3px;
  line-height: 1;
}
.fix-footer-whitening__text:last-child {
  margin-bottom: 0;
}
.fix-footer-whitening__arrow {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 15px;
  font-size: 14px;
  position: relative;
  z-index: 0;
}
.fix-footer-whitening__arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #00a1e9;
  transform: rotate(30deg);
  position: absolute;
  right: 0;
  bottom: 3px;
}
.fix-footer-whitening__arrow:after {
  content: "";
  flex: 0 0 40%;
  height: 1px;
  margin-left: 5px;
  background-color: #00a1e9;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-1000 {
  max-width: 1080px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 834px) {
  .inner-1000 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 640px) {
  .fix-text-sp-right > div {
    text-align: right !important;
  }
}

.retsu {
  margin-bottom: -10px;
}
.retsu .box {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .retsu .box {
    width: 100%;
    margin-right: 0;
  }
}
.retsu .box:nth-child(2n) {
  margin-right: 0;
}

.marker-yellow {
  color: black;
  background-color: #ffff00;
}

.marker-green {
  color: black;
  background-color: #6ce730;
}

.marker-light-green {
  color: black;
  background-color: #a3ff6c;
}

.text-decoration-wavy {
  -webkit-text-decoration: black wavy underline 2px;
          text-decoration: black wavy underline 2px;
  text-underline-offset: 2px;
}

.border-red {
  border: 5px solid red;
}

.border-red-pc {
  border: 5px solid red;
}
@media only screen and (max-width: 1200px) {
  .border-red-pc {
    border: none;
  }
}

@media screen and (max-width: 640px) {
  .border-red-sp {
    border: 5px solid red;
  }
}

.max-width-800 {
  max-width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
}

#contents_wrap {
  line-height: 1.8;
}

.background-size-cover {
  background-size: cover;
}

.background-positon-center {
  background-position: center center;
}

.background-attachment-fixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 1200px) {
  .background-attachment-fixed {
    background-attachment: unset;
  }
}

.line-height-1_1 {
  line-height: 1.1;
}

.line-height-1_4 {
  line-height: 1.4;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
}

.font-size-small {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .font-size-small {
    font-size: 14px;
  }
}

.font-size-medium-small {
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .font-size-medium-small {
    font-size: 14px;
  }
}

.font-size-medium {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .font-size-medium {
    font-size: 25px;
  }
}

.font-size-large {
  font-size: 56px;
}
@media screen and (max-width: 640px) {
  .font-size-large {
    font-size: 27px;
  }
}/*# sourceMappingURL=common_style.css.map */