@charset "UTF-8";
/* common */
html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body { font-family: "Zen Kaku Gothic New", sans-serif; font-weight: normal; font-weight: 500; }

img { max-width: 100%; object-fit: contain; }

a, a:link, a:visited, a:active { color: #222; outline: 0 none; text-decoration: none; -webkit-touch-callout: none; }

.clearfix::after { content: ""; clear: both; display: block; }

@media (min-width: 768px) { body { margin: 0 auto; position: relative; min-width: 1130px; padding-top: 80px; }
  body::before { content: ""; display: block; width: 100%; height: 10px; position: absolute; position: fixed; bottom: 0; background-color: #2d84ea; z-index: 100; }
  main { color: #222; padding: 0; letter-spacing: 1px; margin: 0; }
  .pcnone { display: none !important; }
  .contents { margin: 0 auto; position: relative; width: 1100px; padding: 0; }
  p { margin: 0; }
  ul { margin: 0; padding: 0; list-style: none; }
  .page_container { background-color: #eef6fd; padding: 90px 15px; }
  .white_box { background-color: #fff; padding: 30px; border-radius: 20px; }
  .mb0 { margin-bottom: 0 !important; }
  #link1, #link2, #link3, #link4, #link5 { padding-top: 60px; margin-top: -60px; }
  #search_result { padding-top: 30px; margin-top: -30px; } }
@media (max-width: 767.98px) { body { font-size: 14px; }
  main { color: #222; }
  .spnone { display: none !important; }
  .contents { margin: 0 auto; position: relative; width: 100%; padding: 0 15px; }
  p { margin: 0; }
  ul { margin: 0; padding: 0; list-style: none; }
  .page_container { background-color: #eef6fd; padding: 40px 0; }
  .white_box { background-color: #fff; padding: 20px 18px; border-radius: 20px; }
  .mb0 { margin-bottom: 0 !important; }
  #link1, #link2, #link3, #link4, #link5 { padding-top: 50px; margin-top: -50px; }
  #search_result { padding-top: 10px; margin-top: -10px; } }
/* タイトル */
@media (min-width: 768px) { .page_midashi { background-color: #2d84ea; color: #fff; }
  .page_midashi .base_midashi { padding: 35px 0; text-align: center; }
  .page_midashi .base_midashi .ja { margin: 0; }
  .page_midashi .base_midashi .ja > span { background: linear-gradient(transparent 65%, #6ea9f0 65%); padding: 0 7px 5px; }
  .page_midashi .base_midashi .ja img { height: 34px; }
  .page_midashi .base_midashi .en { font-size: 18px; margin: 15px 0 0 0; }
  .top_midashi { padding: 0 0 40px 0; text-align: center; }
  .top_midashi .ja > span { background: linear-gradient(transparent 65%, #cfe6fb 65%); padding: 0 7px 5px; }
  .top_midashi .ja img { height: 34px; }
  .top_midashi p { margin: 25px 0 0 0; }
  .top_midashi p img { height: 22px; }
  .top_midashi2 span { background: linear-gradient(transparent 65%, #fff 65%) !important; }
  .top_midashi3 { padding: 0 0 35px 0; text-align: center; }
  .top_midashi3 .ja { margin: 0; }
  .top_midashi3 .ja img { height: 90px; } }
@media (max-width: 767.98px) { .page_midashi { background-color: #2d84ea; color: #fff; }
  .page_midashi .base_midashi { padding: 30px 0; text-align: center; margin: 60px 0 0 0; }
  .page_midashi .base_midashi .ja { font-size: 26px; }
  .page_midashi .base_midashi .ja > span { background: linear-gradient(transparent 65%, #6ea9f0 65%); padding: 0 7px 5px; }
  .page_midashi .base_midashi .ja img { height: 22px; }
  .page_midashi .base_midashi .en { font-size: 16px; margin: 10px 0 0 0; }
  .top_midashi { padding: 0 0 30px 0; text-align: center; }
  .top_midashi .ja > span { background: linear-gradient(transparent 65%, #cfe6fb 65%); padding: 0 7px 5px; }
  .top_midashi .ja img { height: 20px; }
  .top_midashi p { margin: 25px 0 0 0; }
  .top_midashi p img { height: 16px; }
  .top_midashi2 span { background: linear-gradient(transparent 65%, #fff 65%) !important; }
  .top_midashi3 { padding: 0 0 35px 0; text-align: center; }
  .top_midashi3 .ja { margin: 0; }
  .top_midashi3 .ja img { height: 60px; } }
/* header */
@media (min-width: 768px) { .overlayMenu { display: none; }
  header { position: fixed; top: 0; background-color: #fff; width: 100%; height: 80px; display: block; z-index: 10; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); }
  header .overlayMenuBtn { display: none; }
  .header_flex { display: flex; justify-content: space-between; align-items: center; height: 80px; }
  .header_flex .div1 { margin: 0 0 0 30px; }
  .header_flex .div1 img { width: 33vw; max-width: 420px; }
  .header_flex .div2 { margin: 0; display: flex; position: absolute; right: 30px; }
  .header_flex .div2 a { margin: 0 18px; font-weight: bold; display: flex; justify-content: center; align-items: center; flex-direction: column; height: 80px; position: relative; font-size: 16px; padding: 0 0 10px 0; }
  .header_flex .div2 a::before { content: ""; background-image: url("../images/arrow_header.svg"); background-size: 25px 7px; width: 25px; height: 7px; position: absolute; bottom: 20px; }
  .header_flex .div2 a:hover { color: #2d84ea; transition: .3s; } }
@media (min-width: 768px) and (max-width: 1050px) { .header_flex > .div1 { margin: 0 0 0 20px; }
  .header_flex .div2 { right: 20px; }
  .header_flex .div2 a { margin: 0 7px; font-size: 14px; } }
@media (max-width: 767.98px) { header { position: fixed; top: 0; left: 0; width: 100%; height: 60px; padding: 0; background-color: #fff; z-index: 800; justify-content: center; align-items: center; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); }
  .header_flex { display: flex; justify-content: center; margin: 0; }
  .header_flex .div1 { position: fixed; left: 15px; top: 19px; }
  .header_flex .div1 img { width: 250px; }
  .header_flex .div2 { display: none; }
  .overlayMenuBtn { position: fixed; top: 20px; right: 14px; height: 20px; width: 30px; cursor: pointer; z-index: 900; }
  .overlayMenuBtn span { display: block; width: 30px; height: 2px; background: #2d84ea; position: absolute; left: 0; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
  .overlayMenuBtn span:nth-child(1) { top: 0; }
  .overlayMenuBtn span:nth-child(2) { top: 10px; }
  .overlayMenuBtn span:nth-child(3) { top: 20px; }
  /* 開閉ボタンopen時 */
  header.open { display: block; padding: 10px 0; height: 60px; }
  .open.overlayMenuBtn { position: fixed; top: 20px !important; right: 14px; width: 30px; height: 20px; cursor: pointer; z-index: 900; }
  .open.overlayMenuBtn span { background-color: #2d84ea; }
  .open.overlayMenuBtn span:nth-child(1) { top: 10px; left: 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
  .open.overlayMenuBtn span:nth-child(2) { width: 0; }
  .open.overlayMenuBtn span:nth-child(3) { top: 10px; left: 0px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
  .overlayMenu { position: fixed; width: 100%; height: 100vh; overflow: auto; top: 0; right: 0; z-index: 82; margin-top: 60px; text-align: center; padding: 30px 15px; background-color: #cfe6fb; display: none; }
  .overlayMenu .sp_menu { width: 100%; margin: 0; text-align: left; color: #222; }
  .overlayMenu .sp_menu a { font-size: 16px; color: #222; display: block; margin: 0 0 15px 0; text-align: left; padding: 16px; background-color: #fff; border-radius: 40px; text-align: center; }
  .overlayMenu .sp_menu a small { margin: 0 0 0 15px; display: inline-block; font-size: 13px; } }
@media (min-width: 768px) { .bottom_menu { background-image: url(../images/bottom_menu.svg); background-size: 486px 56px; background-repeat: no-repeat; width: 456px; height: 56px; position: fixed; bottom: 10px; right: 0; display: flex; align-items: center; padding: 10px 0 0 68px; z-index: 100; }
  .bottom_menu > a { background-color: #fff; width: 178px; height: 42px; display: flex; justify-content: center; align-items: center; border-radius: 10px; margin: 0 6px; position: relative; padding: 0 30px 3px 0; font-size: 17px; }
  .bottom_menu > a::before { content: ""; background-image: url("../images/arrow_btn.svg"); background-size: 24px 24px; width: 26px; height: 26px; position: absolute; bottom: 20px; right: 10px; top: 8px; }
  .bottom_menu > a:hover { background-color: #6ea9f0; color: #fff; }
  .bottom_menu > a:hover::before { background-image: url("../images/arrow_btn2.svg"); } }
@media (max-width: 767.98px) { .bottom_menu { position: fixed; bottom: 0; width: 100%; height: 34px; display: flex; z-index: 100; font-size: 15px; }
  .bottom_menu > a { width: 47%; display: flex; justify-content: center; align-items: center; background-color: #2d84ea; color: #fff; border-radius: 10px 10px 0 0; }
  .bottom_menu > a:nth-child(odd) { margin: 0 1% 0 2%; }
  .bottom_menu > a:nth-child(even) { margin: 0 2% 0 1%; } }
.footer_dl { display: flex; justify-content: center; flex-wrap: wrap; border-bottom: 1px solid #b9b9b9; }
.footer_dl > dt { font-weight: 500; width: 100%; text-align: center; position: relative; }
.footer_dl > dt::before { content: ""; background-color: #f8f3de; bottom: 0; display: block; position: absolute; z-index: 1; }
.footer_dl > dt > span { position: relative; display: block; z-index: 2; }
.footer_dl > dd > a { display: block; font-weight: 500; text-decoration: none; }
.footer_dl > dd > a > figure { border: #c3c3c3 solid 1px; margin: 0; }
.footer_dl > dd > a > figure > img { display: block; }
.footer_dl > dd > a > p { line-height: 1em; text-align: center; }
.footer_dl > dd > a > p::after { content: ""; display: inline-block; width: 1em; height: 1em; background: url(../images/arrow_blank.svg) no-repeat center; background-size: contain; transform: translateY(0.15em); margin-left: .5em; }
@media (min-width: 768px) { .footer_dl { padding: 90px 80px 20px; margin: 0 0 35px 0; }
  .footer_dl > dt { margin: 0 0 20px; font-size: 18px; }
  .footer_dl > dt::before { width: 312px; height: 12px; border-radius: 6px; left: calc(50% - 156px); }
  .footer_dl > dd { width: 240px; margin: 17px 18px; font-size: 10px; }
  .footer_dl > dd > a > p { margin: .5em -1em 0; }
  .footer_dl .full_dd { width: 100%; }
  .footer_dl .full_dd .all_lead_text { margin: 0; } }
@media (max-width: 767.98px) { .footer_dl { align-items: center; padding: 20px 0 25px; max-width: 500px; margin: 0 auto 20px; }
  .footer_dl > dt { margin: 0; font-size: 12px; }
  .footer_dl > dt::before { width: 156px; height: 6px; border-radius: 3px; left: calc(50% - 78px); }
  .footer_dl > dd { margin: 20px auto 0; width: 170px; font-size: 10px; }
  .footer_dl > dd > a > p { margin: .8em 0 0; min-height: 21px; }
  .footer_dl .full_dd { width: 100%; }
  .footer_dl .full_dd .all_lead_text { margin: 0; } }

@media (min-width: 768px) { .all_lead_text { text-align: center; margin: 0 0 60px 0; line-height: 2.0; font-size: 16px; }
  .all_lead_text strong { font-size: 20px; display: block; margin: 0 0 20px 0; color: #ff6683; } }
@media (max-width: 767.98px) { .all_lead_text { text-align: center; margin: 0 0 40px 0; line-height: 2.0; font-size: 13.5px; }
  .all_lead_text strong { font-size: 16px; display: block; margin: 0 0 20px 0; color: #ff6683; line-height: 1.8; } }
@media (min-width: 768px) { .unilife_banner { text-align: center; }
  .unilife_banner img { width: 900px; transition: all 0.5s ease 0s; }
  .unilife_banner img:hover { transform: scale(1.01, 1.01); } }
@media (max-width: 767.98px) { .unilife_banner { text-align: center; }
  .unilife_banner img { width: 96%; } }
.footer_admin { display: flex; align-items: center; }
.footer_admin > a { display: block; }
.footer_admin > a > img { display: block; width: auto; height: 100%; }
@media (min-width: 768px) { .footer_admin { justify-content: center; margin: 40px 0 80px; }
  .footer_admin > a { margin: 0 15px; }
  .footer_admin > a:nth-child(1) { height: 32px; }
  .footer_admin > a:nth-child(2) { height: 32px; }
  .footer_admin > a:nth-child(3) { height: 27px; } }
@media (max-width: 767.98px) { .footer_admin { justify-content: space-between; margin: 45px 0 45px; }
  .footer_admin > a:nth-child(1) { height: 29px; }
  .footer_admin > a:nth-child(2) { height: 28px; }
  .footer_admin > a:nth-child(3) { height: 25px; } }

footer { text-align: center; }
footer > .contents > a { text-decoration: underline; }
@media (min-width: 768px) { footer { font-size: 12px; }
  footer > .contents > .copy { margin: 60px 0 10px; padding-bottom: 1em; text-align: left; } }
@media (max-width: 767.98px) { footer { font-size: 10px; padding: 0; margin: 0 0 40px 0; }
  footer > .contents > .copy { margin: 12px 0 0; padding-bottom: 1.5em; } }

@media (min-width: 768px) { .btn1 { border: 3px solid #2d84ea; background-color: #fff; width: 410px; height: 78px; display: flex; justify-content: center; align-items: center; border-radius: 10px; font-size: 22px; position: relative; margin: 80px auto 0; }
  .btn1::before { content: ""; background-image: url("../images/arrow_btn.svg"); background-size: 33px 33px; width: 33px; height: 33px; bottom: 20px; position: absolute; right: 14px; top: 18px; }
  .btn1:hover { background-color: #2d84ea; color: #fff !important; }
  .btn1:hover::before { background-image: url("../images/arrow_btn2.svg"); }
  .btn1.long { width: 550px; } }
@media (max-width: 767.98px) { .btn1 { border: 3px solid #2d84ea; background-color: #fff; width: 90%; max-width: 300px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 10px; font-size: 16px; position: relative; margin: 30px auto 0; }
  .btn1::before { content: ""; background-image: url("../images/arrow_btn.svg"); background-size: 24px 24px; width: 24px; height: 24px; bottom: 20px; position: absolute; right: 14px; top: calc(50% - 12px); }
  .btn1:hover { background-color: #2d84ea; color: #fff !important; }
  .btn1:hover::before { background-image: url("../images/arrow_btn2.svg"); }
  .btn1.long { width: 100%; height: 70px; } }
