@charset "UTF-8";
/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
select,
option,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #f8f8f8;
}

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

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

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}
main a{
    transition: 0.3s;
}
main a:hover{
    transform: scale(1.1);
    z-index:10;
}

.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

i {
  position: relative;
}

.tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.tab_sp_only {
  display: none !important;
}

.ml_auto {
  margin-left: auto;
}

.col_between {
  justify-content: space-between;
}

.col_center {
  justify-content: center;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: end;
}

.align_normal {
  align-items: normal;
}

.align_right {
  margin-left: auto;
}

.v_top {
  vertical-align: top;
}

.hr_red {
  border-top: 4px solid #f18700;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center;
}

.mb80 {
  margin-bottom: 80px;
}

.img_right {
  float: right;
}

@media all and (max-width: 768px) {
  .sp_left {
    text-align: left;
  }
}
.clear {
  clear: both;
}

.animated {
  opacity: 0;
}

@media all and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

.swiper-container {
  overflow: hidden;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    color: #000;
  }
}

.item,
a {
  transition: all 0.2s ease-in-out;
}
a[href*="sitepolicy"]{
    font-size:0.75em;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 52.5798525799%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -2.1875vw;
}
.col_3 > * {
  margin-left: 2.1875vw;
  width: calc(33.33333% - 2.1875vw);
margin-bottom: 1em;
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -38px;
}
.col_5 > * {
  margin-left: 38px;
  width: calc(20% - 38px);
}

@media all and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    width: 100%;
    margin-bottom: 2em;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: 0;
  }
  .col_4 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_5 {
    margin-left: 0;
  }
  .col_5 > * {
    margin-left: 0;
    width: 100%;
  }
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?doxwa5");
  src: url("../fonts/icomoon.eot?doxwa5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?doxwa5") format("truetype"), url("../fonts/icomoon.woff?doxwa5") format("woff"), url("../fonts/icomoon.svg?doxwa5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_bottom:before {
  content: "\e900";
}

.icon-half_arrow:before {
  content: "\e907";
}

.icon-c_arrow:before {
  content: "\e901";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e904";
}

.icon-news:before {
  content: "\e905";
}

.icon-pin:before {
  content: "\e906";
}

.icon-blank1:before {
  content: "\e902";
}

