@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v2.0 | 20110126 */
/* License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* NotoSansJP */
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.otf") format("otf"), url("../fonts/NotoSansJP.woff") format("woff"), url("../fonts/NotoSansJP.woff2") format("woff2");
}
/* ZenKakuGothicNew-Medium */
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("ttf"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
}
/* ZenKakuGothicNew-Bold */
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("ttf"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
}
.bold {
  font-family: "ZenKakuGothicNew-Bold";
}
#hokkaido-confect {
  padding-top: 65px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  color: #2d2d2d;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect {
    min-width: 1000px;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect {
    padding-top: 60px;
  }
}
#hokkaido-confect *:focus {
  outline: none;
}
#hokkaido-confect * {
  box-sizing: border-box;
}
#hokkaido-confect img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#hokkaido-confect a {
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}
#hokkaido-confect a:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .sp_only {
    display: none !important;
  }
}
#hokkaido-confect .wrapper {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .wrapper {
    width: 80%;
  }
}
#hokkaido-confect input, #hokkaido-confect select, #hokkaido-confect textarea, #hokkaido-confect button {
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
  display: block;
}
#hokkaido-confect select, #hokkaido-confect button {
  cursor: pointer;
}
.loader {
  position: relative;
}
.loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #354273;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 1s 1s;
}
.loader.active:after {
  height: 0;
}
#hokkaido-confect header {
  width: 100%;
  height: 65px;
  padding: 0 40px;
  background-color: #fff;
  border-top: 6px #354273 solid;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header {
    min-width: 1000px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header {
    height: 60px;
    border-top-width: 4px;
    padding: 0 20px;
  }
}
#hokkaido-confect header .logo {
  width: 230px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header .logo {
    width: 210px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #354273;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
  }
}
#hokkaido-confect header nav ul {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav ul {
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  #hokkaido-confect header nav ul .logo {
    width: 80px;
    margin: 0 0 15px;
    /* 0 0 50px */
  }
}
#hokkaido-confect header nav ul li {
  margin-right: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav ul li {
    width: 100%;
    margin: 0 0 1.2em;
    /* 0 0 50px */
  }
}
#hokkaido-confect header nav ul li a {
  font-family: "NotoSansJP";
  font-size: 14px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect header nav ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    display: block ruby;
  }
}
#hokkaido-confect header nav ul .logo_list {
  width: 80%;
  border-top: 1.5px solid #fff;
  padding-top: 40px;
  margin: 20px 10% 0 10% !important;
}
#hokkaido-confect header nav ul .logo_list ul li {
  width: 48%;
  float: left;
}
#hokkaido-confect header nav ul .logo_list ul li a img {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
#hokkaido-confect header .menu_btn {
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 9;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect header .menu_btn {
    display: none;
  }
}
#hokkaido-confect header .menu_btn span {
  width: 100%;
  height: 2px;
  background-color: #354273;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
