@charset "UTF-8";

:root {
  --primary: #fa8c78;
  --secondary: #feeae7;
  --tertiary: #fa9785;
  --text: #313131;
  --link: #0067ab;

  --header_pc: 100px;
  --header_-pc: -100px;
  --header_sp: 60px;
  --header_-sp: -60px;
}

/*----------------------------------
Reset Style
----------------------------------*/
.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

blockquote,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

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

abbr,
acronym {
  border: 0;
}

a {
  transition: 0.5s;
  color: var(--link);
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a:active {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 1;
}

dd img,
dt img,
li img {
  vertical-align: top;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  position: static !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: var(--text);
  background: #f7f6f3;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
  min-width: 1160px;
}

@media only screen and (max-width: 1199px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a img {
  transition: all 0.5s;
  backface-visibility: hidden;
}

a:hover:active img,
a:hover:focus img,
a:hover:hover img {
  opacity: 0.7;
}

.l-wrapper {
  text-align: left;
  font-size: 1.6rem;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .l-wrapper {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-wrap {
  width: 90%;
  max-width: 1160px;
  min-height: 50vh;
  margin: 0 auto;
  padding-top: 50px;
}

@media only screen and (min-width: 1200px) {
  .l-wrap {
    padding-top: 100px;
  }
}

.c-section > div:first-child > *:first-child {
  margin-top: 0;
}
.c-section > div {
  display: block;
  padding-top: var(--header_sp);
  margin-top: var(--header_-sp);
}
@media only screen and (min-width: 1200px) {
  .c-section > div {
    padding-top: var(--header_pc);
    margin-top: var(--header_-pc);
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding-right: 1.8em;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.s5-3::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.s5-3::after {
  right: 7px;
  width: 6px;
  height: 6px;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.frame {
  position: relative;
  padding: 10px 10px 10px 0;
  border: 3px solid var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.frame:hover {
  color: #fff;
  background: var(--primary);
}
.s1-1:before {
  content: "";
  border-top: 3px solid var(--primary);
  width: 60px;
  margin-right: 1em;
}
.s1-1:hover::before {
  border-top: 3px solid #fff;
}
@media only screen and (min-width: 1200px) {
  .frame {
    padding: 20px 20px 20px 0;
  }
}
/*==================================
Header
==================================*/
.l-header {
  position: fixed;
  width: 100%;
  background: #f7f6f3;
  height: var(--header_sp);
  box-shadow: 0 0px 10px #aaa;
  z-index: 9;
}
.l-header_inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header_logo {
  width: 240px;
}
.l-header_logo a {
  display: flex;
  align-items: center;
}
.l-header_logo a:before {
  content: "";
  border-top: 8px solid var(--primary);
  width: 50px;
}
.l-header_utility_nav_item {
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .l-header_utility nav {
    width: 80%;
    margin: 0 auto;
  }
  .l-header_utility_nav {
    width: 100%;
  }
  .l-header_utility_nav_item {
    font-size: 2.4rem;
  }
  .l-header_utility_nav_item:not(:first-of-type) {
    margin-top: 26px;
  }
  .l-header_utility_nav_item > a {
    display: inline-block;
    color: #fff;
  }
  #nav-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: var(--primary);
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }

  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }

  #gloval-nav {
    background: var(--primary);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: 0.9s;
  }

  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
}

@media only screen and (min-width: 1200px) {
  #nav-toggle {
    display: none;
  }
  .l-header {
    height: var(--header_pc);
  }
  .l-header_inr {
    max-width: 1160px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .l-header_logo {
    width: auto;
  }
  .l-header_utility {
    display: flex;
    align-items: center;
  }
  .l-header_utility_nav {
    display: flex;
  }
  .l-header_utility_nav_item {
    position: relative;
    display: inline-block;
  }
  .l-header_utility_nav_item:not(:first-of-type) {
    margin-left: 2em;
  }
  .l-header_utility_nav_item > a {
    color: #313131;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px;
  }
  .l-header_utility_nav_item > a .circle {
    background: var(--tertiary);
    border-radius: 100%;
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
  }
  .l-header_utility_nav_item > a:hover .circle {
    height: 40px;
    width: 40px;
  }
  .l-header_utility_nav_item > a .text {
    display: block;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 3;
  }
}
/*==================================
Footer
==================================*/
.l-footer {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .l-footer {
    margin-top: 120px;
  }
}
.copyright {
  background: var(--primary);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 20px;
}

/* PageTopBtn */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0px 5px #aaa;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  #page_top {
    bottom: 40px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:before {
  content: url(../../assets/images/chevron-up.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}

/*==================================
TOP - MainVisual
==================================*/
.p-mainVisual {
  margin-top: var(--header_sp);
  height: 30vh;
  background: url(../images/bg_line.svg), url(../images/mv01.jpg);
  background-position: bottom center, center;
  background-repeat: no-repeat;
  background-size: 100%, cover;
}
@media only screen and (min-width: 1200px) {
  .p-mainVisual {
    margin-top: var(--header_pc);
    height: 600px;
  }
}

/*==================================
PAGE - SubVisual
==================================*/
.c-subVisual {
  margin-top: var(--header_sp);
  height: 30vh;
  background: url(../images/bg_line.svg), url(../images/sv01.jpg);
  background-position: bottom center, center;
  background-repeat: no-repeat;
  background-size: 100%, cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pageTtl {
  font-size: 2.6rem;
  font-weight: 700;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .c-subVisual {
    margin-top: var(--header_pc);
    height: 300px;
  }
  .c-pageTtl {
    margin-top: -40px;
    font-size: 4.8rem;
  }
}
/*==================================
Section
==================================*/
section:not(:first-of-type),
.section {
  margin-top: 40px;
}
.p-sec_inr {
  border: 4px solid var(--primary);
  border-radius: 10px;
  background: #fff;
}
.p-secTtl {
  display: flex;
  align-items: center;
  background: var(--primary);
  padding: 12px 10px;
  position: relative;
}
.p-secTtl:before {
  font-family: "icomoon";
  content: "\e900";
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  padding-right: 0.25em;
  position: absolute;
  top: 4px;
}
.p-secTtl01 {
  color: var(--text);
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-left: 1.8em;
}
@media only screen and (min-width: 1200px) {
  section:not(:first-of-type),
  .section {
    margin-top: 100px;
  }
  .p-secTtl {
    padding: 15px 40px;
  }
  .p-secTtl:before {
    font-size: 40px;
    font-size: 4rem;
    top: 8px;
  }
  .p-secTtl01 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-secTtl02 {
  border-bottom: 2px solid var(--primary);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary);
  padding-bottom: 5px;
}
.iconTtl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconTtl:before,
.iconTtl:after {
  font-family: "icomoon";
  content: "\e902";
  font-size: 2.4rem;
}
.iconTtl:before {
  margin-right: 0.5em;
}
.iconTtl:after {
  margin-left: 0.5em;
}
@media only screen and (min-width: 1200px) {
  .p-secTtl02 {
    font-size: 32px;
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
  .iconTtl:before,
  .iconTtl:after {
    font-size: 3.2rem;
  }
}
/*==================================
breadcrumb - パンくず
==================================*/
.c-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 20px;
}
.c-breadCrumb > li:not(:first-child):before {
  content: "\ff1e";
  margin: 0 0.5em;
}
@media only screen and (min-width: 1200px) {
  .c-breadCrumb {
    padding-top: 40px;
  }
}
/*==================================
News - 新着情報
==================================*/
.c-newsLink {
  position: absolute;
  right: 10px;
}
.c-newsLink a {
  color: var(--text);
  font-weight: 700;
}
.c-newsList_item {
  padding: 20px;
}
.c-newsList_item:nth-child(even) {
  background-color: #f7f6f3;
}
.c-newsList_item:last-child {
  border-radius: 0 0 10px 10px;
}
.c-newsList_item_body {
  margin: 5px auto 0;
}
.c-paging {
  margin-top: 50px;
}
.c-paging_list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-paging_list li:not(:first-of-type) {
  margin-left: 6px;
}
.c-paging_list li a {
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary);
  color: var(--text);
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  border-radius: 50%;
}
.c-paging_list li a.is-current,
.c-paging_list li a:hover {
  background: var(--primary);
}
@media only screen and (min-width: 1200px) {
  .c-newsLink {
    right: 40px;
  }
  .c-newsList_item {
    padding: 20px 40px;
  }
  .c-newsList_item_def {
    display: flex;
  }
  .c-newsList_item_head {
    white-space: nowrap;
  }
  .c-newsList_item_body {
    margin: 0 0 0 3em;
  }
  .c-paging {
    margin-top: 100px;
  }
}
/*==================================
TOP - PickUp
==================================*/
.c-iconCircleList {
  display: flex;
  flex-wrap: wrap;
}
.c-iconCircleList_item a {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  text-align: center;
  color: var(--text);
  font-weight: 700;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.2;
}
.c-iconCircleList_item a > div {
  height: 100%;
}
.c-iconCircleList_item a:hover {
  text-decoration: none;
}
.c-iconCircleList_icon {
  display: block;
  width: 100%;
  font-size: 8rem;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .c-iconCircleList_item a {
    width: 260px;
    height: 260px;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 40px;
    transition: all 0.6s ease 0s;
  }
  .c-iconCircleList_item a:hover {
    transform: scale(1.1, 1.1);
  }
  .c-iconCircleList_icon {
    font-size: 13rem;
  }
}
@media only screen and (max-width: 1199px) {
  .c-iconCircleList_item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .c-iconCircleList_item {
    width: 50%;
  }
  .c-iconCircleList_item:first-child {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .c-iconCircleList {
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
  }
}

.c-textBnrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.c-textBnrList_item {
  width: 100%;
}
.c-textBnrList_item a {
  display: block;
  border: 3px solid var(--primary);
  border-radius: 10px;
  padding: 15px;
  font-size: 1.8rem;
}
.c-textBnrList_item a {
  color: var(--text);
  background: #fff;
  text-decoration: none;
  position: relative;
}
.c-textBnrList_item a:before {
  font-family: "icomoon";
  content: "\e900";
  display: inline-block;
  color: var(--primary);
  font-size: 3.2rem;
  padding-right: 0.25em;
  position: absolute;
  top: 4px;
}
.c-textBnrList_item a:hover {
  background: var(--primary);
}
.c-textBnrList_item a:hover::before {
  color: #fff;
}
.c-textBnrList_item a > span {
  padding-left: 2.8em;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .c-textBnrList_item:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-textBnrList {
    margin-top: 80px;
  }
  .c-textBnrList_item {
    width: calc(100% / 2 - 20px);
  }
  .c-textBnrList_item a {
    padding: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-textBnrList_item a:before {
    font-size: 52px;
    font-size: 5.2rem;
    top: 8px;
  }
}

.c-textBnrList_item2 {
  width: 100%;
}
.c-textBnrList_item2 a {
  display: block;
  border: 3px solid var(--primary);
  border-radius: 10px;
  padding: 15px;
  font-size: 1.8rem;
}
.c-textBnrList_item2 a {
  color: var(--text);
  background: #fff;
  text-decoration: none;
  position: relative;
}
.c-textBnrList_item2 a:before {
  font-family: "icomoon";
  content: "\e900";
  display: inline-block;
  color: var(--primary);
  font-size: 3.2rem;
  padding-right: 0.25em;
  position: absolute;
  top: 4px;
}
.c-textBnrList_item2 a:hover {
  background: var(--primary);
}
.c-textBnrList_item2 a:hover::before {
  color: #fff;
}
.c-textBnrList_item2 a > span {
  padding-left: 2.8em;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .c-textBnrList_item2:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-textBnrList {
    margin-top: 80px;
  }
  .c-textBnrList_item2 {
    width: calc(100% / 1 - 20px);
  }
  .c-textBnrList_item2 a {
    padding: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-textBnrList_item2 a:before {
    font-size: 52px;
    font-size: 5.2rem;
    top: 8px;
  }
}
/*==================================
TOP - フッターMAP
==================================*/
.p-secAccess {
  margin-top: 40px;
}
.c-access_gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.c-access_gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .c-access_gmap {
    padding-bottom: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-secAccess {
    margin-top: 100px;
  }
}
.c-access_inr {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 15px;
}
.c-access_infoTtl {
  display: flex;
  align-items: center;
}
.c-access_infoTtl:before {
  content: "";
  border-top: 8px solid var(--primary);
  width: 50px;
}
.c-def.c-access_dtl_def {
  margin-top: 0;
}
.c-access_dtl_head {
  padding-bottom: 0.2em;
  border-bottom: 3px solid var(--primary);
}
@media only screen and (max-width: 1199px) {
  .c-access_inr > *:nth-child(n + 2) {
    margin-top: 20px;
  }
  .c-access_infoTtl:before {
    border-top: 5px solid var(--primary);
    width: 30px;
  }
  .c-access_infoTtl img {
    max-width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-access_inr {
    padding-top: 30px;
    display: flex;
  }
  .c-access_inr > * {
    width: calc(100% / 2);
  }
}

/*==================================
Kondate - 献立ページ（一覧）
==================================*/
.c-tmbList_item {
  background: var(--secondary);
  border-radius: 0 0 10px 10px;
}
.c-tmbList_item a {
  display: block;
}
.c-tmbList_item img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.c-def.c-tmbList_item_def {
  margin-top: 0;
  padding: 20px;
}
.c-tmbList_item_body {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media only screen and (max-width: 1199px) {
  .c-tmbList_item:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-tmbList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .c-tmbList_item {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
  }
  .c-tmbList_item:nth-child(n + 4) {
    margin-top: 60px;
  }
  .c-tmbList_item:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================
Casette - カセット
==================================*/
.c-casette_body > div:first-of-type > div > * {
  margin-top: 0;
}
/* 見出しレベル1 */
.c-secTtl02 {
  background: var(--primary);
  border-radius: 10px;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 40px;
}
.c-secTtl02:before {
  content: "";
  border-top: 3px solid #fff;
  width: 20px;
}
.c-secTtl02 > span {
  color: var(--text);
  padding: 10px;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* 見出しレベル2 */
.c-secTtl03 {
  border-bottom: 4px solid var(--primary);
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 6px;
  margin-top: 40px;
}
.c-secTtl03 > span {
  display: inline-block;
  padding: 0 30px;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* 見出しレベル3 */
.c-secTtl04 {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-top: 40px;
}
.c-secTtl04:before {
  content: " ";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 4px solid var(--primary);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl04 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* 見出しレベル4 */
.c-secTtl05 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .c-secTtl05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 画像配置 */
.c-pouring {
  overflow: hidden;
  margin-top: 40px;
}

.c-pouring .c-pouring_img {
  max-width: 100%;
  text-align: center;
}
.c-pouring .c-pouring_img img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .c-pouring .c-pouring_txt {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-pouring .c-pouring_img {
    float: left;
    max-width: 430px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .c-pouring.c-pouring__rev .c-pouring_img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
}

/* 囲み文章 */
.c-enclosureTxt {
  background: var(--secondary);
  padding: 20px;
  margin-top: 40px;
  white-space: pre-wrap;
}

@media only screen and (min-width: 1200px) {
  .c-enclosureTxt {
    padding: 40px;
  }
}

/* 文章 */
.c-sentenceTxt {
  margin-top: 20px;
}

/* HTML */
.c-free {
  margin-top: 40px;
}

/* 画像（1枚） */
.c-img02 {
  text-align: center;
  margin-top: 30px;
}
.c-img02 a {
  display: block;
}
.c-img02 img {
  width: 100%;
}
.c-img02 figcaption {
  text-align: left;
  margin-top: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .c-img02 {
    margin-top: 60px;
  }
  .c-img02 img {
    width: auto;
  }
}

/* 画像（複数枚） */
.c-img02Unit {
  margin-top: 30px;
}
.c-img02Unit > * {
  width: 100%;
}
.c-img02Unit > .c-img02:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .c-img02Unit {
    margin-top: 60px;
  }
  .c-img02Unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-img02Unit.c-img02Unit__col2 > * {
    width: calc(100% / 2 - 20px);
  }
  .c-img02Unit.c-img02Unit__col3 > * {
    width: calc(100% / 3 - 20px);
  }
  .c-img02Unit > .c-img02 {
    margin-top: 0;
  }
}

/* リスト */
.c-simpleList {
  margin-top: 30px;
}
.c-simpleList > li {
  position: relative;
  padding-left: 30px;
}
.c-simpleList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-simpleList > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  border: 4px solid var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* リスト（序列） */
.c-numList {
  margin-top: 30px;
}
.c-numList > li {
  position: relative;
  padding-left: 30px;
  counter-increment: num;
}
.c-numList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-numList > li:before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--primary);
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 50%;
}

/* リスト（ファイル） */
.c-fileList {
  margin-top: 40px;
}
.c-fileList > li {
  position: relative;
}
.c-fileList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-fileList > li a {
  display: inline-block;
  padding-left: 30px;
}
.c-fileList > li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 26px;
  background-image: url(/kyusyoku/assets/images/i_other.svg);
}
.c-fileList li a[href$=".pdf"]:before {
  background-image: url(/kyusyoku/assets/images/i_pdf.svg);
}
.c-fileList li a[href$=".xls"]:before,
.c-fileList li a[href$=".xlsx"]:before {
  background-image: url(/kyusyoku/assets/images/i_xlsx.svg);
}
.c-fileList li a[href$=".doc"]:before,
.c-fileList li a[href$=".docx"]:before {
  background-image: url(/kyusyoku/assets/images/i_docx.svg);
}
/*
.c-fileList li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/

/* ボタンリスト */
.c-btnList {
  margin-top: 40px;
}
.c-btnList > li {
  text-align: center;
  margin-top: 10px;
}
.c-btnList > li a {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 2em;
  background-color: #fff;
  border: 3px solid var(--primary);
  color: var(--text);
  font-weight: 700;
}
.c-btnList > li a:hover {
  background: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .c-btnList > li:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-btnList > li:not(:first-of-type) {
    margin-left: 10px;
  }
}
.c-btnList li a:active,
.c-btnList li a:focus,
.c-btnList li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 定義リスト */
.c-def {
  margin-top: 40px;
}
.c-def dt {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-def dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  border: 3px solid var(--primary);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.c-def dd {
  margin-top: 0.25em;
}
@media only screen and (min-width: 1200px) {
  .c-def dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* 定義リスト（テーブル） */
.c-defTable {
  margin-top: 40px;
}
.c-defTable dl {
  width: 100%;
  display: block;
  border: 2px solid var(--primary);
}
.c-defTable dl:not(:first-of-type) {
  margin-top: 10px;
}
.c-defTable dl dd,
.c-defTable dl dt {
  display: block;
  padding: 10px;
  vertical-align: middle;
}
.c-defTable dl dt {
  width: 100%;
  background: var(--primary);
  font-weight: 700;
}
.c-defTable dl dd {
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .c-defTable dl {
    display: table;
  }
  .c-defTable dl dd,
  .c-defTable dl dt {
    display: table-cell;
    padding: 16px 20px;
  }
  .c-defTable dl dt {
    width: 300px;
  }
}

/* 罫線 */
.c-hr {
  margin: 40px 0;
  border: none;
  border-top: 2px dashed var(--secondary);
}

/* テーブル */
.c-table {
  width: 100%;
  margin-top: 40px;
}
.c-table tr {
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}
.c-table th,
.c-table td {
  border-bottom: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  padding: 10px;
  vertical-align: top;
}
.c-table th {
  width: calc(100% / 3);
  min-width: 120px;
  font-weight: 700;
  background: var(--secondary);
}
.c-table td {
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .c-table td,
  .c-table th {
    padding: 16px 20px;
  }
  .c-table th {
    width: 300px;
  }
}
.c-table.c-table__fixed {
  table-layout: fixed;
}
.c-table.c-table__fixed th {
  width: auto;
  text-align: center;
}

/* ギャラリー */
.c-gallery {
  margin-top: 60px;
}
.c-gallery .c-gallery_list figure {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
@media only screen and (min-width: 1200px) {
  .c-gallery .c-gallery_list figure {
    height: 400px;
  }
  .c-gallery .c-gallery_list figure img {
    max-height: 400px;
  }
}
*/

/* Google Map */
.c-map {
  margin-top: 40px;
}
.c-map iframe {
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 1200px) {
  .c-map iframe {
    height: 500px;
  }
}

/* Youtuube */
.c-video {
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
