@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 2.2;
  background: #FFFBF7;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: .05em; }

a {
  color: #000;
  text-decoration: none;
  transition: .3s;
  outline: 0; }

a:hover {
  text-decoration: none; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.tac {
  text-align: center !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

@media (min-width: 768px) {
  .pc_tal {
    text-align: left !important; }

  .pc_tar {
    text-align: right !important; }

  .pc_tac {
    text-align: center !important; }

  .pc_fl {
    float: left; }

  .pc_fr {
    float: right; } }
@media (max-width: 767px) {
  .sp_tal {
    text-align: left !important; }

  .sp_tar {
    text-align: right !important; }

  .sp_tac {
    text-align: center !important; }

  .sp_fl {
    float: left; }

  .sp_fr {
    float: right; } }
section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
  display: block; }

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 3vw 0; }
  @media (min-width: 768px) {
    p {
      margin: 20px 0; } }

i,
address,
em {
  font-style: normal; }

section {
  padding: 10vw 0; }
  @media (min-width: 768px) {
    section {
      padding: 50px 0; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

#allwrap {
  overflow: hidden; }
  @media (min-width: 768px) {
    #allwrap.usesticky {
      overflow: inherit; } }

@media (min-width: 768px) {
  .clearfix {
    overflow: hidden; } }

@media (min-width: 768px) {
  #allwrap {
    padding-top: 150px; }

  .inner {
    width: 1000px;
    margin: 0 auto; }

  .sp_only {
    display: none !important; } }
.middle_only {
  direction: none; }

@media (min-width: 768px) and (max-width: 1040px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }

  .middle_only {
    display: block; } }
@media (max-width: 767px) {
  #allwrap {
    padding-top: 50px; }

  .inner {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box; }

  .pc_only {
    display: none !important; } }
.inview._fade {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s; }
  @media (min-width: 768px) {
    .inview._fade {
      transform: translateY(20px); } }

.loaded .inview._fade.is-show {
  transform: none;
  opacity: 1; }

.robot {
  font-family: 'Roboto'; }

.commonLabel {
  font-family: "Roboto", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  font-weight: bold;
  padding: 0 0 0 22px;
  margin: 0 0 2vw;
  display: inline-block;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 12px; }
  @media (min-width: 768px) {
    .commonLabel {
      font-size: 14px;
      padding: 0 0 0 30px;
      margin: 0  0 20px; } }
  .commonLabel::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #EF857D;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-60%); }
    @media (min-width: 768px) {
      .commonLabel::before {
        width: 20px;
        height: 20px; } }

.h2 {
  display: table;
  margin: 0 auto 5vw;
  padding: 0 0 5px;
  font-size: 22px;
  color: #003364;
  position: relative;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center; }
  @media (min-width: 768px) {
    .h2 {
      font-size: 32px;
      padding: 0  0 10px;
      margin: 0 auto 70px; } }
  .h2::after {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background: #EF857D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s; }
    @media (min-width: 768px) {
      .h2::after {
        height: 4px; } }
  .h2.is-show::after {
    width: 40px; }
    @media (min-width: 768px) {
      .h2.is-show::after {
        width: 80px; } }

h3, .h3 {
  color: #003364;
  margin: 0 0 3vw;
  line-height: 1.8;
  font-size: 20px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 26px;
      margin: 0 0 30px; } }

h3.line,
h4.line {
  color: #003364;
  margin: 0 0 3vw;
  line-height: 1.8;
  font-size: 18px;
  position: relative;
  padding: 0  0 10px; }
  @media (min-width: 768px) {
    h3.line,
    h4.line {
      font-size: 20px;
      margin: 0 0 30px;
      padding: 0 0 15px; } }
  h3.line::after,
  h4.line::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #EF857D;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s; }
    @media (min-width: 768px) {
      h3.line::after,
      h4.line::after {
        height: 4px; } }

h3.line2,
h4.line2 {
  font-size: 14px;
  position: relative;
  text-align: center;
  margin: 0 0 5vw;
  padding: 0 0 15px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    h3.line2,
    h4.line2 {
      font-size: 18px;
      margin: 0 0 30px;
      padding: 0 0 20px; } }
  h3.line2::after,
  h4.line2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #EF857D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 1s; }
    @media (min-width: 768px) {
      h3.line2::after,
      h4.line2::after {
        height: 4px;
        width: 40px; } }

/*------------------------------------------*/
#notfound {
  text-align: center;
  padding: 40vw 0 20vw 0; }
  @media (min-width: 768px) {
    #notfound {
      padding: 200px 0 100px 0; } }
  #notfound h1 {
    font-size: 100px;
    line-height: 1;
    margin: 0; }
    @media (min-width: 768px) {
      #notfound h1 {
        font-size: 150px; } }

/*------------------------------------------*/
#intromovie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFFBF7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .5s; }
  #intromovie #anime {
    width: 150px;
    height: 150px; }
    @media (max-width: 767px) {
      #intromovie #anime {
        transform: scale(0.5); } }
  .loaded #intromovie {
    opacity: 0;
    pointer-events: none; }

/*------------------------------------------*/
.btns {
  margin-top: 25px; }
  @media (min-width: 768px) {
    .btns {
      margin-top: 40px; } }
  .btns .btn {
    width: calc(50% - 10px);
    border-bottom: 2px solid #003364;
    padding: 0 0 5px;
    text-align: left;
    color: #EF857D;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative; }
    .btns .btn._wide {
      width: 60%;
      min-width: 230px; }
    @media (min-width: 768px) {
      .btns .btn {
        width: 200px;
        font-size: 18px;
        padding: 0 0 8px 0; }
        .btns .btn._wide {
          width: 250px; } }
    .btns .btn:nth-of-type(2n) {
      margin-left: 10px; }
    .btns .btn::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 5%;
      width: 8px;
      height: 8px;
      background: #EF857D;
      display: block;
      margin-left: -4px;
      transition: .5s; }
    @media (min-width: 768px) {
      .btns .btn:hover::before {
        left: 95%; } }
    .btns .btn[target="_blank"]::after {
      content: "";
      display: inline-block;
      width: 0.8em;
      height: 0.8em;
      background: url(../images/newwin.svg) no-repeat center center/contain;
      vertical-align: baseline;
      margin: 0 0 0 15px; }
  .btns .btn2 {
    border: 2px solid #EF857D;
    color: #EF857D;
    font-weight: bold;
    padding: 8px 15px;
    display: inline-block;
    overflow: hidden;
    position: relative; }
    .btns .btn2::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: translateX(-100%);
      background: #EF857D;
      transition: .5s; }
    .btns .btn2 span {
      position: relative;
      z-index: 1;
      display: block; }
    @media (min-width: 768px) {
      .btns .btn2:hover {
        color: #fff; }
        .btns .btn2:hover::before {
          transform: translateX(0); } }
  .btns .btn3 {
    border: 2px solid #003364;
    color: #003364;
    font-weight: bold;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .btns .btn3::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: translateX(-100%);
      background: #003364;
      transition: .5s; }
    .btns .btn3 span {
      position: relative;
      z-index: 1;
      display: block; }
    @media (min-width: 768px) {
      .btns .btn3:hover {
        color: #fff; }
        .btns .btn3:hover::before {
          transform: translateX(0); } }

/*------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 5vw;
  z-index: 1000; }
  @media (min-width: 768px) {
    header {
      padding: 30px 40px; } }
  @media (min-width: 1280px) {
    header {
      padding: 45px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    pointer-events: none;
    background: -moz-linear-gradient(top, #fffbf7 0%, #fffbf7 1%, #fffbf7 75%, rgba(255, 251, 247, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fffbf7 0%, #fffbf7 1%, #fffbf7 75%, rgba(255, 251, 247, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fffbf7 0%, #fffbf7 1%, #fffbf7 75%, rgba(255, 251, 247, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block; }
    @media (min-width: 768px) {
      header::before {
        height: 90px; } }
    @media (min-width: 1280px) {
      header::before {
        height: 140px; } }
  header .logo {
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    line-height: 1px;
    font-size: 1px; }
    @media (max-width: 399px) {
      header .logo {
        transform: scale(0.8);
        transform-origin: left center; } }
    @media (min-width: 768px) {
      header .logo {
        margin-top: -3px; } }
    header .logo .logos {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header .logo .logos .sub {
        border-left: 2px solid #003364;
        padding: 0 0 0 10px;
        margin: 0 0 0 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media (min-width: 768px) {
          header .logo .logos .sub {
            padding: 0 0 0 20px;
            margin: 0 0 0 20px; } }
    header .logo .logo1 {
      width: 141px; }
      @media (min-width: 768px) {
        header .logo .logo1 {
          width: 200px; } }
    header .logo .logo2 {
      transform: translateY(5%);
      margin: 0 10px 0 0;
      width: 66px; }
      @media (min-width: 768px) {
        header .logo .logo2 {
          width: 92px; } }
    header .logo .logo3 {
      width: 61px; }
      @media (min-width: 768px) {
        header .logo .logo3 {
          width: 87px; } }
  @media (min-width: 1280px) {
    header .spmenu {
      display: none !important; } }

.home header {
  transition: 1s 3s;
  transform: translateY(-120%); }

.home.loaded header {
  transform: none; }

/*-- スマホメニュー ----------------------------------------*/
.spmenu {
  position: absolute;
  top: 17px;
  right: 5vw;
  width: 50px;
  height: 50px;
  z-index: 700;
  cursor: pointer; }
  @media (min-width: 768px) {
    .spmenu {
      top: 25px;
      right: 40px; } }
  @media (max-width: 399px) {
    .spmenu {
      top: 13px;
      transform: scale(0.8);
      transform-origin: top right; } }
  .spmenu .icon {
    width: 42px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%); }
    .spmenu .icon span {
      background: #003364;
      width: 42px;
      height: 3px;
      border-radius: 10px;
      display: block;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      transition: all 0.3s ease 0s; }
      .spmenu .icon span:nth-of-type(1) {
        top: 1.5px; }
      .spmenu .icon span:nth-of-type(2) {
        top: 12.5px; }
      .spmenu .icon span:nth-of-type(3) {
        top: 23.5px; }
  .spmenu .label span {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    font-weight: bold;
    color: #003364;
    letter-spacing: 0;
    text-align: center; }
    .spmenu .label span.close {
      display: none; }
  .spmenu.active {
    background: #fff; }
    .spmenu.active .icon span:nth-of-type(1) {
      transform: translate(-50%, -50%) rotate(-155deg);
      top: 50%; }
    .spmenu.active .icon span:nth-of-type(2) {
      opacity: 0;
      left: 100%; }
    .spmenu.active .icon span:nth-of-type(3) {
      transform: translate(-50%, -50%) rotate(155deg);
      top: 50%; }

/*------------------------------------------*/
@media (max-width: 1279px) {
  #gNavi {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    width: 80%;
    height: 100%;
    overflow: auto;
    display: none;
    padding: 80px 10vw 30px;
    box-sizing: border-box; }
    #gNavi > ul > li > a {
      font-weight: bold;
      color: #003364;
      border-bottom: 2px solid #003364;
      font-size: 17px;
      padding: 12px 0 10px 0;
      margin: 0;
      display: block; }
    #gNavi > ul ul a {
      color: #EF857D; }
    #gNavi .hasChild .parent {
      position: relative; }
      #gNavi .hasChild .parent::after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 2px solid #003364;
        border-bottom: 2px solid #003364;
        transform: translateY(-75%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        transition: .3s; }
    #gNavi .hasChild .child {
      overflow: hidden;
      display: none;
      padding: 15px 0 0; }
      #gNavi .hasChild .child li {
        margin: 0; }
        #gNavi .hasChild .child li a {
          display: block;
          position: relative;
          color: #EF857D;
          font-weight: bold;
          margin: 0 0 15px; }
          #gNavi .hasChild .child li a::before {
            content: "";
            position: absolute;
            top: 0;
            left: -5px;
            width: 4px;
            height: 4px;
            display: block;
            background: #EF857D;
            transition: .3s;
            transform: scale(0); }
    #gNavi .hasChild.current .parent::after {
      border-color: #EF857D;
      transform: translateY(-50%) rotate(225deg); }
    #gNavi .btns {
      margin-top: 30px; }
      #gNavi .btns a {
        text-align: center;
        box-sizing: border-box;
        padding: 8px 0;
        margin-top: 15px;
        display: block; } }
@media (min-width: 1280px) {
  #gNavi {
    display: block !important;
    position: relative;
    z-index: 1; }
    .remodal-is-locked #gNavi {
      right: 17px; }
    #gNavi > ul {
      display: flex;
      justify-content: flex-start; }
      #gNavi > ul > li {
        margin: 0 0 0 35px; }
        #gNavi > ul > li > a {
          font-weight: bold;
          padding: 10px 0;
          position: relative;
          color: #003364; }
          #gNavi > ul > li > a::before {
            content: "";
            width: 0;
            height: 2px;
            position: absolute;
            bottom: 5px;
            left: 0;
            display: block;
            background: #EF857D;
            transition: .5s; }
        #gNavi > ul > li.active > a, #gNavi > ul > li.current > a {
          color: #EF857D; }
          #gNavi > ul > li.active > a::before, #gNavi > ul > li.current > a::before {
            width: 100%; }
    #gNavi a {
      display: inline-block; }
    #gNavi .btns {
      position: absolute;
      top: -33px;
      right: 0;
      margin: 0; } }
    @media (min-width: 1280px) and (min-width: 1200px) {
      #gNavi .btns a.btn2 {
        background: #EF857D;
        border-radius: 3px;
        color: #fff;
        border: none;
        padding: 3px 15px 3px 16px;
        font-weight: bold; }
        #gNavi .btns a.btn2:hover {
          opacity: 0.7; } }
@media (min-width: 1280px) {
      #gNavi .btns a.btn3 {
        display: none !important; }
    #gNavi .hasChild {
      padding: 0 0 0 0; }
      #gNavi .hasChild .parent {
        padding: 10px 15px 10px 0; }
        #gNavi .hasChild .parent::after {
          content: "";
          width: 4px;
          height: 4px;
          border-right: 1.5px solid #003364;
          border-bottom: 1.5px solid #003364;
          transform: translateY(-75%) rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          display: block;
          transition: .3s; }
      #gNavi .hasChild .child {
        height: 0;
        position: absolute;
        top: 40px;
        overflow: hidden;
        transition: .5s;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        opacity: 0; }
        #gNavi .hasChild .child li {
          margin: 0 0 0 30px; }
          #gNavi .hasChild .child li a {
            display: inline-block;
            position: relative;
            color: #999999;
            font-weight: bold;
            white-space: nowrap;
            font-size: 12px; }
            #gNavi .hasChild .child li a::before {
              content: "";
              position: absolute;
              top: 0;
              left: -5px;
              width: 4px;
              height: 4px;
              display: block;
              background: #EF857D;
              transition: .3s;
              transform: scale(0); }
          #gNavi .hasChild .child li:hover a, #gNavi .hasChild .child li.current a {
            color: #EF857D; }
            #gNavi .hasChild .child li:hover a::before, #gNavi .hasChild .child li.current a::before {
              transform: scale(1); }
      #gNavi .hasChild.company .child {
        left: 0px; }
      #gNavi .hasChild.service .child {
        right: 140px; }
      #gNavi .hasChild.recruit .child {
        right: 0; }
        #gNavi .hasChild.recruit .child li:nth-of-type(1):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(1).current a {
          color: #EF857D; }
          #gNavi .hasChild.recruit .child li:nth-of-type(1):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(1).current a::before {
            background: #EF857D; }
        #gNavi .hasChild.recruit .child li:nth-of-type(2):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(2).current a {
          color: #E3A17A; }
          #gNavi .hasChild.recruit .child li:nth-of-type(2):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(2).current a::before {
            background: #E3A17A; }
        #gNavi .hasChild.recruit .child li:nth-of-type(3):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(3).current a {
          color: #AFD085; }
          #gNavi .hasChild.recruit .child li:nth-of-type(3):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(3).current a::before {
            background: #AFD085; }
        #gNavi .hasChild.recruit .child li:nth-of-type(4):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(4).current a {
          color: #6C9F87; }
          #gNavi .hasChild.recruit .child li:nth-of-type(4):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(4).current a::before {
            background: #6C9F87; }
        #gNavi .hasChild.recruit .child li:nth-of-type(5):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(5).current a {
          color: #86C3D1; }
          #gNavi .hasChild.recruit .child li:nth-of-type(5):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(5).current a::before {
            background: #86C3D1; }
        #gNavi .hasChild.recruit .child li:nth-of-type(6):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(6).current a {
          color: #6A9ABE; }
          #gNavi .hasChild.recruit .child li:nth-of-type(6):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(6).current a::before {
            background: #6A9ABE; }
        #gNavi .hasChild.recruit .child li:nth-of-type(7):hover a, #gNavi .hasChild.recruit .child li:nth-of-type(7).current a {
          color: #D596DE; }
          #gNavi .hasChild.recruit .child li:nth-of-type(7):hover a::before, #gNavi .hasChild.recruit .child li:nth-of-type(7).current a::before {
            background: #D596DE; }
      #gNavi .hasChild.active .parent::after {
        border-color: #EF857D;
        transform: translateY(-50%) rotate(225deg); }
      #gNavi .hasChild.active .child {
        height: 50px;
        opacity: 1; }
      #gNavi .hasChild.current .parent::after {
        border-color: #EF857D; }
      #gNavi .hasChild.recruit.current .parent::after {
        transform: translateY(-50%) rotate(225deg); }
      #gNavi .hasChild.recruit.current .child {
        height: 50px;
        opacity: 1; } }