#hokkaido-confect header .menu_btn span:nth-of-type(1) {
  top: 0;
}
#hokkaido-confect header .menu_btn span:nth-of-type(2) {
  top: 8px;
}
#hokkaido-confect header .menu_btn span:nth-of-type(3) {
  bottom: 0;
}
#hokkaido-confect header .menu_btn.active span {
  background-color: #fff;
}
#hokkaido-confect header .menu_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#hokkaido-confect header .menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#hokkaido-confect header .menu_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.sp {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
#hokkaido-confect footer {
  background-color: #354273;
}
#hokkaido-confect footer .wrapper {
  padding: 75px 0;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper {
    width: 65.5%;
    padding: 75px 0 110px;
    flex-wrap: wrap;
  }
}
#hokkaido-confect footer .wrapper > div {
  width: 350px;
  margin-left: -90px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div {
    width: 100%;
    margin: 0;
    order: 2;
  }
}
#hokkaido-confect footer .wrapper > div .logo {
  width: 240px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div .logo {
    width: 100%;
    margin-bottom: 50px;
  }
}
#hokkaido-confect footer .wrapper > div ul {
  display: flex;
  flex-wrap: wrap;
}
#hokkaido-confect footer .wrapper > div ul li {
  margin: 5px 30px 0 0;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div ul li {
    width: 40%;
    margin: 20px 0 0;
  }
  #hokkaido-confect footer .wrapper > div ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #hokkaido-confect footer .wrapper > div ul li:nth-child(2n) {
    width: 60%;
  }
}
#hokkaido-confect footer .wrapper > div ul li a img {
  width: auto;
  max-width: none;
  height: 35px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper > div ul li a img {
    height: 35px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav {
    width: 100%;
    margin-bottom: 85px;
    order: 1;
  }
}
#hokkaido-confect footer .wrapper nav > ul {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul {
    display: block;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li {
  margin-right: 50px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li {
    margin: 0 0 30px;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li:last-child {
  margin: 0;
}
#hokkaido-confect footer .wrapper nav > ul > li a {
  font-family: "NotoSansJP";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li a {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li > a {
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li > a {
    margin-top: 30px;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li > a:nth-of-type(1) {
  margin: 0;
}
#hokkaido-confect footer .wrapper nav > ul > li ul {
  margin: 25px 0 35px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer .wrapper nav > ul > li ul {
    display: none;
  }
}
#hokkaido-confect footer .wrapper nav > ul > li ul:last-child {
  margin-bottom: 0;
}
#hokkaido-confect footer .wrapper nav > ul > li ul li {
  margin-bottom: 15px;
}
#hokkaido-confect footer .wrapper nav > ul > li ul li:last-child {
  margin: 0;
}
#hokkaido-confect footer > p {
  padding: 9px 45px;
  background-color: #e4e6eb;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect footer > p {
    padding: 9px 0;
    text-align: center;
  }
}
#hokkaido-confect {
  /* ttl */
  /* ttl_box */
}
#hokkaido-confect .ttl {
  padding-top: 105px;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
  letter-spacing: 6px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl {
    padding-top: 85px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
#hokkaido-confect .ttl .en {
  padding-top: 70px;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: -105px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl .en {
    padding-top: 50px;
    font-size: 12px;
    letter-spacing: 1.5px;
    left: -30px;
  }
}
#hokkaido-confect .ttl .en:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl .en:after {
    height: 40px;
  }
}
#hokkaido-confect .ttl.white {
  color: #fff;
}
#hokkaido-confect .ttl.white .en:after {
  background-color: #fff;
}
#hokkaido-confect .ttl.blue {
  color: #354273;
}
#hokkaido-confect .ttl.blue .en:after {
  background-color: #354273;
}
#hokkaido-confect .ttl_box {
  padding-bottom: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box {
    padding-bottom: 100px;
  }
}
#hokkaido-confect .ttl_box .ttl {
  padding-top: 95px;
  font-size: 34px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box .ttl .en {
    padding-top: 35px;
  }
  #hokkaido-confect .ttl_box .ttl .en:after {
    height: 25px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box .ttl {
    padding-top: 45px;
    font-size: 24px;
  }
}
#hokkaido-confect .ttl_box.blue {
  padding: 0;
  background-color: #354273;
}
#hokkaido-confect .ttl_box.blue .ttl {
  padding: 88px 0;
  line-height: 44px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .ttl_box.blue .ttl {
    padding: 38px 0;
    line-height: 34px;
  }
}
#hokkaido-confect .btn {
  width: 160px;
  height: 50px;
  border: 1px solid;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .btn:hover:after {
    transform: translate(5px);
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .btn {
    width: 225px;
    border-width: 2px;
    font-family: "ZenKakuGothicNew-Bold";
    margin: 0 auto;
  }
}
#hokkaido-confect .btn:after {
  content: "";
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: 15px;
  transition: all 0.2s;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .btn:after {
    margin-left: 25px;
  }
}
#hokkaido-confect .btn.white {
  border-color: #fff;
}
#hokkaido-confect .btn.white.type1 {
  color: #fff;
}
#hokkaido-confect .btn.white.type1:after {
  background-image: url(../img/arrow_w.png);
}
#hokkaido-confect .btn.white.type2 {
  background-color: #fff;
  color: #354273;
}
#hokkaido-confect .btn.white.type2:after {
  background-image: url(../img/arrow_b.png);
}
#hokkaido-confect .btn.blue {
  border-color: #354273;
}
#hokkaido-confect .btn.blue.type1 {
  color: #354273;
}
#hokkaido-confect .btn.blue.type1:after {
  background-image: url(../img/arrow_b.png);
}
#hokkaido-confect .btn.blue.type2 {
  background-color: #354273;
  color: #fff;
}
#hokkaido-confect .btn.blue.type2:after {
  background-image: url(../img/arrow_w.png);
}
a:active, :any-link:active {
  color: #354273 !important;
}
#hokkaido-confect .tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: 12px;
}
#hokkaido-confect .tag li {
  padding: 4px 10px 6px 10px;
  border: 1px #354273 solid;
  border-radius: 5px;
  font-family: "NotoSansJP";
  font-size: 10px;
  margin: 0 10px 10px 0;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .tag li {
    padding: 3px 10px 6px 10px;
    font-size: 12px;
  }
}
#hokkaido-confect .recruit_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .recruit_list {
    display: block;
  }
}
#hokkaido-confect .recruit_list > li {
  width: 30%;
  margin: 2em 5% 0 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .recruit_list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  #hokkaido-confect .recruit_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .recruit_list > li {
    width: 100%;
    margin: 0 0 65px;
  }
  #hokkaido-confect .recruit_list > li:last-child {
    margin: 0;
  }
}
#hokkaido-confect .recruit_list > li a {
  color: white;
}
#hokkaido-confect .recruit_list > li a .img_box img {
  height: 200px;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .recruit_list > li a .img_box img {
    height: 51vw;
  }
}
#hokkaido-confect .recruit_list > li a h3 {
  font-family: "NotoSansJP";
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .recruit_list > li a h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
#hokkaido-confect .recruit_list > li a p {
  font-size: 14px;
}
#hokkaido-confect .news_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list {
    display: block;
  }
}
#hokkaido-confect .news_list > li {
  width: 30%;
  margin: 70px 5% 0 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .news_list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  #hokkaido-confect .news_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list > li {
    width: 100%;
    margin: 0 0 65px;
  }
  #hokkaido-confect .news_list > li:last-child {
    margin: 0;
  }
}
#hokkaido-confect .news_list > li a {
  color: #354273;
}
#hokkaido-confect .news_list > li a .img_box img {
  height: 200px;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list > li a .img_box img {
    height: 51vw;
  }
}
#hokkaido-confect .news_list > li a h3 {
  font-family: "NotoSansJP";
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0 15px 0;
  letter-spacing: 0.5px;
  word-break: break-all;
  text-align: justify;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .news_list > li a h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
