@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.breadcrumb li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button01 {
  /**/
}

.button02 {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.pager li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

header {
  /**/
}
@media screen and (max-width: 1366px) {
  header {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  }
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

footer {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.news-list li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.slide-menu {
  /**/
}

#id {
  display: none;
}

.addtoany_share_save_container {
  display: none;
}

.content {
  display: flex;
  justify-content: flex-start;
}

.red_container {
  margin-top: 95px;
  width: 100%;
  max-width: 1322px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
.red_container .ttl_red.pc {
  display: flex;
  background-color: #FBECF4;
}
.red_container .ttl_red.pc .box {
  width: 30%;
  position: relative;
}
.red_container .ttl_red.pc .box .box-title {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.red_container .ttl_red.pc .box .box-title p {
  line-height: 3.5em;
}
.red_container .ttl_red.pc .box .box-title h3 {
  font-size: xx-large;
  line-height: 2.5em;
  font-size: 30px;
}
.red_container .ttl_red.pc .box .box-title h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: black;
}
.red_container .ttl_red.pc .img-box {
  width: 70%;
}
.red_container .ttl_red.pc .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.red_container .ttl.sp {
  display: none;
}

@media screen and (max-width: 1366px) {
  .content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .red_container {
    margin-top: 76px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .red_container .ttl_red.pc {
    display: none;
  }
  .red_container .ttl.sp {
    width: 100%;
    display: block;
    position: relative;
  }
  .red_container .ttl.sp img {
    position: absolute;
    height: 155px;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 100%;
       object-position: 0% 100%;
  }
  .red_container .ttl.sp .box {
    width: 100%;
    height: 155px;
  }
  .red_container .ttl.sp .box .box-title {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
  }
  .red_container .ttl.sp .box .box-title h3 {
    font-size: x-large;
    font-weight: bold;
    line-height: 2.5em;
    font-size: 18px;
  }
  .red_container .ttl.sp .box .box-title h3::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    color: white;
    border: 1px solid white;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
  }
  .red_container .ttl.sp .box .box-title p {
    font-size: small;
    line-height: 3.5em;
  }
}
.breadcrumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 1366px) {
  .breadcrumb {
    margin-left: 20px;
    margin-top: 45px;
    margin-bottom: 70px;
  }
}

.content {
  display: flex;
  justify-content: flex-start;
}
.content .mt-0 {
  margin-top: 0;
}
.content .mb-0 {
  margin-bottom: 0;
}
.content .department {
  width: 70%;
  margin-left: 109px;
}
.content .department.mt0,
.content .department .mt-0 {
  margin-top: 0;
}
.content .department.mb-0,
.content .department .mb-0 {
  margin-bottom: 0;
}
.content .department .wp-content p {
  line-height: 1.3em;
}
.content .department .wp-content img {
  width: 70%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1366px) {
  .content .department .wp-content img {
    width: 100%;
  }
}
.content .department .wp-content .flex-box .text img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 400px;
}
.content .department .wp-content .flex-box .text a {
  word-break: break-all;
}
.content .department .wp-content .back-btn .top_back {
  border: 2px solid #ddd;
  border-radius: 1em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1366px) {
  .content .department .wp-content .back-btn .top_back {
    width: 100%;
  }
}
.content .department .wp-content .back-btn .top_back .material-symbols-outlined {
  position: absolute;
  left: 0;
}
.content .department .br_sp {
  display: none;
}
@media screen and (max-width: 1366px) {
  .content .department .br_sp {
    display: block;
  }
}
.content .department .pc {
  display: block;
}
@media screen and (max-width: 1366px) {
  .content .department .pc {
    display: none;
  }
}
.content .department .sp {
  display: none;
}
@media screen and (max-width: 1366px) {
  .content .department .sp {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  .content .department {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 0;
  }
}
.content .department .first-view {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .content .department .first-view {
    width: 100vw;
    transform: translate(-5%, 0px);
  }
}
.content .department .first-view::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1366px) {
  .content .department .first-view::before {
    height: 45%;
  }
}
.content .department .first-view img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .department .first-view .btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  border-radius: 5em;
  border: 3px solid #FF76BB;
  padding: 10px 0;
  background-color: white;
}
@media screen and (max-width: 1366px) {
  .content .department .first-view .btn {
    width: 90%;
    padding: 5px 0;
    transform: translate(-50%, 50%);
    border: 1px solid #FF76BB;
  }
}
.content .department .first-view .btn h1 {
  line-height: 1.3em;
  font-size: xx-large;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .content .department .first-view .btn h1 {
    line-height: 1em;
    font-size: large;
  }
}
.content .department .first-view .btn .sub {
  display: block;
  font-size: large;
  text-align: center;
  line-height: 1em;
  color: black;
}
@media screen and (max-width: 1366px) {
  .content .department .first-view .btn .sub {
    line-height: 1.3em;
    font-size: small;
    margin: 0;
    letter-spacing: 0;
  }
}
.content .department .lead {
  margin-top: 55px;
}
.content .department .gray-box {
  background-color: #F4F4F4;
  border-radius: 2em;
  padding: 30px 40px;
  margin: 25px 0;
}
@media screen and (max-width: 1366px) {
  .content .department .gray-box {
    padding: 20px 20px;
    border-radius: 1em;
  }
}
.content .department .warning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content .department .warning img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
@media screen and (max-width: 1366px) {
  .content .department .warning img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.content .department .warning p {
  color: #FF76BB;
  font-size: xx-large;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2em;
}
@media screen and (max-width: 1366px) {
  .content .department .warning p {
    font-size: 16px;
    font-weight: bold;
  }
}
.content .department .pink-link {
  color: #FF76BB;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.2em;
}
.content .department .blue-link {
  color: deepskyblue;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.2em;
}
.content .department .pink-txt {
  color: #FF76BB;
}
.content .department .pink-txt.inline {
  display: inline;
}
.content .department .content-list {
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #FBECF4;
  padding: 10px 0;
}
.content .department .content-list ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1366px) {
  .content .department .content-list ul {
    flex-direction: column;
  }
}
.content .department .content-list ul li {
  position: relative;
  padding-left: 30px;
  width: 49%;
  font-weight: bold;
  line-height: 3em;
}
.content .department .content-list ul li::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FF76BB;
  width: 1em;
  height: 1em;
  margin: 0 10px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 1em;
}
.content .department .content-list ul li.nolist::before {
  content: "";
  display: none;
}
@media screen and (max-width: 1366px) {
  .content .department .content-list ul li {
    width: 100%;
  }
}
.content .department .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .department .flex-box .text > img {
  width: 100%;
}
.content .department .flex-box > * {
  width: 48%;
}
@media screen and (max-width: 1366px) {
  .content .department .flex-box > * {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .content .department .flex-box {
    flex-direction: column-reverse;
  }
  .content .department .flex-box.non-r {
    flex-direction: column;
  }
}
.content .department .center {
  text-align: center;
}
.content .department h2 {
  position: relative;
  font-size: xx-large;
  padding-left: 25px;
  margin-top: 90px;
  margin-bottom: 45px;
}
.content .department h2.pink-title {
  padding-left: 0;
  color: #FF76BB;
  text-align: center;
}
.content .department h2.pink-title::before {
  content: none;
}
@media screen and (max-width: 1366px) {
  .content .department h2.pink-title {
    width: 100vw;
    transform: translate(-5%, 0px);
  }
}
@media screen and (max-width: 1366px) {
  .content .department h2 {
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 28px;
    font-weight: 600;
  }
}
.content .department h2:nth-child(3) {
  margin-top: 0px;
}
@media screen and (max-width: 1366px) {
  .content .department h2:nth-child(3) {
    margin-top: 35px;
  }
}
.content .department h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
  background-color: #FF76BB;
}
@media screen and (max-width: 1366px) {
  .content .department h2::before {
    width: 8px;
  }
}
.content .department h3 {
  line-height: 1.5em;
  margin-top: 45px;
  margin-bottom: 25px;
  display: block;
  color: black;
  font-size: x-large;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1366px) {
  .content .department h3 {
    margin-top: 30px;
    font-size: 23px;
    line-height: 1.3em;
  }
}
.content .department h4 {
  font-size: large;
  position: relative;
  padding-left: 40px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.content .department h4::before {
  content: "";
  background-color: #FF76BB;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.content .department .pink-box {
  color: #FF76BB;
  border: 1px solid #FF76BB;
  padding: 5px 20px;
  margin: 10px 0;
  line-height: 1.3em;
  width: -moz-fit-content;
  width: fit-content;
}
.content .department .pink-box img {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .department .pink-box .link-btn {
  justify-content: center;
}
.content .department .pink-box .link-btn a {
  padding: 10px 40px;
}
.content .department .border-round {
  border-radius: 2em;
  border: 1px solid #FF76BB;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content .department > p,
.content .department .lead > p,
.content .department .gray-box > p,
.content .department .flex-box .text > p {
  font-size: 17px;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
  .content .department > p,
  .content .department .lead > p,
  .content .department .gray-box > p,
  .content .department .flex-box .text > p {
    font-size: 15px;
  }
}
.content .department > p.mb-0,
.content .department .lead > p.mb-0,
.content .department .gray-box > p.mb-0,
.content .department .flex-box .text > p.mb-0 {
  margin-bottom: 0;
}
.content .department .pink-title {
  margin-top: 45px;
  display: block;
  color: #FF76BB;
  font-size: x-large;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #FF76BB;
}
@media screen and (max-width: 1366px) {
  .content .department .pink-title {
    margin-top: 30px;
    font-size: 23px;
    line-height: 1.3em;
    margin-bottom: 0;
  }
}
.content .department iframe {
  width: 90%;
  height: 450px;
  border: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .content .department iframe {
    width: 100%;
    height: 250px;
  }
}
.content .department .question::before {
  content: "Q：";
  color: black;
}
.content .department .answer::before {
  content: "A：";
  color: #F82F00;
}
.content .department .introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .content .department .introduction {
    flex-direction: column;
  }
}
.content .department .introduction .card {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .content .department .introduction .card {
    margin-bottom: 35px;
    width: 100%;
  }
}
.content .department .introduction .card img {
  width: 35%;
}
.content .department .introduction .card .text {
  width: 65%;
  font-weight: bold;
  padding-left: 18px;
}
@media screen and (max-width: 1366px) {
  .content .department .introduction .card .text {
    font-size: 12px;
  }
}
.content .department .introduction .card .text p, .content .department .introduction .card .text div {
  line-height: 1.3em;
  font-size: 1em;
  margin: 5px;
}
.content .department .introduction .card .text p p, .content .department .introduction .card .text div p {
  font-size: 1em;
  margin: 0;
  width: 67%;
}
.content .department .introduction .card .text .flex-box {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.content .department .introduction .card .text .flex-box p {
  width: auto;
}
@media screen and (max-width: 1366px) {
  .content .department .introduction .card .text .flex-box.col {
    flex-direction: column;
  }
}
@media screen and (max-width: 1366px) {
  .content .department .introduction .card .text .flex-box .sp-size {
    font-size: 12px;
  }
}
.content .department .introduction.comprehensive {
  flex-direction: column;
  align-items: flex-start;
}
.content .department .introduction.comprehensive .card {
  width: 100%;
  margin-bottom: 35px;
  justify-content: flex-start;
}
.content .department .introduction.comprehensive .card img {
  max-width: 166px;
}
.content .department .require .card {
  background-color: #FBECF4;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card {
    align-items: center;
    padding: 8px 0;
  }
}
.content .department .require .card .num {
  height: 133px;
  font-weight: normal;
  font-size: 5em;
  padding: 0 40px;
  border-right: 3px solid #FF76BB;
  color: #FF76BB;
  line-height: 133px;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .num {
    height: auto;
    font-size: 2.5em;
    padding: 0 13px;
    line-height: 61px;
  }
}
.content .department .require .card .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 70px;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .content {
    margin-right: 20px;
  }
}
.content .department .require .card .content img {
  width: 146px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 30px;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .content img {
    margin: 0 13px;
    width: 60px;
  }
}
.content .department .require .card .content .img-fix {
  margin: 0;
  width: 206px;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .content .img-fix {
    width: 80px;
  }
}
.content .department .require .card .content .text .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .content .text .title {
    font-size: medium;
    line-height: 1.3em;
    margin-bottom: 0;
  }
}
.content .department .require .card .content .text .sub-title {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.4em;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .content .text .sub-title {
    line-height: 1.3em;
    margin-bottom: 0;
  }
}
.content .department .require .card .content .text p {
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 1366px) {
  .content .department .require .card .content .text p {
    line-height: 1em;
    font-size: 11px;
    margin: 3px 0;
  }
}
.content .department .link-btn {
  display: flex;
  justify-content: right;
  margin: 10px 0;
}
.content .department .link-btn.center {
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn.center {
    margin: 10px 0;
  }
}
.content .department .link-btn.center a {
  position: relative;
  min-width: 250px;
}
.content .department .link-btn.center a p {
  margin: 15px 0;
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn.center a p {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
  }
}
.content .department .link-btn.center a img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn.center a img {
    width: 25px;
    right: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn {
    justify-content: center;
  }
}
.content .department .link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  border-radius: 2em;
  background-color: #288CC3;
}
.content .department .link-btn a p {
  margin: 5px 0;
}
.content .department .link-btn a.pink-bg {
  background-color: #FF76BB;
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn a {
    padding: 15px 20px;
    width: 80%;
    position: relative;
  }
  .content .department .link-btn a.sp-width95 {
    width: 95%;
  }
}
.content .department .link-btn a p {
  color: white;
  font-size: large;
  line-height: 0.7em;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn a p {
    margin: 4px 0;
    font-size: medium;
  }
}
.content .department .link-btn a img {
  margin-left: 5px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn a img {
    width: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.content .department .link-btn.pdf {
  justify-content: center;
  margin-top: 30px;
}
.content .department .link-btn.pdf a {
  position: relative;
  padding: 20px 100px;
  border-radius: 3em;
}
.content .department .link-btn.pdf a img {
  position: absolute;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.content .department .link-btn.pdf a img.pdf-ico {
  position: absolute;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1366px) {
  .content .department .link-btn.pdf a {
    width: 100%;
    padding: 20px 0px;
  }
}
.content .department .vaccine-list {
  background-color: #F4F4F4;
  margin-top: 35px;
  border-radius: 15px;
}
.content .department .vaccine-list ul {
  list-style: inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 60px;
}
@media screen and (max-width: 1366px) {
  .content .department .vaccine-list ul {
    flex-direction: column;
    list-style: inherit;
  }
}
.content .department .vaccine-list ul li {
  width: 48%;
  line-height: 2em;
}
.content .department .vaccine-list ul li::marker {
  margin-right: 5px;
}
@media screen and (max-width: 1366px) {
  .content .department .vaccine-list ul li {
    width: 100%;
  }
}
.content .department .pink-tb {
  position: relative;
}
.content .department .pink-tb .sp-scroll {
  opacity: 0;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.content .department .pink-tb .sp-scroll.show {
  opacity: 0;
}
@media screen and (max-width: 1366px) {
  .content .department .pink-tb .sp-scroll.show {
    opacity: 1;
  }
}
@media screen and (max-width: 1366px) {
  .content .department .pink-tb {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }
}
.content .department .pink-tb table {
  border-collapse: collapse;
}
@media screen and (max-width: 1366px) {
  .content .department .pink-tb table {
    width: 920px;
  }
}
.content .department .pink-tb table th {
  color: white;
  background-color: #FF76BB;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 10px 5px;
  min-width: 70px;
  border: 1px solid #ddd;
  line-height: 1.2em;
}
.content .department .pink-tb table td {
  padding: 5px 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.content .department .pink-tb table td.t-center {
  text-align: center;
}
.content .department .pink-tb table td p {
  margin: 0;
  line-height: 1.2em;
}
.content .department .vaccine-tb {
  position: relative;
}
@media screen and (max-width: 1366px) {
  .content .department .vaccine-tb {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }
}
.content .department .vaccine-tb table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0 0;
}
@media screen and (max-width: 1366px) {
  .content .department .vaccine-tb table {
    width: 920px;
  }
}
.content .department .vaccine-tb table th {
  border: 1px solid #ddd;
  color: white;
  background-color: #288CC3;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: large;
}
.content .department .vaccine-tb table td {
  border: 1px solid #ddd;
  line-height: 1.3em;
}
.content .department .vaccine-tb table td:nth-child(1) {
  min-width: 50px;
  max-width: 120px;
  text-align: center;
}
.content .department .vaccine-tb table td:nth-child(2) {
  min-width: 100px;
  text-align: center;
}
.content .department .vaccine-tb table td:nth-child(3) {
  max-width: 500px;
}
.content .department .vaccine-tb table td:nth-child(4) {
  min-width: 100px;
  text-align: center;
}
.content .department .scroll {
  text-align: right;
  font-size: 16px;
  margin: 3px 0;
  margin-right: 16px;
  width: auto;
}
.content .contact {
  background-color: #F7F5F2;
  margin-top: 100px;
  margin-bottom: 100px;
}
.content .contact:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .content .contact {
    transform: translate(-5%, 0);
    margin-top: 45px;
    margin-bottom: 0px;
    width: 100vw;
  }
}
.content .contact .title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.content .contact .btn-wrap {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .content .contact .btn-wrap {
    flex-wrap: wrap;
  }
}
.content .contact .btn-wrap .line, .content .contact .btn-wrap .tel {
  margin: 0px 30px 20px;
  width: 43%;
}
.content .contact .btn-wrap .line .btn-title, .content .contact .btn-wrap .tel .btn-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.content .contact .btn-wrap .line .btn-title::before, .content .contact .btn-wrap .tel .btn-title::before {
  content: "\\";
  color: #F4D62B;
  font-weight: bold;
}
.content .contact .btn-wrap .line .btn-title::after, .content .contact .btn-wrap .tel .btn-title::after {
  content: "/";
  color: #F4D62B;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  .content .contact .btn-wrap .line .btn-title, .content .contact .btn-wrap .tel .btn-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .content .contact .btn-wrap .line, .content .contact .btn-wrap .tel {
    margin: 0px 10px 20px;
    width: 100%;
  }
}
.content .contact .btn-wrap .line .line-btn, .content .contact .btn-wrap .line .tel-btn, .content .contact .btn-wrap .tel .line-btn, .content .contact .btn-wrap .tel .tel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-top: 10px;
}
.content .contact .btn-wrap .line .line-btn img, .content .contact .btn-wrap .line .tel-btn img, .content .contact .btn-wrap .tel .line-btn img, .content .contact .btn-wrap .tel .tel-btn img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.content .contact .btn-wrap .line .line-btn p, .content .contact .btn-wrap .line .tel-btn p, .content .contact .btn-wrap .tel .line-btn p, .content .contact .btn-wrap .tel .tel-btn p {
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.content .contact .btn-wrap .line .line-btn, .content .contact .btn-wrap .tel .line-btn {
  background-color: #15A329;
}
.content .contact .btn-wrap .line .tel-btn, .content .contact .btn-wrap .tel .tel-btn {
  background-color: #202E5F;
}
@media screen and (max-width: 1366px) {
  .content .top_back {
    margin: 70px 0;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1366px) {
  .content .access {
    margin-bottom: 70px;
  }
}

.blue_container .ttl_blue .box {
  display: flex;
  width: 1040px;
  margin: 0 auto;
  margin-top: 40px;
  align-items: baseline;
}
.blue_container .ttl_blue .box h3 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 20px;
  color: #1a1a1a;
}/*# sourceMappingURL=department_renew.css.map */