/*------------------------------------------*/
footer {
  background: url(../images/footer_bg.jpg) no-repeat center top/cover;
  padding: 10vw 0 0;
  margin: 20vw 0 0; }
  @media (min-width: 768px) {
    footer {
      padding: 80px 0 0;
      margin: 150px 0 0; } }
  footer .logo {
    text-align: center; }
  footer p {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #003364; }
    @media (min-width: 768px) {
      footer p {
        font-size: 26px; } }
  footer a {
    color: #003364; }
  footer .btns {
    margin: 0; }
    @media (min-width: 768px) {
      footer .btns {
        display: flex;
        justify-content: center; } }
    footer .btns .btn2 {
      font-size: 17px;
      padding: 5px 20px;
      display: block;
      margin: 10px auto;
      max-width: 300px; }
      @media (min-width: 768px) {
        footer .btns .btn2 {
          width: 250px;
          margin: 0 8px; } }
  footer .sitemap {
    margin: 25px auto 40px;
    columns: 2;
    max-width: 350px; }
    @media (min-width: 768px) {
      footer .sitemap {
        columns: auto;
        max-width: none;
        text-align: center;
        margin: 25px 0 60px; } }
    footer .sitemap > ul {
      margin: 10px 0 0;
      padding-right: 5vw;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      text-align: left; }
      @media (min-width: 768px) {
        footer .sitemap > ul {
          padding: 0 40px; } }
      footer .sitemap > ul > li {
        font-size: 14px;
        font-weight: bold; }
        footer .sitemap > ul > li + li {
          margin-top: 15px; }
          @media (min-width: 768px) {
            footer .sitemap > ul > li + li {
              margin-top: 25px; } }
      footer .sitemap > ul li {
        margin: 15px 0 0; }
      footer .sitemap > ul ul {
        font-size: 10px;
        font-weight: normal; }
        @media (min-width: 768px) {
          footer .sitemap > ul ul {
            font-size: 12px; } }
        footer .sitemap > ul ul a {
          color: #637F9B; }
  footer .group {
    text-align: center;
    font-size: 10px; }
    @media (min-width: 768px) {
      footer .group {
        font-size: 12px; } }
    footer .group .logo {
      margin: 10px 0; }
      footer .group .logo a {
        margin: 0 !important; }
      footer .group .logo img {
        width: 100px; }
    footer .group a {
      display: inline-block;
      margin: 10px 10px 0; }
      @media (min-width: 768px) {
        footer .group a {
          margin: 10px 20px; } }
  footer .bottom {
    text-align: center;
    font-size: 10px;
    background: #003364;
    color: #fff;
    padding: 20px;
    margin: 5vw 0 0; }
    @media (min-width: 768px) {
      footer .bottom {
        margin-top: 40px; } }
    footer .bottom a {
      color: #fff !important; }
  footer .copyright {
    display: inline-block;
    margin-left: 20px; }

/*------------------------------------------*/
.gotop {
  position: fixed;
  bottom: calc(5vw + 62px);
  right: 5vw;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  z-index: 30; }
  @media (min-width: 768px) {
    .gotop {
      bottom: 5vw; } }
  .gotop.active {
    opacity: 1;
    pointer-events: all; }

/*------------------------------------------*/
.videoEffect {
  overflow: hidden;
  display: inline-block;
  pointer-events: none; }
  .videoEffect .effectInner {
    position: relative; }
  .videoEffect img {
    mix-blend-mode: lighten;
    position: relative;
    z-index: 1;
    background: #FFFBF7; }
  .videoEffect .effect {
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 0;
    padding-top: 200%;
    transform: translate(-50%, -50%);
    background: #FFFBF7; }
    .videoEffect .effect video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: darken; }
    @media all and (-ms-high-contrast: none) {
      .videoEffect .effect {
        display: none; } }

/*------------------------------------------*/
.commonBg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  z-index: -1; }
  @media (min-width: 768px) {
    .commonBg1 {
      transform: translate(200px, -50%); } }
  .commonBg1 img {
    height: 400px;
    max-width: none; }
    @media (min-width: 768px) {
      .commonBg1 img {
        height: auto; } }

.commonBg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }
  .commonBg2 img {
    height: 400px;
    max-width: none; }
    @media (min-width: 768px) {
      .commonBg2 img {
        height: auto; } }

.commonBg3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }
  @media (min-width: 768px) {
    .commonBg3 {
      top: 50%; } }
  .commonBg3 img {
    height: 110vw;
    max-width: none; }
    @media (min-width: 768px) {
      .commonBg3 img {
        height: auto;
        height: 700px; } }

.questionBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }
  .questionBg img {
    height: 300px;
    max-width: none; }
    @media (min-width: 768px) {
      .questionBg img {
        height: auto; } }

/*------------------------------------------*/
#mainimage {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: -50px 0 50px;
  position: relative; }
  @media (min-width: 768px) {
    #mainimage {
      margin: -150px 0 50px; } }
  #mainimage::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    overflow: hidden;
    width: calc((90vh * 1.164294) + 2px );
    width: calc((var(--vh, 1vh) * 90 * 1.164294) + 2px );
    height: calc(90vh + 2px );
    height: calc((var(--vh, 1vh) * 90) + 2px );
    display: block;
    border: 4px solid #FFFBF7;
    z-index: 1;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      #mainimage::after {
        left: 50%;
        top: 50%;
        transform: translate(-25%, -50%); } }
    @media (min-width: 1200px) {
      #mainimage::after {
        transform: translate(-20%, -50%); } }
  #mainimage .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    overflow: hidden;
    width: calc(90vh * 1.164294);
    width: calc(var(--vh, 1vh) * 90 * 1.164294);
    height: 90vh;
    height: calc(var(--vh, 1vh) * 90); }
    @media (min-width: 768px) {
      #mainimage .image {
        left: 50%;
        top: 50%;
        transform: translate(-25%, -50%); } }
    @media (min-width: 1200px) {
      #mainimage .image {
        transform: translate(-20%, -50%); } }
    #mainimage .image .child img {
      max-width: none;
      width: auto;
      height: 90vh;
      height: calc(var(--vh, 1vh) * 90); }
  #mainimage .text {
    position: absolute;
    z-index: 2; }
    @media (min-width: 768px) {
      #mainimage .text {
        transform-origin: right center;
        width: 45vw;
        top: 50%;
        right: 50%;
        transform: translateY(-50%) scale(0.8); } }
    @media (min-width: 900px) {
      #mainimage .text {
        transform: translateY(-50%) scale(1); } }
    @media (min-width: 1000px) {
      #mainimage .text {
        transform: translateY(-50%) scale(1.1); } }
    @media (min-width: 1200px) {
      #mainimage .text {
        right: 55%;
        transform: translateY(-50%) scale(1.2); } }
    @media (min-width: 1300px) {
      #mainimage .text {
        transform: translateY(-50%) scale(1.3); } }
    @media (max-width: 767px) {
      #mainimage .text {
        right: 35%;
        transform: scale(0.95);
        transform-origin: right bottom;
        bottom: 25%; } }
    @media (max-width: 699px) {
      #mainimage .text {
        transform: scale(0.85); } }
    @media (max-width: 599px) {
      #mainimage .text {
        transform: scale(0.7); } }
    @media (max-width: 499px) {
      #mainimage .text {
        transform: scale(0.6); } }
    @media (max-width: 399px) {
      #mainimage .text {
        transform: scale(0.55); } }
    @media (max-width: 370px) {
      #mainimage .text {
        transform: scale(0.45); } }
    #mainimage .text div {
      float: right;
      clear: both; }
      #mainimage .text div span {
        display: block;
        transition: .5s linear;
        width: 0;
        box-sizing: border-box;
        overflow: hidden; }
        #mainimage .text div span img {
          max-width: none; }
    #mainimage .text .text3 {
      height: 60px; }
      #mainimage .text .text3 span {
        height: 0;
        width: 100%; }
    #mainimage .text .text1 {
      padding-left: 0px; }
      #mainimage .text .text1 span {
        transition-delay: 0s; }
    #mainimage .text .text2 {
      padding-left: 135px;
      margin: -10px 0 45px; }
      #mainimage .text .text2 span {
        transition-delay: 0.8s; }
    #mainimage .text .text3 {
      padding-right: 5px;
      margin: -10px 0 15px; }
      #mainimage .text .text3 span {
        transition-delay: 2s; }
    .loaded #mainimage .text .text1 span,
    .loaded #mainimage .text .text2 span {
      width: 100%; }
    .loaded #mainimage .text .text3 span {
      height: 60px; }
  #mainimage .scroll {
    position: absolute;
    bottom: 5vw;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -20px);
    font-weight: 700;
    color: #003364;
    font-family: Roboto;
    padding: 40px 0 0 0;
    transition: 1s 4s;
    opacity: 0; }
    @media (min-width: 768px) {
      #mainimage .scroll {
        bottom: 5vh; } }
    #mainimage .scroll::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 34px;
      background: #003364; }
    #mainimage .scroll::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -3px;
      width: 6px;
      height: 6px;
      background: #EF857D;
      animation: scroll 2s infinite;
      opacity: 0; }
    .loaded #mainimage .scroll {
      transform: translate(-50%, 0);
      opacity: 1; }

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(5px); }
  20% {
    opacity: 1;
    transform: translateY(5px); }
  80% {
    opacity: 1;
    transform: translateY(24px); }
  100% {
    opacity: 0;
    transform: translateY(24px); } }
/*------------------------------------------*/
#topNews {
  padding-top: 80px; }
  #topNews h2 {
    text-align: center;
    margin: 0 0 10vw;
    line-height: 1; }
    #topNews h2 img {
      height: 10vw; }
      @media (min-width: 768px) {
        #topNews h2 img {
          height: auto; } }
    @media (min-width: 768px) {
      #topNews h2 {
        margin: 0 0 50px; } }
  #topNews .btns {
    text-align: center; }

dl.dateList {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8; }
  @media (min-width: 768px) {
    dl.dateList {
      display: table; } }
  dl.dateList dt {
    margin: 0;
    padding: 15px 0 0;
    font-weight: bold;
    clear: both; }
    @media (min-width: 768px) {
      dl.dateList dt {
        padding: 20px 0 20px 30px;
        float: left;
        font-weight: normal; } }
  dl.dateList dd {
    margin: 0;
    padding: 3px 0 15px;
    display: block;
    border-bottom: 1px solid #003364;
    position: relative; }
    @media (min-width: 768px) {
      dl.dateList dd {
        padding: 20px 30px 20px 0;
        padding-left: calc(5em + 60px); } }
    dl.dateList dd:last-child {
      border: none;
      padding-bottom: 0; }
    dl.dateList dd em {
      display: block;
      width: 100px;
      white-space: nowrap;
      background: #EF857D;
      text-align: center;
      color: #fff;
      font-size: 10px;
      line-height: 20px;
      margin: 0;
      position: absolute;
      top: -24px;
      left: 100px; }
      @media (min-width: 768px) {
        dl.dateList dd em {
          float: left;
          margin: 2px 0 0;
          position: static; } }
    dl.dateList dd a, dl.dateList dd span {
      display: block; }
      @media (min-width: 768px) {
        dl.dateList dd a, dl.dateList dd span {
          padding: 0 0 0 125px; } }

/*------------------------------------------*/
#topLead {
  position: relative;
  text-align: center;
  padding: 10vw 0;
  font-size: 3.5vw;
  line-height: 2.5; }
  @media (min-width: 768px) {
    #topLead {
      padding: 150px 0;
      font-size: 18px; } }
  #topLead .commonBg1 {
    margin-top: -20vw; }
    @media (min-width: 768px) {
      #topLead .commonBg1 {
        margin-top: 0; } }

/*------------------------------------------*/
.topContents {
  position: relative;
  padding: 85vw 0 0 0;
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    .topContents {
      padding: 2px 0;
      margin: 0;
      overflow: hidden;
      min-height: 730px;
      display: flex;
      align-items: center; } }
  .topContents::before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 10px solid #FFFBF7;
    height: calc(100% - 10px);
    display: block; }
    @media (max-width: 767px) {
      .topContents::before {
        top: 0;
        left: 50%;
        width: calc(180vw - 2px);
        transform: translateX(-50%); } }
    @media (min-width: 768px) {
      .topContents::before {
        top: 50%;
        transform: translateY(-50%);
        width: 1298px; } }
  .topContents .image {
    position: absolute;
    z-index: -1; }
    @media (max-width: 767px) {
      .topContents .image {
        top: 0;
        left: 50%;
        width: 180vw;
        transform: translateX(-50%); } }
    @media (min-width: 768px) {
      .topContents .image {
        top: 50%;
        transform: translateY(-50%); }
        .topContents .image img {
          width: auto;
          max-width: none; } }
  .topContents .text {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .topContents .text {
        width: 100%;
        box-sizing: border-box; } }
    .topContents .text .label {
      font-size: 12px;
      font-weight: 700;
      line-height: 17px;
      color: #003364;
      font-family: 'Roboto';
      letter-spacing: 0.2em; }
      @media (min-width: 768px) {
        .topContents .text .label {
          font-size: 14px;
          line-height: 20px; } }
      .topContents .text .label em {
        width: 17px;
        height: 17px;
        font-size: 10px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: #EF857D;
        color: #fff;
        text-align: center;
        margin: 0 5px 0 0;
        letter-spacing: 0;
        transform: scaleY(0);
        transform-origin: left bottom;
        transition: 0.3s; }
        @media (min-width: 768px) {
          .topContents .text .label em {
            width: 20px;
            height: 20px;
            font-size: 12px; } }
      .topContents .text .label span i {
        font-style: normal;
        display: inline-block;
        transform: scaleY(0);
        transform-origin: left bottom;
        transition: 0.3s; }
        .topContents .text .label span i:nth-of-type(1) {
          transition-delay: 0.1s; }
        .topContents .text .label span i:nth-of-type(2) {
          transition-delay: 0.2s; }
        .topContents .text .label span i:nth-of-type(3) {
          transition-delay: 0.3s; }
        .topContents .text .label span i:nth-of-type(4) {
          transition-delay: 0.4s; }
        .topContents .text .label span i:nth-of-type(5) {
          transition-delay: 0.5s; }
        .topContents .text .label span i:nth-of-type(6) {
          transition-delay: 0.6s; }
        .topContents .text .label span i:nth-of-type(7) {
          transition-delay: 0.7s; }
        .topContents .text .label span i:nth-of-type(8) {
          transition-delay: 0.8s; }
        .topContents .text .label span i:nth-of-type(9) {
          transition-delay: 0.9s; }
        .topContents .text .label span i:nth-of-type(10) {
          transition-delay: 1.0s; }
        .topContents .text .label span i:nth-of-type(11) {
          transition-delay: 1.1s; }
        .topContents .text .label span i:nth-of-type(12) {
          transition-delay: 1.2s; }
        .topContents .text .label span i:nth-of-type(13) {
          transition-delay: 1.3s; }
        .topContents .text .label span i:nth-of-type(14) {
          transition-delay: 1.4s; }
        .topContents .text .label span i:nth-of-type(15) {
          transition-delay: 1.5s; }
        .topContents .text .label span i:nth-of-type(16) {
          transition-delay: 1.6s; }
        .topContents .text .label span i:nth-of-type(17) {
          transition-delay: 1.7s; }
        .topContents .text .label span i:nth-of-type(18) {
          transition-delay: 1.8s; }
        .topContents .text .label span i:nth-of-type(19) {
          transition-delay: 1.9s; }
    .topContents .text h2 img {
      height: 10vw;
      max-width: none; }
      @media (min-width: 768px) {
        .topContents .text h2 img {
          height: auto; } }
    .topContents .text p {
      line-height: 2; }
      @media (min-width: 768px) {
        .topContents .text p {
          line-height: 2.5; } }
      .topContents .text p.lead {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.8;
        margin-top: 30px; }
        @media (min-width: 768px) {
          .topContents .text p.lead {
            font-size: 22px; } }
    .topContents .text.inview h2 {
      transition: 1s 0s;
      width: 0;
      opacity: 0;
      overflow: hidden; }
    .topContents .text.inview p,
    .topContents .text.inview .btns {
      transform: translateX(-30px);
      opacity: 0; }
    .topContents .text.inview p:nth-of-type(1) {
      transition: 1.5s 0.2s; }
    .topContents .text.inview p:nth-of-type(2) {
      transition: 1.5s 0.4s; }
    .topContents .text.inview .btns {
      transition: 1.5s 0.6s; }
    .topContents .text.inview.is-show .label em, .topContents .text.inview.is-show .label i {
      transform: none; }
    .topContents .text.inview.is-show h2,
    .topContents .text.inview.is-show p,
    .topContents .text.inview.is-show .btns {
      transform: none;
      opacity: 1; }
    .topContents .text.inview.is-show h2 {
      width: 100%; }

@media (min-width: 768px) {
  #topCompany::before,
  #topCommunity::before {
    left: 50%;
    margin-left: -275px; }
  #topCompany .image,
  #topCommunity .image {
    left: 50%;
    margin-left: -270px; }
  #topCompany .text,
  #topCommunity .text {
    padding-right: 50%; }

  #topService::before,
  #topRecruit::before {
    right: 50%;
    margin-right: -275px; }
  #topService .image,
  #topRecruit .image {
    right: 50%;
    margin-right: -270px; }
  #topService .text,
  #topRecruit .text {
    padding-left: 50%; } }
/*------------------------------------------*/
#pageTitle {
  position: relative;
  padding: 0 0 80vw;
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    #pageTitle {
      padding: 0;
      margin: 0 0 50px;
      height: 450px;
      display: flex;
      align-items: center; } }
  #pageTitle .image {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: 3s; }
    .loaded #pageTitle .image {
      opacity: 1; }
    @media (max-width: 767px) {
      #pageTitle .image {
        bottom: -25vw;
        left: 50%;
        width: 180vw;
        transform: translateX(-50%); } }
    @media (min-width: 768px) {
      #pageTitle .image {
        top: 50%;
        transform: translate(-250px, -50%);
        left: 50%; }
        #pageTitle .image img {
          width: 1000px;
          max-width: none; } }
  @media (min-width: 768px) {
    #pageTitle .text {
      width: 100%;
      box-sizing: border-box; } }
  #pageTitle .text h1, #pageTitle .text .h1 {
    font-size: 5vw;
    padding: 10vw 0;
    margin: 0;
    color: #003364; }
    @media (min-width: 768px) {
      #pageTitle .text h1, #pageTitle .text .h1 {
        font-size: 22px;
        padding: 0; } }
    #pageTitle .text h1 span, #pageTitle .text .h1 span {
      display: block;
      font-size: 8vw;
      font-family: 'Roboto';
      white-space: nowrap;
      margin: 0 0 5px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        #pageTitle .text h1 span, #pageTitle .text .h1 span {
          font-size: 56px;
          line-height: 1.1;
          margin: 0 0 10px; } }
  #pageTitle .text h1, #pageTitle .text span {
    letter-spacing: 0.5em;
    opacity: 0;
    transition: 2s; }
  .loaded #pageTitle .text h1, .loaded #pageTitle .text span {
    letter-spacing: 0.2em;
    opacity: 1; }

/*------------------------------------------*/
#textTitle {
  position: relative;
  padding: 15vw 0 5vw;
  margin: 0; }
  @media (min-width: 768px) {
    #textTitle {
      padding: 0 0 30px 0;
      margin: 0; } }
  #textTitle .text {
    text-align: center; }
    @media (min-width: 768px) {
      #textTitle .text {
        width: 100%;
        box-sizing: border-box; } }
    #textTitle .text h1, #textTitle .text .h1 {
      font-size: 5vw;
      padding: 10vw 0 0;
      margin: 0;
      color: #003364;
      position: relative; }
      @media (min-width: 768px) {
        #textTitle .text h1, #textTitle .text .h1 {
          font-size: 22px;
          padding: 0; } }
      #textTitle .text h1 span, #textTitle .text .h1 span {
        display: block;
        font-size: 8vw;
        font-family: 'Roboto';
        white-space: nowrap;
        margin: 0 0 5px;
        line-height: 1.2;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%); }
        @media (min-width: 768px) {
          #textTitle .text h1 span, #textTitle .text .h1 span {
            font-size: 56px;
            line-height: 1.1;
            margin: 0 0 10px;
            position: static;
            transform: none; } }
    #textTitle .text h1, #textTitle .text span {
      letter-spacing: 0.5em;
      opacity: 0;
      transition: 2s; }
    .loaded #textTitle .text h1, .loaded #textTitle .text span {
      letter-spacing: 0.2em;
      opacity: 1; }

/*------------------------------------------*/
.newsLink {
  padding: 0 0; }
  @media (min-width: 768px) {
    .newsLink {
      padding: 0 0 0; } }
  .newsLink .year {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0  0 30px;
    /*
    .select {
      margin-left:15px;
      width:150px;
      font-weight: bold;
      position: relative;
      text-align: center;
      .parent {
        position: relative;
        line-height: 38px;
        padding:0 20px;
        border-radius: 3px;
        background:$BL;
        color:#fff;
        font-size: 12px;
        &::after {
          content:"";
          width:5px;
          height: 5px;
          display: block;
          position: absolute;
          top:50%;
          right:10px;
          border-right:1px solid #fff;
          border-bottom:1px solid #fff;
          transform: translateY(-80%) rotate(45deg);
          transition: .3s;
        }
        &.open {
          border-radius: 3px 3px 0 0;
          &::after {
            transform: translateY(-40%) rotate(225deg);
          }
        }
      }
      .child {
        display: none;
        position: absolute;
        top:38px;
        left:0;
        width:100%;
        background:$BL;
        border-radius: 0 0 3px 3px;
        ul {
          li {
            line-height: 38px;
            border-top:1px solid rgba(255,255,255,0.5);
            a {
              color:#fff;
              padding:0 20px;
              display: block;
              
            }
          }
        }
      }
    }
    */ }
    .newsLink .year .selectLink {
      position: relative; }
      .newsLink .year .selectLink::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 5px;
        height: 5px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translateY(-70%) rotate(45deg); }
      .newsLink .year .selectLink select {
        outline: 0;
        margin-left: 15px;
        width: 180px;
        font-weight: bold;
        position: relative;
        text-align: center;
        height: 38px;
        padding: 0 20px;
        border-radius: 3px;
        background: #003364;
        color: #fff;
        font-size: 12px;
        border: none;
        -webkit-appearance: none;
        appearance: none; }
  .newsLink ul.category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -4vw -2vw 0;
    padding: 0 0 10vw;
    border-bottom: 1px solid #333; }
    @media (min-width: 768px) {
      .newsLink ul.category {
        margin: 0 -10px;
        flex-wrap: nowrap;
        padding: 0 0 50px; } }
    .newsLink ul.category li {
      width: calc(50% - 4vw);
      margin: 4vw 2vw 0; }
      @media (min-width: 768px) {
        .newsLink ul.category li {
          width: 154px;
          margin: 0 10px; } }
      .newsLink ul.category li a {
        color: #003364;
        background: #FFFBF7;
        font-weight: bold;
        border: 2px solid #003364;
        border-radius: 100px;
        display: block;
        padding: 5px;
        text-align: center;
        font-size: 14px;
        position: relative; }
        @media (min-width: 768px) {
          .newsLink ul.category li a {
            font-size: 14px;
            padding: 3px 0px; } }
        .newsLink ul.category li a::after {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          background: #EF857D;
          border-radius: 2px;
          position: absolute;
          top: calc(100% + 2px);
          left: 50%;
          transform: translate(-50%, -50%) scale(0);
          transition: .3s; }
          @media (min-width: 768px) {
            .newsLink ul.category li a::after {
              width: 10px;
              height: 10px; } }
      .newsLink ul.category li.current a,
      .newsLink ul.category li a:hover {
        background: #003364;
        color: #fff; }
        .newsLink ul.category li.current a::after,
        .newsLink ul.category li a:hover::after {
          transform: translate(-50%, -50%) scale(0.7); }

@media all and (-ms-high-contrast: none) {
  .newsLink .year .selectLink select {
    padding: 0; }
  .newsLink .year .selectLink::after {
    display: none; } }
/*------------------------------------------*/
#newsList {
  padding-top: 0; }
  #newsList ul {
    max-width: 830px;
    margin: 0 auto; }
    #newsList ul li {
      border-bottom: 1px solid #333;
      padding: 5vw 0; }
      @media (min-width: 768px) {
        #newsList ul li {
          padding: 20px 0; } }
      #newsList ul li:last-child {
        border: none; }
    #newsList ul a {
      display: block;
      position: relative;
      padding: 5vw 30px 5vw 20px;
      color: #003364;
      font-weight: bold;
      border-radius: 5px; }
      @media (min-width: 768px) {
        #newsList ul a {
          padding: 30px 60px 30px 60px; } }
      #newsList ul a::after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        border-right: 2px solid #003364;
        border-top: 2px solid #003364;
        transform: translateY(-50%) rotate(45deg); }
        @media (min-width: 768px) {
          #newsList ul a::after {
            right: 20px; } }
      #newsList ul a:hover {
        background: #ef857d21; }
    #newsList ul .meta {
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 12px; }
      @media (min-width: 768px) {
        #newsList ul .meta {
          font-size: 14px; } }
      #newsList ul .meta::before {
        content: "";
        width: 12px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        display: block;
        background: #003364; }
      #newsList ul .meta .categoryLabel {
        border: 1px solid #333;
        border-radius: 100px;
        padding: 1px 0;
        margin-left: 10px;
        width: 120px;
        text-align: center;
        display: block; }
        @media (min-width: 768px) {
          #newsList ul .meta .categoryLabel {
            margin-left: 20px;
            width: 180px; } }
    #newsList ul p {
      margin: 5vw 0 0; }
      @media (min-width: 768px) {
        #newsList ul p {
          margin: 10px 0 0; } }

