@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #333333;
  text-decoration: none;
  opacity: 1;
  /*-webkit-transform: 0.3s all;
          transform: 0.3s all;*/
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #00A99D;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
  position: relative;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  _font-weight: 600;
  font-style: normal;
  _font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.fw-regular {
  font-weight: 400;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/******スクロールで画像を縮小*********/
.zoom-out {
  overflow: hidden;
  position: relative;
}
.zoom-out img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform: scale(1.1);
}
.zoom-out.effect img {
  transform: scale(1);
}

/************メガメニュー等************/
body.is-open {
  overflow-y: hidden;
}

/****サイト コンテンツ固定幅 *****/
.site-wrapper {
  min-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    min-width: auto;
  }
}

.inner {
  max-width: 996px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}
/*******サイト共通*********/
/*******ヘッダー******/
header {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    background-color: #fff;
  }
}
header .header-inner {
  min-width: 1100px;
  height: 90px;
  padding: 0 15px 0 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    min-width: auto;
    height: 60px;
    padding: 0 5%;
  }
}
header .header-inner .header__logo_box {
  width: 80%;
  display: flex;
}
@media screen and (max-width: 767px) {
  header .header-inner .header__logo_box {
    width: 45%;
  }
}
header .header-inner .header__logo_box .menu_pc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  header .header-inner .header__logo_box .menu_pc {
    display: none;
  }
}
header .header-inner .header__logo_box .menu_pc li {
  padding: 0 1em;
  position: relative;
}
header .header-inner .header__logo_box .menu_pc li:not(:last-of-type) ::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 30px;
  background-color: #00A99D;
}
header .header-inner .header__logo_box .menu_pc li a {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #00A99D;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
header .header-inner .header__logo_box .menu_pc li a span {
  display: block;
  font-size: 1.4rem;
}
header .header-inner .logo {
  width: 280px;
}
@media screen and (max-width: 767px) {
  header .header-inner .logo {
    width: 177px;
  }
}
header .header-inner .logo a {
  display: flex;
  align-items: center;
}
header .header-inner .header__txt_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-inner .header__txt_box {
    width: 50%;
    justify-content: flex-end;
  }
}
header .header-inner .header__txt_box a.campaign-link {
  display: block;
  margin-right: 20px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  header .header-inner .header__txt_box a.campaign-link {
    margin-right: 0;
    width: 60px;
  }
}
header .header-inner #menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  /* 見た目のCSS */
  background: url(../img/common/hum_bg.svg) no-repeat center;
  cursor: pointer;
  width: 55px;
  width: 59px;
  aspect-ratio: 1/1;
  margin-left: auto;
  /* ボタンがハンバーガーウィンドウの下に隠れないようにする指定 */
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header .header-inner #menu-btn {
    top: 5px;
    right: 5%;
    width: 45px;
    position: absolute;
  }
}
header .header-inner #menu-btn span {
  /* 見た目のCSS */
  display: inline-block;
  background: #fff;
  width: 32%;
  height: 2px;
  border-radius: 1em;
  /* バーガー線の太さ */
  /*アニメーションの設定*/
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  /* バーガー線の位置 */
  transform: translateX(-50%);
}
header .header-inner #menu-btn span:nth-of-type(1) {
  top: 45%;
}
header .header-inner #menu-btn span:nth-of-type(2) {
  top: 57%;
}
header .header-inner #menu-btn span:nth-of-type(3) {
  top: 69%;
}
header .header-inner #menu-btn.open {
  position: fixed;
  top: 15px;
  right: 35px;
}
header .header-inner #menu-btn.open span:nth-of-type(1) {
  top: 55%;
  left: 34%;
  transform: rotate(-45deg);
  width: 32%;
}
header .header-inner #menu-btn.open span:nth-of-type(2) {
  opacity: 0;
}
header .header-inner #menu-btn.open span:nth-of-type(3) {
  top: 55%;
  left: 34%;
  transform: rotate(45deg);
  width: 32%;
}
@media screen and (max-width: 767px) {
  header .header-inner #menu-btn.open {
    top: 8px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner #nav {
    width: 60px;
    left: 0;
    bottom: 0;
  }
}
header .header-inner #nav .nav-container {
  display: none;
  transition: ease;
}
header .header-inner #nav .nav-container.open {
  display: block;
  width: 100%;
  background-color: rgba(182, 182, 182, 0.568627451);
  padding: 20px 0x 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
}
header .header-inner #nav .nav-container.open .menu {
  background-color: #F5F2E9;
  padding: 100px 35px 20px 20px;
  width: 400px;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  min-height: 80%;
}
@media screen and (max-width: 767px) {
  header .header-inner #nav .nav-container.open .menu {
    padding: 80px 5% 100px;
    width: 100%;
  }
}
header .header-inner #nav .nav-container.open .menu .menu-item:not(:last-of-type) {
  margin-bottom: 1em;
}
header .header-inner #nav .nav-container.open .menu .menu-item a {
  display: block;
  padding: 1em;
  background: cadetblue;
  border-radius: 5px;
  color: #fff;
}