#hokkaido-confect .news_list > li a p {
  font-size: 14px;
}
#hokkaido-confect .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .slick-dots {
    margin-top: 50px;
  }
}
#hokkaido-confect .slick-dots li {
  width: 5px;
  height: 5px;
  background-color: #354273;
  border-radius: 10px;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s;
}
#hokkaido-confect .slick-dots li button {
  display: none;
}
#hokkaido-confect .slick-dots li.slick-active {
  width: 35px;
  opacity: 1;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .slick-dots li.slick-active {
    width: 50px;
  }
}
#hokkaido-confect .loop_slider {
  height: 15.1vw;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect .loop_slider {
    min-height: 151px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect .loop_slider {
    height: 56.5vw;
  }
}
#hokkaido-confect #about {
  background-color: #354273;
}
#hokkaido-confect #about .wrapper {
  padding: 105px 0 110px;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #about .wrapper {
    padding: 65px 0 75px;
  }
}
#hokkaido-confect #about .wrapper .ttl {
  padding: 0;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #about .wrapper .ttl {
    margin-bottom: 35px;
  }
}
#hokkaido-confect #about .wrapper p {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 20px;
  line-height: 50px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #about .wrapper p {
    letter-spacing: 4px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #about .wrapper p {
    font-size: 16px;
    line-height: 40px;
  }
}
.pala {
  opacity: 0;
  transition: all 1s ease !important;
}
/* 上から下 */
.pala--down {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.pala--down2 {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
/* 下から上 */
.pala--up {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.pala--up2 {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
/* 左から右 */
.pala--lr {
  -webkit-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
}
/* 左から右（x5） */
.pala--lr5 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* 右から左 */
.pala--rl {
  -webkit-transform: translate(10%, 0);
  transform: translate(10%, 0);
}
/* 縮小拡大 */
.pala--scaleUp {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* 拡大縮小 */
.pala--scaleDown {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.delay50 {
  transition-delay: 0.05s !important;
}
.delay100 {
  transition-delay: 0.1s !important;
}
.delay150 {
  transition-delay: 0.15s !important;
}
.delay200 {
  transition-delay: 0.2s !important;
}
.delay250 {
  transition-delay: 0.25s !important;
}
.delay300 {
  transition-delay: 0.3s !important;
}
.delay400 {
  transition-delay: 0.4s !important;
}
.delay500 {
  transition-delay: 0.5s !important;
}
.delay600 {
  transition-delay: 0.6s !important;
}
.delay700 {
  transition-delay: 0.7s !important;
}
.delay800 {
  transition-delay: 0.8s !important;
}
.delay900 {
  transition-delay: 0.9s !important;
}
.delay1000 {
  transition-delay: 1s !important;
}
.delay1100 {
  transition-delay: 1.1s !important;
}
.delay1200 {
  transition-delay: 1.2s !important;
}
.delay1300 {
  transition-delay: 1.3s !important;
}
.delay1400 {
  transition-delay: 1.4s !important;
}
.delay1500 {
  transition-delay: 1.5s !important;
}
.delay1600 {
  transition-delay: 1.6s !important;
}
.delay1700 {
  transition-delay: 1.7s !important;
}
.delay1800 {
  transition-delay: 1.8s !important;
}
.delay1900 {
  transition-delay: 1.9s !important;
}
.delay2000 {
  transition-delay: 2s !important;
}
@keyframes line_anime {
  0% {
    height: 0;
  }
  100% {
    height: 90px;
  }
}
@keyframes line_anime_sp {
  0% {
    height: 0;
  }
  100% {
    height: 2rem;
  }
}
.pala.action, .pala_line.action {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.mt01 {
  padding-top: 1em !important;
}
.mt02 {
  padding-top: 2em !important;
}
.mt03 {
  padding-top: 3em !important;
}
.indent01 {
  text-indent: 0.5em;
}
@media screen and (max-width: 800px) {
  .indent01 {
    text-indent: inherit;
  }
}
.recruit_newgraduate {
  display: flex;
  margin: auto;
  padding: 1vw 15% 7vw 15%;
}
@media screen and (max-width: 800px) {
  .recruit_newgraduate {
    display: inherit;
    margin: 0;
    padding: inherit;
    padding-bottom: 3em !important;
  }
  .recruit_newgraduate > a {
    margin-bottom: 1em !important;
  }
}
#hokkaido-confect {
  /* top */
  /* sub */
}
#hokkaido-confect #top #mv .wrapper > * {
  opacity: 0;
  transition: all 1s ease !important;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
#hokkaido-confect #top #mv .wrapper h2 {
  transition-delay: 0.5s !important;
}
#hokkaido-confect #top #mv .wrapper .btn_box {
  transition-delay: 1s !important;
}
#hokkaido-confect #top #mv.active .wrapper > * {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
#hokkaido-confect #top #mv.active svg {
  animation: line_animation 2s both 1.5s;
}
#hokkaido-confect #top #about .wrapper {
  transition-delay: 2s !important;
}
#hokkaido-confect #mv_sub .ttl span:not(.en) {
  opacity: 0;
  transition: all 1s ease !important;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
#hokkaido-confect #mv_sub.active .ttl span:not(.en) {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
#hokkaido-confect #about .wrapper {
  opacity: 0;
  transition: all 1s ease 0.5s !important;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
#hokkaido-confect #about.active .wrapper {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@keyframes line_animation {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
#hokkaido-confect #top {
  /* mv */
  /* about */
  /* company */
  /* news */
  /* career */
}
#hokkaido-confect #top #mv {
  padding: 115px 0 155px;
  background: url(../img/top/mv_bg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv {
    padding: 16% 0;
    background-size: auto 100%;
    background-position: center;
  }
}
#hokkaido-confect #top #mv .wrapper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #mv .wrapper {
    padding-bottom: 10px;
  }
}
#hokkaido-confect #top #mv .wrapper h1 {
  width: 885px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper h1 {
    width: 83.5%;
  }
}
#hokkaido-confect #top #mv .wrapper h2 {
  width: 485px;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper h2 {
    width: 81.5%;
    margin: 11.5% 0 15%;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #mv .wrapper .btn_box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#hokkaido-confect #top #mv .wrapper svg {
  width: 1320px;
  position: absolute;
  bottom: -160px;
  left: -60px;
  pointer-events: none;
  fill: none;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #mv .wrapper svg {
    width: 140%;
    bottom: -14.5%;
    left: -6.5%;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #about .wrapper {
    padding-bottom: 150px;
  }
}
#hokkaido-confect #top #company {
  padding-bottom: 100px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company {
    padding-bottom: 70px;
  }
  #hokkaido-confect #top #company .ttl {
    padding-top: 100px;
  }
}
#hokkaido-confect #top #company .slider {
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider {
    margin: 45px 0 50px;
  }
}
#hokkaido-confect #top #company .slider .slick-slide {
  height: 100%;
}
#hokkaido-confect #top #company .slider .flex_box {
  padding: 0 4%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