.pager {
  border-top: 1px solid #333;
  padding-top: 10vw; }
  @media (min-width: 768px) {
    .pager {
      padding-top: 100px; } }
  .pager .pagerInner {
    position: relative;
    margin: 0 auto;
    padding: 0 50px; }
    @media (min-width: 768px) {
      .pager .pagerInner {
        padding: 0 100px;
        display: table; } }
  .pager .wp-pagenavi {
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    font-weight: bold; }
    .pager .wp-pagenavi a, .pager .wp-pagenavi span {
      color: #003364;
      text-decoration: none;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 3px; }
      @media (min-width: 768px) {
        .pager .wp-pagenavi a, .pager .wp-pagenavi span {
          width: 30px;
          height: 30px;
          line-height: 30px;
          margin: 0 5px; } }
    .pager .wp-pagenavi .current {
      background: #EF857D;
      color: #fff; }
    .pager .wp-pagenavi a:hover {
      opacity: 0.7; }
    .pager .wp-pagenavi .listlink {
      width: auto;
      border: 1px solid #003364;
      padding: 5px 10px;
      border-radius: 0;
      font-size: 12px; }
      @media (min-width: 768px) {
        .pager .wp-pagenavi .listlink {
          padding: 5px 20px;
          font-size: 14px; } }
      .pager .wp-pagenavi .listlink:hover {
        background: #003364;
        color: #fff;
        opacity: 1; }
    .pager .wp-pagenavi [rel="prev"],
    .pager .wp-pagenavi [rel="next"] {
      text-indent: -999em;
      text-align: left;
      overflow: hidden;
      background: #003364;
      position: absolute;
      top: 50%;
      border-radius: 100px;
      width: 30px;
      height: 30px; }
      @media (min-width: 768px) {
        .pager .wp-pagenavi [rel="prev"],
        .pager .wp-pagenavi [rel="next"] {
          width: 40px;
          height: 40px; } }
      .pager .wp-pagenavi [rel="prev"]::before,
      .pager .wp-pagenavi [rel="next"]::before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: translate(-70%, -50%) rotate(45deg); }
    .pager .wp-pagenavi [rel="prev"] {
      transform: translateY(-50%) scale(-1);
      left: 0; }
    .pager .wp-pagenavi [rel="next"] {
      transform: translateY(-50%);
      right: 0; }

/*------------------------------------------*/
#newsDetail article {
  max-width: 845px;
  margin: 0 auto 20vw;
  padding: 0 5vw; }
  @media (min-width: 768px) {
    #newsDetail article {
      margin-bottom: 100px;
      padding: 0; } }
#newsDetail .entrymeta {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #newsDetail .entrymeta time {
    display: block;
    position: relative;
    font-size: 13px; }
    @media (min-width: 768px) {
      #newsDetail .entrymeta time {
        padding-left: 18px;
        font-size: 14px; } }
    #newsDetail .entrymeta time::before {
      content: "";
      width: 3vw;
      height: 1px;
      background: #003364;
      position: absolute;
      top: 50%;
      left: -5vw; }
      @media (min-width: 768px) {
        #newsDetail .entrymeta time::before {
          width: 10px;
          left: 0; } }
  #newsDetail .entrymeta .categoryLabel em {
    border: 1px solid #333;
    border-radius: 100px;
    padding: 1px 0;
    margin-left: 10px;
    width: 120px;
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      #newsDetail .entrymeta .categoryLabel em {
        margin-left: 20px;
        width: 180px; } }
#newsDetail h2 {
  font-size: 14px;
  color: #003364;
  margin: 5vw 0 8vw; }
  @media (min-width: 768px) {
    #newsDetail h2 {
      font-size: 22px;
      margin: 20px 0 30px; } }
#newsDetail .entrybody {
  overflow: hidden;
  font-size: 12px; }
  @media (min-width: 768px) {
    #newsDetail .entrybody {
      font-size: 14px; } }
  #newsDetail .entrybody a {
    text-decoration: underline; }
    #newsDetail .entrybody a:hover {
      text-decoration: none; }

/*------------------------------------------*/
.companyLink {
  padding: 0 0 10vw; }
  @media (min-width: 768px) {
    .companyLink {
      padding: 50px 0; } }
  .companyLink ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -4vw -2vw 0; }
    @media (min-width: 768px) {
      .companyLink ul {
        margin: 0; } }
    .companyLink ul li {
      width: calc(50% - 4vw);
      margin: 4vw 2vw 0; }
      @media (min-width: 768px) {
        .companyLink ul li {
          width: calc((100% - 280px) / 3);
          margin: 0 20px; } }
      .companyLink ul li a {
        color: #003364;
        background: #FFFBF7;
        font-weight: bold;
        border: 2px solid #003364;
        border-radius: 100px;
        display: block;
        padding: 5px;
        text-align: center;
        font-size: 17px;
        position: relative; }
        @media (min-width: 768px) {
          .companyLink ul li a {
            font-size: 22px;
            padding: 0px; } }
        .companyLink ul li a::after {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          background: #EF857D;
          border-radius: 2px;
          position: absolute;
          top: calc(100% + 2px);
          left: 50%;
          transform: translate(-50%, -50%) scale(0);
          transition: .3s; }
          @media (min-width: 768px) {
            .companyLink ul li a::after {
              width: 10px;
              height: 10px; } }
      .companyLink ul li.current a,
      .companyLink ul li a:hover {
        background: #003364;
        color: #fff; }
        .companyLink ul li.current a::after,
        .companyLink ul li a:hover::after {
          transform: translate(-50%, -50%) scale(1); }
  .companyLink.bottom {
    padding-bottom: 0; }
    .companyLink.bottom ul li a::after {
      top: -2px; }

/*------------------------------------------*/
#companyMessage {
  text-align: center;
  font-size: 15px;
  position: relative;
  color: #003364;
  font-weight: bold; }
  @media (min-width: 768px) {
    #companyMessage {
      font-size: 22px; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #companyGreeting .flex {
    display: flex;
    justify-content: space-between; }
    #companyGreeting .flex .photo {
      width: 445px; }
    #companyGreeting .flex .text {
      align-self: flex-end;
      width: calc(100% - 445px - 60px); }
      #companyGreeting .flex .text :last-child {
        margin-bottom: 0; } }
#companyGreeting .photo {
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    #companyGreeting .photo {
      margin: 0; } }
#companyGreeting .sign {
  text-align: right;
  margin: 0px 0 0; }
  @media (min-width: 768px) {
    #companyGreeting .sign {
      margin: 10px 0 0; } }
  #companyGreeting .sign img {
    margin-top: 10px; }
    @media (min-width: 768px) {
      #companyGreeting .sign img {
        margin-top: 15px;
        width: 220px; } }

/*------------------------------------------*/
#companyBrand {
  position: relative; }
  @media (min-width: 768px) {
    #companyBrand {
      padding: 100px 0; } }
  #companyBrand h2, #companyBrand .h2 {
    font-size: 15px; }
    @media (min-width: 768px) {
      #companyBrand h2, #companyBrand .h2 {
        font-size: 20px; } }
  #companyBrand .slogan {
    position: relative;
    text-align: center;
    margin: 0 0 10vw; }
    @media (min-width: 768px) {
      #companyBrand .slogan {
        margin: 0  0 100px; } }
    #companyBrand .slogan strong {
      font-size: 7vw;
      color: #003364;
      line-height: 1.6; }
      @media (min-width: 768px) {
        #companyBrand .slogan strong {
          font-size: 32px; } }
    #companyBrand .slogan span {
      display: block;
      font-weight: bold;
      font-size: 5vw;
      color: #003364; }
      @media (min-width: 768px) {
        #companyBrand .slogan span {
          font-size: 18px; } }
  #companyBrand .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      #companyBrand .flex {
        margin: 0; } }
    #companyBrand .flex .box {
      width: calc(50% - 4vw);
      margin: 4vw 2vw 0; }
      #companyBrand .flex .box:last-child {
        width: calc(100% - 4vw); }
      @media (min-width: 768px) {
        #companyBrand .flex .box {
          width: 280px !important;
          margin: 0 20px; } }
      #companyBrand .flex .box h2, #companyBrand .flex .box .h2 {
        margin-bottom: 5vw; }
        @media (min-width: 768px) {
          #companyBrand .flex .box h2, #companyBrand .flex .box .h2 {
            margin-bottom: 30px; } }
      #companyBrand .flex .box strong {
        font-size: 3vw;
        line-height: 1.8;
        text-align: center;
        color: #003364;
        display: block; }
        #companyBrand .flex .box strong span {
          letter-spacing: 0; }
        @media (min-width: 768px) {
          #companyBrand .flex .box strong {
            font-size: 18px; } }
      #companyBrand .flex .box p {
        font-size: 12px; }
        @media (min-width: 768px) {
          #companyBrand .flex .box p {
            font-size: 14px; } }

/*------------------------------------------*/
#companyGuidelines h2, #companyGuidelines .h2 {
  font-size: 15px; }
  @media (min-width: 768px) {
    #companyGuidelines h2, #companyGuidelines .h2 {
      font-size: 20px; } }
#companyGuidelines dl {
  margin: 0 auto;
  padding: 0;
  max-width: 660px;
  position: relative; }
  @media (min-width: 768px) {
    #companyGuidelines dl {
      margin-top: -30px; } }
  #companyGuidelines dl dt {
    margin: 0;
    padding: 3vw 0;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-align: center;
    color: #003364;
    cursor: pointer;
    border-top: 1px solid #003364; }
    #companyGuidelines dl dt:first-child {
      border-top: none; }
    @media (min-width: 768px) {
      #companyGuidelines dl dt {
        font-size: 18px;
        padding: 20px 0; } }
    #companyGuidelines dl dt em {
      display: block;
      font-family: 'Roboto';
      font-size: 15px;
      position: absolute;
      top: 50%;
      left: 0;
      width: 3em;
      text-align: center;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        #companyGuidelines dl dt em {
          font-size: 20px; } }
    #companyGuidelines dl dt::after {
      content: "┼";
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      font-size: 15px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
      @media (min-width: 768px) {
        #companyGuidelines dl dt::after {
          font-size: 20px;
          right: 20px; } }
    #companyGuidelines dl dt.open::after {
      content: "─";
      color: #EF857D; }
  #companyGuidelines dl dd {
    display: none;
    font-size: 12px;
    padding: 0 5vw 10vw;
    margin: 0; }
    @media (min-width: 768px) {
      #companyGuidelines dl dd {
        font-size: 14px;
        padding: 0 80px 40px; } }
#companyGuidelines .bottomImage {
  margin: 10vw 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    #companyGuidelines .bottomImage {
      margin: 120px 0 0; } }

/*------------------------------------------*/
#businessMessage {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  padding: 80px 0 130px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #003364; }
  @media (min-width: 768px) {
    #businessMessage {
      font-size: 20px;
      padding: 150px 0 250px; } }

/*------------------------------------------*/
#businessPharmacy {
  margin-top: -120px; }
  @media (min-width: 768px) {
    #businessPharmacy {
      margin-top: -150px; }
      #businessPharmacy .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 30px; }
        #businessPharmacy .flex .photo {
          width: 50%;
          text-align: right;
          height: 640px; }
          #businessPharmacy .flex .photo img {
            max-width: none;
            float: right; }
        #businessPharmacy .flex .text {
          width: calc(50% - 60px); } }
  #businessPharmacy .photo {
    margin: 0  0 5vw; }
    @media (min-width: 768px) {
      #businessPharmacy .photo {
        margin: 0; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #businessOther .flex {
    display: flex;
    justify-content: space-between; }
    #businessOther .flex article {
      width: 324px; }
      #businessOther .flex article:nth-of-type(1) {
        transition-delay: 0s; }
      #businessOther .flex article:nth-of-type(2) {
        transition-delay: 0.3s; }
      #businessOther .flex article:nth-of-type(3) {
        transition-delay: 0.6s; } }
#businessOther article {
  margin: 0 0 15vw; }
  #businessOther article:last-child {
    margin: 0; }
  @media (min-width: 768px) {
    #businessOther article {
      margin: 0; } }
#businessOther .photo {
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    #businessOther .photo {
      margin: 0 0 20px; } }
@media (min-width: 768px) {
  #businessOther .text {
    padding: 0 10px; } }
#businessOther .text h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    #businessOther .text h3 {
      font-size: 24px;
      height: 60px; } }
  #businessOther .text h3 span {
    display: block; }
    #businessOther .text h3 span + span {
      margin-left: 20px; }
  #businessOther .text h3 img {
    height: 50px; }
    @media (min-width: 768px) {
      #businessOther .text h3 img {
        height: 60px; } }
@media (min-width: 768px) {
  #businessOther .text .btns {
    margin-top: 30px; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #businessCommunity .flex {
    display: flex;
    justify-content: space-between; }
    #businessCommunity .flex article {
      width: 410px; }
    #businessCommunity .flex .photo {
      height: 360px;
      position: relative; }
      #businessCommunity .flex .photo img {
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); } }
#businessCommunity article {
  margin: 0 0 15vw; }
  #businessCommunity article:last-child {
    margin: 0; }
  @media (min-width: 768px) {
    #businessCommunity article {
      margin: 0; }
      #businessCommunity article:first-child {
        transition-delay: 0s; }
        #businessCommunity article:first-child .photo img {
          margin-left: -30px; }
      #businessCommunity article:last-child {
        transition-delay: 0.3s; }
        #businessCommunity article:last-child .photo img {
          margin-left: 30px; } }
#businessCommunity .photo {
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    #businessCommunity .photo {
      margin: 0 0 20px; } }
#businessCommunity .text h3 {
  margin: 0 0 20px; }
@media (min-width: 768px) {
  #businessCommunity .text .btns {
    margin-top: 30px; } }

/*------------------------------------------*/
.pharmacyLink {
  padding: 0 0 5vw; }
  @media (min-width: 768px) {
    .pharmacyLink {
      padding: 0;
      margin: -50px 0 50px; } }
  .pharmacyLink .selectLink {
    position: relative;
    display: inline-block; }
    .pharmacyLink .selectLink select {
      outline: 0;
      font-weight: bold;
      position: relative;
      text-align: center;
      height: 40px;
      padding: 0 40px 0 20px;
      border: 2px solid #003364;
      color: #003364;
      background: #FFFBF7;
      -webkit-appearance: none;
      appearance: none;
      font-size: 16px; }
      @media (min-width: 768px) {
        .pharmacyLink .selectLink select {
          height: 70px;
          font-size: 18px;
          padding: 0 60px; } }
    .pharmacyLink .selectLink::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      display: block;
      width: 5px;
      height: 5px;
      border-right: 2px solid #003364;
      border-bottom: 2px solid #003364;
      transform: translateY(-70%) rotate(45deg); }

@media all and (-ms-high-contrast: none) {
  .pharmacyLink .selectLink select {
    padding: 0; }
  .pharmacyLink .selectLink::after {
    display: none; } }
