@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
main,
mark,
nav,
ol,
p,
pre,
q,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

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

* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

a {
  color: #5c8dc9;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #325f96;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

iframe,
img,
video {
  max-width: 100%;
}

img {
  border: none;
  vertical-align: top;
}

b,
strong {
  font-weight: 500;
}

blockquote,
q {
  quotes: none;
}

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

button {
  border: none;
  background: none;
}
button:hover, button:active, button:focus {
  outline: none;
}
button:active, button:focus {
  box-shadow: none;
}

hr {
  display: block;
  height: 0;
  margin: 1.1em 0;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

.main-heading,
.news-heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 1rem;
  padding: 0 0 0.5rem;
  line-height: 1.3;
  font-size: 2em;
  border-bottom: 2px solid #325f96;
}

@media print, screen and (min-width: 768px) {
  .main-heading,
  .news-heading {
    margin-bottom: 1.5rem;
    font-size: 2.5em;
  }
}
.main-subheading {
  margin-bottom: 1rem;
  font-size: 1.3em;
  line-height: 1.2;
}

@media print, screen and (min-width: 640px) {
  .main-subheading {
    font-size: 1.5em;
  }
}
.main ul > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  list-style-type: none;
}

.main ul > li:not(:last-child) {
  margin-bottom: 0.25em;
}

.main ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #333;
}

.main ol > li {
  margin-left: 1.5em;
  line-height: 1.5;
  list-style-type: decimal;
}

.main ol > li:not(:last-child) {
  margin-bottom: 0.25em;
}

ul.list-style-none > li {
  padding-left: 0;
  list-style-type: none;
}

ul.list-style-none > li:before {
  display: none;
}

ul.list-style-none > li:not(:last-child) {
  margin-bottom: 0;
}

ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

ol.list-style-none > li:not(:last-child) {
  margin-bottom: 0;
}

ul.list-style-note > li {
  padding-left: 1em;
}

ul.list-style-note > li:before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.more {
  margin-top: 1.5em;
  text-align: center;
}

.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 1.4rem 4rem 1.4rem 2rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
  border-radius: 0.2em;
  background-color: #5c8dc9;
  transition: color 0.2s, background-color 0.2s;
}

.link-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .link-button {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1100px) {
  .link-button.large {
    font-size: 1.8rem;
    padding: 1.6rem 4.5rem 1.6rem 2.5rem;
  }
}
.link-button.ohfchan {
  padding: 0.6em 3.4em 0.6em 0.8em;
  color: #333;
  font-size: 0.8em;
  font-weight: 700;
  background: none;
  transition: none;
}

.link-button.ohfchan:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 27.27273px;
  height: 35.45455px;
  border: none;
  background: url(../img/base/ohfchan1b.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-button.ohfchan:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 27.27273px;
  height: 35.45455px;
  background: url(../img/base/ohfchan1.png) center no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-button.reverse {
  color: #333;
  background-color: #fff;
}

.link-button.reverse:before {
  border-color: #325f96;
}

.link-button.orange:before {
  border-color: #ef810f;
}

a.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #325f96;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

a.link-button:hover:before {
  border-color: #fff;
}

a.link-button.ohfchan:hover {
  color: #5c8dc9;
  background: none;
  box-shadow: none;
}

a.link-button.ohfchan:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

a.link-button.ohfchan:hover:after {
  opacity: 0;
}

a.link-button.reverse:hover {
  background-color: #5c8dc9;
}

a.link-button.reverse:hover:before {
  border-color: #fff;
}

a.link-button.orange:hover {
  color: #ef810f;
  background-color: #fff;
}

a.link-button.orange:hover:before {
  border-color: #ef810f;
}

.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.inner:after {
  content: "";
  display: table;
  clear: both;
}

.gutter:not(:last-child) {
  margin-bottom: 5em;
}

.gutter > .inner {
  padding-right: 21px;
  padding-right: 1.5rem;
  padding-left: 21px;
  padding-left: 1.5rem;
  font-size: 1.1em;
  line-height: 1.8;
}

@media screen and (max-width: 767.98px) {
  .gutter > .inner {
    padding-right: 0;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.6;
  }
}
.gutter > .inner .inner {
  overflow: hidden;
}

.gutter .inner:not(:last-child) {
  margin-bottom: 42px;
  margin-bottom: 3rem;
}

.gutter.dmy > .inner {
  padding: 0;
}

.gutter.dmy.wide {
  margin-right: -22%;
  margin-left: -22%;
}

@media print, screen and (min-width: 1100px) {
  .gutter.dmy.wide {
    margin-right: -230px;
    margin-left: -230px;
  }
}
.gutter.dmy.wide > .inner {
  max-width: none;
  padding: 0;
  text-align: center;
}

.gutter.dmy.wide > .inner:not(:last-child) {
  margin-bottom: 5em;
}

.anchor-point {
  display: block;
}

.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}

@media print, screen and (min-width: 1100px) {
  .anchor-point:before {
    margin-top: -150px;
    padding-top: 150px;
  }
}
.subsection:not(:last-child) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #eee;
}

.css-counter {
  counter-reset: section;
}

.css-counter .counter:before {
  counter-increment: section;
  content: counter(section) ". ";
}

.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
}

.notebook-line {
  position: relative;
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 40px;
  border-top: 1px solid #eee;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #eee 97%, #eee 100%);
  background-size: 100% 40px;
}

.notebook-line-whiteline {
  border-top-color: #fff;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #fff 97%, #fff 100%);
}

.notebook-line-dotted {
  padding-top: 1px;
  line-height: 40px;
  border-top: none;
  background: url(../img/base/border.svg) 0 100%;
  background-size: auto;
}

.notebook-line-whitedotted {
  background-image: url(../img/base/border_w.svg);
}

.global-contact .tel-link {
  display: inline-block;
  vertical-align: top;
  color: #333;
}

.global-contact a.tel-link {
  color: #333;
}

.global-contact a.tel-link:hover {
  color: #325f96;
  text-decoration: none;
}

.global-contact .tel-text {
  display: block;
  font-size: 0.9em;
}

.global-contact .tel-num {
  display: block;
  font-size: 1.6em;
  line-height: 1.1;
}

@media print, screen and (min-width: 1100px) {
  .global-contact .tel-num {
    font-size: 1.9em;
  }
}
.global-contact .tel-num span {
  font-size: 1.1em;
  font-weight: 700;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?j9ztgr");
  src: url("../fonts/icomoon.eot?j9ztgr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j9ztgr") format("truetype"), url("../fonts/icomoon.woff?j9ztgr") format("woff"), url("../fonts/icomoon.svg?j9ztgr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

body,
html {
  height: 100%;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.has-lightbox {
  overflow: hidden;
}

body {
  min-width: 320px;
  min-height: 480px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

@media print, screen and (min-width: 1100px) {
  .header .inner {
    position: absolute;
    right: 0;
    max-width: 1280px;
  }
}
.header-logo {
  display: block;
  text-align: center;
}

.header-logo img {
  max-width: 85%;
}

@media print, screen and (min-width: 640px) {
  .header-logo {
    text-align: center;
  }
}
.nav-open .header-logo {
  display: none;
}

@media print, screen and (min-width: 1100px) {
  .nav-open .header-logo {
    display: block;
  }
  .header-logo img {
    max-width: 100%;
  }
}
.header-link {
  display: block;
  position: absolute;
  top: 57px;
  right: 0;
  left: 5px;
  width: 220px;
  margin: auto;
}

@media print, screen and (min-width: 1100px) {
  .header-link {
    top: 55px;
    right: auto;
    left: 10px;
    width: 250px;
  }
}
.header-language {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
}

@media print, screen and (min-width: 1100px) {
  .header-language {
    right: 60px;
  }
}
.header-language a {
  display: block;
  position: relative;
  height: 50px;
  color: #fff;
}

.header-language a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5c8dc9;
}

@media screen and (max-width: 1099.98px) {
  .nav-open .header-language a {
    color: #5c8dc9;
    background: none;
  }
}
.header-language a:after {
  content: "English";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
}

.en-page .header-language a:after {
  content: "Japanese";
}

.header-language .icon {
  display: block;
  text-align: center;
}

.header-language .icon:before {
  font-size: 46.2px;
  font-size: 3.3rem;
}

@media screen and (min-width: 1100px) {
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
  .header.fixed .header-link {
    top: 51px;
    left: 30px;
    width: 200px;
  }
}
.nav {
  display: block;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0) url(../img/base/blank.gif);
    z-index: 1000;
  }
  .nav-open .nav {
    right: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1100px) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
.nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 135px;
  border-top: 50px solid #333;
  border-bottom: 5px solid #325f96;
  background-color: #fff;
}

@media print, screen and (min-width: 1100px) {
  .nav:before {
    right: 0;
    height: 158px;
  }
}
.nav-open .nav:before {
  display: none;
}

@media print, screen and (min-width: 1100px) {
  .nav-open .nav:before {
    display: block;
  }
}
.nav:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 214.28571px;
  height: 278.57143px;
  background: url(../img/base/ohfchan1w.png) center no-repeat;
  background-size: cover;
  opacity: 0.1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media print, screen and (min-width: 1100px) {
  .nav:after {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 60px 0 0;
    background-color: #325f96;
  }
  .nav-open .nav .inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 1100px) {
  .nav .inner {
    position: static;
    max-width: 1280px;
  }
}
.nav .inner:after {
  content: "";
  display: none;
}

.nav-open .nav .inner:after {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 1;
}

@media print, screen and (min-width: 1100px) {
  .nav-open .nav .inner:after {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav {
    position: relative;
    padding: 60px 10px 10px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1100px) {
  .main-nav {
    display: flex;
    padding-top: 50px;
    padding-left: 425px;
  }
}
@media print, screen and (min-width: 1100px) {
  .main-nav-item.primary {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    color: #fff;
    z-index: 1;
  }
}
.main-nav-item.global {
  clear: both;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global {
    flex-grow: 1;
  }
}
.main-nav-item.global .sub-nav-button {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1.5em 3.5em 1.5em 1.1em;
  text-align: left;
  color: #fff;
  font-family: inherit;
  border: none;
  border-bottom: 1px solid #3a6fad;
  background: none;
  cursor: pointer;
  outline: none;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .sub-nav-button {
    height: 108px;
    padding: 0 0 5px;
    color: #333;
    text-align: center;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .sub-nav-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #325f96;
  }
}
.main-nav-item.global .sub-nav-button span {
  display: block;
  line-height: 1.3;
  font-size: 1.15em;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .sub-nav-button span {
    display: block;
    font-size: 1.6rem;
  }
  .en-page .main-nav-item.global .sub-nav-button span {
    font-size: 1.6em;
  }
}
.main-nav-item.global .sub-nav-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .sub-nav-button:after {
    display: none;
  }
}
.main-nav-item.global.sub-nav-active .sub-nav-button {
  color: #fff;
  background-color: #3a6fad;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global.sub-nav-active .sub-nav-button {
    color: #fff;
    background-color: #5c8dc9;
  }
}
.main-nav-item.global.sub-nav-active .sub-nav-button:after {
  top: 0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-nav-item.global .nav-link {
  display: block;
  padding: 1.25em 1em;
  color: #fff;
  border-bottom: 1px solid #3a6fad;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 108px;
    padding: 0 0 5px;
    color: #333;
    border-bottom: none;
  }
}
.main-nav-item.global .nav-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3a6fad;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .nav-link:hover {
    background-color: #325f96;
  }
}
.main-nav-item.global .nav-link span {
  display: block;
  line-height: 1.3;
}