#hokkaido-confect #top #company .slider .flex_box div a {
  color: #354273 !important;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box {
    padding: 0;
    display: block;
  }
}
#hokkaido-confect #top #company .slider .flex_box > div {
  width: 49.5%;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > div {
    width: 100%;
    height: 280px;
    margin-bottom: 25px;
  }
}
#hokkaido-confect #top #company .slider .flex_box > div h3 {
  padding-bottom: 5px;
  border-bottom: 6px #354273 solid;
  font-family: "NotoSansJP";
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  display: inline-block;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > div h3 {
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    display: block;
    margin-bottom: 25px;
  }
}
#hokkaido-confect #top #company .slider .flex_box > div p {
  width: 100%;
  font-size: 18px;
  line-height: 34px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #company .slider .flex_box > div p {
    font-family: "ZenKakuGothicNew-Bold";
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > div p {
    font-size: 16px;
    line-height: 31px;
  }
}
#hokkaido-confect #top #company .slider .flex_box > a {
  width: 43.5%;
  border: 10px #354273 solid;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .flex_box > a {
    width: 100%;
    border-width: 8px;
  }
}
#hokkaido-confect #top #company .slider .slick-arrow {
  width: 20px;
  height: calc(100% - 85px);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 9;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .slick-arrow {
    width: 15px;
    height: 100%;
    background-position: top 45% center;
  }
}
#hokkaido-confect #top #company .slider .slick-arrow.prev {
  background-image: url(../img/top/company_arrow01.png);
  left: -20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .slick-arrow.prev {
    left: -25px;
  }
}
#hokkaido-confect #top #company .slider .slick-arrow.next {
  background-image: url(../img/top/company_arrow02.png);
  right: -20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #company .slider .slick-arrow.next {
    right: -25px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #company .btn_box {
    position: absolute;
    top: 105px;
    right: 0;
  }
}
#hokkaido-confect #top #news {
  padding-bottom: 100px;
  background-color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #news {
    padding-bottom: 80px;
  }
}
#hokkaido-confect #top #news .wrapper {
  position: relative;
}
#hokkaido-confect #top #news .wrapper .news_list {
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #news .wrapper .news_list {
    margin: 65px 0;
  }
}
#hokkaido-confect #top #news .wrapper .news_list a {
  color: #fff !important;
}
#hokkaido-confect #top #news .wrapper .news_list a .tag li {
  border-color: #fff;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #top #news .wrapper .btn_box {
    position: absolute;
    top: 105px;
    right: 0;
  }
}
#hokkaido-confect #top #news .wrapper .btn_box .btn {
  width: 190px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #news .wrapper .btn_box .btn {
    width: 255px;
  }
}
#hokkaido-confect #top #career {
  padding-bottom: 150px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career {
    padding-bottom: 90px;
  }
}
#hokkaido-confect #top #career .ttl {
  padding-top: 130px;
  font-size: 42px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career .ttl {
    padding-top: 80px;
    font-size: 28px;
    line-height: 45px;
  }
}
#hokkaido-confect #top #career p {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
  line-height: 50px;
  color: #354273;
  margin: 50px 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career p {
    font-size: 16px;
    line-height: 35px;
    margin: 40px 0 60px;
  }
}
#hokkaido-confect #top #career .btn {
  width: 145px;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #top #career .btn {
    width: 195px;
  }
}
#hokkaido-confect #company {
  /* mv_sub */
  /* about */
  /* statement */
  /* member */
  /* outline */
}
#hokkaido-confect #company #mv_sub {
  background-image: url(../img/company/mv_bg.jpg);
}
#hokkaido-confect #company #about .wrapper {
  padding-bottom: 160px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #about .wrapper {
    padding: 85px 0 100px;
  }
}
#hokkaido-confect #company #about .wrapper h3 {
  width: 570px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #about .wrapper h3 {
    width: 240px;
    margin: 65px 0 35px;
  }
}
#hokkaido-confect #company #about .wrapper p {
  line-height: 45px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #about .wrapper p {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #about .wrapper p {
    line-height: 33px;
  }
  #hokkaido-confect #company #about .wrapper p br {
    display: none;
  }
}
#hokkaido-confect #company #statement {
  padding-bottom: 130px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #statement {
    padding-bottom: 90px;
  }
  #hokkaido-confect #company #statement .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #company #statement > div {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 65px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #statement > div {
    display: block;
    margin-top: 85px;
  }
}
#hokkaido-confect #company #statement > div h3 {
  width: 35%;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #statement > div h3 {
    width: 270px;
  }
}
#hokkaido-confect #company #statement > div p {
  width: 51%;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #statement > div p {
    width: 100%;
    margin-top: 50px;
  }
}
#hokkaido-confect #company #statement > div p span {
  width: 310px;
  display: block;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #statement > div p span {
    width: 270px;
    margin-bottom: 50px;
  }
}
#hokkaido-confect #company #statement > div p > img {
  width: 370px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #statement > div p > img {
    width: 100%;
    max-width: 300px;
  }
}
#hokkaido-confect #company #member {
  padding-bottom: 140px;
  background-color: #354273;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #member {
    padding-bottom: 75px;
  }
  #hokkaido-confect #company #member .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #company #member ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #member ul {
    display: block;
  }
}
#hokkaido-confect #company #member ul li {
  width: 30%;
  margin: 80px 5% 0 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #member ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  #hokkaido-confect #company #member ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #member ul li {
    width: 100%;
    margin: 0 0 60px;
  }
  #hokkaido-confect #company #member ul li:last-child {
    margin: 0;
  }
}
#hokkaido-confect #company #member ul li .img_box img {
  height: 200px;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #member ul li .img_box img {
    height: 51vw;
  }
}
#hokkaido-confect #company #member ul li h3 {
  font-size: 24px;
  margin: 30px 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #member ul li h3 {
    font-size: 22px;
    margin: 25px 0 15px;
  }
}
#hokkaido-confect #company #member ul li p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #member ul li p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
#hokkaido-confect #company #member ul li p:last-child {
  margin: 0;
}
#hokkaido-confect #company #outline {
  padding-bottom: 120px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #company #outline > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div {
    display: block;
  }
}
#hokkaido-confect #company #outline > div .ttl {
  width: 100%;
  margin-bottom: 65px;
}
#hokkaido-confect #company #outline > div dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div dl:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div dl {
    width: 112%;
    margin: 0 -6% 30px;
  }
  #hokkaido-confect #company #outline > div dl:last-of-type {
    margin-bottom: 0;
  }
}
#hokkaido-confect #company #outline > div dl dt, #hokkaido-confect #company #outline > div dl dd {
  padding: 10px;
  background-color: #eff1f5;
  border-bottom: 2px #fff solid;
  line-height: 20px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div dl dt, #hokkaido-confect #company #outline > div dl dd {
    padding: 7px 15px;
    line-height: 26px;
  }
}
#hokkaido-confect #company #outline > div dl dt:last-of-type, #hokkaido-confect #company #outline > div dl dd:last-of-type {
  border: none;
}
#hokkaido-confect #company #outline > div dl dt {
  width: 135px;
  font-size: 12px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div dl dt {
    padding: 11px 15px;
    line-height: 18px;
  }
}
#hokkaido-confect #company #outline > div dl dd {
  width: calc(100% - 135px);
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div dl dd {
    letter-spacing: 1px;
  }
}
#hokkaido-confect #company #outline > div.cont1 {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 {
    margin: 0;
  }
}
#hokkaido-confect #company #outline > div.cont1 .ttl {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 .ttl {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #company #outline > div.cont1 dl {
    width: 700px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #company #outline > div.cont1 dl {
    padding-bottom: 75px;
    border-bottom: 2px #354273 solid;
  }
}
#hokkaido-confect #company #outline > div.cont1 dl dd:last-of-type {
  display: flex;
  align-items: center;
  align-content: center;
}
#hokkaido-confect #business {
  /* mv_sub */
  /* about */
  /* role */
  /* brand */
}
#hokkaido-confect #business #mv_sub {
  background-image: url(../img/business/mv_bg.jpg);
}
#hokkaido-confect #business #about .wrapper {
  padding: 95px 0 155px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #about .wrapper {
    padding: 60px 0 95px;
  }
}
#hokkaido-confect #business #about .wrapper h2 {
  font-size: 48px;
  line-height: 80px;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #about .wrapper h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