/*------------------------------------------*/
#pharmacyList {
  padding-top: 0; }
  #pharmacyList h2 {
    background: #e6e7e9;
    color: #003364;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 0;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      #pharmacyList h2 {
        font-size: 24px;
        padding: 10px; } }
    #pharmacyList h2::after {
      content: "┼";
      position: absolute;
      top: 50%;
      right: 5vw;
      transform: translateY(-50%);
      font-size: 16px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
      @media (min-width: 768px) {
        #pharmacyList h2::after {
          font-size: 24px;
          right: 80px; } }
    #pharmacyList h2.open::after {
      content: "─"; }
  #pharmacyList .prefectures {
    margin-top: 5vw; }
    @media (min-width: 768px) {
      #pharmacyList .prefectures {
        margin-top: 30px; } }
  #pharmacyList .child {
    display: none; }
  #pharmacyList .onlineCheck {
    text-align: right;
    margin: 10px 0 5vw; }
    @media (min-width: 768px) {
      #pharmacyList .onlineCheck {
        margin: 15px 0 20px; } }
    #pharmacyList .onlineCheck label {
      display: inline-block;
      font-size: 16px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #pharmacyList .onlineCheck label {
          font-size: 18px; } }
      #pharmacyList .onlineCheck label img {
        width: 16px;
        vertical-align: baseline;
        transform: translateY(15%); }
        @media (min-width: 768px) {
          #pharmacyList .onlineCheck label img {
            width: 18px; } }
      #pharmacyList .onlineCheck label input {
        width: 16px;
        height: 16px;
        vertical-align: baseline;
        transform: translateY(15%);
        filter: saturate(0%); }
        @media (min-width: 768px) {
          #pharmacyList .onlineCheck label input {
            width: 18px;
            height: 18px; } }
  #pharmacyList ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -5vw 0 0 0; }
    @media (min-width: 768px) {
      #pharmacyList ul {
        margin: -20px 0 0 0; } }
    #pharmacyList ul li {
      border: 2px solid #E6EBF0;
      padding: 0 5vw;
      margin: 5vw 0 0 0;
      width: 100%;
      box-sizing: border-box;
      position: relative; }
      @media (min-width: 768px) {
        #pharmacyList ul li {
          width: calc(50% - 10px);
          padding: 0 30px;
          margin: 20px 0 0 0; } }
  #pharmacyList .onlineBtn {
    position: absolute;
    top: 3vw;
    right: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border: 2px solid #003364;
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    color: #003364; }
    @media (min-width: 768px) {
      #pharmacyList .onlineBtn {
        top: 10px;
        right: 10px;
        font-size: 12px; } }
  #pharmacyList .flex {
    display: flex;
    margin: 0 -5vw 3vw; }
    @media (min-width: 768px) {
      #pharmacyList .flex {
        margin: 0 -30px 20px; } }
    #pharmacyList .flex .photo {
      width: 50%; }
    #pharmacyList .flex h3 {
      padding: 0 3vw;
      margin: 0;
      width: 50%;
      box-sizing: border-box;
      padding-top: calc(24px + 6vw);
      font-size: 13px;
      line-height: 1.6;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        #pharmacyList .flex h3 {
          font-size: 16px;
          padding: 44px 30px 0; } }
  #pharmacyList dl {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden; }
    #pharmacyList dl dt {
      margin: 0;
      padding: 0;
      color: #003364;
      font-weight: bold;
      float: left;
      clear: both;
      white-space: nowrap; }
    #pharmacyList dl dd {
      margin: 0 0 3vw;
      padding: 0 0 0 5em; }
      @media (min-width: 768px) {
        #pharmacyList dl dd {
          margin: 0 0 15px; } }
      #pharmacyList dl dd a {
        text-decoration: underline;
        color: #003364; }
    @media (min-width: 768px) {
      #pharmacyList dl.main {
        display: flex;
        justify-content: space-between;
        margin-right: -20px; }
        #pharmacyList dl.main dt {
          float: none; }
        #pharmacyList dl.main dd {
          padding: 0 20px 0 10px;
          font-feature-settings: initial; } }
  #pharmacyList .moreContent {
    display: none;
    padding-bottom: 3vw; }
    @media (min-width: 768px) {
      #pharmacyList .moreContent {
        padding-bottom: 20px; } }
  #pharmacyList .moreBtn {
    background: #E6EBF0;
    color: #003364;
    text-align: center;
    font-weight: bold;
    margin: 2vw -5vw 0;
    padding: 5px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      #pharmacyList .moreBtn {
        margin: 10px -30px 0; } }
    #pharmacyList .moreBtn::after {
      content: "";
      width: 5px;
      height: 5px;
      display: block;
      position: absolute;
      top: 50%;
      right: 5vw;
      border-right: 1px solid #003364;
      border-bottom: 1px solid #003364;
      transform: translateY(-80%) rotate(45deg);
      transition: .3s; }
      @media (min-width: 768px) {
        #pharmacyList .moreBtn::after {
          right: 50px; } }
    #pharmacyList .moreBtn.open {
      border-radius: 3px 3px 0 0; }
      #pharmacyList .moreBtn.open::after {
        transform: translateY(-40%) rotate(225deg); }
  #pharmacyList .btns {
    margin-top: 3vw;
    text-align: center; }
    @media (min-width: 768px) {
      #pharmacyList .btns {
        margin-top: 20px; } }
    #pharmacyList .btns .btn2 {
      padding: 5px 30px;
      cursor: pointer; }
  #pharmacyList strong.link_hw {
    display: block;
    text-align: center;
    color: #003364;
    background: #E6E7E9;
    margin-top: 5vw; }
    @media (min-width: 768px) {
      #pharmacyList strong.link_hw {
        margin-top: 30px; } }
  #pharmacyList .link_btns {
    margin-top: 3vw;
    text-align: center;
    display: flex;
    justify-content: center;
    grid-gap: 5vw; }
    @media (min-width: 768px) {
      #pharmacyList .link_btns {
        margin-top: 20px;
        column-gap: 24px; } }
    #pharmacyList .link_btns a, #pharmacyList .link_btns .modal {
      display: block;
      width: calc(50% - 2.5vw);
      cursor: pointer; }
      @media (min-width: 768px) {
        #pharmacyList .link_btns a, #pharmacyList .link_btns .modal {
          width: calc(50% - 12px); } }
    #pharmacyList .link_btns .btn2 {
      padding: 5px 30px;
      cursor: pointer; }

/*------------------------------------------*/
#recruitLead {
  position: relative;
  text-align: center;
  padding: 0 0 30vw; }
  @media (min-width: 768px) {
    #recruitLead {
      padding: 0 0 300px; } }
  #recruitLead h2 {
    width: 90vw;
    margin: 0 auto 10vw; }
    @media (min-width: 768px) {
      #recruitLead h2 {
        width: 612px;
        margin: 0 auto 50px; } }
    #recruitLead h2 span {
      display: block;
      width: 0;
      overflow: hidden;
      transition: 2s 1s; }
    #recruitLead h2 img {
      max-width: none;
      width: 90vw; }
      @media (min-width: 768px) {
        #recruitLead h2 img {
          width: 612px; } }
    #recruitLead h2.is-show span {
      width: 90vw; }
      @media (min-width: 768px) {
        #recruitLead h2.is-show span {
          width: 612px; } }
  #recruitLead p {
    line-height: 2.5;
    font-size: 3.2vw; }
    @media (min-width: 768px) {
      #recruitLead p {
        transition-delay: 1.5s;
        font-size: 14px; } }
  #recruitLead strong {
    display: block;
    margin-top: 20px;
    font-size: 4vw; }
    @media (min-width: 768px) {
      #recruitLead strong {
        font-size: 18px; } }

/*------------------------------------------*/
#recruitGuideline {
  padding-top: 0;
  margin-top: -10vw; }
  @media (min-width: 768px) {
    #recruitGuideline {
      margin-top: -200px; } }
  #recruitGuideline ol {
    margin: 0;
    padding: 0 5vw; }
    @media (min-width: 768px) {
      #recruitGuideline ol {
        padding: 0;
        margin: -30px 0 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #recruitGuideline ol li {
      margin: 3vw 0 0;
      text-align: center;
      font-weight: bold;
      color: #003364; }
      @media (min-width: 768px) {
        #recruitGuideline ol li {
          width: 260px;
          margin: 30px 0 0 0; }
          #recruitGuideline ol li:nth-of-type(3n + 2) {
            transition-delay: 0.3s; }
          #recruitGuideline ol li:nth-of-type(3n) {
            transition-delay: 0.6s; } }
  #recruitGuideline em {
    display: block;
    position: relative;
    color: #EF857D;
    font-size: 16px; }
    @media (min-width: 768px) {
      #recruitGuideline em {
        font-size: 20px; } }
    #recruitGuideline em::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #003364;
      position: absolute;
      top: 50%;
      left: 0; }
    #recruitGuideline em span {
      display: inline-block;
      padding: 0 10px;
      background: #FFFBF7;
      position: relative; }

/*------------------------------------------*/
#recruitPerson {
  position: relative; }
  @media (min-width: 768px) {
    #recruitPerson {
      margin-top: 50px;
      padding-top: 200px; } }
  @media (min-width: 768px) {
    #recruitPerson article {
      width: 490px;
      margin: 0 0 0 350px; } }
  @media (min-width: 1200px) {
    #recruitPerson article {
      margin: 0 auto; } }
  #recruitPerson .bg1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 10vw;
    z-index: -1; }
    @media (min-width: 768px) {
      #recruitPerson .bg1 {
        margin-left: 200px; } }
    #recruitPerson .bg1 img {
      max-width: none;
      width: 200px; }
      @media (min-width: 768px) {
        #recruitPerson .bg1 img {
          width: auto; } }
  #recruitPerson .bg2 {
    position: absolute;
    bottom: -80px;
    right: 50%;
    z-index: -1; }
    @media (min-width: 768px) {
      #recruitPerson .bg2 {
        bottom: -200px; } }
    #recruitPerson .bg2 img {
      max-width: none;
      width: 200px; }
      @media (min-width: 768px) {
        #recruitPerson .bg2 img {
          width: auto; } }
  #recruitPerson .photo1 {
    width: 80vw;
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      #recruitPerson .photo1 {
        width: auto;
        position: absolute;
        top: 0;
        margin: 0;
        right: calc(50% + 200px); }
        #recruitPerson .photo1 img {
          max-width: none;
          width: 400px; } }
    @media (min-width: 1200px) {
      #recruitPerson .photo1 {
        right: calc(50% + 300px); }
        #recruitPerson .photo1 img {
          width: auto; } }
  #recruitPerson .photo2 {
    width: 38vw;
    float: right; }
    @media (min-width: 768px) {
      #recruitPerson .photo2 {
        width: auto;
        position: absolute;
        top: 450px;
        float: none;
        right: calc(50% - 550px); } }
  #recruitPerson .photo3 {
    width: 45vw;
    margin: 0 0 0 auto; }
    @media (min-width: 768px) {
      #recruitPerson .photo3 {
        width: auto;
        text-align: right;
        margin: 0; } }
    @media (min-width: 1200px) {
      #recruitPerson .photo3 {
        padding: 0; } }

/*------------------------------------------*/
#recruitCrosstalk {
  padding-top: 15vw; }
  @media (min-width: 768px) {
    #recruitCrosstalk {
      padding: 100px 0; } }
  #recruitCrosstalk .photo {
    text-align: center; }
  #recruitCrosstalk article {
    position: relative; }
    @media (min-width: 768px) {
      #recruitCrosstalk article {
        padding-top: 60px; } }
  #recruitCrosstalk .catch {
    width: 90vw;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #recruitCrosstalk .catch {
        width: 644px;
        position: absolute;
        top: 20px;
        right: 0;
        margin: 0; } }
    #recruitCrosstalk .catch span {
      display: block;
      width: 0;
      overflow: hidden;
      transition: 2s 0.5s; }
    #recruitCrosstalk .catch img {
      max-width: none;
      width: 90vw; }
      @media (min-width: 768px) {
        #recruitCrosstalk .catch img {
          width: 641px; } }
    #recruitCrosstalk .catch.is-show span {
      width: 90vw; }
      @media (min-width: 768px) {
        #recruitCrosstalk .catch.is-show span {
          width: 641px; } }
  @media (min-width: 768px) {
    #recruitCrosstalk .flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      #recruitCrosstalk .flex .text {
        width: 700px;
        padding: 0 0 30px; }
        #recruitCrosstalk .flex .text :first-child {
          margin-top: 0; }
      #recruitCrosstalk .flex .btns {
        margin-top: 0; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #recruitCareer {
    padding: 0 0 100px 0; } }
@media (min-width: 768px) {
  #recruitCareer .flex {
    display: flex;
    justify-content: space-between; } }
#recruitCareer article {
  margin: 0 0 15vw; }
  @media (min-width: 768px) {
    #recruitCareer article {
      margin: 0;
      width: 440px; } }
  #recruitCareer article:last-child {
    margin: 0; }
    @media (min-width: 768px) {
      #recruitCareer article:last-child {
        transition-delay: 0.3s; } }
#recruitCareer .photo {
  margin: 0 0 5vw; }
  @media (min-width: 768px) {
    #recruitCareer .photo {
      margin: 0 0 30px; } }
  @media (min-width: 768px) {
    #recruitCareer .photo img {
      max-width: none;
      width: 560px; } }

/*------------------------------------------*/
#recruitRecruit {
  position: relative; }
  #recruitRecruit .bg3 {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: 10vw;
    z-index: -1; }
    @media (min-width: 768px) {
      #recruitRecruit .bg3 {
        margin-left: 200px;
        top: -200px; } }
    #recruitRecruit .bg3 img {
      max-width: none;
      width: 200px; }
      @media (min-width: 768px) {
        #recruitRecruit .bg3 img {
          width: auto; } }
  #recruitRecruit .photo {
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      #recruitRecruit .photo {
        margin: 0;
        position: absolute;
        right: calc(50% - 200px); } }
    @media (min-width: 768px) {
      #recruitRecruit .photo img {
        max-width: none; } }
  @media (min-width: 768px) {
    #recruitRecruit article {
      padding: 100px 0 0 0;
      padding-left: calc(50vw + 200px);
      height: 500px;
      box-sizing: border-box; } }
  @media (min-width: 1040px) {
    #recruitRecruit article {
      padding-left: 780px; } }
  @media (max-width: 767px) {
    #recruitRecruit article .flex {
      justify-content: space-between;
      display: flex; } }
  #recruitRecruit article .box {
    width: calc(50% - 10px);
    margin: 5vw 0 0; }
    @media (min-width: 768px) {
      #recruitRecruit article .box {
        width: auto;
        margin: 50px 0 0; } }
  #recruitRecruit article h3 {
    margin: 0 0 3vw;
    font-size: 18px; }
    @media (min-width: 768px) {
      #recruitRecruit article h3 {
        font-size: 22px;
        margin: 0 0 20px; } }
  #recruitRecruit article .btns {
    margin: 0; }
    @media (max-width: 767px) {
      #recruitRecruit article .btns .btn {
        width: 100%; } }

/*------------------------------------------*/
#productLead {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  padding: 80px 0 15vw;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #003364; }
  @media (min-width: 768px) {
    #productLead {
      font-size: 20px;
      padding: 50px 0 70px; } }
  #productLead .logo {
    text-align: center; }
    #productLead .logo img {
      width: 30vw;
      max-width: 177px; }
      @media (min-width: 768px) {
        #productLead .logo img {
          width: auto; } }
  #productLead h2 {
    font-size: 21px;
    line-height: 1.4;
    padding: 20px 0 10px; }
    @media (min-width: 768px) {
      #productLead h2 {
        font-size: 32px;
        padding: 30px 0 20px; } }

/*------------------------------------------*/
.productLink {
  padding: 0 0 10vw; }
  @media (min-width: 768px) {
    .productLink {
      padding: 0 0 100px; } }
  .productLink.bottom {
    padding: 10vw 0 0; }
    @media (min-width: 768px) {
      .productLink.bottom {
        padding: 100px 0 0; } }
  .productLink ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5vw -2vw 0;
    text-align: center; }
    @media (min-width: 768px) {
      .productLink ul {
        margin: -30px 0 0;
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .productLink ul li {
        margin: 5vw 2vw 0;
        width: calc(50% - 4vw); }
        .productLink ul li:nth-of-type(2n) {
          transition-delay: 0.3s; } }
    @media (min-width: 768px) {
      .productLink ul li {
        width: 240px;
        margin: 30px 30px 0; }
        .productLink ul li:nth-of-type(3n + 2) {
          transition-delay: 0.3s; }
        .productLink ul li:nth-of-type(3n) {
          transition-delay: 0.6s; } }
  .productLink a {
    display: block;
    text-decoration: none; }
    .productLink a .thumb {
      margin: 0 10px;
      overflow: hidden;
      border-radius: 1000px;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .productLink a .thumb {
          margin: 0 17px; } }
      .productLink a .thumb img {
        transition: .8s; }
    .productLink a span {
      display: block;
      border: 2px solid #003364;
      color: #003364;
      border-radius: 100px;
      position: relative;
      padding: 2px 5px;
      font-weight: bold;
      margin: 15px 0 0 0;
      transition: .5s; }
      @media (min-width: 768px) {
        .productLink a span {
          margin-top: 20px;
          padding: 5px; } }
      .productLink a span::after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 2px solid #EF857D;
        border-bottom: 2px solid #EF857D;
        transform: translateY(-75%) rotate(45deg);
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        transition: .5s; }
    .productLink a:hover .thumb img {
      transform: scale(1.08); }
    .productLink a:hover span {
      background: #003364;
      color: #fff; }
      .productLink a:hover span::after {
        border-color: #fff; }
  .productLink.bottom a span::after {
    transform: translateY(-25%) rotate(225deg); }

/*------------------------------------------*/
.productBlock {
  position: relative; }
  .productBlock .commonBg2 {
    top: 100vw; }
    @media (min-width: 768px) {
      .productBlock .commonBg2 {
        top: 700px; } }
  .productBlock .productimage {
    text-align: center;
    margin: 0 0 10vw; }
    @media (max-width: 767px) {
      .productBlock .productimage img {
        max-width: none;
        width: 180vw;
        margin-left: -40vw; } }
    @media (min-width: 768px) {
      .productBlock .productimage {
        margin: 0 0 80px; } }
  .productBlock h2 {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .productBlock h2 {
        font-size: 22px;
        padding-bottom: 20px; } }
  .productBlock h3 {
    font-size: 14px;
    position: relative;
    text-align: center;
    margin: 0 0 5vw;
    padding: 0 0 15px;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .productBlock h3 {
        font-size: 18px;
        margin: 0 0 30px;
        padding: 0 0 20px; } }
    .productBlock h3::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      background: #EF857D;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: 1s; }
      @media (min-width: 768px) {
        .productBlock h3::after {
          height: 4px;
          width: 40px; } }
  .productBlock h4 {
    display: block;
    font-weight: bold;
    color: #003364;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 3vw; }
    @media (min-width: 768px) {
      .productBlock h4 {
        font-size: 18px;
        margin: 0 0 10px; } }
  .productBlock .catch {
    display: block;
    margin: 0 0 10vw;
    color: #003364;
    font-size: 21px;
    text-align: center;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .productBlock .catch {
        font-size: 32px;
        margin: -30px 0 50px; } }
  .productBlock ul.introduction {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10vw -3vw 10vw; }
    @media (min-width: 768px) {
      .productBlock ul.introduction {
        margin: -50px 0 50px; } }
    .productBlock ul.introduction li {
      width: calc(50% - 6vw);
      margin: 10vw 3vw 0; }
      @media (min-width: 768px) {
        .productBlock ul.introduction li {
          width: 280px;
          margin: 50px 20px 0; }
          .productBlock ul.introduction li:nth-of-type(3n + 2) {
            transition-delay: 0.3s; }
          .productBlock ul.introduction li:nth-of-type(3n) {
            transition-delay: 0.6s; } }
      @media (max-width: 767px) {
        .productBlock ul.introduction li:nth-of-type(2n) {
          transition-delay: 0.3s; } }
    .productBlock ul.introduction em {
      display: block;
      font-weight: bold;
      text-align: center;
      color: #003364;
      font-size: 12px;
      line-height: 1.6; }
      @media (min-width: 768px) {
        .productBlock ul.introduction em {
          font-size: 17px; } }
  .productBlock ul.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10vw 0 0; }
    .productBlock ul.product._single {
      justify-content: center; }
    @media (min-width: 768px) {
      .productBlock ul.product {
        margin: -40px 41px 0; } }
    .productBlock ul.product li {
      width: 100%;
      margin: 10vw 0 0; }
      @media (min-width: 768px) {
        .productBlock ul.product li {
          width: 436px;
          margin: 60px 0 0; }
          .productBlock ul.product li:nth-of-type(2n) {
            transition-delay: 0.3s; } }
    .productBlock ul.product em {
      display: block;
      font-weight: bold;
      color: #003364;
      font-size: 12px;
      line-height: 1.6; }
      @media (min-width: 768px) {
        .productBlock ul.product em {
          font-size: 14px; } }
  .productBlock .photo {
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      .productBlock .photo {
        margin: 0 0 30px; } }
  .productBlock li p {
    font-size: 12px;
    margin: 3vw 0 0 0; }
    @media (max-width: 767px) {
      .productBlock li p {
        line-height: 1.8; } }
    @media (min-width: 768px) {
      .productBlock li p {
        font-size: 14px;
        margin: 20px 0 0 0; } }

@media (max-width: 767px) {
  #product2 .productimage img {
    margin-left: -60vw; } }

/*------------------------------------------*/
#communityFund {
  padding-top: 0; }
  @media (min-width: 768px) {
    #communityFund .inner {
      padding-left: 60px;
      padding-right: 60px;
      box-sizing: border-box; } }
  #communityFund .flex1,
  #communityFund .flex2 {
    margin: 0 0 10vw; }
    @media (min-width: 768px) {
      #communityFund .flex1,
      #communityFund .flex2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 50px; } }
    @media (min-width: 768px) {
      #communityFund .flex1 .photo,
      #communityFund .flex2 .photo {
        width: 50%; } }
    @media (min-width: 768px) {
      #communityFund .flex1 .text,
      #communityFund .flex2 .text {
        width: calc(50% - 60px); } }
  @media (min-width: 768px) {
    #communityFund .flex1 {
      margin-top: -50px; } }
  #communityFund .outline {
    margin: 0 0 10vw; }
    @media (min-width: 768px) {
      #communityFund .outline {
        margin: 0 0 50px; } }
    #communityFund .outline dl {
      margin: 0;
      padding: 0; }
      #communityFund .outline dl dt {
        margin: 0;
        padding: 0;
        float: left;
        clear: both; }
      #communityFund .outline dl dd {
        margin: 0 0 20px;
        padding: 0 0 20px 100px;
        border-bottom: 1px solid #003364; }
        @media (min-width: 768px) {
          #communityFund .outline dl dd {
            padding-left: 200px; } }
        #communityFund .outline dl dd:last-child {
          padding-bottom: 0;
          border: none; }
  #communityFund .action1 .block {
    margin: 0 0 10vw; }
    @media (min-width: 768px) {
      #communityFund .action1 .block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 20px; } }
    #communityFund .action1 .block:last-child {
      margin-bottom: 0; }
    #communityFund .action1 .block .photo {
      margin: 0 0 5vw; }
      @media (min-width: 768px) {
        #communityFund .action1 .block .photo {
          width: 50%;
          margin: 0; } }
    @media (min-width: 768px) {
      #communityFund .action1 .block .text {
        width: calc(50% - 40px); } }
    #communityFund .action1 .block p {
      margin: 0; }