@media print, screen and (min-width: 1100px) {
  .main-nav-item.global .nav-link span {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .en-page .main-nav-item.global .nav-link span {
    font-size: 1.3em;
  }
}
.en-page .main-nav-item.global .nav-link .ft-sm,
.en-page .main-nav-item.global .sub-nav-button .ft-sm {
  margin: 0.25em 0 -0.25em;
  line-height: 1.2;
  font-size: 1.35rem;
}
@media print, screen and (min-width: 1100px) {
  .en-page .main-nav-item.global .nav-link .ft-sm,
  .en-page .main-nav-item.global .sub-nav-button .ft-sm {
    padding: 0 0.5em;
  }
}

.main-nav-item.search {
  display: block;
  position: static;
}

.sub-nav {
  display: block;
  height: 0;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3em 2em;
    background: #5c8dc9;
  }
}
.sub-nav-active .sub-nav {
  height: auto;
  pointer-events: auto;
  opacity: 1;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-active .sub-nav {
    top: 100%;
    max-height: 25em;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sub-nav-inner {
  padding: 1em;
  background-color: #5c8dc9;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-inner {
    max-width: 960px;
    margin: auto;
    padding: 0;
    background: none;
  }
}
.sub-nav-label {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-label {
    font-size: 1.7em;
  }
}
.sub-nav-label:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-label:hover {
    color: #325f96;
  }
}
.sub-nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 1em -1em 0 0;
}

.sub-nav-items li {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 0 0;
}

@media print, screen and (min-width: 640px) {
  .sub-nav-items li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.sub-nav-items a {
  display: block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.2em;
  color: #fff;
  line-height: 1.3;
  font-size: 0.9em;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-items a {
    padding: 0.7em 0.7em 0.7em 2.2em;
    font-size: 1em;
  }
}
.sub-nav-items a:hover {
  color: #325f96;
  text-decoration: none;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-items a:hover {
    color: #fff;
    border-radius: 0.4em;
    background-color: #325f96;
  }
}
.sub-nav-items a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 1em;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-items a:before {
    top: 1.1em;
    width: 10px;
    height: 10px;
  }
}
.side-nav {
  display: block;
  margin: 0 -2px -2px 0;
}