#hokkaido-confect #business #about .wrapper p {
  line-height: 45px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #about .wrapper p {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #about .wrapper p {
    line-height: 35px;
  }
  #hokkaido-confect #business #about .wrapper p br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #role .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #business #role .img_box {
  margin: 70px 0 115px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #role .img_box {
    margin: 45px 0 15px;
  }
}
#hokkaido-confect #business #role .modal {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #role .modal {
    display: none;
  }
}
#hokkaido-confect #business #role .modal .modal_btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
#hokkaido-confect #business #role .modal .modal_btn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/business/role_icon01.png) no-repeat;
  background-size: 100%;
  background-size: 100% 100%;
  margin: 5px 5px 0 0;
}
#hokkaido-confect #business #role .modal .modal_btn:after {
  content: "拡大";
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 14px;
  text-align: right;
  color: #354273;
}
#hokkaido-confect #business #role .modal .modal_btn.active {
  height: 75px;
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 9999;
}
#hokkaido-confect #business #role .modal .modal_btn.active:before {
  background-image: url(../img/business/role_icon02.png);
}
#hokkaido-confect #business #role .modal .modal_btn.active:after {
  content: "縮小";
}
#hokkaido-confect #business #role .modal .modal_cont {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
#hokkaido-confect #business #role .modal .modal_cont > div {
  width: 90%;
  height: calc(100% - 150px);
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: scroll;
}
#hokkaido-confect #business #role .modal .modal_cont > div img {
  width: 600px;
  max-width: none;
}
#hokkaido-confect #business #brand {
  padding-bottom: 215px;
  color: #354273;
}
#hokkaido-confect #business #brand a {
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand {
    padding-bottom: 100px;
  }
}
#hokkaido-confect #business #brand .ttl {
  padding-top: 135px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #business #brand > div {
  padding-top: 165px;
  font-family: "NotoSansJP";
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div {
    padding-top: 55px;
    border-top: 1px #354273 solid;
    margin-top: 85px;
  }
}
#hokkaido-confect #business #brand > div:nth-of-type(1) {
  padding-top: 90px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div:nth-of-type(1) {
    padding: 0;
    border: none;
    margin-top: 60px;
  }
}
#hokkaido-confect #business #brand > div h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 55px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #brand > div h3 {
    border-bottom: 5px #354273 solid;
  }
  #hokkaido-confect #business #brand > div h3 br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div h3 {
    line-height: 50px;
    letter-spacing: 2px;
  }
}
#hokkaido-confect #business #brand > div h3 span {
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div h3 span {
    border-bottom: 5px #354273 solid;
    white-space: nowrap;
  }
}
#hokkaido-confect #business #brand > div > p {
  font-size: 18px;
  line-height: 34px;
  margin: 35px 0 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div > p {
    font-size: 16px;
    line-height: 35px;
  }
  #hokkaido-confect #business #brand > div > p br {
    display: none;
  }
}
#hokkaido-confect #business #brand > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #brand > div ul.only > li {
    width: 55%;
  }
  #hokkaido-confect #business #brand > div ul li:nth-child(3) {
    margin-top: 50px;
  }
  #hokkaido-confect #business #brand > div ul li:nth-child(4) {
    margin-top: 50px;
  }
  #hokkaido-confect #business #brand > div ul li:nth-child(5) {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul {
    display: block;
  }
}
#hokkaido-confect #business #brand > div ul li {
  width: 48.5%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  #hokkaido-confect #business #brand > div ul li:last-child {
    margin: 0;
  }
}
#hokkaido-confect #business #brand > div ul li img {
  width: 230px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li img {
    width: 100%;
    height: 48vw;
    object-fit: cover;
  }
}
#hokkaido-confect #business #brand > div ul li .text_box {
  width: calc(100% - 230px);
  padding-left: 25px;
}
#hokkaido-confect #business #brand > div ul li .text_box a {
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li .text_box {
    width: 100%;
    padding: 0;
  }
}
#hokkaido-confect #business #brand > div ul li .text_box h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li .text_box h4 {
    font-size: 20px;
    margin: 35px 0 10px;
  }
}
#hokkaido-confect #business #brand > div ul li .text_box p {
  font-size: 14px;
  line-height: 25px;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #business #brand > div ul li .text_box p {
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #business #brand > div ul li .text_box p {
    font-size: 15px;
    line-height: 28px;
  }
}
#hokkaido-confect #news {
  /* cont */
  /* detail */
}
#hokkaido-confect #news #cont {
  padding: 80px 0 120px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont {
    padding: 2em 0 90px;
  }
}
#hokkaido-confect #news #cont h2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 22px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont h2 {
    line-height: 36px;
  }
}
#hokkaido-confect #news #cont > p {
  font-size: 18px;
  margin: 0 0 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont > p {
    font-size: 16px;
    margin: 15px 0 60px;
  }
}
#hokkaido-confect #news #cont .search_box {
  display: flex;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