/*------------------------------------------*/
#communityOther .lead {
  color: #003364;
  margin: 0 0 10vw; }
  @media (min-width: 768px) {
    #communityOther .lead {
      margin: -20px 0 50px;
      text-align: center; } }
#communityOther .action2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10vw; }
  @media (min-width: 768px) {
    #communityOther .action2 {
      margin-top: -50px; } }
  #communityOther .action2 .block {
    margin: 10vw 0 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      #communityOther .action2 .block {
        margin: 50px 0 0 0;
        width: calc(50% - 8px); }
        #communityOther .action2 .block:nth-of-type(2n) {
          transition-delay: 0.3s; } }
  #communityOther .action2 .photo {
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      #communityOther .action2 .photo {
        margin: 0  0 30px; } }
  #communityOther .action2 p {
    margin: 0; }

/*------------------------------------------*/
@media (min-width: 768px) {
  #personLead p {
    width: 660px;
    margin: 0 auto;
    text-align: center; } }

/*------------------------------------------*/
.personlist .lead {
  margin: 0  0 5vw; }
  @media (min-width: 768px) {
    .personlist .lead {
      width: 660px;
      margin: -20px auto 50px; } }
.personlist:last-child {
  padding-bottom: 5px; }
.personlist .btns {
  margin-top: 10vw; }
  @media (min-width: 768px) {
    .personlist .btns {
      margin-top: 70px; } }

/*------------------------------------------*/
ul.persons {
  text-align: center;
  margin: -10vw 0 0 0; }
  @media (min-width: 768px) {
    ul.persons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: -70px 0 0 0; } }
  @media (max-width: 767px) {
    ul.persons.sp_slider {
      margin-left: -5vw;
      margin-right: -5vw; }
      ul.persons.sp_slider li {
        padding: 0 5vw;
        box-sizing: border-box; }
        ul.persons.sp_slider li .photo {
          transform: none !important;
          opacity: 1 !important;
          filter: none !important;
          height: 45vw; }
          ul.persons.sp_slider li .photo img {
            width: 70vw; }
        ul.persons.sp_slider li .text {
          display: block;
          transform: none !important;
          opacity: 1 !important;
          text-align: left;
          margin: 0 0 0 5vw; }
          ul.persons.sp_slider li .text span {
            display: block;
            border: none;
            margin: 10px 0 0;
            padding: 0; } }
  ul.persons ul.slick-dots {
    margin: 5vw 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      ul.persons ul.slick-dots {
        margin: 50px 0 0 0; } }
    ul.persons ul.slick-dots li {
      margin: 0;
      padding: 0 3px;
      display: inline-block;
      width: auto; }
      ul.persons ul.slick-dots li button {
        position: relative;
        background: none;
        border: none;
        text-indent: -999em;
        overflow: hidden;
        text-align: left; }
        ul.persons ul.slick-dots li button::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          transform: translate(-50%, -50%) scale(0.5);
          background: #003364;
          position: absolute;
          top: 50%;
          left: 50%;
          transition: .3s;
          border-radius: 1px; }
          @media (min-width: 768px) {
            ul.persons ul.slick-dots li button::before {
              width: 12px;
              height: 12px; } }
      ul.persons ul.slick-dots li.slick-active button::before {
        transform: translate(-50%, -50%) scale(1);
        background: #EF857D; }
  ul.persons li {
    margin: 10vw 0 0 0; }
    @media (min-width: 768px) {
      ul.persons li {
        width: 50%;
        margin: 70px 0 0 0; } }
    ul.persons li .photo {
      position: relative;
      height: 85vw;
      transition: 2s;
      filter: blur(10px);
      opacity: 0; }
      @media (min-width: 768px) {
        ul.persons li .photo {
          height: 470px; } }
      ul.persons li .photo img {
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw; }
        @media (min-width: 768px) {
          ul.persons li .photo img {
            width: 115%; } }
    ul.persons li .text {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px;
      position: relative;
      font-size: 12px;
      font-weight: bold;
      color: #003364;
      line-height: 1;
      transform: translateY(10px);
      opacity: 0;
      transition: 1.5s 0.5s; }
      @media (min-width: 768px) {
        ul.persons li .text {
          font-size: 16px; } }
      ul.persons li .text i {
        font-size: 12px;
        text-align: left;
        position: relative;
        display: block;
        line-height: 1.8;
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid #EF857D; }
        @media (min-width: 768px) {
          ul.persons li .text i {
            padding: 0 20px 0 0;
            margin: 0 20px 0 0; } }
        ul.persons li .text i::before {
          content: "";
          width: 5px;
          height: 5px;
          display: block;
          position: absolute;
          top: -4px;
          left: -10px;
          background: #EF857D; }
          @media (min-width: 768px) {
            ul.persons li .text i::before {
              left: -12px;
              width: 6px;
              height: 6px; } }
      ul.persons li .text span {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        display: inline-block; }
        @media (min-width: 768px) {
          ul.persons li .text span {
            font-size: 22px; } }
    @media (min-width: 768px) {
      ul.persons li:nth-of-type(2n) .photo {
        transition-delay: 0.5s; }
      ul.persons li:nth-of-type(2n) .text {
        transition-delay: 1s; } }
    ul.persons li.is-show .photo {
      filter: none;
      opacity: 1; }
    ul.persons li.is-show .text {
      opacity: 1;
      transform: none; }
  ul.persons.local li * {
    opacity: 1;
    filter: none;
    transition: none; }
  ul.persons.local a {
    transition: .3s !important; }
  ul.persons a {
    display: block; }
    ul.persons a:hover {
      opacity: 0.7; }

/*------------------------------------------*/
#personTitle {
  text-align: center; }
  @media (min-width: 768px) {
    #personTitle {
      margin: -100px 0 70px; } }
  #personTitle .image {
    opacity: 0;
    transition: 3s; }
    .loaded #personTitle .image {
      opacity: 1; }
    @media (max-width: 767px) {
      #personTitle .image img {
        width: 180vw;
        margin-left: -40vw;
        max-width: none; } }
  #personTitle .text {
    position: relative;
    z-index: 1;
    margin-top: -35vw; }
    @media (min-width: 768px) {
      #personTitle .text {
        margin-top: -140px; } }
  #personTitle h1 {
    display: table;
    margin: 0 auto 8vw; }
    @media (min-width: 768px) {
      #personTitle h1 {
        margin-bottom: 40px; } }
    #personTitle h1 span {
      overflow: hidden;
      width: 0;
      transition: 1.5s 0.5s;
      display: block; }
      #personTitle h1 span img {
        max-width: none;
        width: 90vw; }
        @media (min-width: 768px) {
          #personTitle h1 span img {
            width: auto; } }
  #personTitle .name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #003364;
    line-height: 1;
    transform: translateY(10px);
    opacity: 0;
    transition: 1.5s 1.5s; }
    @media (min-width: 768px) {
      #personTitle .name {
        font-size: 16px; } }
    #personTitle .name i {
      position: relative;
      display: block;
      font-size: 12px;
      line-height: 1.8;
      text-align: left; }
      #personTitle .name i::before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        top: -4px;
        left: -10px;
        background: #EF857D; }
        @media (min-width: 768px) {
          #personTitle .name i::before {
            left: -12px;
            width: 6px;
            height: 6px; } }
    #personTitle .name span {
      color: #000;
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
      padding: 0 0 0 10px;
      margin: 0 0 0 10px;
      border-left: 1px solid #EF857D; }
      @media (min-width: 768px) {
        #personTitle .name span {
          font-size: 22px;
          padding: 0 0 0 20px;
          margin: 0 0 0 20px; } }
  .loaded #personTitle h1 span {
    width: 100%; }
  .loaded #personTitle .name {
    opacity: 1;
    transform: none; }

/*------------------------------------------*/
@media (min-width: 768px) {
  #personPast {
    margin: 0 0 70px; } }
@media (max-width: 767px) {
  #personPast .inview {
    transition-delay: 2s; } }
#personPast .frame {
  position: relative;
  border: 1px solid #003364;
  border-radius: 50px;
  min-height: 100px;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #personPast .frame {
      border-radius: 110px;
      min-height: 220px; } }
  #personPast .frame::before, #personPast .frame::after {
    content: "";
    position: absolute;
    height: calc(100% - 50px);
    background: #FFFBF7;
    display: block; }
    @media (min-width: 768px) {
      #personPast .frame::before, #personPast .frame::after {
        height: calc(100% - 110px); } }
  #personPast .frame::before {
    width: 65%;
    top: -2px;
    left: -2px; }
  #personPast .frame::after {
    bottom: -2px;
    right: -2px;
    width: 80px; }
    @media (min-width: 768px) {
      #personPast .frame::after {
        width: 200px; } }
  #personPast .frame .frameinner::before, #personPast .frame .frameinner::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #EF857D;
    display: block;
    position: absolute;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      #personPast .frame .frameinner::before, #personPast .frame .frameinner::after {
        width: 12px;
        height: 12px;
        border-radius: 2px; } }
  #personPast .frame .frameinner::before {
    position: absolute;
    top: -3px;
    left: 65%;
    z-index: 2; }
    @media (min-width: 768px) {
      #personPast .frame .frameinner::before {
        top: -7px; } }
  #personPast .frame .frameinner::after {
    position: absolute;
    bottom: -3px;
    left: 50px;
    z-index: 2; }
    @media (min-width: 768px) {
      #personPast .frame .frameinner::after {
        left: 110px;
        bottom: -7px; } }
#personPast .text {
  position: relative;
  z-index: 3;
  padding: 0 40px 3vw; }
  @media (min-width: 768px) {
    #personPast .text {
      width: 700px;
      padding: 0 0 30px;
      margin: 0 auto; } }
  #personPast .text strong {
    color: #003364; }
    @media (min-width: 768px) {
      #personPast .text strong {
        font-size: 16px; } }

/*------------------------------------------*/
#personQuestion {
  position: relative; }
  #personQuestion .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    left: 0;
    height: 640px; }
    @media (min-width: 768px) and (max-height: 850px) {
      #personQuestion .sticky {
        top: 130px; } }
  @media (min-width: 768px) {
    #personQuestion .clearfix {
      margin-top: -640px; } }
  @media (min-width: 768px) {
    #personQuestion .nav-dot {
      margin: 0;
      position: absolute;
      left: 5%;
      height: 640px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      transition: opacity 1s; }
      #personQuestion .nav-dot.top {
        top: 0; }
      #personQuestion .nav-dot.bottom {
        bottom: 0; }
      #personQuestion .nav-dot.active {
        position: fixed;
        top: 0;
        height: 100%; }
      #personQuestion .nav-dot.is-show {
        pointer-events: all;
        opacity: 1; } }
  #personQuestion .nav-dot li {
    width: 8px;
    height: 8px;
    margin: 10px 0;
    background: #003364;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.7s;
    display: block;
    transform: translate(-50%, -50%) scale(0.5); }
    #personQuestion .nav-dot li.current {
      background: #EF857D;
      transform: translate(-50%, -50%) scale(1); }
  #personQuestion .photo {
    margin-bottom: 9vw; }
    @media (min-width: 768px) {
      #personQuestion .photo {
        margin: 0;
        position: absolute;
        right: 50%;
        filter: blur(20px);
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        transition: opacity 1s, filter 1s; }
        #personQuestion .photo img {
          height: 639px;
          max-width: none;
          max-height: calc(100vh - 250px); }
        #personQuestion .photo.top {
          top: 0; }
        #personQuestion .photo.bottom {
          bottom: 0; }
        #personQuestion .photo.active {
          position: fixed;
          top: 50%;
          transform: translateY(-50%); }
        #personQuestion .photo.is-show {
          opacity: 1;
          filter: none; }
        #personQuestion .photo .photo2 {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: 1s; }
        #personQuestion .photo.second .photo2 {
          opacity: 1; } }
    @media (min-width: 768px) and (max-height: 850px) {
      #personQuestion .photo img {
        max-height: calc(100vh - 180px); } }
  #personQuestion .block {
    padding: 3vw 0;
    position: relative; }
    @media (min-width: 768px) {
      #personQuestion .block {
        height: 640px;
        display: flex;
        align-items: center;
        padding: 0;
        padding-left: calc(50% + 60px); } }
  #personQuestion #ss1 .questionBg {
    margin: 20vw 0 0 30vw; }
    @media (min-width: 768px) {
      #personQuestion #ss1 .questionBg {
        margin: -100px 0 0 400px; } }
  #personQuestion #ss2 .questionBg {
    margin: 10vw 0 0 -40vw; }
    @media (min-width: 768px) {
      #personQuestion #ss2 .questionBg {
        margin: 100px 0 0 90px; } }
  #personQuestion #ss3 .questionBg {
    margin: 20vw 0 0 30vw; }
    @media (min-width: 768px) {
      #personQuestion #ss3 .questionBg {
        margin: 50px 0 0 500px; } }
  #personQuestion #ss4 .questionBg {
    margin: 30vw 0 0 0; }
    @media (min-width: 768px) {
      #personQuestion #ss4 .questionBg {
        margin: 0px 0 0 280px; } }
  #personQuestion #ss5 .questionBg {
    margin: 10vw 0 0 30vw; }
    @media (min-width: 768px) {
      #personQuestion #ss5 .questionBg {
        margin: -30px 0 0 400px; } }
  #personQuestion #ss6 .questionBg {
    margin: 0 0 0 -40vw; }
    @media (min-width: 768px) {
      #personQuestion #ss6 .questionBg {
        margin: 0px 0 0 100px; } }
  #personQuestion .text em {
    display: block;
    font-size: 16px;
    color: #003364;
    font-weight: bold; }
    #personQuestion .text em:first-letter {
      color: #EF857D; }
    @media (min-width: 768px) {
      #personQuestion .text em {
        font-size: 19px; } }
  #personQuestion .text h2 {
    font-size: 16px;
    color: #003364;
    margin: 0; }
    @media (min-width: 768px) {
      #personQuestion .text h2 {
        font-size: 22px;
        margin: 10px 0 30px; } }

/*------------------------------------------*/
#personMessage {
  position: relative;
  margin: 0; }
  @media (min-width: 768px) {
    #personMessage {
      margin: 0 0 150px; } }
  #personMessage .image {
    position: relative;
    z-index: -1;
    opacity: 0;
    filter: blur(20px);
    transition: 1s; }
    #personMessage .image.is-show {
      opacity: 1;
      filter: none; }
    @media (min-width: 768px) {
      #personMessage .image {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-660px);
        margin: 0; } }
    @media (min-width: 768px) {
      #personMessage .image img {
        max-width: none; } }
    @media (max-width: 767px) {
      #personMessage .image .effect {
        width: 500%; } }
  #personMessage .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 20vw 0 0 20vw;
    z-index: -1;
    opacity: 0;
    filter: blur(10px);
    transition: 2s; }
    @media (min-width: 768px) {
      #personMessage .bg {
        margin: 180px 0 0 500px; } }
    #personMessage .bg.is-show {
      opacity: 1;
      filter: none; }
    #personMessage .bg img {
      width: 200vw;
      max-width: none; }
      @media (min-width: 768px) {
        #personMessage .bg img {
          width: auto; } }
  #personMessage .photo {
    margin: 0 -25vw;
    z-index: -1;
    opacity: 0;
    filter: blur(10px);
    transition: 1s 0.5s; }
    @media (min-width: 768px) {
      #personMessage .photo {
        margin: 0 0 0 -130px; } }
    #personMessage .photo.is-show {
      opacity: 1;
      filter: none; }
    #personMessage .photo img {
      max-width: none;
      width: 120vw; }
      @media (min-width: 768px) {
        #personMessage .photo img {
          width: auto; } }
  #personMessage .text {
    /*margin:-10vw 0 0 0;*/
    margin: -50vw 0 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      #personMessage .text {
        /*margin:-350px 0 0 0;*/
        margin: 0;
        padding: 500px 0 0 0;
        padding-left: calc(50vw + 100px); } }
    @media (min-width: 1040px) {
      #personMessage .text {
        padding-left: 600px; } }
    #personMessage .text em {
      font-size: 12px;
      color: #003364;
      font-weight: bold; }
      @media (min-width: 768px) {
        #personMessage .text em {
          font-size: 19px; } }
    #personMessage .text h2 {
      font-size: 16px;
      color: #003364;
      margin: 0;
      line-height: 1.6; }
      @media (min-width: 768px) {
        #personMessage .text h2 {
          font-size: 22px; } }

/*------------------------------------------*/
@media (min-width: 768px) {
  #personOff .inner {
    padding: 0 100px;
    box-sizing: border-box; } }
#personOff em {
  display: inline-block;
  border: 1px solid #003364;
  border-right: none;
  border-bottom: none;
  position: relative;
  padding: 0 10px 0 20px;
  font-weight: bold; }
  #personOff em:first-letter {
    color: #EF857D; }
  #personOff em::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    height: calc(100% + 2px);
    width: 1px;
    transform: skewX(30deg);
    transform-origin: top left;
    display: block;
    background: #003364; }
#personOff h2 {
  font-size: 18px;
  color: #003364;
  margin: 0;
  text-align: center; }
  @media (min-width: 768px) {
    #personOff h2 {
      font-size: 22px;
      text-align: left; } }
#personOff p {
  margin-bottom: 0; }
#personOff .frame {
  border-top: 1px solid #003364;
  border-bottom: 1px solid #003364; }
  @media (max-width: 767px) {
    #personOff .frame {
      padding: 5vw 0; }
      #personOff .frame .photo {
        width: 160px;
        margin: 0 auto 5vw; }
        #personOff .frame .photo img {
          border-radius: 100px; } }
  @media (min-width: 768px) {
    #personOff .frame {
      padding: 50px 60px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #personOff .frame .photo {
        order: 2;
        width: 285px;
        text-align: center; }
        #personOff .frame .photo img {
          border-radius: 100%; }
      #personOff .frame .text {
        order: 1;
        width: calc(100% - 330px); } }

/*------------------------------------------*/
#companyInfo {
  position: relative; }
  #companyInfo .commonBg2 {
    margin-top: 10vw; }
    @media (min-width: 768px) {
      #companyInfo .commonBg2 {
        margin-top: 150px; } }

/*------------------------------------------*/
#companyInfoOutline {
  position: relative;
  padding-top: 0; }
  #companyInfoOutline h2 {
    text-align: center; }
  #companyInfoOutline dl.main {
    color: #003364;
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch; }
    #companyInfoOutline dl.main > dt {
      border-bottom: 1px solid #003364;
      display: flex;
      align-items: center;
      width: 95px;
      box-sizing: border-box;
      padding: 0;
      font-weight: bold; }
      @media (min-width: 768px) {
        #companyInfoOutline dl.main > dt {
          padding: 0 0 0 20px;
          width: 160px; } }
      #companyInfoOutline dl.main > dt::before {
        content: "■";
        color: #EF857D;
        display: inline-block;
        margin: 0 5px 0 0; }
        @media (min-width: 768px) {
          #companyInfoOutline dl.main > dt::before {
            margin-right: 15px; } }
    #companyInfoOutline dl.main > dd {
      width: calc(100% - 95px);
      box-sizing: border-box;
      margin: 0;
      padding: 15px 0;
      font-size: 12px;
      border-bottom: 1px solid #003364; }
      @media (min-width: 768px) {
        #companyInfoOutline dl.main > dd {
          font-size: 14px;
          padding: 20px;
          width: calc(100% - 160px); } }
  #companyInfoOutline dl.sub {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    #companyInfoOutline dl.sub > dt {
      margin: 0;
      padding: 0;
      width: calc(100% - 6em); }
      #companyInfoOutline dl.sub > dt::before {
        content: "・"; }
      @media (min-width: 768px) {
        #companyInfoOutline dl.sub > dt {
          width: 20em; } }
    #companyInfoOutline dl.sub > dd {
      margin: 0;
      width: 6em;
      padding: 0 0 0 1em;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        #companyInfoOutline dl.sub > dd {
          width: calc(100% - 20em);
          padding: 0; } }

/*------------------------------------------*/
#companyInfoOrganizationchart h2 {
  text-align: center; }
#companyInfoOrganizationchart figure {
  text-align: center; }

/*------------------------------------------*/
#companyInfoHistory h2 {
  text-align: center; }