/*******共通コンテンツ要素上書き*******/
@media screen and (max-width: 767px) {
  .ompu-interview header .header-inner .nav .menu-list li:not(:last-of-type) {
    border-right: 1.6px solid rgba(186, 186, 186, 0.2);
    padding: 5px 8% 5px 0;
  }
}
.ompu-interview header .header-inner .nav .menu-list li:last-of-type {
  border-right: 1.6px solid rgba(186, 186, 186, 0.2);
}
@media screen and (max-width: 767px) {
  .ompu-interview header .header-inner .nav .menu-list li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding: 5px 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .ompu-interview header .header-inner .nav .menu-list li.admissions {
    padding: 5px 3% 5px 0 !important;
  }
}

/*******フッター******/
footer {
  background: #fff;
  padding: 50px 0 55px;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 20px;
    min-width: 100%;
  }
}
footer p {
  color: #00A99D;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.2rem;
  }
}
footer .footer-txtbox {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer-txtbox {
    margin-bottom: 20px;
  }
}
footer .footer-txtbox span {
  display: block;
  margin: 0 auto;
}
footer .footer-txtbox span.imgicon_home {
  margin-bottom: 20px;
  max-width: 173px;
}
@media screen and (max-width: 767px) {
  footer .footer-txtbox span.imgicon_home {
    margin-bottom: 15px;
    max-width: 123px;
  }
}
footer .footer-txtbox span.imgtxt {
  max-width: 1022px;
}
@media screen and (max-width: 767px) {
  footer .footer-txtbox span.imgtxt {
    max-width: 450px;
    width: 90%;
  }
}
footer .footer-nav {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
footer .footer-nav li {
  padding: 0 1em;
}
footer .footer-nav li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #00A99D;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .footer-nav li a {
    font-size: 1.2rem;
  }
}
footer .footer-nav li:not(:last-of-type) {
  border-right: solid 1px #00A99D;
}

/******各セクション共通******/
.contents-section .section-ttl {
  position: relative;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .contents-section .section-ttl {
    margin: 0 auto 35px;
  }
}
.contents-section .section-ttl span.imgicon_home {
  position: relative;
  margin: 0 auto 35px;
  display: block;
  max-width: 173px;
}
@media screen and (max-width: 767px) {
  .contents-section .section-ttl span.imgicon_home {
    margin: 0 auto 25px;
    max-width: 143px;
  }
}
.contents-section .section-ttl figure {
  position: relative;
}
.contents-section p.intro-txt {
  font-weight: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .contents-section p.intro-txt {
    font-weight: 1.6rem;
  }
}
.contents-section p.intro-txt + p {
  margin-top: 45px;
}
.contents-section p.intro-txt span.marker {
  color: #00A99D;
}
.contents-section ul.section-list-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents-section ul.section-list-col2 li {
  max-width: 487px;
  width: 100%;
  border-radius: 10px;
}
.contents-section ul.section-list-col2.ex li {
  max-width: 537px;
  width: 100%;
  border-radius: 0;
}

/******固定ボタン******/
.webmall {
  position: fixed;
  right: 2%;
  bottom: 15%;
  z-index: 9999;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .webmall {
    padding: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.webmall.is-fixed {
  bottom: 300px;
}
.webmall a {
  display: block;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .webmall a {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .webmall a + a {
    margin-top: 1em;
  }
}
.webmall #pc_bnr_menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .webmall #pc_bnr_menu {
    display: block;
    margin-bottom: 1em;
    width: 150px;
    transition: 0.3s all;
  }
}
@media screen and (min-width: 768px) {
  .webmall #pc_bnr_menu:hover {
    opacity: 0.9;
  }
}

/******ページトップに戻るボタン******/
#page-top {
  width: 100px;
  height: 100px;
  background: url(../img/common/pagetop.png) no-repeat center;
  background-size: 100% auto;
  position: fixed;
  right: 1%;
  bottom: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 80px;
    height: 80px;
    bottom: 85px;
    right: 5%;
  }
}

#page-top.top {
  visibility: visible;
  opacity: 1;
}
#page-top.top.is-fixed {
  bottom: 150px;
}
@media screen and (max-width: 767px) {
  #page-top.top.is-fixed {
    bottom: 200px;
  }
}

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 1px #4CC3BA;
  border-radius: 50%;
}

@media (pointer: fine) {
  #page-top a:hover {
    opacity: 0.4;
  }
}

/******下層ページ共通******/
/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/******調整******/
.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.mb01 {
  margin-bottom: 1em;
}

.mb02 {
  margin-bottom: 2em;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb35 {
  margin-bottom: 35px;
}/*# sourceMappingURL=common.css.map */