@media print, screen and (min-width: 1100px) {
  .side-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.side-nav li {
  float: left;
  width: 50%;
  padding: 0 2px 2px 0;
}

@media print, screen and (min-width: 768px) {
  .side-nav li {
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 1100px) {
  .side-nav li {
    width: auto;
    padding: 0;
  }
}
.side-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 5rem;
  line-height: 1.3;
  font-size: 1.4rem;
  color: #5c8dc9;
  text-align: center;
  background-color: #fff;
}

@media print, screen and (min-width: 640px) {
  .side-nav a {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1100px) {
  .side-nav a {
    display: block;
    padding: 0 0.75rem;
    font-size: 1.1rem;
    line-height: 5rem;
    text-align: left;
    color: #fff;
    background: none;
  }
}
@media print, screen and (min-width: 1280px) {
  .side-nav a {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
.side-nav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5c8dc9;
}

@media print, screen and (min-width: 640px) {
  .primary .side-nav span + span {
    margin-left: 0.3em;
  }
}

.search-button {
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  width: 60px;
  height: 50px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

.search-button:hover {
  color: #fff;
  background-color: #5c8dc9;
}

.sub-nav-active .search-button {
  color: #fff;
  background-color: #5c8dc9;
}

.search-button-container {
  display: block;
  position: absolute;
  top: -60px;
  right: 100%;
  width: 100%;
}

@media print, screen and (min-width: 1100px) {
  .search-button-container {
    top: 0;
    right: 0;
    left: 0;
    max-width: 1280px;
    margin: auto;
  }
}
.nav-open .search-button-container {
  top: -100px;
  right: 0;
}

@media print, screen and (min-width: 1100px) {
  .nav-open .search-button-container {
    top: 0;
  }
}
.search-button-icon {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  text-align: center;
}

.search-button-icon:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e902";
  display: block;
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 1;
}

.search-button-label {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
}

.search-button-label:before {
  content: "Search";
}

.search-field {
  padding: 5px 0 5px 5px;
  background-color: #325f96;
}

.nav-open .search-field {
  padding: 0;
  background-color: #5c8dc9;
}

@media print, screen and (min-width: 1100px) {
  .nav-open .search-field {
    padding: 5px 0 5px 5px;
    background-color: #325f96;
  }
}
.search-field-container {
  display: block;
  position: absolute;
  top: -195px;
  right: 100%;
  width: 100%;
}

@media print, screen and (min-width: 1100px) {
  .search-field-container {
    top: -195px;
    right: 0;
    padding: 5px 0;
    background-color: #325f96;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
.sub-nav-active .search-field-container {
  top: 70px;
}

@media print, screen and (min-width: 1100px) {
  .sub-nav-active .search-field-container {
    top: 154px;
    opacity: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .search-field-container {
    top: 0;
    right: 0;
    padding: 0 10px;
  }
}
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 1002;
}

.nav-button-bars {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.nav-open .nav-button-bars,
.slideout-open .nav-button-bars {
  background: none;
}

.nav-button-bars:after,
.nav-button-bars:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
}

.nav-open .nav-button-bars:after,
.nav-open .nav-button-bars:before,
.slideout-open .nav-button-bars:after,
.slideout-open .nav-button-bars:before {
  margin-top: 0;
  background-color: #5c8dc9;
}

.nav-button-bars:before {
  margin-top: -8px;
}

.nav-open .nav-button-bars:before,
.slideout-open .nav-button-bars:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-button-bars:after {
  margin-top: 8px;
}

.nav-open .nav-button-bars:after,
.slideout-open .nav-button-bars:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-button-label {
  display: block;
}

.nav-button-label:before {
  content: "Menu";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 100%;
  font-size: 0.9em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.nav-open .nav-button-label:before,
.slideout-open .nav-button-label:before {
  content: "Close";
  color: #5c8dc9;
}

@media print, screen and (min-width: 1100px) {
  .nav-button {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #top .nav.fixed {
    top: -60px;
  }
  .nav.fixed:before {
    height: 100%;
  }
  .nav.fixed .main-nav {
    padding-left: 400px;
  }
  .nav.fixed .main-nav-item.global .sub-nav-button {
    height: 80px;
  }
  .nav.fixed .main-nav-item.global .sub-nav-button span {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .en-page .nav.fixed .main-nav-item.global .sub-nav-button span {
    font-size: 1.3em;
  }
  .nav.fixed .main-nav-item.global .nav-link {
    height: 80px;
  }
  .nav.fixed .main-nav-item.global .nav-link span {
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .en-page .nav.fixed .main-nav-item.global .nav-link span {
    font-size: 1.1em;
  }
  .nav.fixed .sub-nav-active .search-field-container {
    top: 126px;
  }
  .en-page .nav.fixed .main-nav-item.global .nav-link .ft-sm,
  .en-page .nav.fixed .main-nav-item.global .sub-nav-button .ft-sm {
    font-size: 1.1rem;
  }
}
.main {
  display: block;
  position: relative;
  padding: 0 1em 3.5em;
  background: #fff;
  z-index: 100;
}

#top .main {
  padding: 0 1em;
}

@media print, screen and (min-width: 1100px) {
  .main {
    padding: 0 2em 3.5em;
  }
  #top .main {
    padding: 0 2em;
  }
}
.main > .inner {
  max-width: none;
}

.main-container {
  max-width: 1100px;
  margin: auto;
  line-height: 1.8;
}

.main-container h2 {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 50px;
  font-size: 1.6em;
  line-height: 1.3;
}

@media print, screen and (min-width: 1100px) {
  .main-container h2 {
    font-size: 1.8em;
  }
}
.main-container h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33333px;
  height: 43.33333px;
  margin: -0.2em 0 0 0.2em;
  background: url(../img/base/ohfchan1.png) center no-repeat;
  background-size: cover;
}

.main-container h3 {
  position: relative;
  margin: 1.5em 0 1em;
  padding-left: 1.3em;
  font-size: 1.3em;
  line-height: 1.3;
  color: #325f96;
}

@media print, screen and (min-width: 1100px) {
  .main-container h3 {
    font-size: 1.5em;
  }
}
.main-container h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 4px;
  background-color: #d9e3ee;
}

.main-container h4 {
  margin: 1.3em 0 0.7em;
  padding: 0 0 0.3em 0.5em;
  font-size: 1.25em;
  line-height: 1.4;
  border-bottom: 2px solid #d9e3ee;
}

@media print, screen and (min-width: 1100px) {
  .main-container h4 {
    font-size: 1.35em;
  }
}
.main-container h5 {
  margin: 0.9em 0 0.5em;
  font-size: 1.1em;
  line-height: 1.4;
}

@media print, screen and (min-width: 1100px) {
  .main-container h5 {
    font-size: 1.2em;
  }
}
.main-container h6 {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

@media print, screen and (min-width: 1100px) {
  .main-container h6 {
    font-size: 1.1em;
  }
}
.main-container ol,
.main-container ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

.footer {
  display: block;
  position: relative;
  padding: 0 1em;
  background-color: #325f96;
  z-index: 100;
}

@media print, screen and (min-width: 1100px) {
  .footer {
    padding: 0 2em;
  }
}
.footer .inner {
  padding: 2em 0 2em;
  color: #fff;
}

.footer-head {
  position: relative;
  margin-bottom: 2.5em;
  text-align: center;
}

@media print, screen and (min-width: 1100px) {
  .footer-head {
    padding: 1.5em 0 0 160px;
    text-align: left;
  }
  .en-page .footer-head {
    padding: 0 28em 0 160px;
  }
}
.footer-head:before {
  content: "";
  display: block;
  width: 101.53846px;
  height: 123.07692px;
  margin: 0 auto 0.5em;
  background: url(../img/base/logo2.png) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1100px) {
  .footer-head:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 132px;
    height: 160px;
    margin: 0;
  }
}
.footer-body {
  max-width: 400px;
  margin: 0 auto 2.5em;
}

@media print, screen and (min-width: 768px) {
  .footer-body {
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 0 0 2em;
    max-width: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1100px) {
  .footer-body {
    display: block;
    left: auto;
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.footer-body:after {
  content: "";
  display: table;
  clear: both;
}

.footer-foot {
  text-align: center;
}

@media print, screen and (min-width: 1100px) {
  .footer-foot {
    position: absolute;
    top: 3.5em;
    right: 0;
    text-align: left;
  }
}
.footer-title {
  font-size: 1.3em;
}

@media print, screen and (min-width: 640px) {
  .footer-title {
    font-size: 1.5em;
  }
}
.footer-title span {
  display: block;
}

@media print, screen and (min-width: 1100px) {
  .footer-title span {
    display: inline;
  }
}
.en-page .footer-title span {
  display: block;
  font-size: 0.8em;
  line-height: 1.3;
}

@media print, screen and (min-width: 480px) {
  .en-page .footer-title span {
    letter-spacing: 1px;
  }
}
.en-page .footer-title span.ohf {
  font-size: 1.5em;
  line-height: 1.2;
}

.footer-info {
  margin-top: 1em;
  font-size: 0.9em;
}

.footer-info dt span {
  display: block;
  margin-right: -1em;
}

@media print, screen and (min-width: 768px) {
  .footer-info dt span {
    display: inline;
    margin-right: 0;
  }
}
.footer-info dd,
.footer-info li {
  margin-top: 0.3em;
}

.footer-info .tel {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

.footer-info .fax {
  display: inline-block;
  vertical-align: top;
}

.footer-info .tel-link {
  color: #fff;
}

.footer-info a.tel-link {
  color: #fff;
}

.footer-info a.tel-link:hover {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 640px) {
  .footer-nav {
    float: left;
  }
}
@media print, screen and (min-width: 1100px) {
  .footer-nav {
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer-nav {
    margin-right: 1em;
  }
}
.footer-nav a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  color: #fff;
  font-size: 0.9em;
}

@media print, screen and (min-width: 1100px) {
  .footer-nav a {
    display: inline-block;
    vertical-align: top;
    padding: 0.2em 1em 0.2em 1.5em;
  }
}
.footer-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.4em;
  left: 0.5em;
  width: 7px;
  height: 7px;
  font-size: 0.7em;
  border-radius: 100%;
  background-color: #fff;
}

@media print, screen and (min-width: 1100px) {
  .footer-nav a:before {
    top: 0.9em;
    left: 0.5em;
  }
}
.footer-nav a:hover {
  color: #d9e3ee;
  text-decoration: none;
}

.footer-links {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.footer-links li:not(:last-child) {
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 1100px) {
  .footer-links li:not(:last-child) {
    margin-bottom: 0.6em;
  }
  .en-page .footer-links li:not(:last-child) {
    margin-bottom: 0.8em;
  }
}
.footer-links a {
  display: inline-block;
  vertical-align: top;
  padding: 0.2em 0.1em;
  color: #fff;
  font-size: 0.9em;
}

.footer-links a:hover {
  color: #d9e3ee;
  text-decoration: none;
}

.pagetop {
  display: block;
  position: relative;
  width: 72px;
  height: 98px;
  margin: 0 auto 1em;
  text-align: center;
  color: #333;
  border-radius: 0.4em;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

@media print, screen and (min-width: 640px) {
  .pagetop {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 90px;
    height: 100px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop.fixed {
    opacity: 1;
    pointer-events: auto;
  }
}
.pagetop:hover {
  color: #5c8dc9;
  text-decoration: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.pagetop:hover:before {
  opacity: 1;
}

.pagetop:hover .pagetop-icon {
  opacity: 0;
}

.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: -5px;
  width: 50px;
  height: 65px;
  margin: auto;
  background: url(../img/base/ohfchan1b.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}

.pagetop:after {
  content: "PAGE TOP";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 0.7em;
  font-weight: 800;
}

@media print, screen and (min-width: 1100px) {
  .pagetop:after {
    content: "ページトップ";
  }
  .en-page .pagetop:after {
    content: "PAGE TOP";
  }
}
.pagetop-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 50px;
  height: 65px;
  margin: auto;
  background: url(../img/base/ohfchan2.png) center no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s;
}

.copy {
  display: block;
  margin: 0 -1em;
  padding: 1.5em 1em;
  background-color: #333;
  overflow: hidden;
}

@media print, screen and (min-width: 640px) {
  .copy {
    padding: 1.5em 90px 1.5em 1em;
  }
}
@media print, screen and (min-width: 1100px) {
  .copy {
    margin: 0 -2em;
    text-align: center;
  }
}
.copy small {
  display: block;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: 0.1em;
}

.copy small:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-title {
  display: block;
  position: relative;
  margin-top: 135px;
  padding: 0 1em;
  font-size: 100%;
  background-color: #3a6fad;
  background: linear-gradient(135deg, #3a6fad 35%, #7db9e8 100%);
  overflow: hidden;
}

@media print, screen and (min-width: 1100px) {
  .page-title {
    margin-top: 158px;
    padding: 0 2em;
  }
}
.page-title-inner {
  display: block;
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 2.5em 0 4em;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .page-title-inner {
    text-align: center;
  }
}
@media print, screen and (min-width: 1100px) {
  .page-title-inner {
    padding: 3.5em 0 5em;
  }
}
.page-title-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 214.28571px;
  height: 278.57143px;
  background: url(../img/base/ohfchan1w.png) center no-repeat;
  background-size: cover;
  opacity: 0.1;
}

@media print, screen and (min-width: 1100px) {
  .page-title-inner:before {
    top: -50px;
    right: 50px;
    width: 300px;
    height: 390px;
  }
}
.page-title-name {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.7em;
  z-index: 1;
}

@media print, screen and (min-width: 1100px) {
  .page-title-name {
    font-size: 2em;
  }
}
@media print {
  body,
  html {
    width: 1100px;
    background: none;
  }
}
@media print, screen and (min-width: 1100px) {
  .search-field {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 0;
    border: none;
    background: none;
    overflow: hidden;
  }
}
.search-field fieldset {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.search-field fieldset:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e902";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 60px;
  font-size: 33.6px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.search-field input {
  font-size: 100%;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

#ajaxSearch_input {
  float: left;
  position: relative;
  width: 100%;
  width: calc(100% - 60px);
  height: 50px;
  margin: 0;
  padding: 0 0 0 0.5em;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

#ajaxSearch_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  margin: 0;
  padding: 30px 0 0;
  color: #fff;
  font-size: 0.9em;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
}

#topic-path {
  position: relative;
  margin: 0 -1em 3em;
  padding: 0 1em;
  border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 1100px) {
  #topic-path {
    margin: 0 -2em 3em;
    padding: 0 2em;
  }
}
#topic-path ul {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 1em 1em 2em;
}

#topic-path ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 22px;
  margin: auto;
  border-radius: 0.5em 0.5em 0 0;
  background-color: #fff;
}

#topic-path ul:after {
  content: "";
  display: table;
  clear: both;
}

#topic-path li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: 0.9em;
  z-index: 1;
}

#topic-path li:before {
  display: none;
}

#topic-path li.current {
  color: #333;
}

#topic-path li.home {
  padding-left: 20px;
}

#topic-path li.home:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #325f96 transparent;
  background: none;
}

#topic-path li.home:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 11px;
  height: 6px;
  border-right: 4px solid #325f96;
  border-left: 4px solid #325f96;
}

#topic-path a {
  display: block;
}

#topic-path a:after {
  content: "─";
  display: inline-block;
  vertical-align: middle;
  margin: -0.2em 0.5em 0 0.5em;
  font-size: 0.8em;
  color: #333;
}

.ajaxSearch_result {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.paging1 {
  padding: 10px 0;
}

.ajaxSearch_highlight1 {
  background: yellow;
}

#ditto_pages {
  clear: both;
  margin: 0 -2em;
  padding: 5em 0 0;
  color: #fff;
  text-align: center;
}

#ditto_pages a,
#ditto_pages span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
}

#ditto_pages a:hover {
  text-decoration: none;
}

#ditto_pages .ditto_currentpage,
#ditto_pages .ditto_page {
  width: 2em;
  color: #fff;
  border-radius: 10em;
}

#ditto_pages .ditto_page {
  background-color: #ccc;
}

#ditto_pages .ditto_page:hover {
  color: #fff;
  background-color: #325f96;
}

#ditto_pages .ditto_currentpage {
  background-color: #325f96;
}

#ditto_pages .ditto_next_link,
#ditto_pages .ditto_previous_link {
  color: #333;
  text-align: center;
}

#ditto_pages .ditto_next_link:before,
#ditto_pages .ditto_previous_link:before {
  content: "";
  display: block;
}

#ditto_pages .ditto_next_link:after,
#ditto_pages .ditto_previous_link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #325f96;
  transition: width 0.1s;
}

#ditto_pages .ditto_next_link:hover:after,
#ditto_pages .ditto_previous_link:hover:after {
  width: 100%;
}