@media (min-width: 768px) {
  #companyInfoHistory .history {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -40px 0 40px; }
    #companyInfoHistory .history > div {
      width: calc((100% - 43px) / 3.0001); } }
#companyInfoHistory .past,
#companyInfoHistory .now {
  border-left: 1px solid #003364; }
  #companyInfoHistory .past h3,
  #companyInfoHistory .now h3 {
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    position: relative; }
    @media (min-width: 768px) {
      #companyInfoHistory .past h3,
      #companyInfoHistory .now h3 {
        display: table;
        padding: 5px 25px; } }
#companyInfoHistory .past {
  padding: 0 0 10px; }
  @media (min-width: 768px) {
    #companyInfoHistory .past {
      border-bottom: 1px solid #003364; }
      #companyInfoHistory .past:nth-of-type(3) {
        border-bottom: none; } }
  #companyInfoHistory .past h3 {
    background: #003364;
    margin: 0; }
    @media (min-width: 768px) {
      #companyInfoHistory .past h3 {
        pointer-events: none; } }
    #companyInfoHistory .past h3::after {
      content: "┼";
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
      @media (min-width: 768px) {
        #companyInfoHistory .past h3::after {
          display: none; } }
    #companyInfoHistory .past h3.open::after {
      content: "─"; }
  #companyInfoHistory .past dl {
    display: none; }
    @media (min-width: 768px) {
      #companyInfoHistory .past dl {
        display: block !important;
        height: auto !important;
        opacity: 1 !important; } }
    @media (max-width: 767px) {
      #companyInfoHistory .past dl dt i {
        transform: scale(0);
        transition: .3s .3s; }
        #companyInfoHistory .past dl dt i.active {
          transform: scale(1); } }
#companyInfoHistory .now {
  position: relative;
  padding: 30px 0 20px; }
  @media (min-width: 768px) {
    #companyInfoHistory .now {
      padding: 80px 0 60px; } }
  #companyInfoHistory .now .logo {
    margin: 10px 0 20px;
    text-align: center; }
    @media (min-width: 768px) {
      #companyInfoHistory .now .logo {
        margin: 10 0 20px;
        padding: 0 90px 0 0; } }
    #companyInfoHistory .now .logo img {
      width: 60px; }
  @media (min-width: 768px) {
    #companyInfoHistory .now::before {
      content: "";
      width: 10px;
      height: 10px;
      background: #EF857D;
      display: block;
      position: absolute;
      top: -6px;
      left: -6px;
      border-radius: 2px; } }
  #companyInfoHistory .now h3 {
    background: #EF857D;
    pointer-events: none;
    margin-left: -20px;
    text-align: center; }
    @media (min-width: 768px) {
      #companyInfoHistory .now h3 {
        margin-left: -30px; } }
  #companyInfoHistory .now dl dt {
    color: #EF857D; }
    #companyInfoHistory .now dl dt i {
      background: #EF857D; }
#companyInfoHistory dl {
  margin: 0;
  padding: 20px 0 0;
  font-size: 12px; }
  @media (min-width: 768px) {
    #companyInfoHistory dl {
      font-size: 14px;
      padding: 30px 0 0; } }
  #companyInfoHistory dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px; }
    @media (min-width: 768px) {
      #companyInfoHistory dl dt {
        padding: 0 50px 0 30px; } }
    #companyInfoHistory dl dt i {
      content: "";
      width: 10px;
      height: 10px;
      background: #003364;
      display: block;
      position: absolute;
      top: 50%;
      left: -6px;
      border-radius: 2px;
      margin-top: -5px; }
  #companyInfoHistory dl dd {
    margin: 0;
    padding: 0 0 20px 20px; }
    @media (min-width: 768px) {
      #companyInfoHistory dl dd {
        min-height: 4.4em;
        margin: 0 0 30px 0;
        padding: 0 50px 0 30px; } }

/*------------------------------------------*/
#companyAccess {
  position: relative;
  padding-top: 0; }
  #companyAccess .commonBg2 {
    margin-top: 20vw;
    top: 0; }
    @media (min-width: 768px) {
      #companyAccess .commonBg2 {
        margin-top: 250px; } }
  @media (min-width: 768px) {
    #companyAccess .flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 830px;
      margin: 0 auto 30px; } }
  #companyAccess .photo {
    margin: 0  0 5vw; }
    @media (min-width: 768px) {
      #companyAccess .photo {
        margin: 0;
        width: 50%; } }
  @media (min-width: 768px) {
    #companyAccess .text {
      width: calc(50% - 60px); } }
  @media (min-width: 768px) {
    #companyAccess .googlemap {
      max-width: 830px;
      margin: 0 auto; } }
  #companyAccess .googlemap iframe {
    width: 100%;
    height: 230px; }
    @media (min-width: 768px) {
      #companyAccess .googlemap iframe {
        height: 400px; } }
  #companyAccess .googlemap .route {
    margin: 10px 0 0 0;
    display: block; }
    @media (min-width: 768px) {
      #companyAccess .googlemap .route {
        margin: 10px 0 0 0;
        text-align: center; } }
  #companyAccess ul.offices {
    margin-top: 10vw;
    color: #003364; }
    @media (min-width: 768px) {
      #companyAccess ul.offices {
        margin: 60px auto 0;
        max-width: 660px; } }
    #companyAccess ul.offices li {
      margin: 0  0 30px;
      padding: 0 0 30px;
      border-bottom: 1px solid #003364;
      position: relative; }
      @media (min-width: 768px) {
        #companyAccess ul.offices li:last-child {
          margin: 0;
          padding: 0;
          border: none; } }
      #companyAccess ul.offices li h2.h3 {
        margin: 0 0 5px; }
      #companyAccess ul.offices li a.map {
        display: block;
        color: #EF857D;
        border: 2px solid #EF857D;
        border-radius: 100px;
        position: absolute;
        top: 3px;
        right: 0;
        padding: 0px 15px;
        font-weight: bold;
        font-size: 12px; }
        @media (min-width: 768px) {
          #companyAccess ul.offices li a.map {
            padding: 0 20px; } }
        #companyAccess ul.offices li a.map:hover {
          background: #EF857D;
          color: #fff; }
      #companyAccess ul.offices li address {
        display: block; }

/*------------------------------------------*/
@media (min-width: 768px) {
  #sportTokyo .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 830px;
    margin: 0 auto; } }
#sportTokyo .photo {
  margin: 0  0 5vw;
  text-align: center; }
  @media (min-width: 768px) {
    #sportTokyo .photo {
      margin: 0;
      width: 230px; } }
  #sportTokyo .photo img {
    width: 60%; }
    @media (min-width: 768px) {
      #sportTokyo .photo img {
        width: 100%; } }
@media (min-width: 768px) {
  #sportTokyo .text {
    width: calc(100% - 290px); } }

/*------------------------------------------*/
#sportAction .flex1,
#sportAction .flex2 {
  margin: 0; }
  @media (min-width: 768px) {
    #sportAction .flex1,
    #sportAction .flex2 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 0 0 30px; } }
  #sportAction .flex1 .block,
  #sportAction .flex2 .block {
    margin: 0 0 10vw; }
    @media (min-width: 768px) {
      #sportAction .flex1 .block,
      #sportAction .flex2 .block {
        margin: 0; } }
    #sportAction .flex1 .block .photo,
    #sportAction .flex2 .block .photo {
      margin: 0  0 10px; }
    #sportAction .flex1 .block h4,
    #sportAction .flex2 .block h4 {
      font-size: 18px;
      margin: 0; }
      @media (min-width: 768px) {
        #sportAction .flex1 .block h4,
        #sportAction .flex2 .block h4 {
          font-size: 20px; } }
@media (min-width: 768px) {
  #sportAction .flex1 .block {
    width: calc(50% - 10px); } }
@media (min-width: 768px) {
  #sportAction .flex2 .block {
    width: calc((100% - 40px) / 3.0001); } }

/*------------------------------------------*/
#sportAthlete p.lead {
  margin: 0  0 10vw; }
  @media (min-width: 768px) {
    #sportAthlete p.lead {
      text-align: center;
      margin: 0  0 60px; } }
#sportAthlete .block1 {
  margin: 0 0 10vw; }
  @media (min-width: 768px) {
    #sportAthlete .block1 {
      display: flex;
      justify-content: space-between;
      margin: 0 0 60px; } }
  @media (min-width: 768px) {
    #sportAthlete .block1 .profile {
      width: 324px; } }
  #sportAthlete .block1 .profile h3 {
    position: relative;
    font-size: 16px;
    color: #003364;
    margin: 0 0 10px; }
    #sportAthlete .block1 .profile h3 span {
      font-size: 26px;
      color: #000; }
    #sportAthlete .block1 .profile h3::before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background: #EF857D;
      position: absolute;
      top: -4px;
      left: -10px;
      border-radius: 1px; }
  #sportAthlete .block1 .photo1 {
    margin: 0 0 20px; }
  @media (min-width: 768px) {
    #sportAthlete .block1 .photo2 {
      width: 632px; } }
#sportAthlete .block2 {
  margin: 0 0 10vw; }
  @media (min-width: 768px) {
    #sportAthlete .block2 {
      margin: 0 0 70px; } }
  #sportAthlete .block2 h4 span {
    display: block;
    font-size: 70%; }
  @media (min-width: 768px) {
    #sportAthlete .block2 .flex {
      display: flex;
      justify-content: space-between;
      margin-top: -20px; } }
  #sportAthlete .block2 .text {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      #sportAthlete .block2 .text {
        margin: 0;
        width: calc(100% - 430px); } }
  @media (min-width: 768px) {
    #sportAthlete .block2 .photo {
      width: 385px; } }
#sportAthlete .battlehistoryheader {
  border: 2px solid #003364;
  text-align: center;
  color: #003364;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  font-weight: bold;
  cursor: pointer; }
  @media (min-width: 768px) {
    #sportAthlete .battlehistoryheader {
      font-size: 18px; } }
  #sportAthlete .battlehistoryheader::after {
    content: "┼";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
    @media (min-width: 768px) {
      #sportAthlete .battlehistoryheader::after {
        font-size: 20px; } }
  #sportAthlete .battlehistoryheader.open::after {
    content: "─"; }
#sportAthlete .battlehistory {
  display: none;
  border-left: 2px solid #003364;
  border-right: 2px solid #003364; }
  #sportAthlete .battlehistory .battlehistoryblock {
    overflow: hidden;
    padding: 8px;
    border-bottom: 2px solid #003364; }
    @media (min-width: 768px) {
      #sportAthlete .battlehistory .battlehistoryblock {
        padding: 20px; } }
  #sportAthlete .battlehistory h4 {
    font-size: 14px;
    text-align: center;
    margin: 0 0 8px;
    padding: 0  0 8px;
    line-height: 1;
    border-bottom: 1px solid #777;
    color: #003364; }
    @media (min-width: 768px) {
      #sportAthlete .battlehistory h4 {
        font-size: 22px;
        margin: 0 0 20px;
        padding: 0  0 20px; } }
  #sportAthlete .battlehistory table {
    width: 100%;
    font-size: 10px; }
    @media (max-width: 767px) {
      #sportAthlete .battlehistory table {
        letter-spacing: 0; } }
    @media (min-width: 768px) {
      #sportAthlete .battlehistory table {
        font-size: 14px; } }
    #sportAthlete .battlehistory table thead th {
      text-align: center;
      font-weight: bold;
      color: #003364;
      padding: 5px;
      border-left: 1px solid #777;
      white-space: nowrap;
      line-height: 1.3; }
      #sportAthlete .battlehistory table thead th:first-child {
        border: none; }
    #sportAthlete .battlehistory table tbody td {
      padding: 5px;
      border-left: 1px solid #777;
      line-height: 1.6; }
      @media (min-width: 768px) {
        #sportAthlete .battlehistory table tbody td {
          padding: 5px 20px; } }
      #sportAthlete .battlehistory table tbody td:nth-of-type(1) {
        border: none;
        text-align: right; }
        @media (min-width: 768px) {
          #sportAthlete .battlehistory table tbody td:nth-of-type(1) {
            width: 100px;
            text-align: center; } }
      #sportAthlete .battlehistory table tbody td:nth-of-type(3), #sportAthlete .battlehistory table tbody td:nth-of-type(4), #sportAthlete .battlehistory table tbody td:nth-of-type(5) {
        white-space: nowrap;
        text-align: center;
        width: 3em;
        padding: 5px 0px; }
        @media (min-width: 768px) {
          #sportAthlete .battlehistory table tbody td:nth-of-type(3), #sportAthlete .battlehistory table tbody td:nth-of-type(4), #sportAthlete .battlehistory table tbody td:nth-of-type(5) {
            width: 80px; } }

/*------------------------------------------*/
#careerTraining {
  padding: 0; }
  #careerTraining h3 {
    font-size: 16px; }
    @media (min-width: 768px) {
      #careerTraining h3 {
        font-size: 20px; } }
  #careerTraining .lead {
    text-align: center;
    font-size: 16px;
    color: #003364; }
    @media (min-width: 768px) {
      #careerTraining .lead {
        font-size: 22px; } }
  @media (min-width: 768px) {
    #careerTraining .flex1 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      max-width: 830px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    #careerTraining .flex1 .text {
      width: calc(100% - 393px - 40px);
      order: 1; } }
  #careerTraining .flex1 .photo {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      #careerTraining .flex1 .photo {
        width: 393px;
        order: 2;
        margin: 0; } }
  #careerTraining .text h3 {
    position: relative;
    display: block;
    color: #003364;
    padding: 0 0 0 20px;
    margin: 0  0 10px; }
    @media (min-width: 768px) {
      #careerTraining .text h3 {
        padding-left: 30px; } }
    #careerTraining .text h3::before {
      content: "";
      width: 14px;
      height: 14px;
      display: block;
      background: #6C9F87;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-radius: 2px; }
      @media (min-width: 768px) {
        #careerTraining .text h3::before {
          width: 20px;
          height: 20px; } }
  #careerTraining .text p {
    text-align: left; }
  #careerTraining #training {
    margin: 10vw 0; }
    @media (min-width: 768px) {
      #careerTraining #training {
        max-width: 830px;
        margin: 80px auto 100px; } }
    #careerTraining #training .tablewrap {
      position: relative; }
      #careerTraining #training .tablewrap::before {
        content: "";
        width: calc(100% - 10px);
        height: 10px;
        display: block;
        position: absolute;
        top: 1px;
        left: 5px;
        background: #faf8f3;
        z-index: 2; }
        @media (min-width: 768px) {
          #careerTraining #training .tablewrap::before {
            height: 20px; } }
      #careerTraining #training .tablewrap::after {
        content: "";
        width: calc(100% - 10px);
        height: 10px;
        display: block;
        position: absolute;
        bottom: 1px;
        left: 5px;
        background: #faf8f3;
        z-index: 2; }
        @media (min-width: 768px) {
          #careerTraining #training .tablewrap::after {
            height: 20px; } }
      @media (max-width: 767px) {
        #careerTraining #training .tablewrap::before, #careerTraining #training .tablewrap::after {
          display: none; }
        #careerTraining #training .tablewrap table th::before, #careerTraining #training .tablewrap table th::after,
        #careerTraining #training .tablewrap table td::before,
        #careerTraining #training .tablewrap table td::after {
          display: none; } }
    #careerTraining #training table {
      width: 100%;
      background: #faf8f3;
      color: #003364;
      position: relative;
      border: 1px solid #003364;
      border-collapse: collapse; }
      @media (max-width: 767px) {
        #careerTraining #training table {
          font-size: 12px; } }
      #careerTraining #training table th {
        white-space: nowrap;
        text-align: center;
        color: #6C9F87;
        font-weight: bold;
        position: relative;
        border: 1px solid #003364;
        padding: 10px; }
        @media (min-width: 768px) {
          #careerTraining #training table th {
            padding: 20px 40px;
            padding-left: calc(40px + 1em); } }
        #careerTraining #training table th::before {
          content: "";
          width: 10px;
          height: 20px;
          display: block;
          position: absolute;
          bottom: -10px;
          left: 0;
          background: #faf8f3; }
          @media (min-width: 768px) {
            #careerTraining #training table th::before {
              width: 20px; } }
        #careerTraining #training table th::after {
          content: "";
          width: 10px;
          height: 20px;
          display: block;
          position: absolute;
          bottom: -10px;
          right: 0;
          background: #faf8f3; }
          @media (min-width: 768px) {
            #careerTraining #training table th::after {
              width: 20px; } }
      #careerTraining #training table td {
        border: 1px solid #003364;
        position: relative;
        padding: 10px; }
        @media (min-width: 768px) {
          #careerTraining #training table td {
            padding: 20px 40px; } }
        #careerTraining #training table td::before {
          content: "";
          width: 10px;
          height: 20px;
          display: block;
          position: absolute;
          bottom: -10px;
          left: 0;
          background: #faf8f3; }
          @media (min-width: 768px) {
            #careerTraining #training table td::before {
              width: 20px; } }
        #careerTraining #training table td::after {
          content: "";
          width: 10px;
          height: 20px;
          display: block;
          position: absolute;
          bottom: -10px;
          right: 0;
          background: #faf8f3; }
          @media (min-width: 768px) {
            #careerTraining #training table td::after {
              width: 20px; } }
        #careerTraining #training table td:nth-of-type(2)::before {
          bottom: inherit;
          top: 0;
          left: -10px;
          width: 20px;
          height: 10px; }
          @media (min-width: 768px) {
            #careerTraining #training table td:nth-of-type(2)::before {
              height: 20px; } }
        #careerTraining #training table td:nth-of-type(2)::after {
          display: none; }
        #careerTraining #training table td div {
          margin: 10px 0;
          line-height: 1.5; }
      #careerTraining #training table tr:last-child th::before, #careerTraining #training table tr:last-child th::after, #careerTraining #training table tr:last-child td::before, #careerTraining #training table tr:last-child td::after {
        display: none; }

@media (min-width: 768px) {
  #careerEducation .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -50px 0 0 0; } }
#careerEducation .flex2 .block {
  margin: 10vw 0 0 0; }
  @media (min-width: 768px) {
    #careerEducation .flex2 .block {
      width: calc((100% - 28px) / 3);
      margin: 50px 0 0 0; } }
  #careerEducation .flex2 .block .photo {
    margin: 0  0 20px; }
    @media (min-width: 768px) {
      #careerEducation .flex2 .block .photo {
        margin: 0  0 5px; } }
  #careerEducation .flex2 .block h3.line2 {
    color: #003364; }
    @media (max-width: 767px) {
      #careerEducation .flex2 .block h3.line2 {
        text-align: left; }
        #careerEducation .flex2 .block h3.line2::after {
          left: 0;
          transform: none; } }
    @media (min-width: 768px) {
      #careerEducation .flex2 .block h3.line2 {
        height: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        line-height: 1.4; } }

/*------------------------------------------*/
#benefits {
  padding: 0; }
  @media (max-width: 767px) {
    #benefits h2.h2 {
      line-height: 1.6; } }
  #benefits ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10vw -2.5vw 0;
    padding: 0; }
    @media (min-width: 768px) {
      #benefits ul {
        margin: 50px auto 50px;
        padding: 0;
        max-width: 860px; } }
    #benefits ul li {
      width: 50%;
      padding: 0 2.5vw;
      margin: 0 0 10vw;
      box-sizing: border-box;
      text-align: center; }
      @media (min-width: 768px) {
        #benefits ul li {
          width: 25%;
          padding: 0;
          margin: 0 0 50px; } }
      #benefits ul li figure {
        margin: 0 0 10px; }
        #benefits ul li figure img {
          width: 100px;
          height: 100px; }
      #benefits ul li h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px; }
        @media (min-width: 768px) {
          #benefits ul li h3 {
            font-size: 16px; } }
      #benefits ul li p {
        font-size: 12px;
        margin: 0; }
        @media (min-width: 768px) {
          #benefits ul li p {
            font-size: 14px; } }
  #benefits .photo {
    text-align: center; }