#hokkaido-confect #news #cont .search_box select, #hokkaido-confect #news #cont .search_box label {
  height: 35px;
  border: 2px #354273 solid;
}
#hokkaido-confect #news #cont .search_box select {
  padding: 0 35px 0 10px;
  background: url(../img/news/icon_arrow.png) no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  font-family: "ZenKakuGothicNew-Bold";
  color: #354273;
  margin-right: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box select {
    width: 46.5%;
    font-size: 16px;
    margin-right: 7%;
  }
}
#hokkaido-confect #news #cont .search_box select:last-of-type {
  margin: 0;
}
#hokkaido-confect #news #cont .search_box label {
  width: 285px;
  display: flex;
  margin-left: 60px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box label {
    width: 80vw;
    margin: 25px 0 0;
  }
}
#hokkaido-confect #news #cont .search_box label input {
  width: calc(100% - 45px);
  height: 100%;
  padding: 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .search_box label input {
    padding: 0 10px;
    font-size: 16px;
  }
}
#hokkaido-confect #news #cont .search_box label button {
  width: 45px;
  height: 100%;
  padding: 0 15px;
}
#hokkaido-confect #news #cont .btn {
  margin: 65px auto 0;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #news #cont .btn {
    width: 180px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #cont .btn {
    margin-top: 85px;
  }
}
#hokkaido-confect #news #cont .btn:after {
  display: none;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail #mv_sub .ttl {
    padding-bottom: 50px;
  }
}
#hokkaido-confect #news #detail > .wrapper {
  max-width: 800px;
  padding: 2vw 0 8vw 0;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper {
    padding: 20px 0;
  }
}
#hokkaido-confect #news #detail > .wrapper .img_box {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .img_box {
    margin-bottom: 20px;
  }
}
#hokkaido-confect #news #detail > .wrapper .news_link {
  margin: 7vw -88px 0 auto;
  width: 190px !important;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .news_link {
    margin: 10vh auto;
    width: 255px !important;
  }
}
#hokkaido-confect #news #detail > .wrapper hr {
  border: 0 none;
  height: 1px;
  color: #354273;
  background-color: #354273;
  margin-bottom: 3em;
}
#hokkaido-confect #news #detail > .wrapper hr::after {
  content: "";
  display: block;
  margin-top: 1em;
  /* 開けたい行の高さを指定 */
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h2, #hokkaido-confect #news #detail > .wrapper h3 {
    margin: 6px 0 1em;
  }
}
#hokkaido-confect #news #detail > .wrapper h2 {
  margin: 0;
  font-family: "ZenKakuGothicNew-Bold";
  padding-bottom: 5px;
  border-bottom: 0px #354273 solid;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h2 {
    font-size: 18px;
    /* line-height: 20px;
          white-space: nowrap; */
    padding-top: 1em;
  }
}
#hokkaido-confect #news #detail > .wrapper h2:not(:first-of-type) {
  padding-top: 1em;
}
#hokkaido-confect #news #detail > .wrapper .news_specialtopic {
  border: 1px solid #000;
  padding: 1em;
  line-height: 1.2;
  margin: 4em 0;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .news_specialtopic {
    margin: 2em 0;
  }
}
#hokkaido-confect #news #detail > .wrapper .news_specialtopic > h3 {
  text-align: center;
  border-bottom: 0px !important;
  text-decoration: none;
  margin: 1em 0 0 0 !important;
}
#hokkaido-confect #news #detail > .wrapper .news_specialtopic > p:last-child {
  margin-bottom: 0;
}
#hokkaido-confect #news #detail > .wrapper .new_release::after {
  content: "新発売";
  display: inline;
  border: 1px solid rgba(53, 66, 115, 0.6);
  color: rgba(53, 66, 115, 0.6);
  border-radius: 5px;
  font-size: 0.6em !important;
  font-family: "NotoSansJP" !important;
  padding: 0 1em 1px 1.2em;
  margin: 0 0 0 1em;
  font-weight: lighter;
  line-height: 1;
  text-align: center;
  vertical-align: 0.1em;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .new_release::after {
    white-space: nowrap;
    padding: 0 0.7em 1px 0.6em;
    margin-left: 0.5em;
    vertical-align: 0.3em;
    font-size: 0.5em !important;
  }
}
#hokkaido-confect #news #detail > .wrapper h3 {
  margin: 6px 0 1em;
  font-size: 16px;
  line-height: 0;
  font-family: "ZenKakuGothicNew-Bold";
  border-bottom: 1px solid;
  height: 16px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper h3 {
    padding-left: 0.3em;
    font-size: 16px;
    line-height: 26px;
    height: inherit;
    padding-bottom: 0.5em;
  }
}
#hokkaido-confect #news #detail > .wrapper .label {
  display: inline-block;
}
#hokkaido-confect #news #detail > .wrapper .release_filedl {
  text-underline-offset: 0;
  border: 1px solid #354273;
  height: 37px;
  margin: 8em auto 1em;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
        a::after {
          content:'PDF';
          color:#354273;
          border:1px solid #354273;
          background-color:#fff;
          padding:0 0.5em;
          font-size:70%;
          margin-left:1em;
          vertical-align: 0.1em;
          padding-bottom: 0.1em;
        }
        */
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper .release_filedl {
    width: 100%;
    margin-top: 5em;
  }
}
#hokkaido-confect #news #detail > .wrapper .release_filedl a {
  color: #354273;
  text-underline-offset: 0;
  display: inline-flex;
  align-items: center;
  padding-right: 1em;
  font-size: 80%;
}
#hokkaido-confect #news #detail > .wrapper .release_filedl a::before {
  content: "";
  background-image: url(../img/download.svg);
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
#hokkaido-confect #news #detail > .wrapper p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
  text-align: justify;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper p {
    font-size: 14px;
    line-height: 2;
  }
}
#hokkaido-confect #news #detail > .wrapper p img {
  padding: 0.5em 0;
}
#hokkaido-confect #news #detail > .wrapper p a {
  text-decoration: underline;
  color: #354273;
  display: inline-block;
  word-break: break-all;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper p a {
    display: inherit;
  }
}
#hokkaido-confect #news #detail > .wrapper p strong {
  font-family: "ZenKakuGothicNew-Bold";
}
#hokkaido-confect #news #detail > .wrapper p .news_annotation {
  font-size: 80%;
  display: inline-block;
  vertical-align: text-top;
}
#hokkaido-confect #news #detail > .wrapper p .news_annotation .detail {
  line-height: 3;
}
#hokkaido-confect #news #detail > .wrapper p .news_annotation .detail::after {
  content: "";
  display: block;
  height: 1em;
  /* ここで開けたい行の高さを指定 */
}
#hokkaido-confect #news #detail > .wrapper ul:not(ul.tag) {
  padding-left: 1em;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper ul:not(ul.tag) {
    padding-left: inherit;
  }
}
#hokkaido-confect #news #detail > .wrapper li:not(ul.tag > li) {
  padding-left: 1.8em;
  text-decoration: none;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail > .wrapper li:not(ul.tag > li) {
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1em;
    font-size: 14px;
  }
}
#hokkaido-confect #news #detail .detail_title_long {
  /* トップのタイトルと詳細ページのタイトルが異なり、かつ全角110文字以上であればスマホ閲覧時のみフォントをやや小さくする */
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #news #detail .detail_title_long {
    font-size: 21px !important;
    line-height: 32px !important;
  }
}
#hokkaido-confect #recruit {
  /* mv_sub */
  /* message */
  /* group */
  /* occupation */
  /* interview */
  /* scenery */
}
#hokkaido-confect #recruit #mv_sub {
  background-image: url(../img/recruit/mv_bg.jpg);
}
#hokkaido-confect #recruit #message {
  padding-bottom: 120px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message {
    padding-bottom: 85px;
  }
  #hokkaido-confect #recruit #message .ttl {
    padding-top: 65px;
  }
}
#hokkaido-confect #recruit #message p {
  font-size: 14px;
  line-height: 24px;
}
#hokkaido-confect #recruit #message p span {
  font-size: 22px;
  display: block;
  margin: 40px 0 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message p span {
    font-size: 20px;
    margin-top: 1.5em;
  }
}
#hokkaido-confect #recruit #message .flex_box {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 75px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box {
    display: block;
    margin-top: 40px;
  }
}
#hokkaido-confect #recruit #message .flex_box .img_box {
  width: 34%;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .img_box {
    width: 100%;
  }
}
#hokkaido-confect #recruit #message .flex_box .img_box img {
  border: 10px #354273 solid;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .img_box img {
    border-width: 8px;
  }
}
#hokkaido-confect #recruit #message .flex_box .text_box {
  width: 57.5%;
  font-family: "ZenKakuGothicNew-Bold";
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .text_box {
    width: 100%;
  }
}
#hokkaido-confect #recruit #message .flex_box .text_box h3 {
  font-size: 32px;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .text_box h3 {
    font-size: 24px;
    margin: 40px 0 30px;
  }
}
#hokkaido-confect #recruit #message .flex_box .text_box p {
  font-size: 18px;
  line-height: 52px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .flex_box .text_box p {
    font-size: 16px;
    line-height: 35px;
  }
}
#hokkaido-confect #recruit #message .btn {
  width: 195px;
  margin: 90px auto 0;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #message .btn {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