#ditto_pages .ditto_next_link {
  margin-left: 0.5em;
}

#ditto_pages .ditto_next_link:before {
  content: "Next";
}

#ditto_pages .ditto_next_link:after {
  left: 0;
}

#ditto_pages .ditto_previous_link {
  margin-right: 0.5em;
}

#ditto_pages .ditto_previous_link:before {
  content: "Back";
}

#ditto_pages .ditto_previous_link:after {
  right: 0;
}

.section {
  position: relative;
  margin-right: -1em;
  margin-left: -1em;
}

@media print, screen and (min-width: 1100px) {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-heading {
  font-size: 1.8em;
}

@media print, screen and (min-width: 1100px) {
  .section-heading {
    font-size: 2.2em;
  }
}
.section-heading:after {
  content: attr(data-subtitle);
  display: block;
  margin: 0.2em 0 0 0.2em;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 480px) {
  .section-heading:after {
    display: inline-block;
    vertical-align: middle;
    margin: -0.2em 0 0 1em;
  }
}
.ohf-programs-section {
  padding: 0 1em 3em;
  background-color: #d9e3ee;
}

@media print, screen and (min-width: 1100px) {
  .ohf-programs-section {
    padding: 0 2em 4em;
  }
}
.ohf-programs-section .inner {
  max-width: 1280px;
}

@media print, screen and (min-width: 768px) {
  .ohf-programs-body {
    display: flex;
  }
}
.ohf-programs-main {
  margin-bottom: 3em;
}

@media print, screen and (min-width: 768px) {
  .ohf-programs-main {
    flex: 1;
    margin-bottom: 0;
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-programs-main {
    padding-right: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .ohf-programs-side {
    width: 34%;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-programs-side {
    width: 400px;
  }
}
.ohf-programs-heading {
  padding: 1em 0;
}

.ohf-programs .ohf-programs-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -2px -2px 0;
}

.ohf-programs .ohf-programs-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 2px 2px 0;
}

@media print, screen and (min-width: 576px) {
  .ohf-programs .ohf-programs-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.ohf-programs-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 144px;
  color: #fff;
  text-align: center;
  background-color: #5c8dc9;
  overflow: hidden;
}

.ohf-programs-link:after,
.ohf-programs-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.ohf-programs-link:before {
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print, screen and (min-width: 1100px) {
  .ohf-programs-link:before {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.2s;
  }
}
.ohf-programs-link:after {
  background: url(../img/base/cover.png) center;
}

.ohf-programs-link:hover {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 1100px) {
  .ohf-programs-link:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .ohf-programs-link:hover .ohf-programs-name {
    bottom: -30px;
  }
  .ohf-programs-link:hover .ohf-programs-name:after {
    top: -55px;
    opacity: 1;
  }
}
.ohf-programs-name {
  display: block;
  position: relative;
  width: 100%;
  bottom: -20px;
  font-size: 1.1em;
  line-height: 1.2;
  z-index: 1;
  transition: 0.2s;
}

@media print, screen and (min-width: 768px) {
  .ohf-programs-name {
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 992px) {
  .ohf-programs-name {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-programs-name {
    bottom: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .ohf-programs-name {
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1280px) {
  .ohf-programs-name {
    font-size: 1.35em;
  }
}
.ohf-programs-name:before {
  content: attr(data-subtitle);
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.ohf-programs-name:after {
  content: "";
  display: block;
  position: absolute;
  top: -44px;
  right: 0;
  left: 0;
  width: 30px;
  height: 39px;
  margin: auto;
  background: url(../img/base/ohfchan1w.png) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1100px) {
  .ohf-programs-name:after {
    top: 0;
    width: 37.5px;
    height: 48.75px;
    opacity: 0;
    transition: 0.2s;
  }
}
.ohf-programs-name .br {
  display: block;
}

.ohf-programs-allycourse .ohf-programs-link:before {
  background-image: url(../img/top/program3.jpg);
}

.ohf-programs-courses .ohf-programs-link:before {
  background-image: url(../img/top/program2.jpg);
}

.ohf-programs-studentsupport .ohf-programs-link:before {
  background-image: url(../img/top/program5.jpg);
}

.ohf-programs-ddccenter .ohf-programs-link:before {
  background-image: url(../img/top/program4.jpg);
}

.ohf-programs-admissions .ohf-programs-link:before {
  background-image: url(../img/top/program1.jpg);
}

.ohf-programs-relayreport .ohf-programs-link:before {
  background-image: url(../img/top/program5.jpg);
}

.ohf-programs-about .ohf-programs-link:before {
  background-image: url(../img/top/program_about.jpg);
}

.ohf-programs-syllabus .ohf-programs-link:before {
  background-image: url(../img/top/program_syllabus.jpg);
}

.ohf-programs-ohrc .ohf-programs-link:before {
  background-image: url(../img/top/program_ohrc.jpg);
}

.ohf-programs-item:first-child .ohf-programs-link {
  border-radius: 0.6em 0.6em 0 0;
}

@media print, screen and (min-width: 576px) {
  .ohf-programs-item:first-child .ohf-programs-link {
    border-radius: 0.6em 0 0 0;
  }
}
@media print, screen and (min-width: 576px) {
  .ohf-programs-item:nth-child(2) .ohf-programs-link {
    border-radius: 0 0.6em 0 0;
  }
}
@media print, screen and (min-width: 576px) {
  .ohf-programs-item:nth-child(7) .ohf-programs-link {
    border-radius: 0 0 0 0.6em;
  }
}
.ohf-programs-item:nth-child(8) .ohf-programs-link {
  border-radius: 0 0 0.6em 0.6em;
}

@media print, screen and (min-width: 576px) {
  .ohf-programs-item:nth-child(8) .ohf-programs-link {
    border-radius: 0 0 0.6em 0;
  }
}
.ohf-news-section {
  padding: 3em 1em;
}

@media print, screen and (min-width: 1100px) {
  .ohf-news-section {
    padding: 3em 2em;
  }
}
.ohf-news-section .inner {
  max-width: 1280px;
}

.ohf-news-items {
  margin: -1em -1em -3em 0;
}

@media print, screen and (min-width: 1100px) {
  .ohf-news-items {
    margin: 0 -2em 0 0;
  }
}
.ohf-news-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 3em 0;
}

@media print, screen and (min-width: 1100px) {
  .ohf-news-item {
    -ms-flex-preferred-size: 50%;
    padding: 0 2em 0 0;
    margin-bottom: 4em;
  }
}
.ohf-news-inner {
  display: block;
  position: relative;
  height: 100%;
}

.ohf-news-head {
  display: flex;
  position: relative;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 480px) {
  .ohf-news-head {
    align-items: center;
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-news-head {
    margin-bottom: 2em;
  }
}
.ohf-news-heading {
  line-height: 1.1;
}

.ohf-news-more {
  margin-top: 0.5em;
  margin-left: auto;
}

@media print, screen and (min-width: 480px) {
  .ohf-news-more {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-news-more {
    margin-top: 0.4em;
  }
}
.ohf-news .news-img-list {
  margin: 0 -1em -2em 0;
}

.ohf-news .news-img-list .news-topics {
  padding: 0 1em 2em 0;
}

@media print, screen and (min-width: 640px) {
  .ohf-news .news-img-list .news-topics {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .ohf-news .news-img-list .news-topics {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-news .news-img-list .news-topics {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.ohf-news .news-img-list .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ohf-menu-section {
  position: relative;
  overflow: hidden;
}

.ohf-menu-section::before {
  content: "";
  display: block;
  padding-top: 34%;
}

@media print, screen and (min-width: 1100px) {
  .ohf-menu-section::before {
    padding-top: 25%;
  }
}
.ohf-menu-slider {
  overflow: hidden;
}

.ohf-menu-slider.slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.ohf-menu-slider.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

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

.ohf-menu-slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ohf-menu-slider .slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.ohf-covid19-section {
  padding: 1em;
  border-top: 1px solid #d9e3ee;
}

@media print, screen and (min-width: 1100px) {
  .ohf-covid19-section {
    padding: 2em 2em;
  }
}
.ohf-covid19-section .inner {
  max-width: 640px;
  padding: 1em 1em;
  color: #fff;
  border-radius: 0.5em;
  background-color: #ef810f;
}

@media print, screen and (min-width: 1100px) {
  .ohf-covid19-section .inner {
    padding: 1.5em;
  }
}
.ohf-covid19-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  border-bottom: 1px dotted #fff;
}

@media print, screen and (min-width: 1100px) {
  .ohf-covid19-body {
    padding: 0 1em;
  }
}
.ohf-covid19-caption {
  margin-bottom: 0.5em;
  padding: 0.3em 1em;
  line-height: 1.3;
  font-size: 1.2em;
  color: #333;
  background-color: #fff;
}

@media print, screen and (min-width: 1100px) {
  .ohf-covid19-caption {
    font-size: 1.4em;
  }
}
.ohf-covid19-heading {
  width: 100%;
  line-height: 1.1;
  font-size: 1.8em;
}

@media print, screen and (min-width: 1100px) {
  .ohf-covid19-heading {
    font-size: 2.2em;
  }
}
.ohf-covid19-heading:after {
  content: attr(data-subtitle);
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1100px) {
  .ohf-covid19-heading:after {
    font-size: 1.8rem;
  }
}
.ohf-covid19-description {
  line-height: 1.6;
  font-size: 0.95em;
}

.ohf-covid19-description .more {
  margin-top: 1em;
}

.news-area {
  position: relative;
}

.news-area .inner {
  padding: 0;
  line-height: 1.5;
}

.news-area .inner:not(:last-child) {
  margin-bottom: 0;
}

.news-area .news-heading {
  margin-bottom: 0;
}

.news-area .news-img-list,
.news-area .news-list,
.news-area .news-thumb-list {
  padding-bottom: 1em;
}

.news-detail .inner {
  line-height: 1.5;
}

.news-detail .inner:not(:last-child) {
  margin-bottom: 0;
}

.news-detail .news-date {
  font-size: 0.9em;
}

.news-link {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}

.news-title {
  word-break: break-all;
  word-wrap: break-word;
}

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  margin-top: 1em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

.news-text div,
.news-text p {
  word-break: break-all;
  word-wrap: break-word;
}

.news-back {
  clear: both;
  max-width: 1100px;
  margin: 2em auto 0;
  padding: 2em 0 0 0;
  text-align: center;
  border-top: 1px solid #ccc;
}

.news-list {
  border-top: 1px solid #eee;
}

.news-list .news-link {
  position: relative;
  padding: 1em 1.5em;
}

.news-list .news-link:hover {
  color: #5c8dc9;
}

.news-list .news-link:hover .news-date {
  color: #5c8dc9;
}

.news-list .news-date {
  float: left;
  margin: 0;
  color: #333;
}

.news-list .news-body,
.news-list .news-title {
  clear: both;
  margin: 0;
}

@media print, screen and (min-width: 640px) {
  .news-list .news-body,
  .news-list .news-title {
    clear: none;
    margin: 0 0 0 7em;
  }
}
.news-img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -10px -1.5em 0;
}

.news-img-list .news-topics {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 10px 1.5em 0;
}

@media print, screen and (min-width: 360px) {
  .news-img-list .news-topics {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 640px) {
  .news-img-list .news-topics {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media print, screen and (min-width: 992px) {
  .news-img-list .news-topics {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.news-img-list .news-link {
  position: relative;
  height: 100%;
  padding: 75% 0 0;
  color: #333;
  text-align: center;
  line-height: 1.5;
  border: none;
}

.news-img-list .news-link:hover {
  color: #5c8dc9;
  text-decoration: none;
}

.news-img-list .news-link:hover .news-date {
  color: #5c8dc9;
}

.news-img-list .news-date {
  display: block;
  padding-top: 0.6em;
  font-size: 0.8em;
  color: #333;
}

.news-img-list .news-title {
  font-size: 0.9em;
}

@media print, screen and (min-width: 640px) {
  .news-img-list .news-title {
    font-size: 1em;
  }
}
.news-img-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #f4f8fb url(../img/base/logo3.png) center no-repeat;
  background-size: auto 65%;
  overflow: hidden;
}

.news-img-list .news-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-img-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-pagers {
  position: relative;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #eee;
  overflow: hidden;
}

.news-pager {
  width: 70px;
  height: 40px;
  margin: auto;
  overflow: hidden;
}

@media print, screen and (min-width: 480px) {
  .news-pager {
    width: 80px;
  }
}
.news-pager a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  background-color: #5c8dc9;
  transition: 0.2s;
}

.news-pager a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #325f96;
}

.news-pager a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.news-pager-prev {
  position: absolute;
  top: 2em;
  right: 0;
  left: -190px;
}

@media print, screen and (min-width: 480px) {
  .news-pager-prev {
    left: -240px;
  }
}
.news-pager-prev a {
  padding-left: 10px;
}

.news-pager-prev a:before {
  display: none;
}

.news-pager-prev a:after {
  left: -40px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-pager-next {
  position: absolute;
  top: 2em;
  right: -190px;
  left: 0;
}

@media print, screen and (min-width: 480px) {
  .news-pager-next {
    right: -240px;
  }
}
.news-pager-next a {
  padding-right: 10px;
}

.news-pager-next a:before {
  display: none;
}

.news-pager-next a:after {
  right: -40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-pager-back {
  width: 90px;
  font-size: 13px;
}

@media print, screen and (min-width: 480px) {
  .news-pager-back {
    width: 120px;
  }
}
.news-pager-back a:after,
.news-pager-back a:before {
  display: none;
}

.coordinator-head {
  margin-bottom: 2em;
  text-align: center;
}

.coordinator-body:after {
  content: "";
  display: table;
  clear: both;
}

.coordinator-name {
  margin-bottom: 1.5em;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .coordinator-name {
    font-size: 1em;
    line-height: 1.8;
  }
}
.coordinator .coordinator-heading {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1100px) {
  .coordinator .coordinator-heading {
    font-size: 2em;
  }
}
.coordinator .coordinator-heading:before {
  display: none;
}

.coordinator-img {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 1.5em;
}

@media print, screen and (min-width: 768px) {
  .coordinator-img {
    float: right;
    width: 30%;
    margin: 0.5em 0 0 1em;
  }
}
@media print, screen and (min-width: 1100px) {
  .coordinator-img {
    margin-left: 1.5em;
  }
}
.coordinator-img img {
  width: 100%;
}

.courses {
  margin-top: 1.5em;
  counter-reset: courses;
}

.courses-container {
  clear: both;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #d9e3ee;
}

@media print, screen and (min-width: 768px) {
  .courses-container {
    margin-top: 3em;
    padding: 3em 1em 0;
  }
}
.courses-head {
  margin-bottom: 2em;
}

.courses .courses-heading {
  margin: 0;
  padding: 0 0 0 2em;
  font-size: 1.4em;
  line-height: 1.2;
  color: #325f96;
}

@media print, screen and (min-width: 768px) {
  .courses .courses-heading {
    font-size: 1.8em;
  }
}
@media print, screen and (min-width: 1100px) {
  .courses .courses-heading {
    font-size: 2.2em;
  }
}
.courses .courses-heading span {
  display: block;
  font-size: 0.75em;
}

@media print, screen and (min-width: 768px) {
  .courses .courses-heading span {
    display: inline-block;
    vertical-align: middle;
  }
}
.courses .courses-heading:before {
  counter-increment: courses;
  content: counter(courses);
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border: 3px solid #ddd;
  background-color: #fff;
}

.courses .courses-heading-curriculum {
  color: #139fd4;
}

.courses .courses-heading-curriculum:before {
  border-color: #139fd4;
}

.courses .courses-heading-onehealth {
  color: #e690db;
}

.courses .courses-heading-onehealth:before {
  border-color: #e690db;
}

.courses .courses-heading-independence {
  color: #11cb5e;
}

.courses .courses-heading-independence:before {
  border-color: #11cb5e;
}

.courses-features {
  margin-top: 1.5em;
}

.courses-features strong {
  font-weight: 700;
}

@media print, screen and (min-width: 1100px) {
  .courses-description {
    font-size: 1.05em;
  }
}
.courses-description:after {
  content: "";
  display: table;
  clear: both;
}

.courses-img {
  width: 60%;
  min-width: 240px;
  max-width: 440px;
  margin: 0 auto 1em;
}

@media print, screen and (min-width: 768px) {
  .courses-img {
    float: right;
    width: 40%;
    margin: 0.5em 0 0 1.5em;
  }
}
.courses-img a {
  display: block;
}

.courses-img .icon-zoom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5em;
}

.courses-img .icon-zoom:before {
  content: "拡大する";
  display: block;
  font-size: 0.9em;
  color: #2d6097;
}

.courses-img .icon-zoom:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 0.5em;
  background: url(../img/base/zoom.svg) center no-repeat;
  background-size: cover;
}

.courses-programs {
  max-width: 360px;
  margin: 0 auto -2em;
}

@media print, screen and (min-width: 992px) {
  .courses-programs {
    display: flex;
    justify-content: center;
    max-width: none;
    margin: 0 -1em -2em 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .courses-programs {
    margin: 0 -2em -2em 0;
  }
}
.courses-programs-item {
  padding: 0 0 2em;
  line-height: 1.5;
}

@media print, screen and (min-width: 992px) {
  .courses-programs-item {
    width: 400px;
    padding: 0 1em 2em 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .courses-programs-item {
    padding: 0 2em 2em 0;
  }
}
.courses-programs .courses-programs-heading {
  margin: 0;
  padding: 0;
  font-size: 1.15em;
  line-height: 1.4;
  text-align: center;
  border-bottom: none;
}

@media print, screen and (min-width: 1100px) {
  .courses-programs .courses-programs-heading {
    font-size: 1.25em;
  }
}
.courses-programs .courses-programs-heading-curriculum {
  color: #139fd4;
}

.courses-programs .courses-programs-heading-onehealth {
  color: #e690db;
}

.courses-programs .courses-programs-heading-independence {
  color: #11cb5e;
}

.courses-programs-img {
  margin: 0.75em 0 0.5em;
  text-align: center;
}

.courses-programs-img img {
  width: 100%;
}

.courses-programs-caption {
  font-size: 0.95em;
}

.student-life {
  margin-top: 3em;
  margin-bottom: 5em;
  counter-reset: student_life;
}

.student-life-container:not(:last-child) {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 2px solid #d9e3ee;
}

.student-life-head {
  margin-bottom: 2em;
}

.student-life-head h3 {
  position: relative;
  margin: 0;
  padding: 0 0 0 110px;
  font-size: 1.6em;
  line-height: 1.1;
  color: #333;
}

@media print, screen and (min-width: 1100px) {
  .student-life-head h3 {
    font-size: 2em;
  }
}
.student-life-head h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 40px;
  margin: auto;
  background: url(../img/base/frame.svg) center no-repeat;
  background-size: cover;
}

.student-life-head h3:after {
  counter-increment: student_life;
  content: "No." counter(student_life);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 38px;
  font-weight: 500;
  font-size: 0.75em;
  line-height: 38px;
  color: #2d6097;
  text-align: center;
  background: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .student-life-body {
    display: flex;
    flex-direction: row-reverse;
  }
}
.student-life-side {
  margin-bottom: 1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .student-life-side {
    width: 38%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .student-life-side {
    width: 400px;
  }
}
.student-life-side img {
  width: 207.77778px;
}

@media print, screen and (min-width: 768px) {
  .student-life-side img {
    width: 80%;
  }
}
@media print, screen and (min-width: 1100px) {
  .student-life-side img {
    width: 374px;
  }
}
@media print, screen and (min-width: 768px) {
  .student-life-main {
    flex: 1;
  }
}
.student-life-description {
  margin-bottom: 1.5em;
}

.student-life-description p {
  font-size: 0.9em;
}

@media print, screen and (min-width: 1100px) {
  .student-life-description p {
    font-size: 1em;
  }
}
.student-life-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1em -1.5em 0;
}

@media print, screen and (min-width: 1100px) {
  .student-life-data {
    margin: 0 -1.5em -1.5em 0;
    padding: 0 1.5em;
  }
}
.student-life-data dl {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1.5em 0;
}

@media print, screen and (min-width: 576px) {
  .student-life-data dl {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media print, screen and (min-width: 1100px) {
  .student-life-data dl {
    padding: 0 1.5em 1.5em 0;
  }
}
.student-life-data dt {
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  background-color: #0072bc;
}

.student-life-data dd {
  text-align: center;
}

.student-life-data dd img {
  width: 70%;
  max-width: 220px;
}

@media print, screen and (min-width: 1100px) {
  .student-life-data dd img {
    width: auto;
    max-width: 100%;
  }
}
.student-support-description {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0 0.5em 0.5em;
  line-height: 1.5;
  border-bottom: 2px solid #d9e3ee;
}

@media print, screen and (min-width: 1100px) {
  .student-support-description p {
    font-size: 1.15em;
  }
}
.student-support-items {
  position: relative;
  padding-top: 220px;
}

@media print, screen and (min-width: 768px) {
  .student-support-items {
    padding: 0 1.5em;
  }
}
.student-support-item {
  margin-top: 2em;
}

@media print, screen and (min-width: 768px) {
  .student-support-item {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .student-support-item-primary {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .student-support-main {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .student-support-side {
    width: 200px;
  }
}
@media print, screen and (min-width: 1100px) {
  .student-support-side {
    width: 240px;
  }
}
.student-support-img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

@media print, screen and (min-width: 768px) {
  .student-support-img {
    position: static;
    text-align: center;
  }
}
.student-support-img img {
  width: 94.44444px;
}

@media print, screen and (min-width: 768px) {
  .student-support-img img {
    width: 141.66667px;
  }
}
@media print, screen and (min-width: 1100px) {
  .student-support-img img {
    width: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  .student-support-img-secondary {
    margin-left: -110px;
  }
}
.student-support-faq dl {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .student-support-faq dl {
    max-width: none;
  }
}
.student-support-faq dl:not(:last-child) {
  margin-bottom: 2em;
}

.student-support-faq dt {
  position: relative;
  margin-bottom: 1em;
  padding: 0.8em 1em;
  line-height: 1.3;
  font-size: 1.05em;
  border-radius: 0.5em;
  border: 5px solid #ddd;
}

@media print, screen and (min-width: 1100px) {
  .student-support-faq dt {
    font-size: 1.15em;
  }
}
.student-support-faq dt:before {
  content: "";
  display: none;
}

@media print, screen and (min-width: 768px) {
  .student-support-faq dt:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 5px;
    height: 25px;
    margin: auto;
    background-color: #fff;
  }
}
.student-support-faq dt:after {
  content: "";
  display: none;
}

@media print, screen and (min-width: 768px) {
  .student-support-faq dt:after {
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -21px;
    width: 21px;
    height: 31px;
    margin: auto;
    background: url(../img/base/tail.svg) center no-repeat;
    background-size: cover;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
}
@media print, screen and (min-width: 768px) {
  .student-support-faq dt .br {
    display: block;
  }
}
.student-support-faq dd {
  position: relative;
  padding-left: 3em;
  line-height: 1.5;
}

@media print, screen and (min-width: 480px) {
  .student-support-faq dd {
    margin-left: 1.3em;
  }
}
@media print, screen and (min-width: 1100px) {
  .student-support-faq dd {
    margin-left: 1.6em;
  }
}
.student-support-faq dd:not(:last-child) {
  margin-bottom: 1em;
}

.student-support-faq dd:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url(../img/base/finger.svg) center no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1100px) {
  .student-support-faq a {
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 768px) {
  .student-support-faq-primary dt:before {
    right: -5px;
    left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .student-support-faq-primary dt:after {
    right: -21px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
/* 基本リスト */
.activity-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em -4rem 0;
}
@media print, screen and (min-width: 1100px) {
  .activity-list {
    margin: 0 -4rem -6rem 0;
  }
}
.activity-list li {
  width: 100%;
  padding: 0 1em 4rem 0;
}
@media print, screen and (min-width: 768px) {
  .activity-list li {
    width: 50%;
  }
}
@media print, screen and (min-width: 1100px) {
  .activity-list li {
    width: 33.33333%;
    padding: 0 4rem 6rem 0;
  }
}

/* ニュース */
/* プログラム生／Ally 生の活動報告 */
/* プログラム生／Ally 生の声 */
/* 講演会 ワークショップ */
/* 情報発信 アウトリーチ */
/* トップページ一覧 */
@media print, screen and (min-width: 1100px) {
  .activity-list-index {
    margin: 0 -1.5rem -4rem 0;
  }
  .activity-list-index li {
    width: 50%;
    padding: 0 1.5rem 4rem 0;
  }
  .activity-list-index .activity-content dt {
    padding: 1.5rem 0 1rem;
  }
}
.activity-content {
  display: block;
  position: relative;
  height: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.activity-content dt {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1rem;
}
.activity-content dt small {
  font-size: 1.4rem;
}
.activity-content dd {
  line-height: 1.4;
}
.activity-content dd a {
  color: #000;
}

@media print, screen and (min-width: 1280px) {
  .activity-content dt {
    padding: 2rem 0 1.5rem;
  }
  .activity-content dt small {
    font-size: 100%;
  }
  .activity-content dd {
    font-size: 1.8rem;
  }
}
.activity-body {
  display: block;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  font-size: 1.4rem;
  color: #000;
  border-top: 5px solid #eee;
}
@media print, screen and (min-width: 1280px) {
  .activity-body {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.activity-body:hover {
  color: #000;
}

.activity-img {
  padding-top: 70%;
  background: #f4f8fb url(../img/base/logo3.png) center no-repeat;
}

.activity-link:hover {
  color: #5c8dc9;
}
.activity-link:hover .activity-img {
  background-size: 110%;
}

.parentdir {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  border-radius: 10em;
  background-color: transparent;
  z-index: 5;
}
@media print, screen and (min-width: 1280px) {
  .parentdir {
    margin-right: 1rem;
    font-size: 1.4rem;
  }
}
.parentdir:hover {
  opacity: 0.8;
}
.parentdir a {
  display: block;
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 0;
}
.parentdir a:hover {
  text-decoration: none;
}

/* プログラム生／Ally 生の活動報告 Student Activity */
/* 海外活動報告会 Overseas Activity Report */
.parentdir.activity1 {
  background-color: #8b7600;
}

/* 活動報告書 Activity Report */
.parentdir.activity2 {
  background-color: #5f52a0;
}

/* WISE/LPセミナー WISE/LP Seminar */
.parentdir.activity3 {
  background-color: #067992;
}

/* プログレス Progress */
.parentdir.activity4 {
  background-color: #79ad4f;
}

/* プログラム生／Ally 生の声 Student Voice */
/* プログラム生の活動紹介 WISE students activities */
.parentdir.activity5 {
  background-color: #1c145a;
}

/* Ally生の声 Voice of Ally Students */
.parentdir.activity6 {
  background-color: #4d7f2e;
}

/* 受賞報告 Award announcement */
.parentdir.activity7 {
  background-color: #9a349b;
}

/* 修了生の声 Voice of Graduates */
.parentdir.activity8 {
  background-color: #8b0000;
}

/* 情報発信・アウトリーチ Social Action */
/* 研究紹介 One Health Relay Report */
.parentdir.activity9 {
  background-color: #2c80b1;
}

/* アウトリーチ活動 Outreach Activity */
.parentdir.activity10 {
  background-color: #ce5412;
}

/* 学術情報の発信 Research Information */
.parentdir.activity11 {
  background-color: #794d67;
}

#ditto_pages {
  padding-top: 2em !important;
}

#activity_forms {
  width: 100%;
  display: table;
  line-height: 1 !important;
}

#activity_forms .col {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

#activity_forms .col select {
  padding: 5px;
}

#activity_forms .col input {
  margin: 0;
}

.categoryLink {
  padding: 0 0 10px 0;
  text-align: center;
}

.categoryLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.categoryLink li {
  flex-basis: auto;
  border: 1px solid #eee;
  margin-right: 1%;
  font-size: 0.8em;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 3px 10px !important;
}

.categoryLink li:hover {
  opacity: 0.8;
}

.categoryLink li a {
  color: #fff !important;
}

.categoryLink li a:hover {
  text-decoration: none;
}

.covid-head {
  display: flex;
}

.covid-head p {
  margin-top: 2em;
}

/*2023/02/24 追加*/
.fr_img {
  float: none;
  margin: 0 0 2rem 0;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
}

.fr_img img {
  border: 3px solid #2d6097;
}

@media print, screen and (min-width: 640px) {
  .fr_img {
    width: 50%;
    height: auto;
  }
}
@media print, screen and (min-width: 1100px) {
  .pcn .sub-nav-button {
    display: none !important;
  }
  .header-language {
    right: 0px;
  }
  /*topパネル*/
  .ohf-programs-section {
    padding: 3em 0;
  }
  .top_report {
    width: 25% !important;
  }
  .fr_img {
    float: right;
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 35%;
    margin: 0 2em 2em 2em;
  }
}
h4 {
  clear: both;
}

.cationtxt {
  margin-top: 2rem;
  border: 2px solid #325f96;
  padding: 15px 20px;
  text-align: center;
}

.top_report {
  width: 100%;
  padding: 0 1em;
  margin-bottom: 2rem !important;
}

#topEvents .activity-img {
  height: 120px;
}

@media print, screen and (min-width: 360px) {
  .top_report {
    width: 50%;
  }
}
@media print, screen and (min-width: 640px) {
  .top_report {
    width: 25%;
  }
  #topEvents .activity-img {
    height: 150px;
  }
}
@media print, screen and (min-width: 1100px) {
  .top_report {
    width: 100%;
  }
  #topEvents .activity-img {
    height: 231px;
  }
}
.news-img-list img {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.news-img-list img:hover {
  -webkit-transform: scale(1.1) translate(-46%, -48%);
          transform: scale(1.1) translate(-46%, -48%);
}

/* デフォルトのスタイル */
.activity-img {
  background-size: 100%;
  /* 背景画像を要素に合わせて表示 */
  transition: background-size 0.25s;
  /* 背景画像サイズの変化をアニメーション化 */
}

.footer {
  position: relative;
}

.f_logo {
  display: block;
  width: 60px;
  margin: 3rem auto 0;
}
@media print, screen and (min-width: 1100px) {
  .f_logo {
    position: absolute;
    top: 1.5em;
    right: -0.5em;
    width: 50px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .f_logo {
    top: 65px;
    right: -90px;
    width: 60px;
  }
}

/* -------------------------------

  令和5年度改修（2024/03）

------------------------------- */
/* バナー */
.ohf-bnr-section {
  margin-bottom: 3em;
  padding: 2rem 1rem;
  background-color: #eee;
}
.ohf-bnr-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -1.5rem 0;
}
.ohf-bnr-item {
  width: 50%;
  padding: 0 1rem 1.5rem 0;
}
.ohf-bnr-link {
  display: block;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
.ohf-bnr-img {
  position: relative;
  margin-bottom: 1rem;
}
.ohf-bnr-img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.ohf-bnr-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid transparent;
  transition: border-color 0.25s;
}
.ohf-bnr-title {
  margin-right: -0.5em;
  margin-left: -0.5em;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.2rem;
}
.ohf-bnr-title .br {
  display: block;
}
.ohf-bnr-text {
  display: none;
}
.ohf-bnr-link:hover {
  text-decoration: none;
  color: #333;
}
.ohf-bnr-link:hover .ohf-bnr-title {
  color: #5c8dc9;
  text-decoration: underline;
}
.ohf-bnr-link:hover .ohf-bnr-img {
  box-shadow: none;
}
.ohf-bnr-link:hover .ohf-bnr-img::before {
  border-color: #5c8dc9;
}

@media print, screen and (min-width: 480px) {
  .ohf-bnr-section {
    padding: 2rem 1em;
  }
  .ohf-bnr-list {
    margin: 0 -1.5rem -1.5rem 0;
  }
  .ohf-bnr-item {
    padding: 0 1.5rem 1.5rem 0;
  }
  .ohf-bnr-title {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .ohf-bnr-item {
    width: 25%;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-bnr-section {
    margin-bottom: 5em;
    padding: 2rem 1em 1rem;
  }
  .ohf-bnr-container {
    max-width: 1000px;
    margin: auto;
  }
  .ohf-bnr-list {
    margin: 0 -1em -1rem 0;
  }
  .ohf-bnr-item {
    width: 25%;
    padding: 0 1em 1rem 0;
  }
  .ohf-bnr-title {
    margin: 0 0 0.5rem;
    font-size: 1.6rem;
  }
  .ohf-bnr-text {
    display: block;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .ohf-bnr-container {
    max-width: 1280px;
  }
}
/* Pick Up スライダー */
.ohf-pickup-section {
  margin-bottom: 5em;
}
.ohf-pickup-container {
  position: relative;
  overflow: hidden;
}
.ohf-pickup-title {
  margin-bottom: 3rem;
  text-align: center;
}
.ohf-pickup-title .en {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 3.2rem;
  border-bottom: 3px solid #002c85;
}
.ohf-pickup-title .jp {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.ohf-pickup-slider.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 8rem;
}
.ohf-pickup-slider .swiper-slide {
  width: 320px;
}
.ohf-pickup-slider.news-img-list {
  display: block;
  margin: 0;
}
.ohf-pickup-slider.news-img-list .news-date {
  display: inline-block;
  vertical-align: top;
  margin: 1rem 0 0.75rem;
  padding: 0.85rem 1.5rem;
  color: #fff;
  line-height: 1.2;
  font-size: 1.4rem;
  background-color: #000;
}
.ohf-pickup-slider.news-img-list .news-link:hover .news-date {
  color: #fff;
  background-color: #5c8dc9;
}
.ohf-pickup-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ohf-pickup-controller .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0 3rem;
  text-align: center;
}
.ohf-pickup-controller .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
  left: auto;
  width: auto;
}
.ohf-pickup-controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.ohf-pickup-controller .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
  background: #ddd;
  opacity: 1;
}
.ohf-pickup-controller .swiper-pagination-bullet-active {
  background: #325f96;
}
.ohf-pickup-controller .swiper-button-next,
.ohf-pickup-controller .swiper-button-prev {
  position: relative;
  top: 0;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  border-radius: 0.5rem;
  background-color: #5c8dc9;
  transition: background-color 0.25s;
}
.ohf-pickup-controller .swiper-button-next::before,
.ohf-pickup-controller .swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.65em;
  height: 0.65em;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.ohf-pickup-controller .swiper-button-next::after,
.ohf-pickup-controller .swiper-button-prev::after {
  display: none;
}
.ohf-pickup-controller .swiper-button-next:hover,
.ohf-pickup-controller .swiper-button-prev:hover {
  background-color: #325f96;
}
.ohf-pickup-controller .swiper-button-prev::before {
  left: 0.35em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ohf-pickup-controller .swiper-button-next::before {
  right: 0.25em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .ohf-pickup-title .en {
    font-size: 3.8rem;
  }
  .ohf-pickup-controller .swiper-pagination {
    margin: 0 4rem;
  }
  .ohf-pickup-controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
  .ohf-pickup-controller .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
  .ohf-pickup-controller .swiper-button-next,
  .ohf-pickup-controller .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    border-radius: 0.8rem;
  }
  .ohf-pickup-controller .swiper-button-next::before,
  .ohf-pickup-controller .swiper-button-prev::before {
    width: 0.75em;
    height: 0.75em;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-pickup-section {
    margin-bottom: 7em;
  }
  .ohf-pickup-title {
    margin-bottom: 5rem;
  }
  .ohf-pickup-slider.swiper {
    padding-bottom: 12rem;
  }
  .ohf-pickup-controller .swiper-pagination {
    margin: 0 8rem;
  }
}
/* One Healthフロンティア卓越大学院プログラム */
.ohf-about-section {
  margin-bottom: 3em;
  padding: 0 1em;
}
.ohf-about-title {
  line-height: 1.2;
  font-size: 2.3rem;
  color: #002c86;
  text-align: center;
}
.ohf-about-title .br {
  display: block;
}
.ohf-about-text {
  margin: 1.5em auto;
  line-height: 1.6;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.ohf-about-img {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.ohf-about-img a {
  display: block;
  position: relative;
}
.ohf-about-img .zoom-icon {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5) url(../img/top/zoom.svg) no-repeat center;
  background-size: 54% auto;
}
.ohf-about-more {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ohf-about-title {
    font-size: 3rem;
  }
  .ohf-about-text {
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .ohf-about-img .zoom-icon {
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-about-section {
    margin-bottom: 5em;
    padding: 0 2em;
  }
  .ohf-about-title {
    font-size: 3.8rem;
  }
  .ohf-about-title .br {
    display: none;
  }
  .ohf-about-text {
    max-width: 1200px;
  }
  .ohf-about-intro {
    max-width: none;
    font-size: 1.8rem;
    text-align: center;
  }
  .en-page .ohf-about-intro {
    max-width: 1200px;
  }
}
/* One Healthの理念と目的 */
.ohf-policy-section {
  margin-bottom: 5em;
  padding: 3em 1em;
  background-color: #f4f8fb;
}
.ohf-policy-container {
  padding: 3rem 2rem;
  border-radius: 2rem;
  border: 3px solid #dae8f1;
  background-color: #fff;
}
.ohf-policy-img {
  margin: -1.5rem 0 1rem;
  text-align: center;
}
.ohf-policy-title {
  line-height: 1.2;
  font-size: 2.8rem;
  color: #002c86;
  text-align: center;
}
.ohf-policy-title .br {
  display: block;
}
.ohf-policy-list {
  margin: 2rem -0.5rem 2rem -0.75rem;
  color: #5b8cc9;
}
.ohf-policy-list li::before {
  top: 0.55em !important;
  width: 0.5em !important;
  height: 0.5em !important;
  background: currentColor !important;
}
.ohf-policy-text {
  line-height: 1.6;
  font-size: 1.4rem;
}
.ohf-policy-more {
  margin-top: 2.5rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ohf-policy-title .br {
    display: none;
  }
  .ohf-policy-body {
    display: flex;
    justify-content: center;
  }
  .ohf-policy-text {
    font-size: 1.6rem;
  }
  .ohf-policy-text .br {
    display: block;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-policy-section {
    padding: 4em 2em;
  }
  .ohf-policy-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    margin: auto;
    padding: 2.5rem 6rem;
    border-radius: 20em;
  }
  .en-page .ohf-policy-container {
    border-radius: 4em;
  }
  .ohf-policy-img {
    margin: 0 2.5rem 0 -2.5rem;
    text-align: left;
  }
  .ohf-policy-body {
    display: block;
  }
  .ohf-policy-title {
    font-size: 3.4rem;
  }
  .en-page .ohf-policy-title {
    text-align: left;
  }
  .ohf-policy-list {
    margin: 2rem 0;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1280px) {
  .en-page .ohf-policy-container {
    border-radius: 20em;
  }
  .ohf-policy-img {
    margin: 0 2.5rem 0 2rem;
  }
  .ohf-policy-main {
    flex: 1;
    display: flex;
  }
  .en-page .ohf-policy-main {
    display: block;
  }
  .en-page .ohf-policy-text .br {
    display: none;
  }
  .ohf-policy-more {
    align-self: center;
    margin: 0 0 0 auto;
    text-align: right;
  }
  .en-page .ohf-policy-more {
    margin: 2.5rem 0 0;
    text-align: center;
  }
}
/* One Healthフロンティア学位プログラム */
.ohf-course-section {
  margin-bottom: 5em;
  padding: 0 1em;
}
.ohf-course-item {
  color: #fff;
}
.ohf-course-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 2rem 3rem;
}
.ohf-course-title {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.ohf-course-title .br {
  display: block;
}
.ohf-course-text {
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.ohf-course-more {
  margin-top: 2rem;
  text-align: center;
}
.ohf-course-program {
  border-radius: 2rem 2rem 0 0;
  background-color: #3a4ead;
}
.ohf-course-program-link.link-button {
  color: #3a4ead;
}
.ohf-course-program-link.link-button::before {
  border-color: currentColor;
}
.ohf-course-program-link.link-button.reverse:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ohf-course-ally {
  border-radius: 0 0 2rem 2rem;
  background-color: #3989ae;
}
.ohf-course-ally-link.link-button {
  color: #3989ae;
}
.ohf-course-ally-link.link-button::before {
  border-color: currentColor;
}
.ohf-course-ally-link.link-button.reverse:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

@media print, screen and (min-width: 768px) {
  .ohf-course-inner {
    padding: 3rem 5rem;
  }
  .ohf-course-title {
    margin-bottom: 2rem;
    padding: 1rem 0 2.5rem;
    line-height: 1.2;
    font-size: 2.8rem;
  }
  .ohf-course-title .br {
    display: none;
  }
  .ohf-course-text {
    font-size: 1.6rem;
  }
  .ohf-course-more {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-course-section {
    padding: 0 2em;
  }
  .ohf-course-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
  }
  .ohf-course-item {
    width: 50%;
  }
  .ohf-course-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3.4em;
    padding-top: 0;
  }
  .ohf-course-title .br {
    display: block;
  }
  .ohf-course-text {
    flex-grow: 1;
  }
  .ohf-course-program {
    border-radius: 2rem 0 0 2rem;
  }
  .ohf-course-program-title {
    margin-right: -5rem;
    padding-right: 5rem;
  }
  .ohf-course-ally {
    border-radius: 0 2rem 2rem 0;
  }
  .ohf-course-ally-title {
    margin-left: -5rem;
    padding-left: 5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .ohf-course-title {
    display: block;
    height: auto;
    padding-top: 1rem;
  }
  .ohf-course-title .br {
    display: none;
  }
}
/* Information */
.ohf-info-section {
  margin-bottom: 5em;
  padding: 0 1em;
}
.ohf-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  line-height: 1.2;
  color: #000;
}
.ohf-info-title .en {
  font-weight: bold;
  line-height: 1em;
  font-size: 3.2rem;
}
.ohf-info-title .jp {
  margin: 0.4em 0 0 1em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.ohf-info-more {
  margin-top: 3rem;
  text-align: center;
}
.ohf-info-more .br {
  display: block;
}
.ohf-info-topics {
  margin-bottom: 5em;
}
.ohf-info-topics-tab {
  position: relative;
  margin: 0 -1em;
  border-bottom: 5px solid #002c85;
}
.ohf-info-topics-content {
  padding-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .ohf-info-more .br {
    display: none;
  }
  .ohf-info-topics-tab {
    margin: 0;
  }
  .ohf-info-topics-content {
    padding-top: 2em;
  }
}
@media print, screen and (min-width: 1100px) {
  .ohf-info-section {
    padding: 0 2em;
  }
  .ohf-info-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
  }
  .ohf-info-title {
    margin-bottom: 5rem;
  }
  .ohf-info-title .en {
    font-size: 3.8rem;
  }
  .ohf-info-more {
    margin-top: 4rem;
  }
  .ohf-info-topics {
    flex: 1;
    margin-bottom: 0;
  }
  .ohf-info-topics-content {
    padding-top: 4rem;
  }
  .ohf-info-facebook {
    width: 386px;
    margin-left: 2em;
  }
  .facebook-area.facebook-area-lg {
    display: block;
    height: 1200px;
  }
  .facebook-area.facebook-area-sm {
    display: none;
  }
}
@media print, screen and (min-width: 1280px) {
  .ohf-info-facebook {
    margin-left: 5rem;
  }
}
@media print, screen and (max-width: 1098.98px) {
  .facebook-area.facebook-area-lg {
    display: none;
  }
  .facebook-area.facebook-area-sm {
    display: block;
    height: 500px;
  }
}
/* タブ切り替え */
.tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: calc(20% - 0.25rem);
  height: 6rem;
  margin-right: 0.25rem;
  padding-top: 0.1em;
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #ddd;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.tab-area {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.25rem;
}
.tab.active {
  color: #fff;
  background-color: #002c85;
}
.tab .br {
  display: none;
}
@media print, screen and (min-width: 375px) {
  .tab .br {
    display: block;
  }
}
.tab .br-xs {
  display: none;
}
@media print, screen and (max-width: 374.98px) {
  .tab .br-xs {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .tab .br-lg {
    display: none;
  }
}
@media print, screen and (min-width: 1100px) {
  .tab .br-lg {
    display: block;
  }
}
@media print, screen and (min-width: 1280px) {
  .tab .br-lg {
    display: none;
  }
}

.content {
  display: none;
  opacity: 0;
}
.content.show {
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 480px) {
  .tab {
    height: 7rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .tab {
    width: calc(20% - 0.5rem);
    height: 7.5rem;
    margin-right: 0.5rem;
    line-height: 1.2;
    font-size: 1.4rem;
    border-radius: 1rem 1rem 0 0;
  }
  .tab-area {
    margin-right: -0.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .tab {
    font-size: 1.6rem;
  }
}
/* 活動報告 絞り込み検索 */
#activity_forms {
  display: block;
  width: auto;
  line-height: 1.5;
}

.activity_forms {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.activity_forms-title {
  display: flex;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #5c8dc9;
}
.activity_forms-title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
  background: url(../img/base/search.svg) center no-repeat;
  background-size: contain;
}
.activity_forms-col {
  margin-top: 2rem;
}
.activity_forms-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #000;
}
.activity_forms-body {
  padding: 1.25rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #eee;
}
.activity_forms-select {
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding: 1.25rem 4.5rem 1.25rem 1.5rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  border-width: 1px;
  border-color: #000;
  width: 100%;
}
.activity_forms-select:hover, .activity_forms-select:active, .activity_forms-select:focus {
  outline: none;
  text-decoration: none;
}
.activity_forms-select:active, .activity_forms-select:focus {
  box-shadow: none;
  background-color: #fff;
}
.activity_forms-select::-ms-expand {
  display: none;
}
.activity_forms-select-wrap {
  position: relative;
  border-radius: 0.8rem;
  background-color: #fff;
}
.activity_forms-select-arrow {
  display: block;
  position: absolute;
  top: -0.3rem;
  right: 2rem;
  bottom: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin: auto;
  pointer-events: none;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  z-index: 1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.activity_forms-submit {
  display: block;
  width: 10rem;
  margin: auto;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  color: #fff;
  border: none;
  letter-spacing: 0.1em;
  border-radius: 0.8rem;
  background-color: #3a6fad;
  cursor: pointer;
}
.activity_forms-submit:hover, .activity_forms-submit:active, .activity_forms-submit:focus {
  outline: none;
  text-decoration: none;
  background-color: #325f96;
}
.activity_forms-submit:active, .activity_forms-submit:focus {
  box-shadow: none;
  background-color: #325f96;
}

@media print, screen and (min-width: 768px) {
  .activity_forms-row {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
  .activity_forms-col {
    display: flex;
    height: 6rem;
    margin-top: 0;
    margin-right: 2rem;
  }
  .activity_forms-label {
    width: 8rem;
    height: auto;
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .activity_forms-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    border-radius: 0 0.8rem 0.8rem 0;
  }
  .activity_forms-select {
    width: auto;
    font-size: 1.6rem;
  }
  .activity_forms-submit {
    width: 8rem;
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .activity_forms {
    margin: 6rem 0 4rem;
    padding: 0;
  }
  .activity_forms-inner {
    display: flex;
    align-items: center;
    padding: 2rem;
  }
  .activity_forms-title {
    margin-right: auto;
    font-size: 2rem;
  }
  .activity_forms-title::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0;
  }
  .activity_forms-row {
    margin-top: 0;
  }
  .activity_forms-col {
    margin: 0 0 0 2rem;
  }
  .activity_forms-label {
    width: 10rem;
    font-size: 1.8rem;
  }
  .activity_forms-body {
    padding: 0 2rem;
  }
  .activity_forms-submit {
    width: 10rem;
  }
}
/* --------------------------------

  2024 06～07
  下層サイドメニュー追加

-------------------------------- */
.side-area {
  display: none;
}

.page-title-inner,
#topic-path ul,
.main-container {
  max-width: 1200px;
}

.main-container .side-menu h2,
.main-container .side-menu h3 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
.main-container .side-menu h2::before,
.main-container .side-menu h3::before {
  display: none;
}
.main-container .side-menu h2 a,
.main-container .side-menu h3 a {
  display: block;
  padding: 2rem 1.5rem;
  color: #fff;
  background-color: #325f96;
}
.main-container .side-menu h2 a:hover,
.main-container .side-menu h3 a:hover {
  text-decoration: none;
  background-color: #5c8dc9;
}
.main-container .side-menu ul {
  margin: 0;
  padding: 0;
}
.main-container .side-menu li {
  margin: -1px 0 0;
  padding: 0;
}
.main-container .side-menu li::before {
  display: none;
}
.main-container .side-menu li:not(:last-child) {
  margin-bottom: 0;
}
.main-container .side-menu li a {
  display: block;
  padding: 1.5rem;
  line-height: 1.4;
  color: #333;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
  word-wrap: break-word;
}
.main-container .side-menu li a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #5c8dc9;
  background-color: #5c8dc9;
}
.main-container .side-menu li a.active {
  padding-right: 6rem;
}

.sub-menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  background: #fff;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.sub-menu.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.sub-menu-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5.34rem;
  background: #325f96;
  cursor: pointer;
}
.sub-menu-button.active {
  background: #5c8dc9;
}
.sub-menu-button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.sub-menu-button.active::before {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}

@media print, screen and (min-width: 1100px) {
  .parent {
    display: grid;
    grid-template-columns: 26rem 1fr;
    grid-column-gap: 3rem;
  }
  .parent::after {
    display: none;
  }
  .main-area {
    order: 2;
  }
  .side-area {
    order: 1;
    display: block;
    position: relative;
    padding-bottom: 2rem;
    background-color: #f8f8f8;
  }
  .side-area::after {
    content: "One Health Frontier";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    line-height: 1;
    font-size: 1.1rem;
    color: #fff;
    background-color: #325f96;
  }
}
.main-container img {
  height: auto !important;
}

@media print, screen and (min-width: 992px) {
  .courses-programs-item {
    width: auto;
  }
  .courses-programs.cols-2 .courses-programs-item {
    width: 50%;
  }
  .courses-programs.cols-3 .courses-programs-item {
    width: 33.33333%;
  }
}
.courses-programs-img {
  position: relative;
}

.courses-programs-img::before {
  content: "";
  display: block;
  padding-top: 68%;
}

.courses-programs-img img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}