/*------------------------------------------*/
#saiyoNewgrad,
#saiyoCareer {
  position: relative;
  padding-top: 0; }
  #saiyoNewgrad dl.main,
  #saiyoCareer dl.main {
    color: #003364;
    max-width: 660px;
    margin: 0 auto 15vw;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 12px; }
    @media (min-width: 768px) {
      #saiyoNewgrad dl.main,
      #saiyoCareer dl.main {
        margin: 0 auto 100px;
        font-size: 14px; } }
    #saiyoNewgrad dl.main > dt,
    #saiyoCareer dl.main > dt {
      border-top: 1px solid #003364;
      display: flex;
      align-items: center;
      width: 95px;
      box-sizing: border-box;
      padding: 15px 0;
      font-weight: bold; }
      #saiyoNewgrad dl.main > dt:first-child,
      #saiyoCareer dl.main > dt:first-child {
        border: none; }
      @media (min-width: 768px) {
        #saiyoNewgrad dl.main > dt,
        #saiyoCareer dl.main > dt {
          padding: 20px 0 20px 20px;
          width: 160px; }
          #saiyoNewgrad dl.main > dt.vtop,
          #saiyoCareer dl.main > dt.vtop {
            align-self: flex-start; } }
      #saiyoNewgrad dl.main > dt::before,
      #saiyoCareer dl.main > dt::before {
        content: "■";
        color: #6A9ABE;
        display: inline-block;
        margin: 0 5px 0 0; }
        @media (min-width: 768px) {
          #saiyoNewgrad dl.main > dt::before,
          #saiyoCareer dl.main > dt::before {
            margin-right: 15px; } }
    #saiyoNewgrad dl.main > dd,
    #saiyoCareer dl.main > dd {
      width: calc(100% - 95px);
      box-sizing: border-box;
      margin: 0;
      padding: 15px 0;
      font-size: 12px;
      border-top: 1px solid #003364; }
      #saiyoNewgrad dl.main > dd:nth-child(2),
      #saiyoCareer dl.main > dd:nth-child(2) {
        border: none; }
      @media (min-width: 768px) {
        #saiyoNewgrad dl.main > dd,
        #saiyoCareer dl.main > dd {
          font-size: 14px;
          padding: 20px;
          width: calc(100% - 160px); } }
  #saiyoNewgrad dl.sub,
  #saiyoCareer dl.sub {
    margin: 0;
    padding: 0; }
    #saiyoNewgrad dl.sub > dt,
    #saiyoCareer dl.sub > dt {
      border-bottom: 1px solid #003364;
      display: flex;
      justify-content: space-between;
      margin: 0 0 8px;
      padding: 0 0 8px; }
      @media (min-width: 768px) {
        #saiyoNewgrad dl.sub > dt,
        #saiyoCareer dl.sub > dt {
          margin: 0 0 10px;
          padding: 0 0 10px; } }
      @media (max-width: 500px) {
        #saiyoNewgrad dl.sub > dt,
        #saiyoCareer dl.sub > dt {
          display: block; } }
      #saiyoNewgrad dl.sub > dt .price,
      #saiyoCareer dl.sub > dt .price {
        padding: 0 0 0 20px; }
        @media (max-width: 500px) {
          #saiyoNewgrad dl.sub > dt .price,
          #saiyoCareer dl.sub > dt .price {
            padding: 0; } }
    #saiyoNewgrad dl.sub > dd,
    #saiyoCareer dl.sub > dd {
      margin: 0 0 15px;
      padding: 0; }
      @media (min-width: 768px) {
        #saiyoNewgrad dl.sub > dd,
        #saiyoCareer dl.sub > dd {
          margin: 0 0 20px; } }
      #saiyoNewgrad dl.sub > dd:last-child,
      #saiyoCareer dl.sub > dd:last-child {
        margin: 0; }
  #saiyoNewgrad h3,
  #saiyoCareer h3 {
    text-align: center; }
  @media (min-width: 768px) {
    #saiyoNewgrad ol.step,
    #saiyoCareer ol.step {
      width: 500px;
      margin: 0 auto; } }
  #saiyoNewgrad ol.step li,
  #saiyoCareer ol.step li {
    text-align: center;
    font-weight: bold;
    color: #003364;
    border: 1px solid #6A9ABE;
    position: relative;
    padding: 15px;
    margin: 0 0 50px; }
    #saiyoNewgrad ol.step li::after,
    #saiyoCareer ol.step li::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 9px solid #003364;
      position: absolute;
      bottom: -25px;
      left: 50%;
      display: block;
      transform: translateX(-50%); }
    #saiyoNewgrad ol.step li:last-child,
    #saiyoCareer ol.step li:last-child {
      margin: 0; }
      #saiyoNewgrad ol.step li:last-child::after,
      #saiyoCareer ol.step li:last-child::after {
        display: none; }
  #saiyoNewgrad ol.step em,
  #saiyoCareer ol.step em {
    color: #6A9ABE;
    background: #FFFBF7;
    display: inline-block;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%; }
  #saiyoNewgrad ol.step p,
  #saiyoCareer ol.step p {
    margin: 0; }

#saiyoNewgrad .btns {
  text-align: center; }
  @media (min-width: 768px) {
    #saiyoNewgrad .btns .btn2 {
      width: 260px;
      box-sizing: border-box; } }

#saiyoCareer .inner {
  border-top: 1px solid #003364;
  padding-top: 10vw; }
  @media (min-width: 768px) {
    #saiyoCareer .inner {
      padding-top: 100px; } }
#saiyoCareer dl.main {
  border-bottom: 1px solid #003364; }
#saiyoCareer .btns {
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto; }
  #saiyoCareer .btns .block {
    width: calc(50% - 2.5vw); }
    @media (min-width: 768px) {
      #saiyoCareer .btns .block {
        width: calc(50% - 20px); } }
  #saiyoCareer .btns strong {
    color: #679DC0;
    display: block;
    font-size: 12px;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      #saiyoCareer .btns strong {
        font-size: 16px; } }
  #saiyoCareer .btns .btn2 {
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      #saiyoCareer .btns .btn2 {
        line-height: 1.4; } }

/*------------------------------------------*/
#privacy {
  padding-bottom: 0; }
  #privacy .privacy {
    max-width: 835px;
    margin: 0 auto; }
  #privacy h2 {
    font-size: 14px;
    color: #003364;
    margin: 10vw 0 0; }
    @media (min-width: 768px) {
      #privacy h2 {
        font-size: 16px;
        margin: 50px 0 0; } }
    #privacy h2:first-child {
      margin-top: 0; }
  #privacy h3 {
    font-size: 12px;
    color: #000;
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      #privacy h3 {
        font-size: 14px; } }
  #privacy p {
    margin: 0; }
  #privacy ol {
    padding-left: 2em; }
    #privacy ol li {
      list-style: decimal; }
  #privacy ul {
    padding-left: 2em; }
    #privacy ul li {
      list-style: disc; }
  #privacy .date {
    margin-top: 15vw;
    text-align: right; }
    @media (min-width: 768px) {
      #privacy .date {
        margin-top: 80px; } }

/*------------------------------------------*/
#contact {
  padding-bottom: 0; }
  #contact .errormessage {
    color: #ea0000;
    text-align: center;
    display: table;
    padding: 10px 20px;
    border: 2px solid #ea0000;
    margin: 0 auto 20vw;
    font-weight: bold; }
    @media (min-width: 768px) {
      #contact .errormessage {
        margin-bottom: 100px;
        padding: 20px 50px; } }
  #contact dl.main {
    overflow: hidden;
    margin-top: -30px; }
    @media (min-width: 768px) {
      #contact dl.main {
        max-width: 835px;
        margin: -40px auto 80px;
        padding: 0 80px 80px;
        border-bottom: 1px solid #444; } }
    #contact dl.main > dt {
      font-weight: bold;
      position: relative;
      padding: 0 0 0 50px;
      margin: 25px 0 0 0; }
      @media (min-width: 768px) {
        #contact dl.main > dt {
          margin: 40px 0 0 0; } }
      #contact dl.main > dt em, #contact dl.main > dt span {
        position: absolute;
        top: 50%;
        left: 0;
        color: #fff;
        border-radius: 2px;
        width: 35px;
        font-size: 10px;
        text-align: center;
        transform: translateY(-50%);
        line-height: 1.8; }
      #contact dl.main > dt em {
        background: #EF857D; }
      #contact dl.main > dt span {
        background: #999; }
      #contact dl.main > dt small {
        font-size: 10px; }
        @media (min-width: 768px) {
          #contact dl.main > dt small {
            font-size: 14px; } }
    #contact dl.main > dd {
      margin: 15px 0 0 0;
      position: relative;
      /* IE */
      /* Edge */ }
      @media (min-width: 768px) {
        #contact dl.main > dd {
          margin: 15px 0 0 0; } }
      #contact dl.main > dd.namewrap {
        overflow: hidden; }
        @media (min-width: 768px) {
          #contact dl.main > dd.namewrap > div {
            width: calc(50% - 5px);
            float: left; } }
        #contact dl.main > dd.namewrap > div + div {
          margin: 15px 0 0; }
          @media (min-width: 768px) {
            #contact dl.main > dd.namewrap > div + div {
              margin: 0 0 0 10px; } }
      #contact dl.main > dd .horizontal-item {
        margin: 0 !important; }
        @media (min-width: 768px) {
          #contact dl.main > dd .horizontal-item {
            margin-right: 50px !important; } }
      #contact dl.main > dd input::placeholder {
        color: #99ABBD; }
      #contact dl.main > dd input:-ms-input-placeholder {
        color: #99ABBD; }
      #contact dl.main > dd input::-ms-input-placeholder {
        color: #99ABBD; }
      #contact dl.main > dd input[type="text"],
      #contact dl.main > dd input[type="email"],
      #contact dl.main > dd textarea,
      #contact dl.main > dd select {
        border: 1px solid #99ABBD;
        height: 40px;
        box-sizing: border-box;
        padding: 0 10px;
        border-radius: 4px;
        background: #FFFBF7;
        width: 100%;
        vertical-align: middle;
        transition: .3s; }
        @media (min-width: 768px) {
          #contact dl.main > dd input[type="text"],
          #contact dl.main > dd input[type="email"],
          #contact dl.main > dd textarea,
          #contact dl.main > dd select {
            padding: 0 20px; } }
        #contact dl.main > dd input[type="text"].zipcode,
        #contact dl.main > dd input[type="email"].zipcode,
        #contact dl.main > dd textarea.zipcode,
        #contact dl.main > dd select.zipcode {
          width: 160px; }
          @media (min-width: 768px) {
            #contact dl.main > dd input[type="text"].zipcode,
            #contact dl.main > dd input[type="email"].zipcode,
            #contact dl.main > dd textarea.zipcode,
            #contact dl.main > dd select.zipcode {
              width: 200px; } }
        #contact dl.main > dd input[type="text"].region,
        #contact dl.main > dd input[type="email"].region,
        #contact dl.main > dd textarea.region,
        #contact dl.main > dd select.region {
          width: 200px; }
        #contact dl.main > dd input[type="text"].onerror,
        #contact dl.main > dd input[type="email"].onerror,
        #contact dl.main > dd textarea.onerror,
        #contact dl.main > dd select.onerror {
          background: #FEF1F2; }
      #contact dl.main > dd a.searchzip {
        text-decoration: underline;
        color: #003364;
        position: absolute;
        top: 4px;
        left: 180px;
        font-weight: bold; }
        @media (min-width: 768px) {
          #contact dl.main > dd a.searchzip {
            left: 230px; } }
      #contact dl.main > dd textarea {
        height: 300px;
        padding: 10px; }
        @media (min-width: 768px) {
          #contact dl.main > dd textarea {
            height: 370px;
            padding: 20px; } }
      #contact dl.main > dd label {
        display: block;
        line-height: 40px;
        color: #003364;
        padding: 0 0 0 35px;
        position: relative;
        cursor: pointer; }
        @media (min-width: 768px) {
          #contact dl.main > dd label {
            display: inline-block;
            margin: 0 50px 0 0; }
            #contact dl.main > dd label:last-child {
              margin: 0; } }
        #contact dl.main > dd label input[type="radio"] {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 25px;
          height: 25px;
          margin: 0;
          filter: saturate(0%);
          opacity: 0.9; }
          @media (min-width: 768px) {
            #contact dl.main > dd label input[type="radio"] {
              width: 20px;
              height: 20px; } }
      #contact dl.main > dd .note {
        font-size: 10px;
        margin: 5px 0 0 0; }
        @media (min-width: 768px) {
          #contact dl.main > dd .note {
            font-size: 13px; } }
  #contact dl.sub {
    margin: -10px 0 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      #contact dl.sub {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin: -20px 0 0 0; } }
    #contact dl.sub dt {
      margin: 10px 0 5px;
      padding: 0;
      font-size: 12px;
      font-weight: bold;
      color: #444; }
      @media (min-width: 768px) {
        #contact dl.sub dt {
          width: 90px;
          margin: 0;
          padding-top: 15px;
          font-size: 14px; } }
    #contact dl.sub dd {
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        #contact dl.sub dd {
          width: calc(100% - 90px);
          padding-top: 15px; } }
  #contact .privacyFrame {
    border: 1px solid #444;
    padding: 5px; }
    @media (min-width: 768px) {
      #contact .privacyFrame {
        padding: 20px;
        max-width: 835px;
        box-sizing: border-box;
        margin: 0 auto; } }
    #contact .privacyFrame .privacyInner {
      height: 230px;
      overflow: auto;
      padding: 10px 20px; }
      @media (min-width: 768px) {
        #contact .privacyFrame .privacyInner {
          padding: 0 20px; } }
      #contact .privacyFrame .privacyInner .privacyContent {
        overflow: hidden; }
      #contact .privacyFrame .privacyInner::-webkit-scrollbar {
        width: 6px;
        background: #f0ece9;
        border-radius: 100px; }
      #contact .privacyFrame .privacyInner::-webkit-scrollbar:horizontal {
        height: 6px;
        background: #f0ece9;
        border-radius: 100px; }
      #contact .privacyFrame .privacyInner::-webkit-scrollbar-thumb {
        background: #c0bcba;
        border-radius: 100px; }
      #contact .privacyFrame .privacyInner::-webkit-scrollbar-thumb:horizontal {
        background: #c0bcba;
        border-radius: 100px; }
  #contact .note2 {
    font-size: 12px; }
    @media (min-width: 768px) {
      #contact .note2 {
        text-align: center; } }
  #contact .agree {
    margin: 10vw 0;
    padding: 0 10px; }
    @media (min-width: 768px) {
      #contact .agree {
        margin: 50px 0; } }
    #contact .agree label {
      display: table;
      position: relative;
      margin: 0 auto;
      padding: 0 0 0 50px;
      font-size: 12px;
      line-height: 1.8;
      cursor: pointer; }
      @media (min-width: 768px) {
        #contact .agree label {
          padding: 0 0 0 35px;
          font-size: 14px; } }
      #contact .agree label input {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        filter: saturate(0%);
        opacity: 0.9; }
        @media (min-width: 768px) {
          #contact .agree label input {
            width: 20px;
            height: 20px; } }
        #contact .agree label input:disabled + span {
          opacity: 0.6; }
  #contact .formbtn {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      #contact .formbtn {
        max-width: 835px;
        margin: 0 auto; } }
    #contact .formbtn button {
      background: none;
      -webkit-appearance: none;
      appearance: none;
      outline: none;
      border: 1px solid #999;
      cursor: pointer;
      box-sizing: border-box;
      height: 40px;
      font-weight: bold; }
      @media (min-width: 768px) {
        #contact .formbtn button {
          height: 50px; } }
      #contact .formbtn button.reset {
        color: #999;
        width: calc(40% - 10px); }
        @media (min-width: 768px) {
          #contact .formbtn button.reset {
            width: calc(35% - 15px); } }
      #contact .formbtn button.submit {
        background: #003364;
        color: #fff;
        width: 60%; }
        @media (min-width: 768px) {
          #contact .formbtn button.submit {
            width: 65%; } }
        #contact .formbtn button.submit:disabled {
          background: #999; }

/*------------------------------------------*/
#crosstalkTitle {
  position: relative;
  padding: 15vw 0 5vw;
  margin: 0; }
  @media (min-width: 768px) {
    #crosstalkTitle {
      padding: 0;
      margin: 0; } }
  #crosstalkTitle .inner {
    position: relative;
    height: 94vw; }
    @media (min-width: 768px) {
      #crosstalkTitle .inner {
        height: 750px; } }
  #crosstalkTitle .image {
    position: absolute;
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: 3s; }
    @media (min-width: 768px) {
      #crosstalkTitle .image {
        margin-top: -80px;
        top: 0; } }
    #crosstalkTitle .image img {
      max-width: none; }
      @media (max-width: 767px) {
        #crosstalkTitle .image img {
          width: 130vw; } }
    .loaded #crosstalkTitle .image {
      opacity: 1; }
  #crosstalkTitle .text {
    text-align: center; }
    @media (min-width: 768px) {
      #crosstalkTitle .text {
        width: 100%;
        box-sizing: border-box; } }
    #crosstalkTitle .text h1, #crosstalkTitle .text .h1 {
      font-size: 5vw;
      padding: 0 0;
      margin: 0;
      color: #003364; }
      @media (min-width: 768px) {
        #crosstalkTitle .text h1, #crosstalkTitle .text .h1 {
          font-size: 22px;
          padding: 0; } }
      #crosstalkTitle .text h1 span, #crosstalkTitle .text .h1 span {
        display: block;
        font-size: 8vw;
        font-family: 'Roboto';
        white-space: nowrap;
        margin: 0 0 5px;
        line-height: 1.2; }
        @media (min-width: 768px) {
          #crosstalkTitle .text h1 span, #crosstalkTitle .text .h1 span {
            font-size: 56px;
            line-height: 1.1;
            margin: 0 0 10px; } }
    #crosstalkTitle .text h1, #crosstalkTitle .text span {
      letter-spacing: 0.4em;
      transition: 2s;
      opacity: 0; }
    .loaded #crosstalkTitle .text h1, .loaded #crosstalkTitle .text span {
      letter-spacing: 0.2em;
      opacity: 1; }
  #crosstalkTitle .text2 {
    position: absolute;
    bottom: 0;
    right: 5vw;
    width: 50vw; }
    @media (min-width: 768px) {
      #crosstalkTitle .text2 {
        right: 0;
        bottom: 10px;
        width: auto;
        width: 379px; } }
    #crosstalkTitle .text2 span {
      width: 0;
      overflow: hidden;
      display: block;
      transition: 1s 1s; }
    #crosstalkTitle .text2 img {
      width: 50vw;
      max-width: none; }
      @media (min-width: 768px) {
        #crosstalkTitle .text2 img {
          width: 379px;
          height: 126px; } }
    .loaded #crosstalkTitle .text2 span {
      width: 50vw; }
      @media (min-width: 768px) {
        .loaded #crosstalkTitle .text2 span {
          width: 379px; } }

/*------------------------------------------*/
#crosstalkPerson {
  padding-top: 0; }
  #crosstalkPerson ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -10vw;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      #crosstalkPerson ul {
        margin: 0;
        padding: 0 0 50px; } }
    #crosstalkPerson ul li {
      width: 47.5%;
      margin: 10vw 0 0 0; }
      @media (min-width: 768px) {
        #crosstalkPerson ul li {
          width: 20%;
          margin: 0; } }
      @media (min-width: 768px) {
        #crosstalkPerson ul li:nth-of-type(2n) {
          transform: translateY(50px); } }
    #crosstalkPerson ul .photo {
      text-align: center;
      margin: 0 0 10px; }
      #crosstalkPerson ul .photo img {
        border-radius: 1000px; }
    #crosstalkPerson ul em {
      font-weight: bold;
      font-size: 14px;
      color: #003364;
      position: relative;
      display: block;
      line-height: 1.5;
      margin: 0 0 5px; }
      @media (min-width: 768px) {
        #crosstalkPerson ul em {
          font-size: 16px; } }
      #crosstalkPerson ul em::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #EF857D;
        position: absolute;
        top: -4px;
        left: -10px;
        border-radius: 1px; }
    #crosstalkPerson ul strong {
      font-size: 18px;
      line-height: 1.6; }
      @media (min-width: 768px) {
        #crosstalkPerson ul strong {
          font-size: 22px; } }
      #crosstalkPerson ul strong span {
        display: block;
        font-size: 12px; }
        @media (min-width: 768px) {
          #crosstalkPerson ul strong span {
            font-size: 14px; } }
    #crosstalkPerson ul p {
      font-size: 12px;
      color: #003364;
      line-height: 1.8;
      margin: 15px 0 0; }
      @media (min-width: 768px) {
        #crosstalkPerson ul p {
          font-size: 14px; } }

/*------------------------------------------*/
#crosstalkLead .inner {
  max-width: 680px; }