#hokkaido-confect #recruit #group {
  padding-bottom: 135px;
  background-color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #group {
    padding-bottom: 75px;
  }
  #hokkaido-confect #recruit #group .ttl {
    padding-top: 70px;
  }
}
#hokkaido-confect #recruit #group #pdf_viewer {
  margin: 65px 0 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #group #pdf_viewer {
    margin: 45px 0 25px;
  }
}
#hokkaido-confect #recruit #group #pdf_viewer .pdf_box {
  border: 1px #fff solid;
  line-height: 0;
}
#hokkaido-confect #recruit #group #pdf_viewer .pdf_box canvas {
  width: 100%;
}
#hokkaido-confect #recruit #group #pdf_viewer .btn_box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #group #pdf_viewer .btn_box {
    margin-top: 15px;
  }
}
#hokkaido-confect #recruit #group #pdf_viewer .btn_box button {
  width: 10px;
  margin: 0 15px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #group #pdf_viewer .btn_box button {
    width: 8px;
    margin: 0 10px;
  }
}
#hokkaido-confect #recruit #group #pdf_viewer .btn_box button#prev img {
  transform: scale(-1, 1);
}
#hokkaido-confect #recruit #group p {
  font-size: 16px;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #group p {
    font-size: 15px;
    line-height: 28px;
  }
}
#hokkaido-confect #recruit #occupation {
  padding-bottom: 120px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #occupation {
    padding-bottom: 95px;
  }
  #hokkaido-confect #recruit #occupation .ttl {
    padding-top: 70px;
  }
}
#hokkaido-confect #recruit #occupation p {
  font-size: 18px;
  line-height: 32px;
  margin: 70px 0 30px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #occupation p {
    font-size: 15px;
    line-height: 32px;
    margin: 55px 0 20px;
  }
}
#hokkaido-confect #recruit #occupation p:nth-of-type(1) {
  margin-top: auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #occupation p:nth-of-type(1) {
    margin-top: 1em;
  }
}
#hokkaido-confect #recruit #occupation .btn {
  width: 320px;
  font-size: 18px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #recruit #occupation .btn {
    height: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #occupation .btn {
    width: 100%;
    font-size: 16px;
  }
}
#hokkaido-confect #recruit #interview {
  padding-bottom: 120px;
  background-color: #354273;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #interview {
    padding-bottom: 80px;
  }
  #hokkaido-confect #recruit #interview .ttl {
    padding-top: 70px;
  }
}
#hokkaido-confect #recruit #interview p {
  font-size: 90%;
  line-height: 32px;
  text-align: right;
  margin: 60px 0 50px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #interview p {
    font-size: 15px;
    line-height: 32px;
    margin: 40px 0 20px;
  }
}
#hokkaido-confect #recruit #interview .btn {
  width: 290px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #interview .btn {
    width: 100%;
    font-size: 16px;
  }
}
#hokkaido-confect #recruit #scenery {
  padding-bottom: 120px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #scenery {
    padding-bottom: 55px;
  }
  #hokkaido-confect #recruit #scenery .ttl {
    padding-top: 50px;
    text-align: center;
  }
}
#hokkaido-confect #recruit #scenery .loop_slider {
  height: auto;
  min-height: auto;
  margin-top: 65px;
  overflow: visible;
  width: 94%;
  margin: 65px auto;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #recruit #scenery .loop_slider {
    margin-top: 30px;
  }
}
#hokkaido-confect #recruit #scenery .loop_slider .slick-dots {
  margin-top: 40px;
}
#hokkaido-confect #inquiry #cont {
  padding: 95px 0 145px;
  color: #354273;
}
#hokkaido-confect #inquiry #cont input::placeholder, #hokkaido-confect #inquiry #cont textarea::placeholder, #hokkaido-confect #inquiry #cont select, #hokkaido-confect #inquiry #cont * .wpcf7-not-valid-tip {
  font-family: "ZenKakuGothicNew-Medium";
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont {
    padding: 55px 0 135px;
  }
}
#hokkaido-confect #inquiry #cont > p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont > p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 70px;
  }
}
#hokkaido-confect #inquiry #cont form dl dt {
  font-size: 14px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dt {
    margin-bottom: 15px;
  }
}
#hokkaido-confect #inquiry #cont form dl dt span {
  display: inline-block;
  vertical-align: top;
}
#hokkaido-confect #inquiry #cont form dl dd {
  margin-bottom: 45px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dd {
    margin-bottom: 35px;
  }
}
#hokkaido-confect #inquiry #cont form dl dd:last-of-type {
  margin: 0;
}
#hokkaido-confect #inquiry #cont form dl dd input, #hokkaido-confect #inquiry #cont form dl dd select, #hokkaido-confect #inquiry #cont form dl dd textarea {
  width: 100%;
  max-width: 760px;
  height: 60px;
  padding: 0 25px;
  background-color: #d7d9e3;
  border-radius: 5px;
  font-size: 16px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dd input, #hokkaido-confect #inquiry #cont form dl dd select, #hokkaido-confect #inquiry #cont form dl dd textarea {
    height: 55px;
    padding: 0 15px;
  }
}
#hokkaido-confect #inquiry #cont form dl dd input::placeholder, #hokkaido-confect #inquiry #cont form dl dd select::placeholder, #hokkaido-confect #inquiry #cont form dl dd textarea::placeholder {
  color: #fff;
}
#hokkaido-confect #inquiry #cont form dl dd select {
  background-image: url(../img/news/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 30px center;
  color: #354273;
}
#hokkaido-confect #inquiry #cont form dl dd textarea {
  min-height: 150px;
  padding: 25px;
  resize: vertical;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form dl dd textarea {
    padding: 15px;
  }
}
#hokkaido-confect #inquiry #cont form .btn_box {
  width: 160px;
  margin: 80px auto 0;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #hokkaido-confect #inquiry #cont form .btn_box:hover:after {
    right: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #inquiry #cont form .btn_box {
    width: 185px;
    margin-top: 60px;
  }
}
#hokkaido-confect #inquiry #cont form .btn_box:after {
  content: "";
  width: 8px;
  height: 50px;
  background: url(../img/arrow_w.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 55px;
  transition: all 0.2s;
  pointer-events: none;
}
#hokkaido-confect #inquiry #cont form .btn_box .btn {
  width: 100%;
  padding-right: 25px;
  border-radius: 0;
  cursor: pointer;
}
#hokkaido-confect #inquiry #cont form .btn_box span {
  display: none;
}
#hokkaido-confect #inquiry #cont form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #f00;
  margin-top: 10px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #mv_sub .ttl {
    padding-bottom: 50px;
  }
}
#hokkaido-confect #privacy #cont {
  padding: 60px 0 75px;
  color: #354273;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont {
    padding-bottom: 80px;
  }
}
#hokkaido-confect #privacy #cont h2 {
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 16px;
  margin: 40px 0 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont h2 {
    line-height: 25px;
    margin: 20px 0 10px;
  }
}
#hokkaido-confect #privacy #cont p {
  font-size: 14px;
  line-height: 25px;
}
#hokkaido-confect #privacy #cont p a {
  text-decoration: underline;
  color: #354273;
  display: inline-block;
}
#hokkaido-confect #privacy #cont ul {
  margin-top: 20px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont ul {
    margin-top: 15px;
  }
}
#hokkaido-confect #privacy #cont ul li {
  font-size: 14px;
  line-height: 30px;
}
@media print, screen and (max-width: 768px) {
  #hokkaido-confect #privacy #cont ul li {
    line-height: 25px;
    margin-bottom: 10px;
  }
}