/* ---------------------------------------------------------
@extend (継承用)
--------------------------------------------------------- */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.notoM {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.notoB {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.navi_main ul {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: calc(1rem + 0.5vw);
}
.navi_main ul li {
  margin-left: 3vw;
}
.navi_main ul a {
  position: relative;
  display: block;
  color: #00529e;
  font-weight: 700;
}
.navi_main ul a:hover {
  color: #f18700;
}
@media all and (max-width: 768px) {
  .navi_main {
    display: none;
  }
}
@media all and (min-width: 768px) {
    nav.sp_only{
        display:none;
    }
}

nav.sp_only{
    position:fixed;
    bottom:0;
    width:98%;
    margin:auto;
    z-index:100;
    left: 0;
    right: 0;
}
nav.sp_only ul{
    display:flex;
    width:100%;
    justify-content:center;
}
nav.sp_only li{
    margin-right:1px;
    width:40%;
}
nav.sp_only li a{
    line-height:4rem;
    background-color:#333;
    color:#FFF;
    display:block;
    border-radius:10px 10px 0 0;
    text-align:center;
    font-weight:bold;
    white-space:nowrap;
}
nav.sp_only li a img{
    height:1.1rem;
    width:auto; 
}
nav.sp_only li:first-child{
    margin-right:1%;
    width: 80%;
}
nav.sp_only li:first-child a{
    background-color:#f18700;
    color:#FFF;
}
/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  background: #f18700;
  padding: 8px 20px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn i {
  margin-left: 16px;
}
.btn:hover {
  color: #3e3033;
  border: 2px solid #f18700;
  background: #fff;
  box-shadow: 0 0 0 #773929;
}
@media all and (max-width: 768px) {
  .btn {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .btn i {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
h2 {
  font-size: 38px;
  font-size: 2vw;
  color: #00529e;
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #00529e;
}
@media all and (max-width: 768px) {
  h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.item figure {
  margin-bottom: 15px;
}
.item figure img {
  border-radius: 10px;
}
@media all and (max-width: 768px) {
#program .item figure img {
      min-height: 66vw;
}
}

.item time {
  display: block;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media all and (max-width: 768px) {
  .item time {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}

p {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.45;
}
@media all and (max-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

/*----------------------------------------------------------------------
テンプレパーツ
----------------------------------------------------------------------*/
.wrap {
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1700px) {
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
#header {
  display: flex;
  position: fixed;
  z-index: 100;
  align-items: center;
  padding: 9px 2% 20px;
  background: #f8f8f8;
}
#header:after {
  position: absolute;
  bottom: 0;
  right: -116px;
  content: "";
  width: 117px;
  height: 95px;
  background: no-repeat 50%/cover url(../img/parts/header_parts.svg);
}
#header .logo {
  max-width: 282px;
}
#header .logo img {
  display: block;
}
#header .navi_main {
  margin-left: 3vw;
}
@media all and (max-width: 768px) {
  #header {
    padding: 5px 5% 10px;
  }
  #header:after {
    right: -3.9em;
    width: 4em;
    height: 3em;
  }
  #header .logo {
    max-width: 10rem;
  }
}

/*----------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------*/
.visual {
  margin: 0 auto 50px;
  padding: 1.45% 1.45% 0;
}
.visual .photo_img {
  position: relative;
  border-radius: 20px;
}
.visual .photo_img:before {
  padding-top: 39.8068669528%;
}
.visual .photo_img img {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .visual {
    margin: 0 auto 48px;
    padding: 3%;
  }
  .visual .photo_img:before {
    padding-top: 96.2662337662%;
  }
}

main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 72px;
}
main .left_area {
  width: 72.65625vw;
}
main .right_area {
  width: 24.21875vw;
  border-radius: 20px 0 0 20px;
  padding: 2.03125vw 1.45% 1.45% 2.03125vw;
  background: #ebebeb;
}
main article h2 {
  position: relative;
  display: flex;
  z-index: 5;
}
main article h2 span {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 3.125vw;
  padding-top: 53px;
  background: #fff;
}
main article h2 span:after {
  position: absolute;
  right: -143px;
  z-index: -1;
  display: block;
  content: "";
  width: 143px;
  height: 100%;
  background: no-repeat 50%/cover url(../img/parts/title_bg.svg);
}
main article h2 i {
  top: -6px;
  display: block;
  width: 59px;
  height: 55px;
  margin-right: 1.1979166667vw;
  background: no-repeat 50%/cover url(../img/icon/icon_radio01.svg);
}
main article .content {
  padding-top: 50px;
  padding-bottom: 58px;
  padding-left: 3.125vw;
  border-radius: 0 20px 20px 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}
@media all and (max-width: 768px) {
  main {
    padding: 0 0 0;
    flex-direction: column;
  }
  main .left_area {
    width: 100%;
    padding: 0 0;
  }
  main .right_area {
    width: 100%;
    padding: 40px 5%;
    border-radius: 0;
  }
  main article h2 {
    position: relative;
    display: flex;
    padding-top: 35px;
    background: #fff;
    justify-content: center;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  main article h2 span {
    padding-left: 0;
    padding-top: 0;
    background: #fff;
  }
  main article h2 span:after {
    display: none;
  }
  main article h2 i {
    top: 0px;
    width: 33px;
    height: 31px;
    margin-right: 10px;
  }
  main article .content {
    padding: 35px 5%;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
}

.intro {
  margin-bottom: 2vw;
  justify-content: space-between;
}
.intro article:first-child {
  width: 48.4375vw;
}
.intro article:first-child .content {
  padding-right: 1.5625vw;
}
.intro article:first-child img {
  margin-right: 1.5625vw;
  max-width: 12.7083333333vw;
  border-radius: 50%;
    position: relative;
    z-index: 6;
}
.intro article:first-child p {
  margin-bottom: 1em;
  font-size:1.25rem;
}
.intro article:last-child {
  width: 21.09375vw;
  padding: 45px 2.1875vw 27px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.intro article:last-child h2 {
  justify-content: center;
}
.intro article:last-child h2:after ,
.intro article:last-child a:before {
  display: none;
}
.intro article:last-child h3 {
  font-size: 24px;
  font-size: 1.4117647059vw;
  color: #231815;
}
.intro article:last-child figure {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color:#f18700;
  color:#FFF;
  font-weight:bold;
  padding:1em;
  text-align:center;
}
.intro article:last-child figure img {
  display: inline-block;
  border-radius: 10px;
}
.intro article:last-child .mini figure{
    padding:0.5em;
}
.intro article:last-child .mini figure img[src*="parts"] {
    width:20%;
    display:inline-block;
    vertical-align:middle;
    margin-right:1em;
}
@media all and (max-width: 768px) {
  .intro {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .intro article:first-child {
    width: 100%;
    min-height: 26em;
  }
  .intro article:first-child h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
.intro article:first-child p {
  font-size:1rem;
}
  .intro article:first-child .content {
    padding-right: 5%;
    height: 25em;
  }
  .intro article:first-child img {
    margin-left: 10px;
    margin-right: 0;
    max-width: 35vw;
    width: 35vw;
  }
  .intro article:last-child {
    width: 100%;
    padding: 45px 5% 27px;
    background: transparent;
    box-shadow: none;
    min-height: 30em;
  }
  .intro article:last-child h2 {
    background: transparent;
  }
  .intro article:last-child h2 span {
    background: transparent;
  }
  .intro article:last-child h3 {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}

#program {
  margin-bottom: 2vw;
}
#program .content {
  padding-right: 2.03125vw;
  padding-bottom: 58px;
}
@media all and (max-width: 768px) {
  #program {
    margin-bottom: 20px;
    padding-right: 0;
  }
  #program .content {
    padding-right: 5%;
  }
}

#howto .content {
  padding-right: 1.5625vw;
  padding-bottom: 28px;
}
#howto .item {
  display: flex;
  flex-direction: column;
}
#howto .item i,
#howto .item h3 {
  display: block;
  text-align: center;
}
#howto .item i {
  margin-bottom: 12px;
}
#howto .item h3 {
  margin-bottom: 34px;
}
#howto .item figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 12px 0 20px;
  border-radius: 20px;
  min-height: 231px;
  text-align: center;
  background: #f8f8f8;