#crosstalkLead h2 {
  color: #EF857D;
  font-size: 18px;
  position: relative;
  text-align: center;
  margin: 0 0 10vw;
  padding: 20px 0;
  line-height: 1.8; }
  @media (min-width: 768px) {
    #crosstalkLead h2 {
      font-size: 26px;
      margin: 0 30px 40px; } }
  #crosstalkLead h2 .frame {
    position: absolute;
    display: block;
    width: 80px;
    height: 40px; }
    #crosstalkLead h2 .frame::before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 10px;
      width: 2px;
      height: 40px;
      background: #EF857D; }
    #crosstalkLead h2 .frame::after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0px;
      width: 80px;
      height: 2px;
      background: #EF857D; }
    #crosstalkLead h2 .frame.top {
      top: 0;
      left: 0; }
    #crosstalkLead h2 .frame.bottom {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); }
#crosstalkLead p {
  margin: 0; }

/*------------------------------------------*/
.crosstalkblocl .inner {
  position: relative; }
  .crosstalkblocl .inner .bg {
    position: absolute;
    z-index: -1; }
    .crosstalkblocl .inner .bg img {
      width: 50vw; }
      @media (min-width: 768px) {
        .crosstalkblocl .inner .bg img {
          width: auto;
          max-width: none; } }
.crosstalkblocl#ss1 .bg {
  left: -20vw;
  top: -70px; }
  @media (min-width: 768px) {
    .crosstalkblocl#ss1 .bg {
      left: -100px; } }
.crosstalkblocl#ss2 .bg {
  left: -20vw;
  top: -70px; }
  @media (min-width: 768px) {
    .crosstalkblocl#ss2 .bg {
      left: -300px; } }
.crosstalkblocl#ss3 .bg {
  left: -20vw;
  top: -70px; }
  @media (min-width: 768px) {
    .crosstalkblocl#ss3 .bg {
      left: -250px; } }
.crosstalkblocl h3 {
  color: #EF857D;
  font-size: 16px;
  margin: 0 0 20vw; }
  @media (min-width: 768px) {
    .crosstalkblocl h3 {
      font-size: 22px;
      margin: 0 0 80px; } }
  .crosstalkblocl h3 .number {
    display: table;
    position: relative;
    padding: 0 100px 0 0;
    /*color:#fff;*/
    color: #AFD085;
    font-size: 20px; }
    @media (min-width: 768px) {
      .crosstalkblocl h3 .number {
        font-size: 46px;
        padding: 0 220px 0 0; } }
    .crosstalkblocl h3 .number span {
      display: inline-block;
      margin: 0 10px 0 0;
      /*text-shadow: 0 0 2px #AFD085,0 0 2px #AFD085, 0 0 2px #AFD085, 0 0 2px #AFD085, 0 0 2px #AFD085;*/ }
    .crosstalkblocl h3 .number i {
      color: #AFD085;
      box-shadow: none;
      display: inline-block; }
    .crosstalkblocl h3 .number::before {
      content: "";
      width: 80px;
      height: 1px;
      background: #AFD085;
      display: block;
      position: absolute;
      top: 50%;
      right: 0; }
      @media (min-width: 768px) {
        .crosstalkblocl h3 .number::before {
          width: 200px; } }
.crosstalkblocl .commentbox {
  border: 1px solid #003364;
  border-radius: 30px;
  padding: 40px 20px 25px;
  margin: 0;
  margin-bottom: calc(10vw + 25px);
  position: relative; }
  @media (min-width: 768px) {
    .crosstalkblocl .commentbox {
      border-radius: 80px;
      padding: 50px 90px;
      margin: 0 0 80px; } }
  .crosstalkblocl .commentbox:nth-of-type(2n) {
    margin-left: 20px; }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox:nth-of-type(2n) {
        margin-left: 120px; } }
  .crosstalkblocl .commentbox:nth-of-type(2n + 1) {
    margin-right: 20px; }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox:nth-of-type(2n + 1) {
        margin-right: 120px; } }
  .crosstalkblocl .commentbox::after {
    content: "";
    border-left: 1px solid #003364;
    background: #FFFBF7;
    width: 30px;
    height: 30px;
    transform: translateY(100%) rotate(-45deg);
    transform-origin: top left;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20vw; }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox::after {
        right: 250px;
        width: 50px;
        height: 50px; } }
  .crosstalkblocl .commentbox .person {
    position: absolute;
    top: -25px;
    left: -2px;
    padding: 0 30px 50px 2px;
    background: #FFFBF7;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    color: #003364; }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox .person {
        top: -35px;
        padding: 0 50px 90px 2px; } }
    .crosstalkblocl .commentbox .person .photo img {
      width: 50px;
      border-radius: 1000px; }
      @media (min-width: 768px) {
        .crosstalkblocl .commentbox .person .photo img {
          width: 70px; } }
    .crosstalkblocl .commentbox .person strong {
      display: block;
      margin-left: 10px;
      font-size: 12px;
      line-height: 1.8; }
      @media (min-width: 768px) {
        .crosstalkblocl .commentbox .person strong {
          margin-left: 30px; } }
      .crosstalkblocl .commentbox .person strong span {
        font-size: 14px;
        display: block; }
  .crosstalkblocl .commentbox p {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 2; }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox p {
        font-size: 14px;
        line-height: 2.2; } }
  .crosstalkblocl .commentbox.all .person {
    white-space: nowrap; }
    .crosstalkblocl .commentbox.all .person .photo {
      width: 140px; }
      @media (min-width: 768px) {
        .crosstalkblocl .commentbox.all .person .photo {
          width: 220px; } }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox.all .person {
        margin-left: -30px; } }
    .crosstalkblocl .commentbox.all .person img {
      margin-left: -15px; }
  .crosstalkblocl .commentbox.all p {
    padding: 10vw 0;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .crosstalkblocl .commentbox.all p {
        padding: 40px 0;
        font-size: 18px; } }
.crosstalkblocl .exbox {
  border-left: 1px solid #EF857D;
  border-right: 1px solid #EF857D;
  padding: 0 5vw;
  margin: 5vw 0 10vw; }
  @media (min-width: 768px) {
    .crosstalkblocl .exbox {
      padding: 0 50px;
      margin: 100px 100px 100px; } }
  .crosstalkblocl .exbox h4 {
    color: #EF857D;
    font-size: 16px;
    margin: 0 0 5vw;
    text-align: center; }
    @media (min-width: 768px) {
      .crosstalkblocl .exbox h4 {
        font-size: 22px;
        margin: 0 0 20px; } }
  .crosstalkblocl .exbox p {
    margin: 0; }
  @media (min-width: 768px) {
    .crosstalkblocl .exbox .flex {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .crosstalkblocl .exbox .flex .photo {
      width: 215px; } }
  .crosstalkblocl .exbox .flex .photo figcaption {
    font-size: 12px;
    margin: 10px 0 0 0;
    display: block;
    line-height: 1.8; }
  .crosstalkblocl .exbox .flex .text {
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      .crosstalkblocl .exbox .flex .text {
        width: calc(100% - 250px);
        margin: 0; } }
.crosstalkblocl .photobox {
  text-align: center; }

/*------------------------------------------*/
#modal_shoho {
  border: 5px solid #eb5757;
  text-align: left;
  padding: 5vw 5vw;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #modal_shoho {
      padding: 70px 70px;
      border-width: 10px; } }

#modal_techo {
  border: 5px solid #EF857D;
  text-align: left;
  padding: 10vw 5vw;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    #modal_techo {
      padding: 100px 100px;
      border-width: 10px; } }
  #modal_techo .catch {
    font-size: 14px;
    position: relative;
    display: table;
    padding: 0 30px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.8;
    text-align: center; }
    @media (min-width: 768px) {
      #modal_techo .catch {
        font-size: 18px; } }
    #modal_techo .catch::before {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: skewX(30deg);
      background: #EF857D; }
    #modal_techo .catch::after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      transform: skewX(-30deg);
      background: #EF857D; }
  #modal_techo h1 {
    color: #EF857D;
    text-align: center;
    font-size: 20px;
    margin: 5vw 0 8vw;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #modal_techo h1 {
        font-size: 43px;
        margin: 20px 0 40px; } }
    #modal_techo h1::after {
      content: "";
      width: 40px;
      height: 4px;
      background: #999;
      display: block;
      margin: 10px auto 0; }
      @media (min-width: 768px) {
        #modal_techo h1::after {
          width: 80px;
          margin: 20px auto 0; } }
  @media (min-width: 768px) {
    #modal_techo .lead {
      max-width: 700px;
      margin: 0 auto; } }
  #modal_techo figure.main {
    position: relative;
    margin: 5vw -5vw 10vw; }
    @media (min-width: 768px) {
      #modal_techo figure.main {
        margin: 50px 0 100px; } }
    #modal_techo figure.main figcaption {
      font-size: 10px;
      margin: 15px 5vw 0;
      line-height: 1.8; }
      @media (min-width: 768px) {
        #modal_techo figure.main figcaption {
          width: 20%;
          margin: 0;
          font-size: 11px;
          transform: translateX(-50%);
          position: absolute;
          bottom: 0;
          left: 50%;
          padding-left: 4%;
          line-height: 2; } }
  #modal_techo .flex {
    margin: 0 0 10vw; }
    @media (min-width: 768px) {
      #modal_techo .flex {
        display: flex;
        justify-content: space-between;
        margin: 0 0 100px; } }
    #modal_techo .flex .block {
      box-sizing: border-box;
      margin: 0  0 5vw;
      padding-bottom: 100px;
      position: relative; }
      @media (min-width: 768px) {
        #modal_techo .flex .block {
          width: 30%;
          margin: 0;
          padding-bottom: 150px; } }
      #modal_techo .flex .block h3 {
        color: #EF857D;
        font-size: 14px; }
        @media (min-width: 768px) {
          #modal_techo .flex .block h3 {
            font-size: 16px; } }
      #modal_techo .flex .block p {
        font-size: 12px;
        line-height: 1.8;
        overflow: hidden; }
        @media (min-width: 768px) {
          #modal_techo .flex .block p {
            font-size: 14px; } }
      #modal_techo .flex .block i {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        #modal_techo .flex .block i img {
          width: 100px; }
          @media (min-width: 768px) {
            #modal_techo .flex .block i img {
              width: 150px; } }
  #modal_techo h2.lets {
    display: table;
    text-align: center;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
    color: #EF857D;
    margin: 0 auto 8vw;
    font-size: 18px;
    line-height: 1.6; }
    @media (min-width: 768px) {
      #modal_techo h2.lets {
        margin: 0 auto 50px;
        padding: 0 80px;
        font-size: 28px;
        line-height: 2; } }
    #modal_techo h2.lets::before, #modal_techo h2.lets::after {
      content: "";
      background: url(../images/pharmacy/techo_line.svg) no-repeat center center/contain;
      width: 25px;
      height: 42px;
      position: absolute;
      bottom: 0; }
      @media (min-width: 768px) {
        #modal_techo h2.lets::before, #modal_techo h2.lets::after {
          width: 50px;
          height: 82px; } }
    #modal_techo h2.lets::before {
      left: 0; }
    #modal_techo h2.lets::after {
      right: 0;
      transform: scaleX(-1); }
  @media (min-width: 768px) {
    #modal_techo ol.step li {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  #modal_techo ol.step li.step1 {
    margin: 0 0 80px;
    position: relative; }
    @media (min-width: 768px) {
      #modal_techo ol.step li.step1 {
        margin: 0 0 160px; } }
    #modal_techo ol.step li.step1::after {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      border-right: 5px solid #EF857D;
      border-bottom: 5px solid #EF857D;
      position: absolute;
      left: 50%;
      bottom: -45px;
      transform: translateX(-50%) rotate(45deg); }
      @media (min-width: 768px) {
        #modal_techo ol.step li.step1::after {
          width: 30px;
          height: 30px;
          bottom: -80px; } }
  #modal_techo ol.step li .text {
    margin: 0  0 10vw;
    position: relative; }
    @media (min-width: 768px) {
      #modal_techo ol.step li .text {
        width: 60%;
        margin: 0; } }
  #modal_techo ol.step li figure {
    text-align: center; }
    @media (min-width: 768px) {
      #modal_techo ol.step li figure {
        width: 35%; } }
    #modal_techo ol.step li figure img {
      width: 70%;
      max-width: 219px; }
      @media (min-width: 768px) {
        #modal_techo ol.step li figure img {
          width: 219px; } }
  #modal_techo ol.step li em {
    position: relative;
    display: block;
    color: #EF857D;
    padding: 0 0 0 20px;
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      #modal_techo ol.step li em {
        margin: 0  0 20px; } }
    #modal_techo ol.step li em::before {
      content: "";
      width: 45px;
      height: 45px;
      border-radius: 100px;
      border: 3px solid #EF857D;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    #modal_techo ol.step li em span {
      background: #fff;
      position: relative;
      font-weight: bold;
      font-size: 16px;
      padding: 5px 0 3px; }
      @media (min-width: 768px) {
        #modal_techo ol.step li em span {
          font-size: 20px; } }
  #modal_techo ol.step li h3 {
    color: #EF857D;
    font-size: 16px;
    margin: 0 0 5vw; }
    @media (min-width: 768px) {
      #modal_techo ol.step li h3 {
        font-size: 20px;
        margin: 0 0 30px; } }
  @media (min-width: 768px) {
    #modal_techo ol.step li .daccount {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  #modal_techo ol.step li .daccount .qr {
    width: 122px; }
  #modal_techo ol.step li .daccount a {
    display: block;
    border: 2px solid #EF857D;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 100px;
    color: #EF857D;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    width: 80%; }
    @media (min-width: 768px) {
      #modal_techo ol.step li .daccount a {
        font-size: 18px;
        width: calc(100% - 150px);
        margin: 0; } }
  #modal_techo ol.step li .ok {
    position: absolute;
    top: -20px;
    right: 0;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EF857D;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 100px;
    text-align: center; }
    @media (max-width: 500px) {
      #modal_techo ol.step li .ok {
        transform: scale(0.7) translate(24%, -40%); } }
  #modal_techo ol.step li .appli {
    background: #EDF7F6;
    padding: 5vw; }
    @media (min-width: 768px) {
      #modal_techo ol.step li .appli {
        padding: 20px 30px; } }
    #modal_techo ol.step li .appli h4 {
      color: #4FAB9E;
      text-align: center;
      font-size: 16px;
      margin: 0;
      line-height: 1.6;
      margin: 0 0 5px; }
      @media (min-width: 768px) {
        #modal_techo ol.step li .appli h4 {
          font-size: 18px; } }
    #modal_techo ol.step li .appli p {
      text-align: center;
      margin: 0 0 5vw; }
      @media (min-width: 768px) {
        #modal_techo ol.step li .appli p {
          margin: 0 0 20px; } }
    #modal_techo ol.step li .appli .download {
      display: flex;
      justify-content: space-around;
      margin: 0 -5px; }
      @media (min-width: 768px) {
        #modal_techo ol.step li .appli .download {
          margin: 0; } }
      #modal_techo ol.step li .appli .download > div {
        text-align: center;
        padding: 0 5px; }
        @media (min-width: 768px) {
          #modal_techo ol.step li .appli .download > div {
            padding: 0 10px; } }
      #modal_techo ol.step li .appli .download .qr {
        margin-top: 20px; }

.modal_online {
  border: 5px solid #3EA467;
  text-align: left;
  padding: 15vw 5vw 15vw;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .modal_online {
      padding: 100px 100px;
      border-width: 10px; } }
  .modal_online .frame span {
    width: 18px;
    height: 18px;
    position: absolute;
    display: block;
    background: url(../images/pharmacy/online_frame.svg) no-repeat center center/contain; }
    @media (min-width: 768px) {
      .modal_online .frame span {
        width: 27px;
        height: 27px; } }
    .modal_online .frame span:nth-of-type(1) {
      top: 15px;
      left: 15px; }
      @media (min-width: 768px) {
        .modal_online .frame span:nth-of-type(1) {
          top: 30px;
          left: 30px; } }
    .modal_online .frame span:nth-of-type(2) {
      top: 15px;
      right: 15px;
      transform: rotate(90deg); }
      @media (min-width: 768px) {
        .modal_online .frame span:nth-of-type(2) {
          top: 30px;
          right: 30px; } }
    .modal_online .frame span:nth-of-type(3) {
      bottom: 15px;
      right: 15px;
      transform: rotate(180deg); }
      @media (min-width: 768px) {
        .modal_online .frame span:nth-of-type(3) {
          bottom: 30px;
          right: 30px; } }
    .modal_online .frame span:nth-of-type(4) {
      bottom: 15px;
      left: 15px;
      transform: rotate(270deg); }
      @media (min-width: 768px) {
        .modal_online .frame span:nth-of-type(4) {
          bottom: 30px;
          left: 30px; } }
  .modal_online h1 {
    color: #3EA467;
    text-align: center;
    font-size: 20px;
    margin: 0 0 8vw;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .modal_online h1 {
        font-size: 32px;
        margin: 0 0 60px; } }
    .modal_online h1::after {
      content: "";
      width: 40px;
      height: 4px;
      background: #999;
      display: block;
      margin: 10px auto 0; }
      @media (min-width: 768px) {
        .modal_online h1::after {
          width: 80px;
          margin: 20px auto 0; } }
  .modal_online ol li {
    margin: 0 0 60px;
    position: relative; }
    @media (min-width: 768px) {
      .modal_online ol li {
        margin: 0 0 100px; } }
    .modal_online ol li::after {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      border-right: 5px solid #3EA467;
      border-bottom: 5px solid #3EA467;
      position: absolute;
      left: 50%;
      bottom: -35px;
      transform: translateX(-50%) rotate(45deg); }
      @media (min-width: 768px) {
        .modal_online ol li::after {
          width: 30px;
          height: 30px;
          bottom: -55px; } }
    .modal_online ol li:last-child {
      margin: 0; }
      .modal_online ol li:last-child::after {
        display: none; }
  @media (min-width: 768px) {
    .modal_online .step1 {
      columns: 2;
      column-rule: 1px dotted #cdcdcd;
      column-gap: 50px; } }
  .modal_online .step1 strong {
    color: #3EA467;
    display: block;
    margin: 0 0 10px;
    text-align: center; }
  @media (min-width: 768px) {
    .modal_online .step1 .box {
      height: 286px;
      width: 256px; } }
  .modal_online .step1 .step1-2 p {
    line-height: 1.4; }
  @media (max-width: 767px) {
    .modal_online .step1 > div {
      display: flex;
      justify-content: center; }
      .modal_online .step1 > div strong {
        width: 40px;
        writing-mode: vertical-lr; }
      .modal_online .step1 > div .box {
        width: calc(100% - 40px);
        max-width: 300px;
        margin: 0; }
    .modal_online .step1 .step1-1 {
      border-bottom: 1px dotted #cdcdcd;
      padding: 0 0 20px;
      margin: 0 0 20px; } }
  .modal_online .box {
    line-height: 1.8;
    border: 5px solid #D2D7E1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 30, 0.1);
    padding: 5vw;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 350px; }
    @media (min-width: 768px) {
      .modal_online .box {
        width: 350px;
        padding: 20px; } }
    .modal_online .box em {
      font-weight: bold;
      color: #3EA467;
      display: block;
      font-size: 15px; }
    .modal_online .box h2 {
      font-size: 16px;
      margin: 0 0 10px; }
    .modal_online .box p {
      margin: 10px 0 0 0; }
    .modal_online .box .curon {
      border: 2px solid #3EA467;
      border-radius: 4px;
      text-align: center;
      color: #3EA467;
      display: block;
      margin: 0  0 15px; }
    .modal_online .box .download {
      display: flex;
      justify-content: center;
      margin: 0 -5px; }
      @media (min-width: 768px) {
        .modal_online .box .download {
          margin: 0; } }
      .modal_online .box .download > div {
        text-align: center;
        padding: 0 5px; }
        @media (min-width: 768px) {
          .modal_online .box .download > div {
            padding: 0 10px; } }
      .modal_online .box .download .qr {
        margin-bottom: 10px; }
    .modal_online .box .clinics {
      overflow: hidden; }
      .modal_online .box .clinics a {
        display: block; }
      .modal_online .box .clinics span {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .modal_online .box .clinics strong {
        width: 50%;
        line-height: 1.5; }
      .modal_online .box .clinics .logo {
        width: 40%;
        text-align: right;
        line-height: 1px; }

.remodal .close {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
  .remodal .close::before {
    content: "┼";
    display: block;
    transform: rotate(45deg);
    font-size: 40px; }

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

/*# sourceMappingURL=common.css.map */