font-weight:bold;
}
#howto .item figure figcaption {
  margin-bottom: 19px;
}

#howto .item figure b {
  display: block;
}
#howto .item figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 272px;
}
#howto .item figure a {
  color: #f18700;
  font-size: 20px;
  font-size: 1.25rem;
}

#howto .item:first-child figure div{
    border-bottom:2px solid #f18700;
    font-size:1.5rem;
    width:fit-content;
}
#howto .item:first-child b{
    color:#f18700;
  display: inline;
}
#howto .item:first-child figure strong{
    font-size:3rem;
}


@media all and (max-width: 768px) {
  #howto .content {
    background: transparent;
  }
  #howto h2 {
    background: transparent;
  }
  #howto h2 span {
    background: transparent;
  }
  #howto .item h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #howto .item figure {
    background: #fff;
  }
  #howto .item figure a {
    color: #f18700;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*----------------------------------------------------------------------
右カラム
----------------------------------------------------------------------*/
.x_box {
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .x_box {
    margin: 0 5% 40px;
  }
}

.bnr li {
  margin-bottom: 20px;
}
.bnr li a{
    display:flex;
    border-radius: 10px;
    background-color: #fff;
    text-align:center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height:5em;
}
.bnr li img {
  border-radius: 10px;
  display:inline-block;
  width:60%;
  margin:auto;
}
.bnr li:first-child img {
  width:80%;
}
.bnr li:last-child a{
    height:auto;
}
.bnr li:last-child img {
  width:100%;
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer {
  padding: 88px 3.125vw 72px;
  color: #fff;
  background: #666666;
}
footer .col {
  flex-wrap: nowrap;
}
footer figure {
  max-width: 15.8854166667vw;
  margin-right: 2.0833333333vw;
}
footer figure img {
  border-radius: 20px;
}
footer h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
footer address {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer address h4 {
  margin-bottom: 30px;
}
footer address img {
  display: block;
  margin-bottom: 30px;
  max-width: 340px;
}
footer address small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
footer address .btn {
  margin-top: auto;
}
footer .contact {
  margin-left: 10.7291666667vw;
}
footer .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
footer .copy a {
  display: block;
  margin-bottom: 65px;
}
@media all and (max-width: 768px) {
  footer {
    padding: 88px 5% 72px;
  }
  footer .col {
    flex-direction: column;
  }
  footer figure {
    display: none;
  }
  footer h4 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
  footer address {
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  footer address h4 {
    margin-bottom: 15px;
  }
  footer address p {
    margin-bottom: 15px;
  }
  footer address img {
    display: block;
    margin-bottom: 25px;
    max-width: 100%;
  }
  footer address small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  footer .contact {
    margin-left: 0;
  }
  footer .copy {
    margin-left: 0;
    justify-content: center;
  }
  footer .copy a {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */